:root {
    --gradient: linear-gradient(90deg, #5495FF 0%, #7B3FFF 100%);
    --yellow: #FF871C;
    --body: #001019;
    --dark: #001019;
    --primery: #33217C;
    --background: #112638;
    --border: #293567;
    --text: #A6B0D7;
    --text-gray: #9EA2AE;
    --focus: #E0D9FF;
    --light: #FCFCFC;
    --white: #FFFFFF;
    --black: #000000;
    --blue: #5495FF;
    --header-height: 92px;
    --padding-20: 20px;
}

body {
    background-color: var(--body);
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
}

.text {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
}

.text-gray {
    color: var(--text-gray);
}

.text-white {
    color: var(--white);
}

.text-14 {
    font-size: 14px;
}

.text-18 {
    font-size: 18px;
}

.prod-categories-card {
    background-color: var(--black);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.prod-categories-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.6);
}

.prod-categories-card img {
    margin-bottom: 16px;
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.prod-categories-heading {
    font-size: 36px;
    font-weight: 80;
    color: var(--white);
}

.prod-categories-sec .prod-categories-heading {
    font-size: 20px;
}

.text-20 {
    font-size: 20px;
}

.text-28 {
    font-size: 28px;
}

.text-blue {
    color: var(--blue) !important;
}

.text-gradient {
    background: var(--gradient);
    background-clip: text;
    color: transparent !important;
    -webkit-background-clip: text;
}

header {
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: fit-content;
    top: 0;
    z-index: 990;
}

.header.fixed-top {
    position: fixed;
    animation: slidedown 0.4s;
    background-color: var(--body);
}

@keyframes slidedown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.header-logo {
    width: 150px;
}

.header .navbar {
    padding: 16px 0;
}

.header-btn {
    background: var(--gradient) !important;
    border: none !important;
    border-radius: 6px;
    color: var(--white) !important;
    padding: 10px 16px;
}

.header .navbar .nav-link {
    position: relative;
    padding: 0 10px !important;
    color: white;
    margin-right: 50px;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 600;
}

.header .navbar .nav-link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50px;
    transition: 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.header .navbar .nav-link.active,
.header .navbar .nav-link:hover {
    background: var(--gradient);
    background-clip: text;
    color: transparent !important;
}

.header .navbar .nav-link.active::after,
.header .navbar .nav-link:hover::after {
    background: var(--gradient);
}

.header-secondary .navbar .nav-link::after {
    display: none;
}

.header-bg {
    background-color: var(--background) !important;
}

.header-dark {
    background-color: var(--dark) !important;
}

.header .navbar-toggler {
    width: 58px;
}

.cta-action {
    position: absolute;
    bottom: -100px;
    right: -200px;
    z-index: 3;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: var(--gradient);
    color: var(--text-white);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(11, 130, 230, 0.4);
    margin-right: 100px;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(11, 130, 230, 0.5);
}


.btn-primary {
    gap: '15px';
    background: var(--gradient) !important;
    border: none !important;
    border-radius: 10px;
    color: var(--white) !important;
    padding: 12px 36px;
    height: 48px;
    /* fixed height */
    width: 180px;
    /* fixed width (adjust as needed) */
    white-space: nowrap;
    /* prevent text wrap */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-result {
    background: var(--gradient) !important;
    border: none !important;
    border-radius: 10px;
    color: var(--white) !important;
    padding: 12px 36px;
    height: 48px;
    /* fixed height */
    width: 180px;
    /* fixed width (adjust as needed) */
    white-space: nowrap;
    /* prevent text wrap */
}


.heading {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sub-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

.small-heading {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.smaller-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-section {
    /* background-image: url(../img/hero-bg-new.png);  */
    background-image: url(../img/Desktop\ -\ 14.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    height: 100vh;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-100 {
    margin-top: 100px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.changing-card {
    border: 2px solid transparent;
    border-radius: 24px;
    background:
        linear-gradient(to right, var(--background), var(--background)),
        var(--gradient);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 16px 12px;
    height: 100%;
}

.second-section {
    margin-top: -100px;
    padding: 0 0 60px;
}

.circle-bg {
    background-color: var(--black);
    /* Removed circle background pattern for solid dark blue theme */
}

/* Enhanced How It Works Section Styling */
.joining-steps {
    padding: 40px 0;
}

.how-tojoin-new-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.joining-step-card {
    background: linear-gradient(135deg, #0d1a2e, #1a2332);
    color: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    border: 2px solid transparent;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all 0.3s ease;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.joining-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1), rgba(74, 144, 226, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.joining-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.4);
    border-color: rgba(138, 43, 226, 1);
    border-width: 2px;
}

.joining-step-card:hover::before {
    opacity: 1;
}

.jsc-step {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 2;
}

.jsc-text {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

.arrow-next-htjoin {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.arrow-next-htjoin:hover {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.4), rgba(74, 144, 226, 0.4));
    border-color: rgba(138, 43, 226, 0.8);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(138, 43, 226, 0.3);
}

.arrow-next-htjoin img {
    width: 32px;
    height: auto;
    filter: brightness(1.2);
    transition: all 0.3s ease;
    opacity: 1;
}

.arrow-next-htjoin:hover img {
    filter: brightness(1.5);
    transform: translateX(3px);
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .how-tojoin-new-align {
        flex-direction: column;
        gap: 20px;
    }

    .arrow-next-htjoin {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .joining-step-card {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .joining-step-card {
        padding: 25px 20px;
        min-height: 160px;
    }

    .jsc-step {
        font-size: 20px;
    }

    .jsc-text {
        font-size: 14px;
    }
}

.input-text1 {
    position: relative;
    width: 100%;
}

.input-text1 .form-control {
    background: transparent !important;
    border: 1px solid var(--border);
    color: var(--white) !important;
    box-shadow: none !important;
    border-radius: 10px;
    padding: 18px 18px 60px;
}

.input-text1 .form-control::placeholder {
    color: var(--text-gray) !important;
    font-weight: 700;
}

.input-text1 .form-control:focus {
    border-color: var(--white);
}

.input-text1 .input-text1-search {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}

.input-text1 .input-text1-audio {
    position: absolute;
    left: 78px;
    bottom: 18px;
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}

.dark-difference-card {
    padding: 50px 80px;
    background: var(--dark);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.back-card-top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

/* .back-card {
    background: var(--background), transparent;
    border-radius: 46px;
    padding: 36px;
    border: 1px solid var(--border);
    transition: all 0.4s ease;
    animation: rotate-shadow 3s infinite ease-in-out;
} */

.back-card .back-card-top .sub-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-clamp: 1;
}

.back-card-title {
    height: 100%;
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 8px 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    margin-bottom: 0;
    text-decoration: none;
}

.back-card-inner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    text-align: center;
    gap: 8px;
    height: 100%;
    border: none;
}

.back-card-inner-card img {
    filter: brightness(0) invert(100%);
}

.back-card:hover {
    animation: rotate-shadow 3s infinite ease-in-out;
    background-color: var(--body);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.back-card:hover .back-card-title {
    background: linear-gradient(to right, var(--body), var(--body)), var(--gradient);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

/*     
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transform: translateY(-5px); 
     */


.back-card-inner-card:hover img {
    filter: none;
}


.subheadingAI {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 12px 0 6px;
}

.blue-linkAI {
    color: #4EA5FF;
    text-decoration: underline;
    word-break: break-word;
}


@keyframes rotate-shadow {
    0% {
        box-shadow: -10px 0px 32px 0 #0D83E4, 10px 0 32px 0 #86EAAA;
    }

    25% {
        box-shadow: 0px -10px 32px 0 #0D83E4, 0 10px 32px 0 #86EAAA;
    }

    50% {
        box-shadow: 10px 0px 32px 0 #0D83E4, -10px 0 32px 0 #86EAAA;
    }

    25% {
        box-shadow: 0px 10px 32px 0 #0D83E4, 0 -10px 32px 0 #86EAAA;
    }

    100% {
        box-shadow: -10px 0px 32px 0 #0D83E4, 10px 0 32px 0 #86EAAA;
    }
}

.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Chrome, Safari */
    line-clamp: 2;
    /* Standard */
    -webkit-box-orient: vertical;
}

.description.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
}

.difference-steps-section {
    position: relative;
    background: transparent;
    z-index: 2;
    overflow: hidden;
}

.difference-section-card {
    /* box-shadow: inset 30px 0 20px -30px #000, inset -30px 0 20px -30px #000; */
    padding: 60px 0 100px;
}

.difference-steps-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    z-index: -1;
    filter: blur(400px);
}

.difference-slider-blank {
    display: block;
    height: 1px;
}

.difference-slider-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 70px;
    height: 100%;
    min-height: 500px;
    position: relative;
    z-index: 4;
    padding: 4px;
}

.difference-slider-card .difference-card-content {
    margin: 0;
    padding: 20px;
    background: #241F3A;
    border: 1px solid var(--focus);
    border-radius: 20px;
    position: relative;
    z-index: 6;
}

.difference-slider-card .difference-card-content .d-card-no-badge {
    color: var(--white);
    /* font-size: 40px; */
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.difference-slider-card .difference-card-content .d-card-content {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    min-height: 84px;
}

.difference-card-content::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg) skew(12deg, 12deg);
    width: 18px;
    background: #241F3A;
    height: 18px;
    border-top: 1px solid var(--focus);
    border-left: 1px solid var(--focus);
    top: -10px;
}

.difference-section-card .slick-slide:nth-child(odd) {
    .difference-slider-card .difference-card-content {
        background: #16181F;
    }

    .difference-slider-blank {
        order: 2;
    }

    .difference-card-content::before {
        top: auto;
        bottom: -10px;
        transform: translateX(-50%) rotate(-135deg) skew(12deg, 12deg);
        background: #16181F;
    }
}

.difference-slider-card::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 8px;
    background: var(--white);
    z-index: 2;
}

.difference-slider-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--dark);
    z-index: 4;
    border-radius: 50%;
    box-shadow: 0 0 0 8px var(--white), 0 0 0 16px var(--dark);
}

.back-btn {
    position: absolute;
    left: 2rem;
    top: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    align-self: flex-start;
}

.back-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.footer {
    padding: 60px 0;
    background: #03031f;
}

.footer-link,
.footer-heading,
.footer-mail-content,
.footer-copy-right-text {
    color: var(--white) !important;
}

.foter-logo {
    max-width: 220px;
    display: block;
    margin-bottom: 32px;
}

.footer-mail-content {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.footer-mail-content a {
    text-decoration: none;
    color: var(--yellow);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.footer-socials {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 32px;
}

.footer-socials .footer-social-link {
    text-decoration: none;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: var(--text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-size: 16px;
    transition: 0.4s;
}

.footer-socials .footer-social-link:hover {
    background-color: var(--white);
}

.footer-app-links a {
    text-decoration: none;
    display: block;
}

.footer-app-links {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.footer-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 32px;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
}

.footer-copy-right {
    padding: 5px 0;
    background: var(--dark);
}

.footer .row>div {
    text-align: left !important;
}

.footer-copy-right-text {
    color: var(--white);
    text-align: left;
    margin: 0;
}

.gradient-text {
    background: linear-gradient(to right, #6AC8FF, #945BFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.section-cards {
    padding: 60px 0;
}

.section-card-header {
    width: fit-content;
    min-width: 100%;
    border-bottom: 2px solid var(--blue);
    margin-bottom: 16px;
}

.section-card-header img {
    max-width: 120px;
}

.filter-inverted {
    filter: brightness(0) invert(100%);
}

.section-card-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--blue);
}

.section-card-heading-white {
    font-size: 36px;
    font-weight: 700;
    color: var(--white);
}

.section-card-content {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 28px;
    text-align: left;
}

.section-card-content-right {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 28px;
    text-align: right;
    color: white;
}

.section-card-content-left {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 28px;
    text-align: left;
    color: white;
}

.section-text-align-left {
    padding-left: 30px;
}

/* .section-text-align-right {
    padding-right: 30px;
} */

.section-card-listing {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.section-card-listing li {
    position: relative;
    margin-bottom: 28px;
}

.section-card-listing li h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
    display: inline;
}

.section-card-listing li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--gradient);
    border-radius: 50%;
    margin-right: 10px;
}

.section-card-listing li,
.section-card-listing li p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

.section-cards:nth-child(even) {
    text-align: end;

    .section-img-order {
        order: 2;
    }

    .section-card-header {
        margin-left: auto;
    }
}

.truncate-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;

    -webkit-line-clamp: 2;
    line-clamp: 2;

    -webkit-box-orient: vertical;
    box-orient: vertical;

    overflow: hidden;
}

.truncate-expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}


.feature-card {
    height: 100%;
    background: var(--background);
    padding: 20px 12px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.overlay-section-drink {
    position: relative;
    z-index: 4;
    margin-top: -100px;
}

.overflow-section-content {
    padding-bottom: 60px;
    margin-top: -60px;
}

.hero-section-bottom-heading {
    background: linear-gradient(180deg, transparent, var(--body) 60px);
    margin-top: -60px;
    padding: 60px 0 50px;
}

.dining-sec {
    padding: 80px 0;
    background: var(--body);
}

.hero-tabs-slide-section {
    background: var(--dark);
    overflow: hidden;
    padding: 50px 0;
    max-width: 100vw;
    position: relative;
    z-index: 1;
}

.hero-tabs-slide-section::before,
.hero-tabs-slide-section::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(90deg, var(--dark) 10%, rgba(0, 0, 0, 0) 90%);
    left: 0;
    z-index: 9;
}

.hero-tabs-slide-section::after {
    background: linear-gradient(-90deg, var(--dark) 10%, rgba(0, 0, 0, 0) 90%);
    left: auto;
    right: 0;
}

.hero-tabs-slide-nav {
    display: flex;
    gap: 15px;
    width: max-content;
}

.hero-tabs-slide-nav .hero-sec-tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-wrap: nowrap;
    gap: 16px;
    justify-content: normal;
    flex-wrap: wrap;
    width: 100%;
    min-width: fit-content;
    animation: scroll-tabs 20s linear infinite;
    max-height: 210px;
    flex-direction: column;
}

@keyframes scroll-tabs {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.hero-tabs-slide-nav .hero-sec-tabs-list li {
    font-size: 20px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
    border: 2px solid var(--text);
    color: var(--text);
    text-align: center;
    transition: 0.4s;

    span {
        transition: 0.4s;
    }
}

.hero-tabs-slide-nav .hero-sec-tabs-list li:nth-child(odd) {
    animation: lighting 3s linear infinite;
    transform: translateX(0);
}

@keyframes lighting {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.hero-tabs-slide-nav .hero-sec-tabs-list li:hover {
    border: 2px solid transparent;
    background: linear-gradient(to right, var(--dark), var(--dark)), var(--gradient);
    background-clip: padding-box, border-box, text;
    background-origin: padding-box, border-box;

    span {
        background: var(--gradient);
        background-clip: text;
        color: transparent !important;
    }
}

/* clamp for 2 lines */
.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.description.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
}

/* exposure overlay: sits above video, behind text */
.exposure-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    /* don't block clicks */
    transition: opacity .35s ease;
    z-index: 1;
    /* video < overlay < text */
    /* soft darkening + vignette */
    background:
        radial-gradient(80% 70% at 50% 85%,
            rgba(0, 0, 0, .85) 0%,
            rgba(0, 0, 0, .6) 45%,
            rgba(0, 0, 0, .25) 70%,
            rgba(0, 0, 0, 0) 100%),
        linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
    /* blur & slight dim of what's behind */
    backdrop-filter: blur(3px) brightness(.9);
    -webkit-backdrop-filter: blur(3px) brightness(.9);
    /* iOS Safari */
}

.exposure-overlay.show {
    opacity: 1;
}

.other-pages-content {
    img {
        max-width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    p {
        font-size: 18px;
        font-weight: 400;
        color: var(--light);
        margin-bottom: 10px;
    }

    a {
        font-size: 18px;
        font-weight: 500;
        color: var(--white);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
        color: var(--white);
        margin-bottom: 10px;

    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    ul,
    ol {
        color: var(--light);
    }

    .term-page-heading {
        font-size: 35px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 16px;
    }
}

.terms-page-align {
    display: flex;
    gap: 50px;
}

.text-end {
    text-align: end;
}

.text-start {
    text-align: start;
}

.terms-page-menu {
    min-width: 380px;
    overflow-x: hidden;
    width: min-content;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: calc(100vh - var(--header-height) - var(--padding-20) - var(--padding-20));
}

.terms-menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 14px;
}

.terms-page-section,
.faq-page-section {
    min-height: 100vh;
    background: var(--background);
    padding: var(--padding-20) 0;
}

.terms-menu-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background: transparent;
    border: none;
    border-bottom: 1px solid #275073;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 10px;
    transition: 0.3s;
    opacity: 0.6;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.terms-menu-link.active,
.terms-menu-link:hover {
    opacity: 1;
}

.terms-page-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - var(--header-height) - var(--padding-20) - var(--padding-20));
    scrollbar-width: thin;
}

.terms-page-content::-webkit-scrollbar,
.terms-page-menu::-webkit-scrollbar {
    width: 8px;
    background: var(--background);
}

.terms-page-content::-webkit-scrollbar-thumb,
.terms-page-menu::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 8px;
}

.terms-page-content::-webkit-scrollbar-thumb:hover,
.terms-page-menu::-webkit-scrollbar-thumb:hover {
    background: var(--primery);
}

.terms-page-menu,
.terms-page-content {
    scrollbar-color: var(--blue) var(--background);
    scrollbar-width: thin;
}

.h-100 {
    height: 100% !important;
}

.faq-page-align {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq-search-input-group {
    display: flex;
    padding: 16px 20px;
    background: #15324B;
    border: 1px solid #3C76A8;
    border-radius: 20px;
    align-items: center;
    gap: 40px;
    height: 70px;
    margin-top: 30px;
}

.faq-search-input-group .search-faq-icon {
    color: #B3B3B3;
    font-size: 20px;
    padding: 0 5px;
}

.search-faq-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 0 5px;
    color: var(--light);
    font-size: 20px;
}

.faq-search-input-group .form-control {
    padding: 0;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    box-shadow: none !important;
    color: var(--white);
}

.faq-search-input-group .form-control::placeholder {
    color: #51708C !important;
    opacity: 1;
}

.faq-suggetion-tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 110px;
    min-height: 100px;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) var(--background);
}

.faq-suggetion-tabs::-webkit-scrollbar {
    width: 8px;
    background: var(--background);
}

.faq-suggetion-tabs::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 8px;
}

.faq-suggetion-tabs::-webkit-scrollbar-thumb:hover {
    background: var(--primery);
}

.faq-sug-tab-link {
    background: #15324B;
    color: #51708C;
    border: none;
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 13px;
    font-weight: 500;
    transition: 0.4s;
}

.faq-sug-tab-link:hover,
.faq-sug-tab-link:focus {
    color: var(--light);
    background-color: #51708C;
}

.faq-top-content {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) var(--background);
    height: calc(100vh - var(--header-height) - var(--padding-20) - var(--padding-20) - 100px);
}

.faq-top-content::-webkit-scrollbar {
    width: 8px;
    background: var(--background);
}

.faq-top-content::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 8px;
}

.faq-top-content::-webkit-scrollbar-thumb:hover {
    background: var(--primery);
}

.faq-start-content-align {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-start-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.faq-start-content img {
    max-width: 150px;
    margin: 50px 0 10px;
}

.faq-start-content h1 {
    background: linear-gradient(90.03deg, #BA9BFF 9.5%, #0E4DEC 130.12%);
    color: transparent !important;
    background-clip: text;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-start-content h2 {
    position: relative;
    z-index: 6;
    color: var(--light);
    font-size: 35px;
    font-weight: 700;
    width: fit-content;
    text-align: center;
    margin: 0 auto 20px;
}

.faq-start-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 70px;
    background: #0076ff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(20px);
    animation: move-left-right 20s linear infinite alternate;
}

@keyframes move-left-right {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

.faq-start-chat {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    gap: 32px;
}

.faq-start-chat .faq-question {
    margin-left: auto;
    width: fit-content;
    max-width: 800px;
    background: #14436C;
    border: 1px solid #3D6383;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 15px 38px;
    border-radius: 50px 50px 0 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.faq-start-chat .faq-answer {
    width: fit-content;
    max-width: 800px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.header .faq-history-link {
    font-size: 20px;
    color: var(--white);
    display: block;
}

.header .faq-history-link.active {
    display: none;
}

.faq-full-page-align {
    display: flex;
}

.faq-full-page-align .other-content-align {
    width: 100%;
}

.faq-history-menu {
    width: 380px;
    min-width: 380px;
    position: relative;
    z-index: 999;
    background: var(--dark);
    padding: 0 30px;
    border-right: 1px solid #1A4B73;
    display: none;
}

.faq-history-menu .faq-history-top {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    width: 100%;
    padding: 20px 0;
}

.faq-history-menu .faq-history-top img {
    width: 50px;
}

.faq-history-menu .faq-history-top h3 {
    font-size: 20px;
    font-weight: 700;
    background: var(--gradient);
    color: transparent !important;
    background-clip: text;
    margin: 0;
}

.faq-history-menu .faq-history-top .faq-history-link {
    font-size: 20px;
    color: var(--white);
}

.faq-history-menu.active {
    display: block;
}

.faq-history-menu .faq-history-list {
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: var(--blue) var(--dark);
    scrollbar-width: thin;
}

.faq-history-menu .faq-history-list::-webkit-scrollbar {
    width: 8px;
    background: var(--dark);
}

.faq-history-menu .faq-history-list::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 8px;
}

.faq-history-menu .faq-history-list::-webkit-scrollbar-thumb:hover {
    background: var(--primery);
}

.faq-history-menu .faq-history-list p {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
}

.faq-history-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-history-tabs .faq-history-tab {
    color: #2F5779;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 12px;
    border: none !important;
    border-radius: 50px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    transition: 0.4s;
}

.faq-history-tabs .faq-history-tab:hover,
.faq-history-tabs .faq-history-tab.active {
    color: var(--white);
    background: #0E375B;
    font-weight: 700;
}

.about-redefined-card {
    padding: 10px;
    border-radius: 18px;
    height: 98%;
    background: white;
    /* background: var(--background); */
    border: 1px solid #183F5D;
}

.about-redefined-card img {
    aspect-ratio: 4/4;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.about-redefined-card h3 {
    color: black;
    /* color: var(--white); */
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.about-redefined-card p {
    color: black;
    /* color: var(--white); */
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.about-bg-linear {
    width: 100%;
    margin: 30px 0;
}

.about-video-section {
    padding: 60px 0 100px;
}

.about-video-section .our-video {
    position: relative;
    z-index: 4;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    height: fit-content;
}

.about-video-section .our-video .video-play-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: var(--white);
    border: none !important;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--body);
}

.about-vission-section {
    padding-top: 60px;
}

.vission-top-hr {
    margin: 30px 0;
    border-top: 1px solid #183F5C;
}

.about-vission-tabs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-vission-link {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--light);
    text-align: left;
    padding: 0 0 20px;
    transition: 0.4s;

    i {
        display: none;
    }
}

.about-vission-link.active,
.about-vission-link:hover {
    border-color: var(--blue);
    color: var(--blue);

    i {
        display: inline;
    }
}

.abvb-content {
    width: auto;
}

.abvb-content p {
    font-size: 22px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 5px;
}

.abvb-content h4 {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    margin: 0;
}

.about-vbottom-align hr {
    min-height: 50px;
    width: 1px;
    border-left: 2px solid var(--white) !important;
    display: block;
    margin: 0;
    opacity: 1;
}

.about-vbottom-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.about-vission-bottom-sec {
    background: var(--background);
    padding: 32px 80px;
    border-radius: 12px;
    margin-top: 20px;
}

.hide-number-arrow[type=number]::-webkit-inner-spin-button,
.hide-number-arrow[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.become-merchant-form {
    border-radius: 20px;
    padding: 26px;
    background: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    color: var(--white);
    box-shadow: 0 8px 32px 0 rgba(84, 149, 255, 0.15), 0 1.5px 8px 0 rgba(123, 63, 255, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.become-merchant-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(84, 149, 255, 0.15) 0%, rgba(123, 63, 255, 0.15) 100%);
    z-index: -1;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.become-merchant-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(123, 63, 255, 0.4);
    border-color: rgba(123, 63, 255, 0.5);
    background: rgba(0, 0, 0, 0.9);
}

.become-merchant-form:hover::before {
    opacity: 1;
    background: linear-gradient(135deg, rgba(84, 149, 255, 0.2) 0%, rgba(123, 63, 255, 0.2) 100%);
}

.merchent-form-heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
}

.become-merchant-form .form-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.become-merchant-form .partner-form-group {
    position: relative;
    z-index: 4;
}

.become-merchant-form .partner-form-group .partner-input-text {
    position: absolute;
    color: #546478;
    right: 16px;
    top: 14px;
    font-size: 20px;
}

.become-merchant-form .form-control {
    color: var(--white);
    background: var(--dark);
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--dark);
    padding: 16px;
    border-radius: 10px;
    box-shadow: none !important;
}

.become-merchant-form .form-control::placeholder {
    color: var(--text-gray) !important;
    font-weight: 700;
}

.become-merchant-form .form-control:focus {
    border-color: #86EAAA;
}

.become-merchant-page {
    padding: 80px 0;
    background-color: #000;
    background-image: none;
}

.become-merchant-page-ame {
    padding: 20px 0;
    background-color: #000;
    background-image: none;
}

.become-merchant-page-amealia {
    padding: 20px 0;
    background-color: #030921;
    background-image: none;
}

.blog-page-top-section {
    padding: 20px 0;
    background: var(--dark);
    border-bottom: 1px solid #333333;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.blog-category-section {
    padding: 60px 0 1px;
    border-bottom: 1px solid #333333;
}

.blog-category-section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 16px;
}

.bcate-name {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
}

.bcate-listing-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    background: linear-gradient(to right, var(--background), var(--background)), var(--gradient);
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 10px;
    padding: 6px 20px;
}

.blog-card-cate-section {
    text-decoration: none;
    color: var(--white);
    height: 100%;
    display: block;
}

.blog-cate-tab-space {
    position: relative;
    z-index: 980;
}

.blog-cate-tab-space .blog-cate-tab-space {
    display: block;
    height: 70px;
    position: relative;
    z-index: -1;
}

.blog-category-tabs {
    padding: 18px 0;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
}

.blog-tabs-listing {
    display: flex;
    text-wrap: nowrap;
    gap: 16px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.blog-tabs-listing .blog-category-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 10px;
    background: var(--background);
    transition: 0.4s;
}

.blog-tabs-listing .blog-category-link:hover,
.blog-tabs-listing .blog-category-link.active {
    background: var(--gradient);
}

.blog-category-tabs.active-fixed {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background-color: var(--dark);
}

.blog-card-cate-section-top {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.video-play-thumb-blog {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    color: var(--white);
}

.blog-card-cate-section-top img,
.blog-card-cate-section-top video {
    width: 100%;
    aspect-ratio: 9/5;
    object-fit: cover;
    border-radius: 12px;
}

.blog-cate-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogs-views-count {
    font-size: 12px;
    color: #5C6273;
    font-weight: 500;
}

.blogdetails-content-top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light);
    margin-bottom: 20px;
}

.blogdetails-content-top img,
.blogdetails-content-top video {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

.blogdetails-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
}

.merchant-sectwo-bottom {
    padding: 16px 16px 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgb(84 149 255 / 20%) 0%, rgb(123 63 255 / 20%) 100%);
}

.merchant-count-card {
    height: 100%;
    background: linear-gradient(to right, var(--dark), var(--dark)), linear-gradient(0deg, #001019 0%, #744cff 60%);
    border-radius: 10px 10px 0 0;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-bottom: 0;
}

.merchant-count-card img {
    border-radius: 16px;
    background: #000D40;
    width: 55px;
    height: auto;
    min-width: 55px;
    padding: 8px;
}

.merchant-count-content p {
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.merchant-count-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-gray);
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.joining-step-card {
    background: linear-gradient(to right, var(--dark), var(--dark)), var(--gradient);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 24px 20px;
    height: 100%;
}

.joining-step-card .jsc-step {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.joining-step-card .jsc-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.business-outlet-card {
    padding: 14px;
    /* custom */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.business-outlet-link {
    background: linear-gradient(to right, #0D1327, #0D1327), var(--gradient);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 14px;
    height: 100%;
    min-height: 440px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.business-outlet-heading {
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    margin: 24px 20px 8px;
}

.business-outlet-content {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin: 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.slick-dots button::before {
    background: #333;
    opacity: 1 !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
}

.slick-dots .slick-active button::before {
    background: var(--gradient);
}

.our-partners-listing {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.our-partners-listing li img {
    opacity: 0.4;
    transition: 0.4s;
}

.our-partners-listing li:hover img,
.our-partners-listing .slick-center li img {
    opacity: 1;
}

.our-partners-logosec {
    padding: 60px 0;
    background: #030A22;
}

.merchent-test-slider .slick-list.draggable {
    overflow: visible;
}

.merchent-review-card {
    position: relative;
}

.merchent-review-card-inner {
    position: relative;
    background: var(--background);
    display: flex;
    border-radius: 20px;
    margin: 12px;
    /* custom css */
    /* height: 200px; */
}

.merchent-test-slider .slick-active .merchent-comma-icon {
    display: block;
}

.merchent-comma-icon {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.merchent-review-card-inner .merchenter-img {
    width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.merchent-tester-details {
    padding: 10px 20px 0;
}

.merchent-tester-details .merchenter-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.merchent-tester-details .merchenter-prop {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}

.merchent-tester-details .merchenter-review {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.merchent-test-slider .slick-active .merchent-review-card-inner {
    margin-left: 60px;
}

.faq-card-accordions .accordion-button::after {
    content: "";
    background-image: url(../img/Vector-2.png);
    background-size: contain;
    transform: rotate(360deg);
    transition: 0.4s;
}

.faq-card-accordions .accordion-item {
    border-bottom: 1px solid var(--text-gray) !important;
    background-color: transparent;
}

.faq-card-accordions .accordion-button:not(.collapsed)::after {
    background-image: url(../img/Vector.png);
    transform: rotate(0deg);
}

.faq-card-accordions .accordion-button {
    box-shadow: none !important;
    background: transparent !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    padding: 26px 20px;
}

.joining-step-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.joining-step-card {
    position: relative;
    overflow: hidden;
    /* To contain the pseudo-element */
}

.joining-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    /* Match the card's border-radius */
    border: 2px solid transparent;
    background: linear-gradient(45deg, var(--gradient-start, #0E4DEC), var(--gradient-end, #BA9BFF)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.joining-step-card:hover::before {
    opacity: 1;
    animation: border-pulse 2s infinite;
}

.joining-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(21, 77, 197, 0.4);
}

@keyframes border-pulse {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
        transform: scale(1.02);
    }

    100% {
        opacity: 0.7;
    }
}

/* if problem this css easy remove */

.slick-track {
    align-items: normal;
    display: flex;
    height: 100%;
}

.slick-track .slick-slide {
    height: initial;
}

.slick-track .slick-slide>div {
    height: 100% !important;
}

.prod-cate-card {
    height: 100%;
}

.prod-cate-card-inner {
    margin: 0 12px;
    height: 100%;
    padding: 20px 16px;
    border-radius: 16px;
    background: #19213D;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.prdct-cate-img {
    width: 100px;
    height: 100px;
    background-image: url(../img/Group\ 1171275756.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    margin-bottom: 40px;
}

.prod-cate-card-inner .prdt-cate-titles {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
}


/* Amelia Ai Css Here */

.amealia-page-align {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.amelia-left-menu {
    background-color: #0E1636;
    width: 260px;
    min-width: 260px;
    border-right: 1px solid #707070;
}

.amelia-right-card {
    width: 100%;
    background-color: #0A0F24;
    min-height: 100vh;
}

.amelia-left-menu-top {
    margin: 32px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.amelia-menu-collapesed {
    text-decoration: none;
    max-width: 32px;
    min-width: 32px;
    transition: 0.3s;
    transform: rotateY(0);
    display: none;
}

.amilia-back-home-link {
    display: block;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg, #0E4DEC 0%, #BA9BFF 70%);
    font-size: 38px;
    font-weight: 500;
    background-clip: text;
    color: transparent !important;
    line-height: 36px;
    width: 100%;
}

.amelia-menu-list {
    list-style: none;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: calc(100vh - 100px);
    scrollbar-width: none;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
}

.amelia-left-menu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Mulish', sans-serif;

    span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.amelia-left-menu-link:hover {
    background-color: #384973;
    color: var(--white);
    transform: translateX(4px);
}

.amelia-left-menu-link:hover img {
    filter: brightness(1.2);
}

.ameliaai-input-group {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    gap: 40px;
    background: #384973;
    padding: 16px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: 0.5s;
    box-shadow: 0 -4px 6px 0 #121212;
}

.ameliaai-input-group:hover,
.ameliaai-input-group:focus {
    border-color: var(--light);
}

.ameliaai-input-group .search-ameliaai-icon {
    min-width: 32px;
    width: min-content;
    display: block;
}

.ameliaai-input-group .record-ameliaai-btn {
    background: transparent;
    border: transparent;
    min-width: 32px;
    width: 32px;
    transition: 0.4s;
}

.ameliaai-input-group .ameliai-input-submit-link {
    display: block;
    text-decoration: none;
    font-size: 22px;
    color: var(--light);
}

.ameliaai-input-group .form-control {
    font-size: 18px;
    font-weight: 400;
    color: var(--white) !important;
    background: transparent !important;
    border-radius: 10px;
    box-shadow: none !important;
    border: 1px solid transparent;
    padding: 0;
}

.ameliaai-input-group .form-control::placeholder {
    color: var(--text-gray);
}

.amelia-right-card-content {
    padding-top: 32px;
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) var(--background);
}

.amelia-right-card-content::-webkit-scrollbar {
    width: 8px;
    background: var(--background);
}

.amelia-right-card-content::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 8px;
}

.amelia-right-card-content::-webkit-scrollbar-thumb:hover {
    background: var(--primery);
}

.blank-page-align {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amelia-right-card-blank img {
    width: 110px;
    margin: 0 auto;
    display: block;
}

.amelia-right-card-blank .amelia-content-heading {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #0E4DEC 0%, #BA9BFF 70%);
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.amelia-right-card-blank {
    margin: auto;
}

.amelia-right-card-blank-tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 110px;
    min-height: 100px;
    gap: 8px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) var(--background);
    margin-bottom: 20px;
}

.amelia-right-card-blank-tabs .blank-ai-tab-link {
    background: #182043;
    color: var(--text-gray);
    border: none;
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 13px;
    font-weight: 500;
    transition: 0.4s;
}

.amelia-right-card-blank-tabs .blank-ai-tab-link:hover,
.amelia-right-card-blank-tabs .blank-ai-tab-link:focus {
    color: var(--light);
    background-color: #51708C;
}

.amelia-genrated-top {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 24px;
}

.amelia-genrated-top .go-back-ai-link {
    text-decoration: none;
    text-wrap: nowrap;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, #0E4DEC 0%, #BA9BFF 70%);
    background-clip: text;
    color: transparent;
}

.amelia-genrated-top .go-back-ai-link i {
    color: var(--text-gray);
    margin-right: 8px;
    transition: 0.4s;
}

.amelia-genrated-top .go-back-ai-link:hover i {
    color: var(--light);
}

.amelia-previous-question-content {
    font-size: 24px;
    font-weight: 400;
    color: #9e9e9e;
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.amelia-genrated-content {
    display: flex;
    flex-direction: column;
}

.your-message-at-amelia {
    margin-left: auto;
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 26px;
}

.amelia-msg-profile {
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    background-image: url(../img/Bot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

.your-message-at-amelia p {
    font-size: 20px;
    font-weight: 400;
    color: #B3B3B3;
    border: 1px solid #27272B;
    background: #182043;
    padding: 24px 16px;
    border-radius: 12px 0 12px 12px;
    max-width: 530px;
}

.ameliaai-msg-profile {
    width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ameliaai-msg-profile img {
    min-width: 60px;
}

.aigen-message {
    display: flex;
    align-items: normal;
    gap: 20px;
    margin-bottom: 20px;
}

.aigen-message .ameliaai-genrated-msg .ai-pera-text {
    font-size: 20px;
    font-weight: 400;
    color: #EDEDED;
    border: 1px solid #27272B;
    background: #182043;
    padding: 24px 16px;
    border-radius: 0 12px 12px 12px;
    max-width: 530px;
}

.aigen-message .ai-heading-texts {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    max-width: 530px;
    margin-bottom: 10px;
}

.aigen-message .ameliaai-genrated-msg .ai-pera-text a {
    color: #2196F3;
}

.ameliaai-genrated-msg .ai-suggested-images {
    width: 100%;
    max-width: 530px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.ameliaai-genrated-msg .ai-genrate-image {
    width: calc(25% - 9px);
    height: 100%;
    position: relative;
    z-index: 2;
}

.ameliaai-genrated-msg .ai-genrate-video {
    width: calc(50% - 6px);
    height: 100%;
    position: relative;
    z-index: 2;
}

.ameliaai-genrated-msg .ai-genrate-image::after,
.ameliaai-genrated-msg .ai-genrate-video::after,
.amelio-genrated-bytes-list .amelioai-genrate-byte::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    right: 10px;
    bottom: 10px;
    z-index: 4;
    background-image: url(../img/gallery-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ameliaai-genrated-msg .ai-genrate-video::after,
.amelio-genrated-bytes-list .amelioai-genrate-byte::after {
    background-image: url(../img/gallery-video.png);
}

.ameliaai-genrated-msg .ai-genrate-image img,
.ameliaai-genrated-msg .ai-genrate-video video,
.amelio-genrated-bytes-list .amelioai-genrate-byte video {
    aspect-ratio: 3/4;
    object-fit: contain;
    background: #182043;
    border-radius: 10px;
    transition: 0.4s;
    scale: 0.95;
}

.ameliaai-genrated-msg .ai-genrate-video video {
    aspect-ratio: 4/3;
}

.ameliaai-genrated-msg .ai-genrate-image:hover img,
.ameliaai-genrated-msg .ai-genrate-video:hover video,
.amelio-genrated-bytes-list .amelioai-genrate-byte video {
    scale: 1;
}

.gallery-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 70%);
    z-index: 99;
}

.gallery-modal .modal-content .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    line-height: 20px;
    color: var(--white);
    cursor: pointer;
}

.gallery-modal .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    height: 100%;
}

.gallery-modal .modal-content img,
.gallery-modal .modal-content video {
    max-height: calc(100vh - 80px);
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.amelio-ai-suggested-restro {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.amelio-ai-restro-card {
    display: flex;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
    background: var(--white);
    width: calc(50% - 10px);
}

.amelio-ai-restro-card img {
    width: 130px;
    min-width: 130px;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
}

.amelio-ai-restro-card-content {
    width: 100%;
}

.amelio-ai-restro-card-content .amilioai-restro-name {
    font-size: 18px;
    font-weight: 500;
    color: #1D1F24;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.amelio-ai-restro-card-content .amilioai-restro-address {
    font-size: 18px;
    font-weight: 500;
    color: #6B6B6B;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.amilioai-restro-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.amilioai-restro-bottom span {
    background: #827BEB14;
    border-radius: 20px;
    padding: 1px 8px;
    color: var(--black);
}

.amilioai-restro-bottom span i {
    color: #D57853;
}

.amilioai-restro-bottom-link {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white);
    background: #A988F9;
    padding: 6px 16px;
    border-radius: 10px;
}

.amelio-genrated-bytes-list {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.amelio-genrated-bytes-list .amelioai-genrate-byte {
    width: calc(16% - 6px);
    position: relative;
}

/* Custom Css Here Start */

.hero-text {
    font-size: 20px;
}

.custm-spacing-1,
.custm-spacing-5 {
    margin-bottom: 50px;
}

.custm-spacing-2,
.custm-spacing-4 {
    padding-top: 60px;
}

.custm-spacing-3 {
    margin: 100px 0 50px;
}

.custm-spacing-6 {
    margin-bottom: 60px;
}

.hero-secondary-text {
    font-size: 28px;
}

.section-cards .section-img-order img {
    display: block;
    margin: 0 auto;
}

@media (min-width:991.98px) {

    .faq-logo-hide {
        visibility: hidden;
        width: 2px !important;
        height: 60px;
    }
}

.about-us-hero-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}



.how-tojoin-new-align {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.how-tojoin-new-align .htjoin-card {
    min-height: 100%;
    background: linear-gradient(to bottom, #071025, #7252FF), var(--gradient);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.how-tojoin-new-align .htjoin-card .htjoin-cardimg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #0D1327, #0D1327), var(--gradient);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 16px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.htjoin-step-count {
    background: linear-gradient(90deg, #5495FF 0%, #7B3FFF 100%);
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    width: 100%;
}

.htjoin-step-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}

.arrow-next-htjoin {
    display: flex;
    margin: auto;
    width: 0;
    min-width: 50px;
    padding: 9px 12px;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.arrow-next-htjoin.htjoin-center-1 {
    background-color: #5493FE;
}

.arrow-next-htjoin.htjoin-center-2 {
    background-color: #6276FF;
}

.arrow-next-htjoin.htjoin-center-3 {
    background-color: #6E5BFE;
}

.arrow-next-htjoin.htjoin-center-4 {
    background-color: #7843FE;
}

/* custom css */
.prod-categories-slider .slick-slide {
    display: flex;
    justify-content: center;
}

/* custome css */
.blog-card-cate-section {
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 10px;
}

.blog-card-cate-section:hover,
.blog-card-cate-section:focus {
    box-shadow: 0 8px 32px 0 rgba(84, 149, 255, 0.15), 0 1.5px 8px 0 rgba(123, 63, 255, 0.10);
    transform: translateY(-6px) scale(1.03);
    border-color: var(--blue);
    background: rgba(84, 149, 255, 0.04);
    text-decoration: none;
}

.blog-card-cate-section:hover .blog-cate-title {
    color: var(--blue);
}

.ripple-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    cursor: none;
    /* Hide the normal cursor for effect */
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(0, 150, 255, 0.6);
    transform: translate(-50%, -50%) scale(1);
    animation: rippleAnim 0.6s ease-out forwards;
    z-index: 9999;
}

@keyframes rippleAnim {
    to {
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

.chat-thread {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2rem;
}

.chat-message-pair {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
}

.question-bubble {
    align-self: flex-end;
    background-color: #2d2f45;
    color: white;
    padding: 10px 16px;
    border-radius: 18px;
    max-width: 75%;
}

.answer-bubble {
    background-color: #1e1f2f;
    color: #ccc;
    padding: 14px 18px;
    border-radius: 14px;
    max-width: 80%;
    font-size: 0.95rem;
    line-height: 1.5;
}

.chatboxscroll {
    height: 75vh;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;

    overflow-y: auto;

    /* 🔑 keep scroll inside the chat; no bubbling to page */
    overscroll-behavior: contain;
    /* or overscroll-behavior-y: contain; */

    /* mobile/iOS niceties */
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;

    /* your existing scrollbar hiding */
    scrollbar-width: none;
    -ms-overflow-style: none;

    /* remove this — it can cause layout thrash & page jumping */
    /* margin-bottom: -500px; */
}

.chatboxscroll::-webkit-scrollbar {
    display: none;
}


/* ===================================
    Mobile-First Responsive Styles
====================================== */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }

    .container {

        padding-left: 15px;
        padding-right: 15px;
    }

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    body {
        font-size: 15px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }

    .container {
        max-width: 720px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Base Styles */
/*  */
.prod-categories-card {
    background-color: #182043;
    /* Set background color to #182043 */
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.prod-categories-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.6);
}

.prod-categories-card img {
    margin-bottom: 16px;
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.prod-categories-heading {
    font-size: 36px;
    font-weight: 80;
    color: var(--white);
    margin-top: 10px;
    /* Ensure it appears at the top */
}

.prod-categories-sec .prod-categories-heading {
    font-size: 20px;
}

.section-header {
    margin-top: 10px;
    /* Adjust the top margin as needed */
    margin-left: 20px;
    /* Adjust the left margin as needed */
    margin-bottom: 0px;
}

.team-gallery {
    height: 500px;
    /* fixed height */
    overflow: hidden;
    /* hides overflow */
    position: relative;
}

.team-scroll {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* spacing between rows */
    animation: scrollUp 30s linear infinite;
}



@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@media (min-width: 992px) {
    .custom-col-lg {
        width: 18.666%;
        /* Custom width to match 18.666% */
    }
}