@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: "DM Sans", serif;
}

:root {
    --bs-white: #fff;
    --header-links-color: #040052;
    --hover-link-color: #5a50fe;
    --dark-theme-bg-color: #050422;
    --light-theme-bg-color: #F3F3F3;
    --highlighted-bg-color: #080540;
    --button-hover-bg-color: #0800A3;
    --landing-coverage-bg-color: #f6f6f9;
    --footer-background-color: #f4f5f6;
    --sidebar-background: #f4f6f7;
    --li-text-color: #fdbd50;
    --text-color: #4A487A;
    --p-bg-color: #3f37bf80;
    --btn-border-color: rgba(255, 255, 255, 0.40);
    --hero-section-xl-height: 67.5vh;
    --hero-caption-font-size: 2.5rem;
    --mb-hero-section-height: 47.5vh;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --search-bar-border-radius: 10px;
}

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: "DM Sans", serif;
    background-color: var(--bs-white);
}

#preloader {
    background: var(--bs-white) url(src/gif/loader.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10001;
} 

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    transition: box-shadow 0.3s ease-in-out;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
    justify-content: space-between;
    padding: 1.5rem 8rem;
}

header.scrolled {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.headerLogo a img {
    width: 200px;
    padding: 0.75rem 1.5rem;
}

.header .menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.menu ul li a {
    text-decoration: none;
    list-style: none;
    padding: 0.75rem .8rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--header-links-color);
    transition: .3s ease-in-out;
}

.menu ul li a:hover {
    color: var(--hover-link-color);
    transition: .3s ease-in;
}

.menu ul li a.active {
    color: var(--hover-link-color);
}

/* Hamburger menu styles */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1000;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--header-links-color);
    transition: all 0.3s ease-in-out;
}

.hamburger.footer span {
    background-color: var(--bs-white);
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}

/* Header styling for faqs header */
#headerSub {
    color: var(--bs-white);
    background-color: var(--hover-link-color);
}

.header .menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.menu.faqMenu ul li a {
    text-decoration: none;
    list-style: none;
    padding: 0.75rem .8rem;
    font-size: 15px;
    font-weight: normal;
    color: var(--bs-white);
    transition: .3s ease-in-out;
}

.menu.faqMenu ul li a:hover {
    color: #f1f1f1;
    transition: .3s ease-in;
}

.menu.faqMenu ul li a.active {
    color: var(--hover-link-color);
}

.menu.faqMenu ul li .glo-lang {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

#language {
    font-size: 15px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    color: var(--bs-white);
}

#language option {
    font-size: 14px;
    background-color: #f2f2f2;
    color: #000;
}


main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-container {
    padding: 0 9rem;
    margin-top: calc(0rem + 5rem);
}

.hero-section {
    width: 100%;
    height: auto;
}

.hero-section-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    background-color: #5a50fe;
    background-image: url(src/png/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    padding-left: 5rem;
}

#hero-section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding-left: 2rem;
}

#hero-section-content h1 {
    font-size: 41.9px;
    color: var(--bs-white);
    margin: 0 0 12.75px;
}

#hero-content-tickers {
    list-style: none;
    width: 100%;
    padding: 15px;
    margin-top: -25px;
    color: var(--li-text-color);
    position: relative;
}

#hero-content-tickers li {
    opacity: 0;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: calc(var(--hero-caption-font-size)* 0.85* 0.95);
    font-weight: 900;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#hero-content-tickers li.active {
    opacity: 1;
    transform: translateY(0);
}

#hero-section-content p {
    font-size: 14px;
    color: var(--bs-white);
    padding: 5px 16px;
    border-radius: 27px;
    margin: 15px 0;
    border: 1px solid var(--btn-border-color);
    background-color: var(--p-bg-color);
}

.hero-section-mobileAds img {
    width: 434px;
    margin-bottom: -5px;
    border-bottom-right-radius: 20px;
    padding: 3rem .2rem 0 6rem;
}

#hero-content-stores {
    display: flex;
    gap: 15px;
    align-items: center;
}

#hero-content-stores li {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 12.75px 18.7px;
    border-radius: 0.75rem;
    background-color: var(--bs-white);
}

#hero-content-stores li a {
    font-size: 13.6px;
    font-weight: 700;
    padding: 2px 0 0;
    text-decoration: none;
}

#hero-content-stores div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero-content-stores li a img {
    width: 22px;
    margin: 0 8.5px 0 0;
}

.sponsorship-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 68px 0 51px;
}

.sponsorship-container h2 {
    font-size: 17px;
    color: #667085;
    font-weight: 400;
    margin: 0 0 8.5px;
}

.sponsorship-container .sponsor-logo {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory; /* Enables scroll snapping */
    padding: 10px 0;
}

.sponsorship-container .sponsor-logo ul {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping */
    gap: 20px;
    padding: 0;
    margin: 0;
}

.sponsor-logo ul li {
    list-style: none;
    align-self: flex-end;
    margin: 0;
    width: 170px;
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
}

.sponsor-logo ul li img {
    width: 100%;
    max-width: 150px;
    transition: transform 0.3s ease-in-out;
}

.sponsor-logo ul li img:hover {
    transform: scale(1.1);
}

.title-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem 0% 2.5rem 0;
}

.title-container h2 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 8.5px;
    color: #040052;
    line-height: 2.75rem;
}

.row-entries {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 4rem;
}

.row-entries .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.col-12 .dark-themeBx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    width: 100%;
    max-width: 432px;
    height: 280px;
    padding: 2rem 2.5rem;
    border-radius: 2rem;
    color: var(--bs-white);
    background-color: var(--dark-theme-bg-color);
}

.col-12 .dark-themeBx h4 {
    font-size: 22px;
    margin: 25.5px 0 8.5px;
}

.col-12 .dark-themeBx p {
    line-height: 1.5rem;
    font-size: 15px;
}

.col-12 .dark-themeBx img {
    width: 53px;
}

.col-12 .light-themeBx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    width: 100%;
    max-width: 432px;
    height: 280px;
    padding: 2rem 2.5rem;
    border-radius: 2rem;
    color: #050422;
    background-color: var(--light-theme-bg-color);
}

.col-12 .light-themeBx img {
    width: 60px;
}

.col-12 .light-themeBx h4 {
    font-size: 22px;
    margin: 25.5px 0 8.5px;
}

.col-12 .light-themeBx p {
    line-height: 1.5rem;
    color: #4a4874;
    font-size: 15px;
}

.row-entries .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.col-lg-6 .light-themeBx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    width: 100%;
    max-width: 432px;
    height: 280px;
    padding: 2rem 2.5rem;
    border-radius: 2rem;
    color: #050422;
    background-color: var(--light-theme-bg-color);
}

.col-lg-6 .light-themeBx img {
    width: 55px;
}

.col-lg-6 .light-themeBx h4 {
    font-size: 22px;
    margin: 25.5px 0 8.5px;
}

.col-lg-6 .light-themeBx p {
    line-height: 1.5rem;
    color: #4a4874;
    font-size: 15px;
}

.col-lg-6 .dark-themeBx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    width: 100%;
    max-width: 432px;
    height: 280px;
    padding: 34px 42px;
    border-radius: 2rem;
    color: var(--bs-white);
    background-color: var(--dark-theme-bg-color);
}

.col-lg-6 .dark-themeBx h4 {
    font-size: 22px;
    margin: 25.5px 0 8.5px;
}

.col-lg-6 .dark-themeBx p {
    line-height: 1.5rem;
    font-size: 15px;
}

.col-lg-6 .dark-themeBx img {
    width: 62px;
}

.landing-coverage {
    width: 100%;
    height: 30rem;
    margin-bottom: 3.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
    background-color: var(--landing-coverage-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}

.landing-coverage .landing-coverage-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    color: var(--header-links-color);
}

.landing-coverage .landing-coverage-content p {
    font-size: 25px;
    margin: 0 0 17px;
}

.landing-coverage .landing-coverage-content p strong {
    font-size: 4rem;
    margin: 1.5rem 0 1.25rem 0;
    font-weight: 800;
}

.landing-coverage .landing-coverage-avatars img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.landing-coverage .landing-coverage-avatars img:first-child {
    width: 5rem;
    height: 5rem;
    left: 9%;
    top: 32%;
}

.landing-coverage .landing-coverage-avatars img:nth-child(2) {
    width: 2.5rem;
    height: 2.5rem;
    left: 33%;
    top: 0.75%;
} 

.landing-coverage .landing-coverage-avatars img:nth-child(3) {
    width: 6.25rem;
    height: 6.25rem;
    left: 45.5%;
    top: 75%;
}

.landing-coverage .landing-coverage-avatars img:nth-child(4) {
    width: 4.5rem;
    height: 4.5rem;
    left: 74%;
    top: 53.5%;
}

.landing-coverage-avatars img:nth-child(5) {
    width: 2.5rem;
    height: 2.5rem;
    left: 74.25%;
    top: 13%;
}

.landing-coverage-avatars img:nth-child(1), .landing-coverage-avatars img:nth-child(2), .landing-coverage-avatars img:nth-child(4), .landing-coverage-avatars img:nth-child(5) {
    opacity: 1;
}

.landing-features-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0 1.25rem;
    color: var(--text-color);
}

.landing-features-header span {
    margin-bottom: 1.5rem;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    font-size: 1rem;
    letter-spacing: 0.075rem;
}

.landing-features-header h2 {
    text-align: center;
    color: var(--header-links-color);
    word-wrap: break-word;
    margin-bottom: 1rem;
    font-size: 31px;
}

.landing-features-header p {
    font-size: 1rem;
    margin: 0 0 17px;
}

.landing-features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 2rem;
}

.landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    background-color: #d8d6ff;
    width: 100%;
    height: 495px;
    max-width: 1012px;
    margin: 17px 0;
    padding: 42.5px 59.5px;
    border-radius: 2rem;
}

.send-n-receive-container img {
    width: 584px;
}

.send-n-receive-container .send-n-receive-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
    margin-left: -5rem;
}

.send-n-receive-container .send-n-receive-content h3 {
    font-size: 45px;
    font-weight: 700;
    width: 100%;
    max-width: 20rem;
    line-height: 2.5rem;
    margin: 0 0 1rem 0;
}

.send-n-receive-container .send-n-receive-content p {
    font-size: 17px;
    margin: 0 0 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 21.2rem;
}

.exchange-currency-content h3 {
    font-size: 45px;
    font-weight: 700;
    width: 100%;
    max-width: 20rem;
    line-height: 2.5rem;
    margin: 0 0 1rem 0;
}

.exchange-currency-content p {
    font-size: 17px;
    margin: 0 0 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 24.2rem;
}

.exchange-currency-container img {
    width: 482px;
}

.virtual-card-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.virtual-card-content h3 {
    font-size: 45px;
    font-weight: 700;
    width: 100%;
    max-width: 24rem;
    line-height: 2.5rem;
    margin: 0 0 1rem 0;
}

.virtual-card-content p {
    font-size: 17px;
    margin: 0 0 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 26rem;
}

.virtual-card-container img {
    width: 424px;
}

.testimonial-flex h2 {
    text-align: center;
    color: var(--header-links-color);
    word-wrap: break-word;
    margin-bottom: 1rem;
    line-height: 2.25rem;
    font-size: 31px;
    margin: 0 0 17px;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 80vw;
    padding: 20px;
    margin: 2rem auto;
    position: relative;
}

.images {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 200px;
    width: 100%;
}

.testimonial-image {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform-origin: center center;
    opacity: 0.5; 
}

.testimonial-image.center {
    width: 170px; 
    height: 170px;
    z-index: 2;
    transform: scale(1.3);
    opacity: 1;
    background-color: #fff; 
}

.testimonial-details {
    margin-top: 20px;
}

#testimonial-name {
    font-size: 1.594rem;
    font-weight: 700;
    margin: 8.5px 0;
    color: var(--header-links-color);
}

#testimonial-handle {
    color: var(--hover-link-color);
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0;
}

#testimonial-handle a {
    color: var(--hover-link-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

#testimonial-handle a:hover {
    color: var(--hover-link-color);
    text-decoration: underline;
}

#testimonial-text {
    width: 100%;
    max-width: 45vw;
    text-align: center;
    color: var(--text-color);
    font-size: 0.95em;
    line-height: 1.8rem;
    margin: 20px 0;
}

.call-to-action-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 624px;
    margin: 51px 0 0;
    padding: 0 119px;
    width: 100%;
    background-color: var(--highlighted-bg-color);
}

.call-to-action-container .business-banking {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 85px 0 0;
}

.call-to-action-container .business-banking h2 {
    font-size: 29.75px;
    color: var(--bs-white);
    margin: 0 0 17px;
    line-height: 2.25rem;
}

.call-to-action-container .business-banking p {
    font-size: 1rem;
    color: var(--bs-white);
    margin: 0 0 17px;
    line-height: 1.5rem;
}

.call-to-action-container img {
    width: 100%;
    max-width: 639.5px;
}

.call-to-action-container .call-to-action-button {
    display: flex;
    align-items: center;
    margin: 17px 0 0;
    padding: 0.75rem 0;
    font-size: 1rem;
    gap: 20px;
}

.call-to-action-container .call-to-action-button a {
    text-decoration: none;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12.75px 21.25px;
    border-radius: 0.75rem;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.call-to-action-button a {
    background-color: #5a50fe;
}

.call-to-action-button a:hover {
    transition: .3s ease-in-out;
    background-color: var(--button-hover-bg-color);
}

.call-to-action-container .call-to-action-button img {
    margin: 0 -4.25px 0 8.5px;
    width: 29.75px;
    height: 29.75px;
}

.get-started-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 6rem 0 5rem 0;
}

.get-started-container .steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 1140px;
    padding-left: 6rem;
}

.steps-container img {
    width: 408.36px;
}

.steps-container .get-started-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 34px 0 34px;
    color: #040052;
}

.steps-container .get-started-content .steps {
    display: flex;
    flex-direction: column;
    margin: 0 85px 0 0;
}

.steps-container .steps > div {
    padding-left: 3.5rem;
    position: relative;
    padding-top: 0.5rem;
    margin: 0.5rem 0;
}

.steps > div::before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #8886ab;
    border-radius: 2.5rem;
    background: var(--sidebar-background);
}

.steps > div:nth-child(2)::before {
    content: "2";
}

.steps > div:nth-child(3)::before {
    content: "3";
}

.steps > div h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 8.5px;
    color: #5e5e66;
}

.steps > div p {
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 17px;
    color: #5e5e66;
}

.get-started-content .get-started-button {
    display: flex;
    align-items: center;
    margin: 17px 0 0;
    padding: 0.75rem 0;
    font-size: 1rem;
    gap: 20px;
}

.get-started-content .get-started-button a {
    text-decoration: none;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12.75px 21.25px;
    border-radius: 0.75rem;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.get-started-button a {
    background-color: #5a50fe;
}

.get-started-button a:hover {
    transition: .3s ease-in-out;
    background-color: var(--button-hover-bg-color);
}

.get-started-content .get-started-button img {
    margin: 0 -4.25px 0 8.5px;
    width: 29.75px;
    height: 29.75px;
}

main > #section-spacer {
    height: 5rem;
}

footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 862px; */
    padding: 3rem 0 0 0;
    overflow-x: hidden;
    background-color: var(--footer-background-color);
}

.footer-container-col-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 8.58rem;
    max-width: 100%;
}

.footer-container-col-1 .footer-logo {
    padding: 0 12.75px;
    flex: 0 0 auto;
    width: 25%;
}

.footer-container-col-1 .footer-logo img {
    width: 150px;
}

.footer-container-col-1 .flex-row-mobile {
    display: none;
    gap: 2rem;
}

.footer-sideBar .flex-row {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    gap: 4rem;
    justify-content: space-between;
}

.flex-row h5.widget-title {
    font-size: 1rem;
    font-weight: 500;
    color: #121212;
    margin: 0 0 8.5px;
}

ul.widget_nav_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: flex-start; */
}

ul.widget_nav_menu li {
    list-style: none;
}

ul.widget_nav_menu li a {
    text-decoration: none;
    font-size: 15.15px;
    color: #55555e;
}

ul.widget_nav_menu li a:hover {
    color: var(--hover-link-color);
}

ul.widget-social-nav li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.widget_nav_menu.widget-social-nav li a:hover {
    color: var(--hover-link-color);
}

.flex-row .nav-menu-1, .nav-menu-2, .nav-menu-3, .nav-menu-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0 12.75px;
}

footer > .supporter {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 6rem;
}

.supporter .support-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid var(--hover-link-color);
}

.support-image img {
    max-height: 4rem;
    margin: 0 0.5rem -0.5rem 0.5rem;
}

footer .footer-container-col-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 8rem;
    margin-bottom: 2rem;
}

.footer-container-col-2 .copyright {
    font-size: 15.15px;
    font-weight: 400;
    margin: 0 0 25.5px;
    padding: 0 12.75px;
    color: #55555e;
}

.footer-container-col-2 .copyright-data p {
    font-size: 15.15px;
    font-weight: 400;
    color: #55555e;
    line-height: 1.6rem;
    text-align: right;
    margin: 0 0 17px;
}

/* Styling for Business page */
.menu ul .loginBtn, .signupBtn {
    margin: 0 10px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f0f0f0;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.menu ul .loginBtn:hover {
    transition: .3s ease-in-out;
    background-color: #e8e8e8;
}

.menu ul .loginBtn a {
    color: #5a50fe;
}

.menu ul .signupBtn {
    background: #5a50fe;
}

.menu ul .signupBtn:hover {
    background-color: #fff;
}

.menu ul .signupBtn a {
    color: #fff;
}

.menu ul .signupBtn a:hover {
    color: var(--bs-white);
}

.menu ul .signupBtn:hover {
    transition: .3s ease-in-out;
    background-color: var(--button-hover-bg-color);
}

.main-container.main-business-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1294px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.hero-section-container .business-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-bottom: 0;
    /* width: 100%; */
    background-image: none;
    text-align: center;
}

.hero-section-container .business-hero h1 {
    font-size: 64px;
    width: 100%;
    max-width: 595px;
    text-align: center;
    color: var(--header-links-color);
}

.hero-section-container .business-hero p {
    font-size: 23px;
    text-align: center;
    margin: 40px 0;
    width: 100%;
    max-width: 673px;
    color: #4b487a;
}

.hero-section-container .business-hero .desk-set {
    width: 100%;
}

.business-hero .desk-set img {
    max-width: 894px;
    margin-bottom: -5px;
}

.hero-section-container .call-to-action-button {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    padding: 0.75rem 0;
    font-size: 1rem;
    gap: 20px;
}

.hero-section-container .business-hero .call-to-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 227px;
}

.hero-section-container .call-to-action-button a {
    text-decoration: none;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    width: 100%;
    border-radius: 0.75rem;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.call-to-action-button a {
    background-color: #5a50fe;
}

.call-to-action-button a:hover {
    transition: .3s ease-in-out;
    background-color: var(--button-hover-bg-color);
}

.call-to-action-button img {
    margin: 0 -4.25px 0 8.5px;
    width: 29.75px;
    height: 29.75px;
}

.business-sponsorship-container {
    width: 100%;
    background-color: #f8f7ff;
    padding: 20px 0 40px;
}

.landing-strength-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem 0% 2.5rem 0;
}

.landing-strength-title-container h3 {
    font-size: 42px;
    margin: 40px 0;
    max-width: 537px;
}

.business-documentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2rem 9.5rem;
}

.business-documentation .business-documentation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1294px;
    height: auto;
    margin: 60px 0 0;
    padding: 65px 80px;
    border-radius: 40px;
    background: #f2f4f7;
}

.business-documentation-container .business-context h3 {
    font-size: 32px;
    max-width: 50%;
    color: #040052;
}

.business-documentation-container .business-context p {
    font-size: 18px;
    margin: 30px 0;
    line-height: 32px;
    max-width: 70%;
}

.business-documentation-container .api-img img {
    width: 387px;
}

.business-documentation-container .business-context .call-to-action-button {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
    gap: 20px;
}

.business-documentation-container .business-context .call-to-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 245px;
}

.business-documentation-container .business-context  .call-to-action-button a {
    text-decoration: none;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    width: 100%;
    border-radius: 0.75rem;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.call-to-action-button a {
    background-color: #5a50fe;
}

.call-to-action-button a:hover {
    transition: .3s ease-in-out;
    background-color: var(--button-hover-bg-color);
}

.call-to-action-button img {
    margin: 0 -4.25px 0 8.5px;
    width: 29.75px;
    height: 29.75px;
}

.use-cases-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 12px;
}

.use-cases-container h3 {
    font-size: 42px;
    color: #101828;
    margin: 20px 0;
}

.use-cases-container .cases-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
    gap: 10px;
}

.cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    width: 100%;
    padding: 0 12px;
}

.cases-row .use-cases-1 .case-bx, .cases-row .use-cases-2 .case-bx, .cases-row .use-cases-3 .case-bx {
    margin: 20px 0;
    max-width: 370px;
}

.cases-row .use-cases-1 .case-bx img, .cases-row .use-cases-2 .case-bx img, .cases-row .use-cases-1 .case-bx img, .cases-row .use-cases-3 .case-bx img {
    padding: 10px 0;
}

.cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 17px;
    color: #040052;
}

.cases-row .use-cases-1 .case-bx p, .cases-row .use-cases-2 .case-bx p, .cases-row .use-cases-3 .case-bx p {
    font-size: 1rem;
    margin: 0 0 17px;
    color: #4b487a;
    line-height: 1.5rem;
}

.explore-clearpaid {
    background-image: url(src/png/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ECEBFF;
    background-color: #5a50fe;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
    padding: 40px 20px;
    border-radius: 20px;
}

.explore-clearpaid .explore-context {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.explore-clearpaid .explore-context h3 {
    font-size: 23px;
    margin: 0 0 17px;
}

.explore-clearpaid .explore-context p {
    font-size: 1rem;
    max-width: 70%;
}

.business-documentation-container .business-context .call-to-action-button {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
    gap: 20px;
}

.explore-clearpaid .call-to-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 225px;
    padding-right: 25px;
}

.explore-clearpaid .call-to-action-button a {
    text-decoration: none;
    color: var(--hover-link-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    width: 100%;
    border-radius: 0.75rem;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.explore-clearpaid .call-to-action-button a {
    background-color: var(--bs-white);
}

.explore-clearpaid .call-to-action-button a:hover {
    transition: .3s ease-in-out;
    background-color: #f0f0f0;
}

.explore-clearpaid .call-to-action-button img {
    margin: 0 -4.25px 0 8.5px;
    width: 18px;
}

/* About page section */
.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 4rem;
}

.about-section .about-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    padding: 3rem 7.5rem;
}

.about-section .about-container .about-us span {
    padding: 7px 30px;
    background-color: #f9f5ff;
    border-radius: 16px;
    color: var(--hover-link-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.about-container div h2 {
    width: 100%;
    max-width: 65%;
    margin: 30px 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    color: #040052;
}

.about-container div img {
    max-width: 100%;
    /* z-index: -2; */
    position: relative;
}

.about-section .clearpaid-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F8F7FF;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    z-index: 10;
    border-radius: 20px;
    margin-top: -40px;
    padding: 40px 0;
}

.clearpaid-stats div h3 {
    color: #4b487a;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 8.5px;
}

.clearpaid-stats .stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 0rem !important;
}

.clearpaid-stats .stats div h4 {
    color: #040052;
    font-size: 46px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
}

.clearpaid-stats .stats div p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #4B487A;
}

.about-section .about-building {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #423BBF;
    border-radius: 40px;
    padding: 50px 60px;
    margin: 70px 0;
    gap: 20px;
    width: 100%;
}

.about-section .about-building .about-side-vision {
    max-width: 50%;
}

.about-building .about-side-vision div:first-child h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}

.about-building .about-side-vision div:first-child h3::before {
    content: "";
    background-color: #fff;
    color: black;
    padding: 5px 3px;
    margin-right: 10px;
    margin-top: 5px;
}

.about-building .about-side-vision div:first-child p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 40px 13px;
}

.about-building .about-side-vision div:not(:first-child) h3 {
    color: #9492B3;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin: 20px 0;
}

.about-building .about-side-vision div:not(:first-child) p {
    color: #9492B3;
    font-weight: 700;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 70%;
}

.about-section .about-building .about-vision-img {
    max-width: 50%;
}

.about-section .about-vision-img img {
    max-width: 100%;
}

.about-section .about-values {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.about-section .about-values h3 {
    font-size: 32px;
    line-height: 44px;
    color: #101828;
    font-weight: 700;
    margin: 0;
}

.about-section .about-values p {
    font-size: 16px;
    line-height: 24px;
    color: #4B487A;
    margin: 30px 0 40px 0;
    text-align: center;
}

.about-section .clearpaid-values-level {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-start: 3;
    align-items: center;
    gap: 30px;
    width: 100%;
    /* max-width: 841px; */
    padding: 0 30px;
}

.clearpaid-values-level .value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #040052;
    border-radius: 40px;
    padding: 30px 50px;
    height: 320px;
    width: 100%;
    max-width: 350px;
    position: relative;
    overflow: hidden;
}

.clearpaid-values-level .value img {
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
    max-width: 40%;
}

.clearpaid-values-level .value div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.clearpaid-values-level .value div h3 {
    margin: 0;
    color: #040052;
    font-size: 28px;
    font-weight: 500;
}

.clearpaid-values-level .value h4 {
    font-size: 24px;
    color: #040052;
    margin: 0 0 8.5px;
    font-weight: 500;
}

.clearpaid-values-level #id2 {
    grid-column: span 2;
    max-width: 650px;
}

/* Faqs page section styling */
.main-container.main-faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    background-color: var(--bs-white);
}

.faq-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
}

.faq-section-innerHead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem 9rem;
    background-color: var(--hover-link-color);
    color: var(--bs-white);
}

.faq-section-innerHead h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 24px;
    color: #fff;
}

/* Parent container */
#search-bar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: var(--search-bar-border-radius);
}

/* Search wrapper */
.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #7a66e3;
    border-radius: var(--search-bar-border-radius);
    padding: 0;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Search wrapper hover effect */
.search-wrapper:hover {
    border-radius: var(--search-bar-border-radius);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Input field */
#search {
    flex: 1;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .08);
    border-radius: var(--search-bar-border-radius);
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 16px 16px 16px 48px;
    font-size: 16px;
    color: hsl(0, 0%, 100%);
    background: #7b73fe;
    transition: color 0.3s, background-color 0.3s;
}

/* Focused input field */
#search:focus {
    background-color: #fff;
    color: #333;
    border-radius: var(--search-bar-border-radius);
}

#search::placeholder {
    font-size: 16px;
    color: var(--bs-white);
}

#search::-moz-placeholder {
    font-size: 16px;
    color: var(--bs-white);
} 

#search::-webkit-input-placeholder {
    font-size: 16px;
    color: var(--bs-white);
}

/* Search icon */
.search-icon {
    position: absolute;
    left: 15px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color 0.3s;
}

.search-icon svg {
    fill: var(--bs-white);
}

/* Focused icon color change */
#search:focus + .search-icon svg {
    fill: #1a1a1a; 
}

.faq-section .faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 1.5rem 9rem;
    margin-bottom: 4rem;
}

.faq-container .flexBx-1 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.flexBx-1 .about-faq, .flexBx-1 .get-started-faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 217px;
    padding: 24px;
    gap: 16px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    font-family: "Open Sans", serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.flexBx-1 .about-faq:hover, 
.flexBx-1 .get-started-faq:hover {
    border: 1px solid var(--hover-link-color); /* New border color */
}


.flexBx-1 .about-faq .about-img, .flexBx-1 .get-started-faq .started-img {
    width: 32px;
}

.flexBx-1 .about-faq h3, .flexBx-1 .get-started-faq h3 {
    font-size: 14px;
    font-weight: 700;
    margin: -4px 0px 2px;
    color: #1a1a1a;
    font-family: "Open Sans", serif;
    transition: color 0.3s ease-in-out;
}


.flexBx-1 .about-faq:hover h3, .flexBx-1 .get-started-faq:hover h3 {
    color: var(--hover-link-color); 
}

.flexBx-1 .about-faq p, .flexBx-1 .get-started-faq p {
    font-size: 14px;
    font-weight: normal;
    margin: -4px 0px 2px;
    color: #1a1a1a;
    max-width: 368px;
    font-family: "Open Sans", serif;
}

.about-faq .customer-feedback, .get-started-faq .customer-feedback-2 {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #737373;
    margin-top: 16px;
}

.get-started-faq .customer-feedback-2 {
    margin: 0;
}

.about-faq .customer-feedback .customers-img {
    display: flex;
    align-items: center;
}

.about-faq .customer-feedback .customers-img img {
    width: 32px;
    border: 2px solid var(--bs-white);
    border-radius: 50%;
}

.customer-feedback .customers-img img:nth-child(2) {
    margin-left: -8px;
}

.customer-feedback .customers-img img:nth-child(3) {
    margin-left: -8px;
}

.about-faq .customer-feedback .text-by, .get-started-faq .customer-feedback-2 .text-by {
    font-size: 13px;
}
/* 2nd box container */
.flexBx-1 .get-started-faq .customer-feedback-2 .customers-img-2 img {
    width: 32px;
    border: 2px solid var(--bs-white);
    border-radius: 50%;
}

.customer-feedback-2 .customers-img-2 img:nth-child(2) {
    margin-left: -8px;
}

.customer-feedback-2 .customers-img-2 img:nth-child(3) {
    margin-left: -8px;
}

.faq-footer-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1.5rem 9rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.logoFooter img {
    width: 160px;
}

.faq-footer-container .logo-social-ico {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-social-ico .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-social-ico .social-icons li {
    list-style: none;
}

.logo-social-ico .social-icons li a {
    font-size: 1rem;
    color: #909aa5;
}

.support-email p {
    font-size: 14px;
    color: #909aa5;
}

/* Blog Page Section Styling */
.blog-search-bar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: var(--search-bar-border-radius);
}

/* Search wrapper */
.blog-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f4f6f7;
    border-radius: var(--search-bar-border-radius);
    padding: 0;
}

/* Input field */
#headerBlog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdf;
    z-index: 1000;
    transition: box-shadow 0.3s ease-in-out;
}

#blogSearch {
    flex: 1;
    border-width: 0;
    border-color: none;
    border-radius: var(--search-bar-border-radius);
    outline: none;
    padding: 10px 10px 10px 48px;
    font-size: 16px;
    color: #212529;
    background: #f4f6f7;
}

#blogSearch::placeholder {
    font-size: 16px;
    font-weight: normal;
    color: #212529;
}

#blogSearch::-moz-placeholder {
    font-size: 16px;
    font-weight: normal;
    color: #212529;
} 

#blogSearch::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: normal;
    color: #212529;
}

/* Search icon */
.blog-search-icon {
    position: absolute;
    left: 15px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
}

.blog-search-icon svg {
    width: 1rem;
    fill: #212529;
}

.main-container.main-blog-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.blog-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 9rem;
    width: 100%;
    background: transparent;
}

.blog-section .blog-post1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdf;
}

.blog-section .blog-post1 .postTime {
    display: flex;
    align-items: center;
}

.blog-post1 .postTime .meta {
    color: #264e04;
    background-color: #e2fccc;
    font-size: 14px;
    padding: 6px 17px;
    border-radius: 1rem;
    margin: 0 25.5px 0 0;
    position: relative;
}

.blog-post1 .postTime .meta::after {
    content: '';
    background-color: #e2fccc;
    height: 1.1rem;
    width: 1.1rem;
    position: absolute;
    right: -0.185rem;
    top: 0.385rem;
    transform: rotate(45deg);
    border-radius: 0.2rem;
    z-index: 0;
}

.blog-post1 .postTime span, 
.blog-post2 .postTime span  {
    font-size: 1rem; 
    color: #757582;
}

.blog-post1 .postTime span > span, 
.blog-post2 .postTime span > span {
    font-size: 14px;
}

.blog-post1 .postTitle, 
.blog-post2 .postTitle {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 20px;
}

.blog-post1 .postTitle .postTitle-tag, 
.blog-post2 .postTitle .postTitle-tag {
    font-size: 28px;
    font-weight: 700;
    color: #040052;
    text-decoration: none;
    max-width: 70%;
}

.blog-post1 .postTitle .postTitle-tag:hover, 
.blog-post2 .postTitle .postTitle-tag:hover {
    color: var(--hover-link-color);
}

.blog-post1 .postTitle p, 
.blog-post2 .postTitle p {
    font-size: 17px;
    margin: 0 0 17px;
    color: #4a487a;
    line-height: 1.5rem;
    max-width: 85%;
}

.blog-post1 .postTitle p a {
    text-decoration: none;
    color: var(--hover-link-color);
}

.blog-post1 .postTitle p a:hover {
    text-decoration: underline;
}

.blog-post1 .blog-articles, 
.blog-post2 .blog-articles  {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-post1 .blog-articles a, 
.blog-post2 .blog-articles a {
    font-size: 15px;
    color: #55555e;
    background: #e7e7eb;
    padding: 8.5px 17px;
    border-radius: 2rem;
    text-decoration: none;
}

.blog-post1 .blog-articles a:hover, 
.blog-post2 .blog-articles a:hover {
    background-color: var(--hover-link-color);
    color: var(--bs-white);
}

.blog-section .blog-post2 {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #dcdcdf;
}

.blog-section .blog-post2 .postBanner a img {
    max-width: 241px;
    border-radius: 1rem;
    text-decoration: none;
}

.blog-section .loop-navigation {
    margin: 2rem 0 5rem 0;
    height: 2rem;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.blog-section .loop-navigation a {
    font-size: 1rem;
    text-decoration: none;
    color: var(--hover-link-color);
}

.blog-section .loop-navigation a i {
    font-size: 10px;
}

.blog-section .loop-navigation a:hover {
    text-decoration: underline;
}

.loop-navigation::after {
    content: '';
    clear: both;
}

/* Login Page Styling */
.lgheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background: #fbfaff;
}

.lgheader .headerLogo.lg img {
    width: 210px;
}

.main-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100vh;
    background: #fbfaff;
}

.login-container {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin-top: 4rem;
}

.login-container h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #040052;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    color: #444052;
    font-size: 1rem;
    margin: 0 0 5px;
    line-height: 24px;
}

.input-group {
    width: 100%;
    height: 56px;
    padding: 10px 20px;
    border: 1px solid #cbcae5;
    outline: none;
    border-radius: 8px;
    font-size: 1rem;
    background: transparent;
}

.input-group:focus {
    border-color: var(--hover-link-color);
}

input:placeholder-shown {
    color: #707070;
    line-height: 29px;
    font-weight: 400;
}

.forgot-password {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--hover-link-color);
    cursor: pointer;
    text-decoration: none;
}

.login-Btn {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    height: 56px;
    background: #5a50fe;
    border-radius: 12px;
    margin-top: 2.5rem;
}

.login-Btn:disabled {
    background-color: #e2e0ff;
    cursor: not-allowed;
}

.login-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4b487a;
    margin: 20px 0 0;
}

.login-container p a {
    text-decoration: none;
    color: var(--hover-link-color);
    font-weight: 700;
}

.main-login-container .foot-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 20px;
}

.main-login-container .foot-content p, .main-login-container .foot-content a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #55555e;
    text-decoration: none;
}

.main-login-container .foot-content a:hover {
    color: var(--hover-link-color);
}

/* Sign up form styling */
.lgheader.sgHeader {
    padding: .8rem 2rem;
    background: transparent;
}

.lgheader .signin-formPg {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #4b487a;
}

.lgheader .signin-formPg a {
    font-weight: 700;
    text-decoration: none;
    color: var(--hover-link-color);
}

.main-signup-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.main-signup-container .left-section-container {
    overflow: hidden;
    width: 100%;
    position: static;
}

.main-signup-container .left-section-container img {
    max-width: 100%;
    height: 100vh;
}

.main-signup-container .right-section-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8rem;
    width: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* Custom Scrollbar Styles */
.main-signup-container .right-section-container::-webkit-scrollbar {
    width: 10px; 
}

.main-signup-container .right-section-container::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 2rem;
}

.main-signup-container .right-section-container::-webkit-scrollbar-thumb {
    background-color: var(--hover-link-color);
    border-radius: 10px;
    border: 2px solid #f0f0f0; 
}

.main-signup-container .right-section-container h1 {
    color: #040052;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
}

.right-section-container .signup-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444052;
}

.right-section-container .signup-form .form-group .input-row {
    display: flex;
    width: 100%;
}

.right-section-container .signup-form .form-group .input-row input {
    flex: 1 1;
    margin-bottom: 10px;
    padding: 10px 20px;
    height: 56px;
    font-size: 16px;
    border: 1px solid #cbcae5;
    border-radius: 8px 0 0 8px;
    width: 100%;
    color: #6f6e80;
    outline: none;
}

.right-section-container .signup-form .form-group .input-row input:focus {
    outline: none;
    border: 1px solid #5a50fe;
    box-shadow: none;
}

.signup-form .form-group .input-field {
    margin-bottom: 10px;
    padding: 10px 20px;
    height: 56px;
    font-size: 16px;
    border: 1px solid #cbcae5;
    border-radius: 0 8px 8px 0;
    width: 100%;
    color: #6f6e80;
    outline: none;
}

.signup-form .form-group .input-field:focus {
    outline: none;
    border: 1px solid #5a50fe;
    box-shadow: none;
}

.signup-form .form-group .input-field.cx {
    border-radius: 8px;
}

.signup-form .form-group .phone-wrapper {
    display: flex;
    margin-bottom: 10px;
}

.signup-form .form-group .phone-wrapper .selectNum {
    position: relative;
    display: inline-block;
}

.signup-form .form-group .phone-wrapper .selectNum {
    border: 1px solid #cbcae5;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 8px 0 8px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 56px;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444052;
}

.signup-form .form-group .radio-group {
    display: flex;
    flex-direction: column;
}

.signup-form .form-group .radio-group .custom-radio {
    position: relative;
    padding-left: 54px;
    padding-top: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 15px;
    height: 56px;
    font-size: 16px;
    border: 1px solid #cbcae5;
    border-radius: 8px;
}

.signup-form .form-group .radio-group .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.signup-form .form-group .radio-group .custom-radio .checkmark {
    position: absolute;
    top: 18px;
    left: 20px;
    height: 20px;
    width: 20px;
    border: 1px solid #444052;
    border-radius: 50%;
}

.signup-form .form-group .radio-group .custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.signup-form .form-group .radio-group .custom-radio input:checked~.checkmark:after {
    display: block;
}

.signup-form .form-group .radio-group .custom-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5a50fe;
}

.signup-form .btn-continue {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    height: 56px;
    background: #5a50fe;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.signup-form .btn-continue:disabled {
    background-color: #e2e0ff;
    cursor: not-allowed;
}





/* Responsive styles */
@media (min-width: 1728px) and (max-height: 1085px) {
    .header {
        padding: 1.5rem 17rem;
    }

    .hero-section-banner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 8rem;
    }

    #hero-section-content {
        padding-left: 2rem;
        width: 100%;
    }

    #hero-section-content h1 {
        font-size: 45.9px;
    }

    .hero-section-mobileAds img {
        width: 494px;
        margin-bottom: -5px;
        border-radius: 0;
    }

    .main-container {
        padding: 1.5rem 18.5rem;
    }

    footer {
        padding: 1.5rem 9rem;
    }
    
    .footer-container-col-1 {
        padding: 1.5rem 9rem;
    }

    .call-to-action-container {
        padding: 1.5rem 18.9rem;
    }

    .sponsorship-container .sponsor-logo {
        width: 100%;
        padding: 20px;
    }

    .sponsorship-container .sponsor-logo .sponsor {
        width: 100%!important;
    }

    .sponsor-logo .sponsor li img {
        padding: 0;
        width: 90px!important;
    }

    .col-12 .dark-themeBx, .col-12 .light-themeBx, .col-lg-6 .light-themeBx, .col-lg-6 .dark-themeBx {
        width: 100%;
        max-width: 540px;
    }

    .landing-coverage {
        height: 40rem;
        background-size: auto 95%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        left: 47.5%;
        top: 75%;
    }

    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        width: 100%;
        height: 495px;
        max-width: 1220px;
    }

    .testimonial-details {
        padding: 20px;
        text-align: center;
        width: 650px;
    }

    /* Business Page Section Styling */
    .menu ul .loginBtn, .signupBtn {
        margin: 0 10px 0 0;
        padding: 14px 16px;
        border-radius: 12px;
        background: #f0f0f0;
        transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    }
    
    .menu ul .loginBtn:hover {
        transition: .3s ease-in-out;
        background-color: #e8e8e8;
    }
    
    .menu ul .loginBtn a {
        color: #5a50fe;
    }
    
    .menu ul .signupBtn {
        background: #5a50fe;
    }
    
    .menu ul .signupBtn:hover {
        background-color: #fff;
    }
    
    .menu ul .signupBtn a {
        color: #fff;
    }
    
    .menu ul .signupBtn a:hover {
        color: var(--bs-white);
    }
    
    .menu ul .signupBtn:hover {
        transition: .3s ease-in-out;
        background-color: var(--button-hover-bg-color);
    }
    
    .main-container.main-business-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1294px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    
    .hero-section-container .business-hero {
        padding-top: 2.5rem;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 0;
    }
    
    .hero-section-container .business-hero h1 {
        font-size: 64px;
        width: 100%;
        max-width: 595px;
        text-align: center;
        color: var(--header-links-color);
    }
    
    .hero-section-container .business-hero p {
        font-size: 23px;
        text-align: center;
        margin: 40px 0;
        width: 100%;
        max-width: 673px;
        color: #4b487a;
    }
    
    .hero-section-container .business-hero .desk-set {
        width: 100%;
    }
    
    .business-hero .desk-set img {
        max-width: 100%;
        margin-bottom: -5px;
    }
    
    .hero-section-container .call-to-action-button {
        display: flex;
        align-items: center;
        margin: 0 0 40px;
        padding: 0.75rem 0;
        font-size: 1rem;
        gap: 20px;
    }
    
    .hero-section-container .business-hero .call-to-action-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 227px;
    }
    
    .hero-section-container .call-to-action-button a {
        text-decoration: none;
        color: var(--bs-white);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 32px;
        width: 100%;
        border-radius: 0.75rem;
        transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    }
    
    .call-to-action-button a {
        background-color: #5a50fe;
    }
    
    .call-to-action-button a:hover {
        transition: .3s ease-in-out;
        background-color: var(--button-hover-bg-color);
    }
    
    .call-to-action-button img {
        margin: 0 -4.25px 0 8.5px;
        width: 29.75px;
        height: 29.75px;
    }
    
    .business-sponsorship-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #f8f7ff;
        padding: 20px 0 40px;
    }

    .sponsor-logo ul li {
        width: 18%;
        padding-left: 2rem;
    }

    .sponsor-logo.business-spons {
        max-width: 60%;
    }

    .sponsor-logo.business-spons ul li {
        width: 18%;
        padding-left: 2rem;
    }
    
    .landing-strength-title-container {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 1rem 0% 2.5rem 0;
    }
    
    .landing-strength-title-container h3 {
        font-size: 42px;
        margin: 40px 0;
        max-width: 537px;
    }
    
    .business-documentation {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 2rem 9.5rem;
    }
    
    .business-documentation .business-documentation-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1294px;
        height: auto;
        margin: 60px 0 0;
        padding: 65px 80px;
        border-radius: 40px;
        background: #f2f4f7;
    }
    
    .business-documentation-container .business-context h3 {
        font-size: 32px;
        max-width: 50%;
        color: #040052;
    }
    
    .business-documentation-container .business-context p {
        font-size: 18px;
        margin: 30px 0;
        line-height: 32px;
        max-width: 70%;
    }
    
    .business-documentation-container .api-img img {
        width: 567px;
    }
    
    .business-documentation-container .business-context .call-to-action-button {
        display: flex;
        align-items: center;
        margin: 0 0 20px;
        padding: 0;
        font-size: 14px;
        gap: 20px;
    }
    
    .business-documentation-container .business-context .call-to-action-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 245px;
    }
    
    .business-documentation-container .business-context  .call-to-action-button a {
        text-decoration: none;
        color: var(--bs-white);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 32px;
        width: 100%;
        border-radius: 0.75rem;
        transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    }
    
    .call-to-action-button a {
        background-color: #5a50fe;
    }
    
    .call-to-action-button a:hover {
        transition: .3s ease-in-out;
        background-color: var(--button-hover-bg-color);
    }
    
    .call-to-action-button img {
        margin: 0 -4.25px 0 8.5px;
        width: 29.75px;
        height: 29.75px;
    }
    
    .use-cases-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 40px 12px;
    }
    
    .use-cases-container h3 {
        font-size: 42px;
        color: #101828;
        margin: 20px 0;
    }
    
    .use-cases-container .cases-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        max-width: 100%;
        gap: 10px;
    }
    
    .cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 40px;
        width: 100%;
        padding: 0 12px;
    }
    
    .cases-row .use-cases-1 .case-bx, .cases-row .use-cases-2 .case-bx, .cases-row .use-cases-3 .case-bx {
        margin: 20px 0;
        max-width: 370px;
    }
    
    .cases-row .use-cases-1 .case-bx img, .cases-row .use-cases-2 .case-bx img, .cases-row .use-cases-1 .case-bx img, .cases-row .use-cases-3 .case-bx img {
        padding: 10px 0;
    }
    
    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 17px;
        color: #040052;
    }
    
    .cases-row .use-cases-1 .case-bx p, .cases-row .use-cases-2 .case-bx p, .cases-row .use-cases-3 .case-bx p {
        font-size: 1rem;
        margin: 0 0 17px;
        color: #4b487a;
        line-height: 1.5rem;
    }
    
    .explore-clearpaid {
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #ECEBFF;
        background-color: #5a50fe;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: 50px 0 0;
        padding: 40px 20px;
        border-radius: 20px;
    }
    
    .explore-clearpaid .explore-context {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
    }
    
    .explore-clearpaid .explore-context h3 {
        font-size: 23px;
        margin: 0 0 17px;
    }
    
    .explore-clearpaid .explore-context p {
        font-size: 1rem;
        max-width: 70%;
    }
    
    .business-documentation-container .business-context .call-to-action-button {
        display: flex;
        align-items: center;
        margin: 0 0 20px;
        padding: 0;
        font-size: 14px;
        gap: 20px;
    }
    
    .explore-clearpaid .call-to-action-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 225px;
        padding-right: 25px;
    }
    
    .explore-clearpaid .call-to-action-button a {
        text-decoration: none;
        color: var(--hover-link-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 32px;
        width: 100%;
        border-radius: 0.75rem;
        transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    }
    
    .explore-clearpaid .call-to-action-button a {
        background-color: var(--bs-white);
    }
    
    .explore-clearpaid .call-to-action-button a:hover {
        transition: .3s ease-in-out;
        background-color: #f0f0f0;
    }
    
    .explore-clearpaid .call-to-action-button img {
        margin: 0 -4.25px 0 8.5px;
        width: 18px;
    }    

    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 0;
    }

    .about-container div h2 {
        width: 100%;
        max-width: 55%;
        margin: 30px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #040052;
    }

    /* FAQs page section responsive styling */
    .faq-section-innerHead {
        padding: 1.5rem 17rem;
    }

    .faq-section .faq-container {
        padding: 1.5rem 17rem;
    }

    .faq-footer-container {
        padding: 1.5rem 8rem;
    }

    .blog-section {
        padding: 1.5rem 17rem;
    }
    
    .blog-section .blog-post2 {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 23px;
    }
}

/* Media query for Desktop devices */
@media (max-width: 1114px) {
    .header {
        padding: 1.5rem 6rem;
    }

    .headerLogo a img {
        width: 169px;
        padding-left: 0;
    }

    #hero-section-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        width: 100%;
        padding-left: 0;
    }

    #hero-section-content h1 {
        font-size: 34px;
        color: var(--bs-white);
        margin: 0 0 12.75px;
    }

    .menu ul .loginBtn, .signupBtn {
        margin: 0 10px 0 0;
        padding: 10px 8px;
        border-radius: 12px;
        background: #f0f0f0;
        transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    }

    .business-documentation {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .about-section .clearpaid-stats {
        padding: 40px 30px;
    }

    .clearpaid-stats .stats div h4 {
        font-size: 37px;
    }

    /* FAQs page section responsive styling */
    .faq-section-innerHead {
        padding: 1.5rem 6rem;
    }

    .faq-section .faq-container {
        padding: 1.5rem 6rem;
    }

    .faq-footer-container {
        padding: 1.5rem 7rem;
    }

    /* Mobile Responsive for Blog page */
    .blog-section {
        padding: 1.5rem 6rem;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 95%;
    }

    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 23px;
    }

    .main-signup-container .right-section-container {
        padding-left: 40px;
    }
}

@media (max-width: 884px) { 
    .header {
        padding: 1.5rem 1.5rem;
    }

    .headerLogo a img {
        width: 169px;
        padding-left: 0;
    }

    .main-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        padding-top: 4rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 550px;
        font-size: 41px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers {
        margin-bottom: 2rem;
    }

    #hero-content-tickers li {
        font-size: 38px;
        top: 0;
        width: 100%;
        max-width: 550px;
        text-align: center;
    }

    #hero-content-stores {
        margin-top: -1rem;
    }

    #hero-content-stores li a {
        font-size: 1rem;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 386px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 29px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        max-width: 686px;
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 57px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 57px!important;
    }

    .landing-features-header h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .landing-features-header p {
        font-size: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 68px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 25px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: 8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: 4rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: auto;
        width: 100%;
        max-width: 694px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 25px;
        font-weight: 600;
        max-width: 12rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 1rem;
    }

    .send-n-receive-container img {
        width: 656px;
    }

    .exchange-currency-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .exchange-currency-content p {
        font-size: 1rem;
    }

    .exchange-currency-container img {
        width: 593px;
    }

    .virtual-card-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .virtual-card-content p {
        font-size: 1rem;
    }

    .virtual-card-container img {
        width: 584px;
    }

    .testimonial-flex h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 100px;
        height: 100px;
    }

    .testimonial-image.center {
        width: 180px;
        height: 180px;
    }

    #testimonial-name {
        font-size: 23px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 1rem;
    }

    #testimonial-text {
        font-size: 1rem;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 4rem 0 4rem 0;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 29px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 694px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 416px;
    }

    .steps-container .get-started-content h2 {
        font-size: 29px;
        font-weight: 500;
        padding: 0;
    }

    .steps > div p {
        font-size: 1rem;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3rem;
        width: 100%;
        padding: 10px;
    }

    footer > .supporter {
        width: 100%;
        padding: 20px;
    }

    .supporter .support-image {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 20px;
        margin-top: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 1rem;
        width: 100%;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
        font-size: 1rem;
    }

    .hero-section-container .business-hero {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-section-container .business-hero h1 {
        max-width: 90%;
        font-size: 46px;
        line-height: 52px;
        color: #040052;
        margin: 0;
        font-weight: 700;
    }

    .hero-section-container .business-hero p {
        max-width: 100%;
    }

    .menu ul .loginBtn, .signupBtn {
        display: none;
    }

    .business-documentation {
        padding-left: 40px;
        padding-right: 40px;
    }

    .business-documentation .business-documentation-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 35px 40px;
    }

    .business-documentation-container .business-context {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .business-documentation-container .business-context h3  {
        max-width: 95%;
        text-align: center;
        margin: 0;
    }

    .business-documentation-container .business-context p {
        color: #4B487A;
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
        max-width: 95%;
    }

    .business-documentation-container .api-img {
        margin-top: 1rem;
    }

    .business-documentation-container .api-img img {
        width: 287px;
    }

    .use-cases-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 80%;
        font-weight: 700;    
    }

    .cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .explore-clearpaid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 30px;
    }

    .explore-clearpaid .explore-context h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .explore-clearpaid .explore-context p {
        font-size: 1rem;
        max-width: 95%;
        margin: 0 0 16px;
        line-height: 1.6rem;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 65%;
        padding: 0;
        border: none;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 28px;
    }
    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 30px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 100%;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 21.84px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 20px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 100%;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section responsive styling */
    .faq-section-innerHead {
        padding: 20px;
    }

    .faq-section .faq-container {
        display: flex;
        text-align: start;
        padding: 20px;
    }

    .faq-footer-container {
        width: 100%;
        padding: 20px;
    }

    /* Mobile Responsive for Blog page */
    .blog-section {
        padding: 30px;
    }

    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 23px;
    }

     /* Mobile Responsive for Signup page */
     .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        display: flex;
        align-items: center;
        padding: 20px;
        width: 100%;
    }
}

/* Media query for Tablet devices */
@media (max-width: 834px) {
    .header {
        padding: 1.5rem 1.5rem;
    }

    .headerLogo a img {
        width: 169px;
        padding-left: 0;
    }

    .main-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        padding-top: 4rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 550px;
        font-size: 41px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers {
        margin-bottom: 2rem;
    }

    #hero-content-tickers li {
        font-size: 38px;
        top: 0;
        width: 100%;
        max-width: 550px;
        text-align: center;
    }

    #hero-content-stores {
        margin-top: -1rem;
    }

    #hero-content-stores li a {
        font-size: 1rem;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 386px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 29px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        max-width: 686px;
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 57px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 57px!important;
    }

    .landing-features-header h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .landing-features-header p {
        font-size: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 68px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 25px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: 8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: 4rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: auto;
        width: 100%;
        max-width: 694px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 25px;
        font-weight: 600;
        max-width: 12rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 1rem;
    }

    .send-n-receive-container img {
        width: 656px;
    }

    .exchange-currency-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .exchange-currency-content p {
        font-size: 1rem;
    }

    .exchange-currency-container img {
        width: 593px;
    }

    .virtual-card-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .virtual-card-content p {
        font-size: 1rem;
    }

    .virtual-card-container img {
        width: 584px;
    }

    .testimonial-flex h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 100px;
        height: 100px;
    }

    .testimonial-image.center {
        width: 180px;
        height: 180px;
    }

    #testimonial-name {
        font-size: 23px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 1rem;
    }

    #testimonial-text {
        font-size: 1rem;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 4rem 0 4rem 0;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 29px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 694px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 416px;
    }

    .steps-container .get-started-content h2 {
        font-size: 29px;
        font-weight: 500;
        padding: 0;
    }

    .steps > div p {
        font-size: 1rem;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3rem;
        width: 100%;
        padding: 10px;
    }

    footer > .supporter {
        width: 100%;
        padding: 20px;
    }

    .supporter .support-image {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 20px;
        margin-top: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 1rem;
        width: 100%;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
        font-size: 1rem;
    }

    .hero-section-container .business-hero {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-section-container .business-hero h1 {
        max-width: 90%;
        font-size: 46px;
        line-height: 52px;
        color: #040052;
        margin: 0;
        font-weight: 700;
    }

    .hero-section-container .business-hero p {
        max-width: 100%;
    }

    .menu ul .loginBtn, .signupBtn {
        display: none;
    }

    .business-documentation {
        padding-left: 40px;
        padding-right: 40px;
    }

    .business-documentation .business-documentation-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 35px 40px;
    }

    .business-documentation-container .business-context {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .business-documentation-container .business-context h3  {
        max-width: 95%;
        text-align: center;
        margin: 0;
    }

    .business-documentation-container .business-context p {
        color: #4B487A;
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
        max-width: 95%;
    }

    .business-documentation-container .api-img {
        margin-top: 1rem;
    }

    .business-documentation-container .api-img img {
        width: 287px;
    }

    .use-cases-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 80%;
        font-weight: 700;    
    }

    .cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .explore-clearpaid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 30px;
    }

    .explore-clearpaid .explore-context h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .explore-clearpaid .explore-context p {
        font-size: 1rem;
        max-width: 95%;
        margin: 0 0 16px;
        line-height: 1.6rem;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 65%;
        padding: 0;
        border: none;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 28px;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 100%;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 26px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 23px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 100%;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section responsive styling */
    .faq-section-innerHead {
        padding: 20px;
    }

    .faq-section .faq-container {
        display: flex;
        text-align: start;
        padding: 20px;
    }

    .faq-footer-container {
        width: 100%;
        padding: 20px;
    }

     /* Mobile Responsive for Blog Post page */
     .blog-section {
        padding: 25px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 100%;
        font-size: 24px;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-section .blog-post2 .postBanner a img {
        width: 214px;
    }

    #blogSearch {
        max-width: 80px;
        padding: 10px 10px;
        font-size: 14px;
    }
    
    #blogSearch::placeholder {
        font-size: 0px;
    }

    #blogSearch::-moz-placeholder {
        font-size: 0px;
    }

    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 23px;
    }

     /* Mobile Responsive for Signup page */
     .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        display: flex;
        align-items: center;
        padding: 20px;
        width: 100%;
    }
}

/* Responsive for iPad Air Devices */
@media (max-width: 820px) {
    .header {
        padding: 1.5rem 1.5rem;
    }

    .headerLogo a img {
        width: 169px;
        padding-left: 0;
    }

    .main-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        padding-top: 4rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 550px;
        font-size: 41px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers {
        margin-bottom: 2rem;
    }

    #hero-content-tickers li {
        font-size: 38px;
        top: 0;
        width: 100%;
        max-width: 550px;
        text-align: center;
    }

    #hero-content-stores {
        margin-top: -1rem;
    }

    #hero-content-stores li a {
        font-size: 1rem;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 386px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 29px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        max-width: 686px;
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 57px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 57px!important;
    }

    .landing-features-header h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .landing-features-header p {
        font-size: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 68px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 25px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: 8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: 4rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: auto;
        width: 100%;
        max-width: 694px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 25px;
        font-weight: 600;
        max-width: 12rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 1rem;
    }

    .send-n-receive-container img {
        width: 656px;
    }

    .exchange-currency-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .exchange-currency-content p {
        font-size: 1rem;
    }

    .exchange-currency-container img {
        width: 593px;
    }

    .virtual-card-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .virtual-card-content p {
        font-size: 1rem;
    }

    .virtual-card-container img {
        width: 584px;
    }

    .testimonial-flex h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 100px;
        height: 100px;
    }

    .testimonial-image.center {
        width: 180px;
        height: 180px;
    }

    #testimonial-name {
        font-size: 23px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 1rem;
    }

    #testimonial-text {
        font-size: 1rem;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 4rem 0 4rem 0;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 29px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 694px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 416px;
    }

    .steps-container .get-started-content h2 {
        font-size: 29px;
        font-weight: 500;
        padding: 0;
    }

    .steps > div p {
        font-size: 1rem;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3rem;
        width: 100%;
        padding: 10px;
    }

    footer > .supporter {
        width: 100%;
        padding: 20px;
    }

    .supporter .support-image {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 20px;
        margin-top: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 1rem;
        width: 100%;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
        font-size: 1rem;
    }

    .hero-section-container .business-hero {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-section-container .business-hero h1 {
        max-width: 90%;
        font-size: 46px;
        line-height: 52px;
        color: #040052;
        margin: 0;
        font-weight: 700;
    }

    .hero-section-container .business-hero p {
        max-width: 100%;
    }

    .menu ul .loginBtn, .signupBtn {
        display: none;
    }

    .business-documentation {
        padding-left: 40px;
        padding-right: 40px;
    }

    .business-documentation .business-documentation-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 35px 40px;
    }

    .business-documentation-container .business-context {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .business-documentation-container .business-context h3  {
        max-width: 95%;
        text-align: center;
        margin: 0;
    }

    .business-documentation-container .business-context p {
        color: #4B487A;
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
        max-width: 95%;
    }

    .business-documentation-container .api-img {
        margin-top: 1rem;
    }

    .business-documentation-container .api-img img {
        width: 287px;
    }

    .use-cases-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 80%;
        font-weight: 700;    
    }

    .cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .explore-clearpaid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 30px;
    }

    .explore-clearpaid .explore-context h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .explore-clearpaid .explore-context p {
        font-size: 1rem;
        max-width: 95%;
        margin: 0 0 16px;
        line-height: 1.6rem;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 65%;
        padding: 0;
        border: none;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 28px;
    }
    
    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 100%;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 26px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 23px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 100%;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section responsive styling */
    .faq-section-innerHead {
        padding: 20px;
    }

    .faq-section .faq-container {
        display: flex;
        text-align: start;
        padding: 20px;
    }

    .faq-footer-container {
        width: 100%;
        padding: 20px;
    }

     /* Mobile Responsive for Blog Post page */
     .blog-section {
        padding: 20px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 100%;
        font-size: 24px;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-section .blog-post2 .postBanner a img {
        width: 214px;
    }

    #blogSearch {
        max-width: 80px;
        padding: 10px 10px;
        font-size: 14px;
    }
    
    #blogSearch::placeholder {
        font-size: 0px;
    }

    #blogSearch::-moz-placeholder {
        font-size: 0px;
    }

    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 23px;
    }

     /* Mobile Responsive for Signup page */
     .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        display: flex;
        align-items: center;
        padding: 20px;
        width: 100%;
    }
}

/* Media query for Tablet devices */
@media (max-width: 768px) {
    .header {
        padding: 1.5rem 1rem;
    }

    .headerLogo a img {
        width: 169px;
        padding-left: 0;
    }

    .main-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        padding-top: 4rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 550px;
        font-size: 41px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers {
        margin-bottom: 0;
    }

    #hero-content-tickers li {
        font-size: 38px;
        top: 0;
        width: 100%;
        max-width: 550px;
        text-align: center;
    }

    #hero-content-stores {
        margin-top: -1rem;
    }

    #hero-content-stores li a {
        font-size: 1rem;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 386px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 29px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        max-width: 686px;
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 57px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 57px!important;
    }

    .landing-features-header h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .landing-features-header p {
        font-size: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 68px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 25px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: 8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: 4rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: auto;
        width: 100%;
        max-width: 694px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 25px;
        font-weight: 600;
        max-width: 12rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 1rem;
    }

    .send-n-receive-container img {
        width: 614px;
    }

    .exchange-currency-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .exchange-currency-content p {
        font-size: 1rem;
    }

    .exchange-currency-container img {
        width: 593px;
    }

    .virtual-card-content h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .virtual-card-content p {
        font-size: 1rem;
    }

    .virtual-card-container img {
        width: 584px;
    }

    .testimonial-flex h2 {
        font-size: 29px;
        font-weight: 600;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 100px;
        height: 100px;
    }

    .testimonial-image.center {
        width: 180px;
        height: 180px;
    }

    #testimonial-name {
        font-size: 23px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 1rem;
    }

    #testimonial-text {
        font-size: 1rem;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 4rem 0 4rem 0;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 29px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 1rem;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 694px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 416px;
    }

    .steps-container .get-started-content h2 {
        font-size: 29px;
        font-weight: 500;
        padding: 0;
    }

    .steps > div p {
        font-size: 1rem;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3rem;
        width: 100%;
        padding: 10px;
    }

    footer > .supporter {
        width: 100%;
        padding: 20px;
    }

    .supporter .support-image {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 20px;
        margin-top: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 1rem;
        width: 100%;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
        font-size: 1rem;
    }

    /* Business page section */
    .hero-section-container .business-hero {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-section-container .business-hero h1 {
        max-width: 90%;
        font-size: 46px;
        line-height: 52px;
    }

    .hero-section-container .business-hero p {
        font-size: 18px;
        max-width: 90%;
        margin: 40px 0;
        line-height: 1.9rem;
    }

    .hero-section-container .business-hero .call-to-action-button {
        max-width: 341px;
    }

    .business-hero .desk-set img {
        max-width: 95%;
        z-index: -2;
    }

    .landing-strength-title-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 80%;
        font-weight: 700;
    }

    .business-documentation {
        padding: 20px;
    }

    .business-documentation .business-documentation-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 35px 40px;
    }

    .business-documentation-container .business-context {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .business-documentation-container .business-context h3  {
        max-width: 95%;
        text-align: center;
        margin: 0;
    }

    .business-documentation-container .business-context p {
        color: #4B487A;
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
        max-width: 85%;
    }

    .business-documentation-container .api-img {
        margin-top: 1rem;
    }

    .business-documentation-container .api-img img {
        width: 308px;
    }

    .use-cases-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 80%;
        font-weight: 700;    
    }

    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    .cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 27px;
    }

    .cases-row .use-cases-1 .case-bx p, .cases-row .use-cases-2 .case-bx p, .cases-row .use-cases-3 .case-bx p {
        font-size: 18px;
    }

    .explore-clearpaid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 30px;
    }

    .explore-clearpaid .explore-context h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .explore-clearpaid .explore-context p {
        font-size: 18px;
        max-width: 90%;
        margin: 0 0 16px;
        line-height: 1.6rem;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 30%;
        padding: 0;
        border: none;
    }

    .menu ul .loginBtn, .signupBtn {
        display: none;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 100%;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 26px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 23px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 100%;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section responsive styling */
    .faq-section-innerHead {
        padding: 20px;
    }

    .faq-section .faq-container {
        display: flex;
        text-align: start;
        padding: 20px;
    }

    .faq-footer-container {
        width: 100%;
        padding: 20px;
    }

    /* Mobile Responsive for Blog Post page */
    .blog-section {
        padding: 20px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 100%;
        font-size: 24px;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-section .blog-post2 .postBanner a img {
        width: 214px;
    }

    #blogSearch {
        max-width: 80px;
        padding: 10px 10px;
        font-size: 14px;
    }
    
    #blogSearch::placeholder {
        font-size: 0px;
    }

    #blogSearch::-moz-placeholder {
        font-size: 0px;
    }

    /* Responsive styling for Login Page */
    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 23px;
    }

    /* Mobile Responsive for Signup page */
    .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        display: flex;
        align-items: center;
        padding: 20px;
        width: 100%;
    }
}

@media (max-width: 764px) {
    .menu ul {
        position: absolute;
        top: 99%;
        right: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: flex-start;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 8px 5px 0px;
    }

    .menu ul.active {
        max-height: 500px;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 2rem;
        /* Adjust based on the menu content */
        opacity: 1;
    }

    .hamburger {
        display: flex;
    }
    
    .header {
        padding: 1.5rem;
    }
}

/* Responsive for - iPhone 12 PRO MAX Devices */
@media (max-width: 428px) {
    .header {
        padding: 1.5rem .8rem;
    }

    .headerLogo a img {
        width: 155px;
        padding-left: 0;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
        padding-top: 2rem;
        padding-right: 2rem;
        padding-left: 0rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 320px;
        font-size: 24px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers li {
        font-size: 22px;
        top: 0;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 250px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 22px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 398px;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 42px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 42px!important;
    }

    .landing-features-header h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .landing-features-header p {
        font-size: 15px;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 45px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 18px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: -8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: 590px;
        width: 100%;
        max-width: 405px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 22px;
        font-weight: 500;
        max-width: 10rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 15px;
    }

    .send-n-receive-container img {
        width: 380px;
    }

    .exchange-currency-content h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .exchange-currency-content p {
        font-size: 15px;
    }

    .exchange-currency-container img {
        width: 425px;
    }

    .virtual-card-content h3 {
        font-size: 22px;
        font-weight: 500
    }

    .virtual-card-content p {
        font-size: 15px;
    }

    .virtual-card-container img {
        width: 303px;
    }

    .testimonial-flex h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 60px;
        height: 60px;
    }

    .testimonial-image.center {
        width: 130px;
        height: 130px;
    }

    #testimonial-name {
        font-size: 20px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 15px;
    }

    #testimonial-text {
        font-size: 15px;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 367px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 313px;
    }

    .steps-container .get-started-content h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .steps > div p {
        font-size: 15px;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: block;
        padding: 3rem 0 3rem 0;
        overflow-x: hidden;
    }

    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        width: 100%;
        padding: 10px;
    }

    .footer-container-col-1 .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: block;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        text-align: right;
        padding: 10px;
    }

    .footer-container-col-1 .flex-row-mobile .nav-menu-3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .footer-sideBar .flex-row .nav-menu-3 {
        display: none;
    }

    .footer-sideBar .flex-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        overflow-y: hidden;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }

    .flex-row h5.widget-title {
        font-size: 14px;
        font-weight: 500;
    }
    
    ul.widget_nav_menu li a {
        font-size: 14px;
    }

    footer > .supporter {
        display: flex;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        padding: 1rem 1.5rem 2rem 1.5rem;
        margin: 2rem -1rem 2rem -1rem;
    }

    .support-image img {
        max-height: 3.5rem;
        margin: 0;
        padding: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 14px;
        width: 360px;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
        font-size: 14px;
    }

    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 22px;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 60%;
        padding: 0;
        border: none;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 550px;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 21.84px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 20px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 650px;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section styling */
    .menu.faqMenu ul li a {
        color: var(--header-links-color);
        transition: .3s ease-in-out;
    }
    
    .menu.faqMenu ul li a:hover {
        color: #050422;
    }
    
    .menu.faqMenu ul li .glo-lang {
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: var(--header-links-color);
    }
    
    #language {
        color: var(--header-links-color);
        width: 418px;
    }
    
    #language option {
        font-size: 14px;
        background-color: #f2f2f2;
        color: #000;
    }
    
    .faq-section-innerHead {
        padding: 20px;
        text-align: start;
    }

    .faq-section .faq-container {
        padding: 20px;
        max-width: 100%;
    }

    .faq-container .flexBx-1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        text-align: start;
    }

    .flexBx-1 .about-faq, 
    .flexBx-1 .get-started-faq {
        padding: 20px;
    }

    .customer-feedback .customers-img img:nth-child(2) {
        display: none;
    }
    
    .customer-feedback .customers-img img:nth-child(3) {
        display: none;
    }

    .customer-feedback-2 .customers-img-2 img:nth-child(2) {
        display: none;
    }
    

    .faq-footer-container {
        display: flex;
        align-items: flex-start;
        text-align: start;
        padding: 20px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .faq-footer-container .logo-social-ico {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
    }

    /* Mobile Responsive for Blog page */
    .blog-section {
        padding: 20px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 100%;
    }

    .blog-post1 .postTime span, .blog-post2 .postTime span {
        font-size: 12px;
        color: #757582;
    }

    .blog-post1 .postTime span > span, .blog-post2 .postTime span > span {
        font-size: 11px;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-post2 .postTitle p {
        display: none;
    }

    .blog-post2 .blog-articles {
        display: none;
    }

    .blog-section .blog-post2 .postBanner a img {
        max-width: 107px;
    }

    .blog-post-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        font-size: 17px;
    }

    /* Responsive styling for Login Page */
    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 22px;
    }

    /* Mobile Responsive for Signup page */
    .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        padding: 20px;
        width: 100%;
    }
}

/* Mobile Responsive for - iPhone XR Devices */
@media (max-width: 414px) {
    .header {
        padding: 1.5rem .8rem;
    }

    .headerLogo a img {
        width: 155px;
        padding-left: 0;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
        padding-top: 2rem;
        padding-right: 2rem;
        padding-left: 0rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 320px;
        font-size: 24px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers li {
        font-size: 22px;
        top: 0;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 250px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 22px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 384px;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 42px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 42px!important;
    }

    .landing-features-header h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .landing-features-header p {
        font-size: 15px;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 45px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 18px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: -8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: 590px;
        width: 100%;
        max-width: 391px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 22px;
        font-weight: 500;
        max-width: 10rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 15px;
    }

    .send-n-receive-container img {
        width: 380px;
    }

    .exchange-currency-content h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .exchange-currency-content p {
        font-size: 15px;
    }

    .exchange-currency-container img {
        width: 425px;
    }

    .virtual-card-content h3 {
        font-size: 22px;
        font-weight: 500
    }

    .virtual-card-content p {
        font-size: 15px;
    }

    .virtual-card-container img {
        width: 303px;
    }

    .testimonial-flex h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 60px;
        height: 60px;
    }

    .testimonial-image.center {
        width: 130px;
        height: 130px;
    }

    #testimonial-name {
        font-size: 20px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 15px;
    }

    #testimonial-text {
        font-size: 15px;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 367px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 313px;
    }

    .steps-container .get-started-content h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .steps > div p {
        font-size: 15px;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: block;
        padding: 3rem 0 3rem 0;
        overflow-x: hidden;
    }

    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        width: 100%;
        padding: 10px;
    }

    .footer-container-col-1 .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: block;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        text-align: right;
        padding: 10px;
    }

    .footer-container-col-1 .flex-row-mobile .nav-menu-3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .footer-sideBar .flex-row .nav-menu-3 {
        display: none;
    }

    .footer-sideBar .flex-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        overflow-y: hidden;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }

    .flex-row h5.widget-title {
        font-size: 14px;
        font-weight: 500;
    }
    
    ul.widget_nav_menu li a {
        font-size: 14px;
    }

    footer > .supporter {
        display: flex;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        padding: 1rem 1.5rem 2rem 1.5rem;
        margin: 2rem -1rem 2rem -1rem;
    }

    .support-image img {
        max-height: 3.5rem;
        margin: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 14px;
        width: 360px;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
    }

    /* Business Page Section */
    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 22px;
    }

    .explore-clearpaid {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .explore-clearpaid .explore-context {
        padding: 0;
    }

    .explore-clearpaid .explore-context h3 {
        max-width: 100%;
        font-size: 24px;
    }

    .explore-clearpaid .explore-context p {
        max-width: 100%;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 85%;
        padding: 0;
        border: none;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 550px;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 21.84px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 20px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 650px;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section styling */
    .menu.faqMenu ul li a {
        color: var(--header-links-color);
        transition: .3s ease-in-out;
    }
    
    .menu.faqMenu ul li a:hover {
        color: #050422;
    }
    
    .menu.faqMenu ul li .glo-lang {
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: var(--header-links-color);
    }
    
    #language {
        color: var(--header-links-color);
        width: 418px;
    }
    
    #language option {
        font-size: 14px;
        background-color: #f2f2f2;
        color: #000;
    }
    
    .faq-section-innerHead {
        padding: 20px;
        text-align: start;
    }

    .faq-section .faq-container {
        padding: 20px;
        max-width: 100%;
    }

    .faq-container .flexBx-1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        text-align: start;
    }

    .flexBx-1 .about-faq, 
    .flexBx-1 .get-started-faq {
        padding: 20px;
    }

    .customer-feedback .customers-img img:nth-child(2) {
        display: none;
    }
    
    .customer-feedback .customers-img img:nth-child(3) {
        display: none;
    }

    .customer-feedback-2 .customers-img-2 img:nth-child(2) {
        display: none;
    }
    

    .faq-footer-container {
        display: flex;
        align-items: flex-start;
        text-align: start;
        padding: 20px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .faq-footer-container .logo-social-ico {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
    }

    /* Mobile Responsive for Blog page */
    .blog-section {
        padding: 20px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 100%;
    }

    .blog-post1 .postTime span, .blog-post2 .postTime span {
        font-size: 12px;
        color: #757582;
    }

    .blog-post1 .postTime span > span, .blog-post2 .postTime span > span {
        font-size: 11px;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-post2 .postTitle p {
        display: none;
    }

    .blog-post2 .blog-articles {
        display: none;
    }

    .blog-section .blog-post2 .postBanner a img {
        max-width: 107px;
    }

    .blog-post-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        font-size: 17px;
    }

    /* Responsive styling for Login Page */
    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 150px;
    }

    .login-container h1 {
        font-size: 22px;
    }

    /* Mobile Responsive for Signup page */
    .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        padding: 20px;
        width: 100%;
    }
}

/* Mobile Responsive for - iPhone 13 Pro Devices */
@media (max-width: 390px) {
    .header {
        padding: 1.5rem .8rem;
    }

    .headerLogo a img {
        width: 155px;
        padding-left: 0;
    }

    .hero-section-banner {
        min-height: var(--mb-hero-section-height);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background-color: #5a50fe;
        background-image: url(src/png/banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        padding-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 320px;
        font-size: 24px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers li {
        font-size: 22px;
        top: 0;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 250px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 22px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 360px;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 42px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 42px!important;
    }

    .landing-features-header h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .landing-features-header p {
        font-size: 15px;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 45px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 18px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: -8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: 4rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: 590px;
        width: 100%;
        max-width: 365px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 22px;
        font-weight: 500;
        max-width: 10rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 15px;
    }

    .send-n-receive-container img {
        width: 350px;
    }

    .exchange-currency-content h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .exchange-currency-content p {
        font-size: 15px;
    }

    .exchange-currency-container img {
        width: 425px;
    }

    .virtual-card-content h3 {
        font-size: 22px;
        font-weight: 500
    }

    .virtual-card-content p {
        font-size: 15px;
    }

    .virtual-card-container img {
        width: 303px;
    }

    .testimonial-flex h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 60px;
        height: 60px;
    }

    .testimonial-image.center {
        width: 130px;
        height: 130px;
    }

    #testimonial-name {
        font-size: 20px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 15px;
    }

    #testimonial-text {
        font-size: 15px;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 360px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 367px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 293px;
    }

    .steps-container .get-started-content h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .steps > div p {
        font-size: 15px;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: block;
        padding: 3rem 0 3rem 0;
        overflow-x: hidden;
    }

    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        width: 100%;
        padding: 10px;
    }

    .footer-container-col-1 .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: block;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        text-align: right;
        padding: 10px;
    }

    .footer-container-col-1 .flex-row-mobile .nav-menu-3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .footer-sideBar .flex-row .nav-menu-3 {
        display: none;
    }

    .footer-sideBar .flex-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        overflow-y: hidden;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }

    .flex-row h5.widget-title {
        font-size: 14px;
        font-weight: 500;
    }
    
    ul.widget_nav_menu li a {
        font-size: 14px;
    }

    footer > .supporter {
        display: flex;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        padding: 1rem 1.5rem 2rem 1.5rem;
        margin: 2rem -1rem 2rem -1rem;
    }

    .support-image img {
        max-height: 3.5rem;
        margin: 0;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding: 0;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 14px;
        width: 360px;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
    }

    /* Business page section */
    .hero-section-container .business-hero {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-section-container .business-hero h1 {
        max-width: 90%;
        font-size: 46px;
    }

    .hero-section-container .business-hero p {
        font-size: 18px;
        max-width: 95%;
        margin: 40px 0;
        line-height: 1.9rem;
    }

    .hero-section-container .business-hero .call-to-action-button {
        max-width: 341px;
    }

    .business-hero .desk-set img {
        max-width: 95%;
        z-index: -2;
    }

    .landing-strength-title-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 100%;
        font-weight: 700;
    }

    .business-documentation {
        padding: 20px;
    }

    .business-documentation .business-documentation-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 35px 40px;
    }

    .business-documentation-container .business-context {
        text-align: center;
    }

    .business-documentation-container .business-context h3  {
        max-width: 95%;
        text-align: center;
        margin: 0;
    }

    .business-documentation-container .business-context p {
        color: #4B487A;
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
        max-width: 95%;
    }

    .business-documentation-container .api-img {
        margin-top: 1rem;
    }

    .business-documentation-container .api-img img {
        width: 287px;
    }

    .use-cases-container h3 {
        margin: 20px 0;
        color: #101828;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        max-width: 80%;
        font-weight: 700;    
    }

    .cases-row .use-cases-1, .cases-row .use-cases-2, .cases-row .use-cases-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .explore-clearpaid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 30px;
    }

    .explore-clearpaid .explore-context h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .explore-clearpaid .explore-context p {
        font-size: 1rem;
        max-width: 95%;
        margin: 0 0 16px;
        line-height: 1.6rem;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 65%;
        padding: 0;
        border: none;
    }

    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 32px;
        line-height: 44px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 550px;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 21.84px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 20px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 650px;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* FAQs page section styling */
    .menu.faqMenu ul li a {
        color: var(--header-links-color);
        transition: .3s ease-in-out;
    }
    
    .menu.faqMenu ul li a:hover {
        color: #050422;
    }
    
    .menu.faqMenu ul li .glo-lang {
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: var(--header-links-color);
    }
    
    #language {
        color: var(--header-links-color);
        width: 418px;
    }
    
    #language option {
        font-size: 14px;
        background-color: #f2f2f2;
        color: #000;
    }
    
    .faq-section-innerHead {
        padding: 20px;
        text-align: start;
    }

    .faq-section .faq-container {
        padding: 20px;
        max-width: 100%;
    }

    .faq-container .flexBx-1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        text-align: start;
    }

    .flexBx-1 .about-faq, 
    .flexBx-1 .get-started-faq {
        padding: 20px;
    }

    .customer-feedback .customers-img img:nth-child(2) {
        display: none;
    }
    
    .customer-feedback .customers-img img:nth-child(3) {
        display: none;
    }

    .customer-feedback-2 .customers-img-2 img:nth-child(2) {
        display: none;
    }
    
    .faq-footer-container {
        display: flex;
        align-items: flex-start;
        text-align: start;
        padding: 20px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .faq-footer-container .logo-social-ico {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
    }

    /* Mobile Responsive for Blog page */
    .blog-section {
        padding: 20px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        max-width: 100%;
    }

    .blog-post1 .postTime span, .blog-post2 .postTime span {
        font-size: 12px;
        color: #757582;
    }

    .blog-post1 .postTime span > span, .blog-post2 .postTime span > span {
        font-size: 11px;
    }

    .blog-post1 .postTitle p, .blog-post2 .postTitle p {
        max-width: 100%;
    }

    .blog-post2 .postTitle p {
        display: none;
    }

    .blog-post2 .blog-articles {
        display: none;
    }

    .blog-section .blog-post2 .postBanner a img {
        max-width: 107px;
    }

    .blog-post-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .blog-post1 .postTitle .postTitle-tag, .blog-post2 .postTitle .postTitle-tag {
        font-size: 17px;
    }

    /* Responsive styling for Login Page */
    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 120px;
    }

    /* Mobile Responsive for Signup page */
    .lgheader.sgHeader {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1rem;
        background: transparent;
    }
    
    .lgheader .signin-formPg {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #4b487a;
    }
    
    .lgheader .signin-formPg p {
        display: none;
    }
    
    .main-signup-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .main-signup-container .left-section-container {
        width: 100%;
        height: 265px;
        position: relative;
    }
    
    .main-signup-container .left-section-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .main-signup-container .right-section-container {
        padding: 20px;
        width: 100%;
    }
    
}

/* Mobile Responsive for - iPhone X Devices */
@media (max-width: 375px) {
    .col-12 .light-themeBx, .col-12 .dark-themeBx {
        width: 345px;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        width: 345px;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
        height: auto;
    }

    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        max-width: 352px;
    }
    
    .send-n-receive-container img {
        max-width: 340px;
    }

    .call-to-action-container img {
        max-width: 352px;
    }

    .steps-container img {
        max-width: 281px;
    }

    .footer-container-col-1 .footer-logo img {
        width: 135px;
    }

    .support-image img {
        padding: 2px;
    }

    .footer-container-col-2 .copyright, .footer-container-col-2 .copyright-data {
        padding-left: .5rem;
    }

    .footer-container-col-2 .copyright-data p {
        font-size: 14px;
        line-height: 1.8rem;
    }

    /* Business Page Section */
    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 22px;
    }

    .explore-clearpaid {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .explore-clearpaid .explore-context {
        padding: 0;
    }

    .explore-clearpaid .explore-context h3 {
        max-width: 100%;
        font-size: 24px;
    }

    .explore-clearpaid .explore-context p {
        max-width: 100%;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 85%;
        padding: 0;
        border: none;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 15px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 30px;
        line-height: 42px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 30px;
        line-height: 42px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px 25px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-building .about-side-vision div:first-child h3 {
        font-size: 30px;
    }

    .about-section .about-values h3 {
        font-size: 30px;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 550px;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 21.84px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 20px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 650px;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }
}

/* Responsive for iPhone 12 mini */ 
@media (max-width: 360px) {
    .col-12 .light-themeBx, .col-12 .dark-themeBx, .col-lg-6 .dark-themeBx, .col-lg-6 .light-themeBx {
        max-width: 330px;
        height: auto;
    }

    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        max-width: 337px;
    }

    .send-n-receive-container img {
        max-width: 328px;
    }

    .call-to-action-container img {
        max-width: 337px;
    }

    .get-started-content .get-started-button {
        padding-left: 0;
        padding-right: 0;
    }

    .steps-container img {
        max-width: 269px;
    }

    .footer-container-col-1 .footer-logo img {
        width: 129px;
    }

    .supporter .support-image img {
        padding: 4px;
    }
    
    .footer-container-col-2 .copyright, .footer-container-col-2 .copyright-data {
        padding-left: 1rem;
    }

    /* Business Page Section */
    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 22px;
    }

    .explore-clearpaid {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .explore-clearpaid .explore-context {
        padding: 0;
    }

    .explore-clearpaid .explore-context h3 {
        max-width: 100%;
        font-size: 24px;
    }

    .explore-clearpaid .explore-context p {
        max-width: 100%;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 85%;
        padding: 0;
        border: none;
    }

    .landing-strength-title-container {
        padding: 20px;
    }
}

/* Responsive for iPhone 5 Devices */
@media (max-width: 320px) {
    .header {
        padding: 1.5rem .8rem;
    }

    .headerLogo a img {
        width: 147px;
        padding-left: 0;
    }

    .hero-section-banner {
        background-size: cover;
    }

    #hero-section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #hero-section-content h1 {
        width: 100%;
        max-width: 320px;
        font-size: 24px;
        margin: 0 0 11.25px;
    }

    #hero-content-tickers li {
        font-size: 22px;
        top: 0;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .hero-section-mobileAds {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-mobileAds img {
        width: 250px;
        margin-bottom: -0px;
        border-bottom-right-radius: 0;
        padding-left: 2rem;
    }

    .sponsor-logo {
        overflow: hidden;
        position: relative;
        padding: 0 15px; 
    }

    /* The inner `ul` for the sliding animation */
    .sponsor-logo ul {
        animation: slide 6s linear infinite; /* Slower speed on mobile */
    }

    /* Keyframe for sliding animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 20px)); /* Adjust for total width */
        }
    }

    .title-container h2 {
        font-size: 22px;
    }

    .row-entries {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-entries .col-12, .col-lg-6 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 360px;
    }

    .col-12 .light-themeBx, .col-12 .dark-themeBx {
        max-width: 290px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .col-lg-6 .light-themeBx, .col-lg-6 .dark-themeBx {
        max-width: 290px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        height: auto;
    }

    .col-12 .light-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .light-themeBx p {
        font-size: 14px;
    }

    .col-12 .light-themeBx img {
        width: 42px!important;
    }

    .col-lg-6 .dark-themeBx img {
        width: 42px!important;
    }

    .landing-features-header h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .landing-features-header p {
        font-size: 15px;
    }
    
    .landing-features-header p br {
        display: none;
    }

    .landing-coverag {
        text-align: center;
    }

    .landing-coverage .landing-coverage-content p strong {
        font-size: 45px;
    }

    .landing-coverage .landing-coverage-content p {
        font-size: 18px;
    }

    .landing-coverage .landing-coverage-avatars img:first-child {
        width: 4rem;
        height: 4rem;
        left: -8%;
        top: 30%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(4) {
        width: rem;
        height: 4rem;
        left: 80%;
        left: 90%;
        top: 53.5%;
    }

    .landing-coverage .landing-coverage-avatars img:nth-child(3) {
        width: 6rem;
        height: 6rem;
        left: 40%;
        top: 75%;
    }
    
    .landing-features-list .send-n-receive-container, .exchange-currency-container, .virtual-card-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 0 0 15px;
        height: 590px;
        width: 100%;
        max-width: 297px;
        border-radius: 1rem;
    }

    .landing-features-list .exchange-currency-container {
        flex-direction: column;
    }

    .send-n-receive-container .send-n-receive-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .send-n-receive-container .send-n-receive-content h3 {
        font-size: 22px;
        font-weight: 500;
        max-width: 10rem;
        line-height: 1.5rem;
    }

    .send-n-receive-container .send-n-receive-content p {
        font-size: 15px;
    }

    .send-n-receive-container img {
        width: 280px;
    }

    .exchange-currency-content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5rem;
    }

    .exchange-currency-content p {
        font-size: 15px;
    }

    .exchange-currency-container img {
        width: 390px;
    }

    .virtual-card-content h3 {
        font-size: 22px;
        font-weight: 500
    }

    .virtual-card-content p {
        font-size: 15px;
    }

    .virtual-card-container img {
        width: 300px;
    }

    .testimonial-flex h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .testimonials-container {
        max-width: 70rem;
    }

    .images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        width: 100%;
    }

    .testimonial-image {
        width: 60px;
        height: 60px;
    }

    .testimonial-image.center {
        width: 130px;
        height: 130px;
    }

    #testimonial-name {
        font-size: 20px;
        font-weight: 600;
    }

    #testimonial-handle {
        font-size: 15px;
    }

    #testimonial-text {
        font-size: 15px;
        width: 100%;
        max-width: 330px;
    }

    .call-to-action-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .call-to-action-container .business-banking {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 290px;
        padding: 0;
    }

    .call-to-action-container .business-banking h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .call-to-action-container .business-banking p {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button {
        font-size: 15px;
    }

    .call-to-action-container .call-to-action-button a {
        padding: 11.25px 18.75px;
        margin: 15px 0 60px;
    }

    .call-to-action-container .call-to-action-button img {
        width: 26.9px;
    }

    .call-to-action-container img {
        width: 100%;
        max-width: 367px;
    }

    .get-started-container .steps-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .steps-container .get-started-content .steps {
        display: flex;
        align-self: center;
        padding: 0;
        width: 100%;
    }
    
    .steps-container img {
        width: 237px;
    }

    .steps-container .get-started-content h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .steps > div p {
        font-size: 15px;
    }

    .steps > div::before {
        width: 37px;
        height: 37px;
        font-size: 1.25rem;
    }

    .get-started-content .get-started-button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
    }

    .get-started-content .get-started-button a {
        width: 100%;
        padding: 11.25px 18.75px;
    }

    .get-started-content .get-started-button img {
        width: 26px;
    }

    main > #section-spacer {
        height: 2rem;
    }

    footer {
        display: block;
        padding: 3rem 0 3rem 0;
        overflow-x: hidden;
    }

    .footer-container-col-1 .footer-logo img {
        width: 113px;
    }

    .footer-container-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        width: 100%;
        padding: 10px;
    }

    .footer-container-col-1 .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: block;
    }

    .footer-container-col-1 .flex-row-mobile {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        text-align: right;
        padding: 10px;
    }

    .footer-container-col-1 .flex-row-mobile .nav-menu-3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .footer-sideBar .flex-row .nav-menu-3 {
        display: none;
    }

    .footer-sideBar .flex-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        overflow-y: hidden;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }

    .flex-row h5.widget-title {
        font-size: 14px;
        font-weight: 500;
    }
    
    ul.widget_nav_menu li a {
        font-size: 14px;
    }

    footer > .supporter {
        display: flex;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        padding: 1rem 1.5rem 2rem 1.5rem;
        margin: 2rem -1rem 2rem -1rem;
    }

    .support-image img {
        max-height: 3.5rem;
        margin: 0;
        padding: 9px;
    }

    footer .footer-container-col-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-container-col-2 .copyright {
        text-align: left;
        font-size: 14px;
        width: 360px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer-container-col-2 .copyright-data {
        font-size: 14px;
        width: 360px;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: -2rem;
    }

    .footer-container-col-2 .copyright-data p {
        text-align: left;
        line-height: 1.9rem;
    }

    /* Business Page Section */
    .col-lg-6 .dark-themeBx h4 {
        font-size: 18px;
    }

    .col-12 .dark-themeBx h4, .col-lg-6 .light-themeBx h4 {
        font-size: 18px;
    }

    .cases-row .use-cases-1 .case-bx h4, .cases-row .use-cases-2 .case-bx h4, .cases-row .use-cases-3 .case-bx h4 {
        font-size: 22px;
    }

    .explore-clearpaid {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .explore-clearpaid .explore-context {
        padding: 0;
    }

    .explore-clearpaid .explore-context h3 {
        max-width: 100%;
        font-size: 24px;
    }

    .explore-clearpaid .explore-context p {
        max-width: 100%;
    }

    .explore-clearpaid .call-to-action-button {
        max-width: 85%;
        padding: 0;
        border: none;
    }

    /* About Us Page Section */
    .about-section .about-container {
        display: flex;
        align-items: flex-start;
        padding: 25px 10px;
    }

    .about-container div h2 {
        max-width: 95%;
        color: #040052;
        font-size: 27px;
        line-height: 34px;
        font-weight: 700;
        margin: 30px 0;
        text-align: start;
    }

    .about-container div img {
        max-width: 100%;
        position: relative;
    }

    .about-section .clearpaid-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -25px;
    }

    .about-section .clearpaid-stats .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .clearpaid-stats .stats div h4 {
        color: #040052;
        font-size: 27px;
        line-height: 34px;
    }

    .about-section .about-building {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 20px;
        margin: 70px 0;
        gap: 20px;
        width: 100%;
    }

    .about-building .about-side-vision div:first-child h3 {
        font-size: 27px;
    }

    .about-section .about-values h3 {
        font-size: 27px;
    }

    .about-section .about-building .about-side-vision {
        max-width: 100%;
        text-align: start;
    }

    .about-section .about-building .about-vision-img {
        max-width: 100%;
    }

    .about-section .about-vision-img img {
        max-width: 100%;
    }

    .about-section .clearpaid-values-level {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 10px;
    }

    .clearpaid-values-level .value {
        padding: 40px 60px;
        max-width: 550px;
    }

    .clearpaid-values-level .value div h3 {
        font-size: 21.84px;
    }

    .clearpaid-values-level .value h4 {
        font-size: 20px;
        margin: 0 0 7.5px;
        text-align: start;
    }

    .clearpaid-values-level #id2 {
        grid-column: span 1;
        max-width: 650px;
    }

    .clearpaid-values-level #id2 img {
        max-width: 45%;
        height: 33%;
    }

    /* Responsive styling for Login Page */
    .lgheader {
        padding: 1rem;
    }

    .lgheader .headerLogo.lg img {
        width: 120px;
    }

    .main-login-container {
        height: auto;
    }

    .login-container h1 {
        font-size: 22px;
    }

    .login-container p {
        font-size: 14px;
    }

    .main-login-container .foot-content p, .main-login-container .foot-content a {
        font-size: 12px;
    }
}
