body {
    background-color: #f8f9fa;
}

/* ---------------------------------------------------- */

.textcolor {
    color: #181818;
}

.mousebutton .read-more {
    /* background: var(--accent-color); */
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0C82BE;
    color: #181818;
}

.reversebutton .read-more {
    /* background: var(--accent-color); */
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0C82BE;
    color: #181818;
}

.headtopsmall {
    min-height: 46vh;
}

/* canvas {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    opacity: 0.9;
    background: rgb(82, 36, 134);
    background: radial-gradient(circle, rgba(82, 36, 134, 1) 0%, rgba(44, 11, 82, 1) 67%, rgba(70, 7, 37, 1) 100%);
} */

.titleup {
    position: absolute;
    top: 60%;
    left: 25%;
}

h1.bigfont {
    font-size: 80px !important;
}

.resources {
    position: absolute;
    top: 35%;
    left: 30%;
}

.salesjob {
    position: absolute;
    top: 55%;
    left: 15%;
}

.aboutustitle {
    position: absolute;
    top: 55%;
    left: 0%;
}

.banks {
    position: absolute;
    top: 60%;
    left: 10%;
}

.switch {
    position: absolute;
    top: 55%;
    left: 10%;
}

.smarthead {
    position: absolute;
    top: 60%;
    left: 20%;
}

.casestudy {
    position: absolute;
    top: 60%;
    left: 37%;
}

.leadership {
    position: absolute;
    top: 60%;
    left: 37%;
}

.balaji {
    position: absolute;
    top: 60%;
    left: 25%;
}

.contacthead {
    position: absolute;
    top: 60%;
    left: 35%;
}
/* Main Content Styles */
.main-content {
    padding: 4rem 0;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Contact Info Section */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact-section {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-section:hover {
    transform: translateY(-5px);
}

/* Icon Styles */
.icon {
    font-size: 2rem;
  
    display: inline-block;
    
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Typography */
.contact-section h3 {
    color: #333333;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-section p {
    color: #666666;
    margin: 0.5rem 0;
    line-height: 1.5;
    font-size: 1rem;
}

/* Contact Form Section */
.contact-form {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    color: #333333;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .contact-info {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .main-content {
        padding: 2rem 0;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
    
    .contact-section {
        padding: 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .form-title {
        font-size: 1.75rem;
    }
}

/* For small mobile devices */
@media screen and (max-width: 480px) {
    .contact-section {
        padding: 1rem;
    }
    
    .icon {
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
    }
    
    .contact-form {
        padding: 1rem;
    }
}
#leadership {
    background-image: url('../images/leader.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 65vh;
}

#banks {
    background-image: url('../images/recurring-solutions.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 65vh;
}

#corporates {
    background-image: url('../images/recurring-solutions.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 65vh;
}

#faqs {
    background-image: url('../images/recurring-solutions.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 65vh;
}

#common {
    background-image: url('../images/recurring-solutions.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 65vh;
}

#hero {
    background-image: url('../images/generic2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 65vh;
}

@media (max-width: 768px) {
    #hero {
        background-size: cover;
        background-position: top center;
        height: 90vh;
    }
    .demohead h1 {
        font-size: 18px !important;
        margin-top: 140px;
    }
    h1.bigfont {
        font-size: 40px !important;
    }
    .carousel-container h1 {
        position: absolute;
        top: 50%;
        left: 15%;
        text-align: left;
    }
    #test {}
}

.call-to-action {
    background-image: url('../images/quate-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recurring-payment-container {
    border-radius: 0;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 10px;
}

.payment-card {
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 4px 35px rgba(82, 36, 134, 0.22);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px;
    border: 3px solid #e4e4e4;
}

.p-card {
    position: relative;
    height: 100%;
    min-height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.p-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    transform: translateX(-50%);
    width: 300px;
    height: 480px;
    background-image: url('assets/images/svg/Vector 8.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    z-index: 1;
}

.p-content-card {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 65%;
    overflow: hidden;
    margin-top: -70px;
    z-index: 2;
    /* background-color: #1E1E5B; */
}

.icon-wrapper {
    border-radius: 50%;
    display: flex;
    width: 90px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 15px 17px;
    border: 3px solid #999;
}

.icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.payment-title {
    color: #393939;
    padding: 0px 24px;
    margin-left: -27px;
    margin-top: 35px;
    ;
    font: 600 20px "Ubuntu";
}

.payment-description {
    color: #393939;
    margin-top: 10px;
    font: 500 14px "Ubuntu";
}

.learn-more-btn {
    border-radius: 50px;
    color: #393939;
    text-align: center;
    margin-top: 28px;
    padding: 10px 33px;
    font: 600 17px "Ubuntu";
    border: 2px solid #999;
    cursor: pointer;
    align-self: flex-end;
    width: fit-content;
    margin-right: 20px;
    background: linear-gradient(45deg, #1E1E5B 40%, transparent 40%);
    background-size: 300% 200%;
    background-position: right bottom;
    transition: background-position 0.4s ease-in-out, color 0.4s ease-in-out;
}

.learn-more-btn:hover {
    background-position: left bottom;
    color: #fff;
    border-color: #1E1E5B;
}

@media (max-width: 991px) {
    .payment-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .payment-card {
        padding: 20px;
    }
}

.primary-section,
.secondary-section {
    position: relative;
    height: 100%;
    min-height: 450px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.primary-section::before,
.secondary-section::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 31%;
    transform: translateX(-50%);
    width: 300px;
    height: 480px;
    background-image: url('assets/images/svg/Vector 8.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    z-index: 1;
}

/* Remove background image on medium and small screens */

@media (max-width: 1199px) {
    .primary-section::before,
    .secondary-section::before {
        display: none;
        /* Hides the background image */
    }
}

.content-card-primary,
.content-card-secondary {
    position: relative;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 70%;
    overflow: hidden;
    margin-top: -70px;
    z-index: 2;
    border-radius: 40px !important;
    padding: 20px 40px;
    /* background-color: #1E1E5B;  */
}

.margin-wrapper {
    margin-left: 30px;
    margin-right: 30px;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
}

.card-button {
    border-radius: 50px;
    color: #000;
    padding: 10px 30px;
    font: 600 16px "Ubuntu";
    border: 2px solid #999;
    cursor: pointer;
    align-self: flex-end;
    width: fit-content;
    margin-right: 20px;
    background: linear-gradient(45deg, #1E1E5B 40%, transparent 40%);
    background-size: 300% 200%;
    background-position: right bottom;
    transition: background-position 0.4s ease-in-out, color 0.4s ease-in-out;
}

.card-button:hover {
    background-position: left bottom;
    color: #fff;
    border-color: #1E1E5B;
}

/* --------------------------------------- */

.navbar-brand .apex-logo {
    width: 150px;
    height: auto;
    transition: opacity 0.3s ease;
}

@media only screen and (min-width:1200px) {
    .logo-container {
        margin-left: 60px;
    }
}

.default-logo {
    display: block;
}

.scrolled-logo {
    display: none;
}

.scrolled .default-logo {
    display: none;
}

.scrolled .scrolled-logo {
    display: block;
}

.navbar-brand img {
    height: auto;
    /* Adjust the size of the logo */
    transition: height 0.3s ease;
    /* Optional: Smooth transition */
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.navbar .nav-link,
.navbar .nav-item {
    color: #522486;
    transition: color 0.3s ease;
}

.navbar-toggler {
    border-color: #fff;
    background-color: #fff;
    color: #fff;
}

.container .dropdown-text {
    font-size: 12px;
}

/* When scrolled, the navbar gets a background and the text color turns white */

.scrolled {
    background-color: #FFFFFF;
}

.scrolled .navbar-nav .nav-link,
.scrolled .navbar-nav .nav-item {
    color: white;
}

.scrolled .navbar-toggler-icon {
    color: #fff !important;
}

.navbar-nav .nav-link {
    color: #000;
}

.navbar-nav .nav-item {
    margin-left: 1rem;
}

.dropdown-menu {
    background-color: #f8f7ff;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    min-width: 250px;
}

.dropdown-item {
    padding: 0.5rem 0;
}

.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-header {
    font-weight: bold;
    color: #333;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.dropdown-text {
    color: #666;
    font-size: 0.8rem;
    padding: 0 0 0.5rem 0;
}

/* ------------------------ */

.usps {
    margin-left: 150px;
    margin-right: 150px;
}

.usps .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.usps .paragraph-text {
    max-width: 725px;
    margin: 0 auto;
}

.heading {
    font-size: 28px;
    font-weight: bold;
}

.feature-card-1-4,
.feature-card-2-3 {
    background-color: #ffffff;
    border-radius: 30px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    padding: 20px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.feature-card-1-4:hover,
.feature-card-2-3:hover {
    transform: scale(1.03);
}

.feature-card-1-4 .feature-icon,
.feature-card-2-3 .feature-icon {
    color: #ff5733;
    /* Change the icon color on hover (choose your desired color) */
    transition: color 0.3s ease;
}

.feature-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 65px;
    height: 60px;
}

.feature-title {
    font-size: 32px;
    font-weight: bold;
    color: #202020;
}

.usps .feature-text {
    font-size: 18px !important;
    color: #181818 !important;
}

.card1,
.card4 {
    width: 45%;
    height: 60%;
    margin-right: 10px;
}

.card2,
.card3 {
    margin-bottom: 5px;
    margin-right: 10px;
    width: 45%;
    height: auto
}

/* Specific heights for small and big cards */

.card-small {
    height: 257px;
}

.card-big {
    height: 320px;
}

.card4 {
    margin-top: 30px;
}

.card3 {
    margin-top: -30px;
}

/* RESPONSIVENESS */

@media (max-width: 1100px) {
    .usps {
        margin-left: 100px;
        margin-right: 100px;
    }
    .feature-card-1-4,
    .feature-card-2-3 {
        padding: 20px 20px;
    }
}

@media (max-width: 992px) {
    .usps {
        margin-left: 100px;
        margin-right: 100px;
    }
    .card3 {
        margin-top: -40px;
    }
    .card4 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .usps {
        margin-left: 20px;
        margin-right: 20px;
    }
    .feature-card-1-4,
    .feature-card-2-3 {
        padding: 20px 15px;
    }
    .feature-icon {
        top: 20px;
        right: 20px;
    }
    .feature-title {
        font-size: 1.3rem;
    }
    .card-small,
    .card-big {
        height: auto;
    }
    .card3 {
        margin-top: 0;
    }
    .card4 {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .usps {
        margin-left: 10px;
        margin-right: 10px;
    }
    .feature-card-1-4,
    .feature-card-2-3 {
        padding: 20px 10px;
    }
    .feature-title {
        font-size: 1.2rem;
    }
    .feature-text {
        font-size: 0.8rem;
    }
    .feature-icon {
        width: 30px;
        height: 30px;
    }
    .card-small,
    .card-big {
        height: auto;
    }
    .card3,
    .card4 {
        margin-top: 15px;
    }
}

/* ----------------------- */

.growth {
    background-color: #07587C;
    color: white;
}

.growth img {
    transition: transform 0.3s ease;
}

.growth img:hover {
    transform: scale(1.1);
}

/* @media only screen and (min-width:1200px){
    .growth .row{
        max-width: ;
    } 
} */

.custom-container {
    margin-left: 150px;
    margin-right: 150px;
}

.custom-container h1 {
    font-size: 36px;
    font-weight: bold;
}

.icon-img {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.growth .custom-para {
    max-width: 670px;
    display: flex;
    align-items: center;
    justify-self: center;
    font-weight: 400;
    font-size: 18px;
}

h2 {
    font-size: 2rem;
}

p {
    font-size: 1rem;
}

/* Media query for medium and larger screens */

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Media query for larger screens */

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Media query for extra large screens */

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
        padding-left: 50px;
        /* Same padding for extra large screens */
        padding-right: 50px;
    }
}

/* Adjust font size and spacing on smaller screens */

@media (max-width: 767px) {
    h1 {
        font-size: 1.8rem;
    }
    p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .icon-img {
        width: 60px;
        height: 60px;
    }
    .custom-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* --------------------------- */

.image-row img {
    /* width: 100%; */
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-row img:hover {
    transform: translateY(-10px);
    /* Move logo up by 10px */
}

/* Custom margin for the section */

.custom-section {
    margin-left: 160px;
    margin-right: 200px;
}

.custom-section h1 {
    font-size: 36px;
    font-weight: bold;
}

/* Remove gap between images */

.image-row {
    gap: 0;
}

/* Increase image size on smaller screens, but keep 2 per row */

@media (max-width: 768px) {
    .image-row .col-6 {
        flex: 0 0 50%;
        /* Keep two images per row on smaller screens */
    }
    .image-row img {
        width: 120%;
        /* Increase image size */
    }
    /* Reduce left and right margins for smaller screens */
    .custom-section {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* Additional adjustment for extra small screens */

@media (max-width: 576px) {
    .image-row img {
        width: 140%;
        /* Increase image size more for smaller screens */
    }
}

.section-heading {
    text-align: center;
    color: #393939;
}

.section-paragraph {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

/* ------------------------------- */

.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    min-height: 180px;
    padding: 30px 40px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
}

.card-text {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #999999 !important;
}

.container h1 {
    font-size: 36px;
    font-weight: bold;
}

.container p {
    font-size: 18px;
    font-weight: 400;
    color: #3b3b3b;
}

.unique-carousel-text {
    color: #FFFFFF !important;
}

.right-section {
    position: relative;
    height: 100%;
    min-height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.right-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    transform: translateX(-50%);
    width: 300px;
    height: 480px;
    background-image: url('assets/images/svg/Vector 8.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    z-index: 1;
}

.image-card {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 65%;
    overflow: hidden;
    margin-top: -70px;
    z-index: 2;
    background-color: #1E1E5B;
}

.api {
    margin-top: 30px;
}

.api .custom-margin {
    margin-left: 180px;
    margin-right: 180px;
}

.api .card {
    box-shadow: 0px 0px 6px 8px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
    .custom-margin {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.typewriter {
    padding-left: 30px;
    color: #fff;
    display: inline;
    border-right: 2px solid;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    animation: blink 0.75s step-end infinite;
}

@media (max-width: 900px) {
    .right-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 480px;
        background-image: url('assets/images/svg/Vector 8.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 20px;
        z-index: 1;
    }
}

@media (max-width: 1098px) {
    .right-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 35%;
        transform: translateX(-50%);
        width: 300px;
        height: 480px;
        background-image: url('assets/images/svg/Vector 8.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 20px;
        z-index: 1;
    }
}

@media (min-width: 768px) {
    .leftnumbersmobile {
        display: none;
    }
    .bankcorporatesmobile {
        display: none;
    }
    .uspsmobile {
        display: none;
    }
    .mobileapi {
        display: none;
    }
}

@media (max-width: 767px) {
    .right-section::before {
        background-image: none;
    }
    .hideimage {
        display: none;
    }
    .mobileadjust {
        width: 250px !important;
        display: block;
        float: left;
        height: 100px;
        position: relative;
        border: 1px solid #1f1b69;
    }
    .leftnumbers {
        display: none;
    }
    .bankcorporatesdesktop {
        display: none;
    }
    .uspsdesktop {
        display: none;
    }
    .desktopapi {
        display: none;
    }
}

/* -------------------------------------------------- */

.left-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-col h2 {
    font-size: 48px;
    font-weight: bold;
}

.banks-div h2,
.corporates-div h2,
.transactions-div h2 {
    font-size: 36px;
    font-weight: normal;
}

/* Outer circle with 1px border */

.outer-circle {
    position: relative;
    margin-left: 50px;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1/1;
    border: 1px solid #fec102;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: -50px;
    overflow: visible;
    box-shadow: 0 4px 20px rgba(254, 193, 2, 0.1), 0 0 25px rgba(254, 193, 2, 0.1);
}

/* Inner circle with 2px border */

.inner-circle {
    position: relative;
    width: 95%;
    aspect-ratio: 1/1;
    border: 2px solid #fec102;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.inner-circle::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 9%;
    width: 73%;
    height: 71%;
    background-image: url('assets/images/svg/Vector 8.svg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Video circle inside the inner circle */

.video-circle {
    width: 90%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

/* Card styling */

.card-custom {
    background-color: #f8f9fa;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card-custom h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-custom p {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Adding margin to the right column on small screens */

@media (max-width: 767.98px) {
    .outer-circle {
        max-width: 300px;
        margin-left: 0;
        margin-top: 0;
    }
    /* Adding gap between the left and right column */
    .right-col {
        margin-top: 20px;
    }
}

/* ------------------------------------------------------ */

.footer {
    background-color: #00355f;
    color: #c2c2c2;
    padding-top: 50px !important;
    font-size: 14px;
}

.footer p {
    color: #c2c2c2 !important;
    font-size: 14px;
}

.footer li:a {
    color: #c2c2c2 !important;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.logo span {
    color: #ff6b6b;
}

.what-we-do h5 {
    margin-bottom: 15px;
}

.what-we-do ul {
    list-style-type: none;
    padding-left: 0;
}

.what-we-do li {
    margin-bottom: 5px;
}

.footer .resources-list {
    text-decoration: none !important;
}

.social-icons a {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px;
}

/* -------------------------------- */

.first-section {
    margin-top: 130px;
    margin-left: 50px;
    margin-right: 50px;
}

.payment-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.payment-description {
    font-size: 1rem;
    margin-bottom: 10px;
}

/*.content-card-primary,
.content-card-secondary,
.icon-wrapper,
.payment-title,*/
.payment-description {
    text-align: left;
    /* Align all content to the left */
}

/* Specific positioning for each div */

.banks-div {
    position: absolute;
    top: 20px;
    /* Adjust this for vertical positioning */
    left: 40px;
    /* Adjust this for horizontal positioning */
}

.banks-div .explore-icons {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.corporates-div {
    position: absolute;
    top: 70px;
    /* Adjust this for vertical positioning */
    right: 70px;
    /* Adjust this for horizontal positioning */
}

.corporates-div .explore-icons {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.transactions-div {
    position: absolute;
    bottom: 20px;
    /* Adjust this for vertical positioning */
    left: 40px;
    /* Adjust this for horizontal positioning */
}

.transactions-div .explore-icons {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.numbers h2 {
    color: #1f1b69;
}

/* Style for 'Explore Our Services' section */

.explore-services {
    position: absolute;
    bottom: -15px;
    right: 0px;
    max-width: 122px;
    flex-direction: column;
    overflow: hidden;
    color: #1f1b69;
    font: 600 18px/1 "Ubuntu";
    background: none;
}
.explore {
    color:white !important;
    font-weight: 500 !important;
    font-size: 15px !important;

}
.service-card {
    border-radius: 35px 35px 0 35px;
    background-color: #f47820;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25); */
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 20px 18px;
    text-decoration: none;
    color: inherit;
}


.service-icon {
    aspect-ratio: 2;
    object-fit: contain;
    object-position: center;
    width: 43px;
    align-self: flex-end;
     margin-top: 8px; 
}

.service-card:focus {
    outline: none;
    box-shadow: none;
}

.video-image {
    width: 550px;
}

@media (min-width: 1200px) {
    .feature-card-1-4,
    .feature-card-2-3 {
        width: 30%;
        /* Adjust card width */
    }
}