/*
Theme Name: Naxent
Theme URI: https://naxent.com/
Author: Your Name
Description: A custom Naxent theme using Bootstrap 5.3.3
Version: 1.0
*/

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h5 {
    display: block !important;
    visibility: visible !important;
}

/* STICKY-HEADER STARTS FROM HERE */
.header-bg-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Stays on top of all content */
    border-bottom: 1px solid #00215F;
}

/* body {
    padding-top: 55px;
} */

/* Homepage naxent-Products Section Above Space */
#products-section {
    scroll-margin-top: 85px; 
}

/* Header-Underline */
/* .line-for-header {
    border-bottom: 1px solid #00215F;
} */

/* .services-title {
    font-family: Inter;
    color: #00215F;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.services-desc {
    font-family: Montserrat;
    color: #050038;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
} */

/* HEADER-STYLES STARTS FROM HERE */
.header-text a {
    font-family: Inter;
    color: #00215F!important;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 4px;
    vertical-align: middle;
    text-transform: uppercase;
}

.nav-item .nav-link {
    font-family: Montserrat!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    letter-spacing: 0!important;
    color: #050038!important;
}

.nav-link:hover {
    color: #4262FF !important;
}

/* Default: all nav links are white */
.offcanvas .nav-link {
    color: white !important;
    transition: color 0.3s ease;
}

/* On hover: turn yellow */
.offcanvas .nav-link:hover {
    color: #4262FF !important;
}

/* On click: turn yellow */
.offcanvas .nav-link.clicked {
    color: #4262FF !important;
}

@media (max-width: 767px) {
    .nav-item .nav-link {
        font-family: Montserrat!important;
        font-weight: 400!important;
        font-size: 16px!important;
        line-height: 24px!important;
        letter-spacing: 0!important;
        color: #FFFFFF!important;
    }
}

.offcanvas {
    background-color: #00215F;
    color: #fff;
}

.offcanvas-close {
    color: #fff;
}

.offcanvas-header,
.offcanvas-body {
    border: none;
}

/* Custom styling to disable container below 992px and align elements */
@media (max-width: 992px) {
    .custom-navbar .container {
        max-width: 100%;
        padding: 0;
    }

    .navbar-brand {
        margin-left: 0.5rem;
    }

    /* Make the toggler icon white and remove borders/outlines */
    .navbar-toggler {
        border: none;
        box-shadow: none;
        background-color: transparent;
        margin-right: 0;
    }
    
    /* Change the color of the toggler icon to white */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%235F6368' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        margin-right: -2rem;
    }
    
    /* Remove outline on focus/active states */
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }
}

.tooltip {
    --bs-tooltip-bg: #00215F;
    --bs-tooltip-color: #ffffff;
}

/* HOME-PAGE STYLES STARTS FROM HERE */
/* SECTION-1 STYLES STARTS FROM HERE */
.homepage-main-header {
    font-family: Inter;
    color: #050038;
    font-weight: 700;
    font-size: 48px;
    margin-top: 30px;
}

.first-sec-para {
    width: 351px;
    height: 96px;
}

.homepage-first-paragraph {
    font-family: Montserrat;
    color: #050038B8;
    font-weight: 400;
    font-size: 18px;
}

.homepage-button {
    width: 440px;
    height: 51px;
    border-radius: 32px;
    border: 1px solid transparent;
    background-color: #4262FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.homepage-button:hover {
    background-color: #1A1D2C;
}


.first-sec-image {
    max-width: 525px; /* Responsive image */
    height: 447px;
}

@media (min-width: 992px) and (max-width: 1075px) {
    .homepage-main-header {
        font-family: Inter;
        color: #050038;
        font-weight: 700;
        font-size: 44px;
    }
    
    .first-sec-para {
        width: 351px;
        height: 96px;
    }
    
    .homepage-first-paragraph {
        font-family: Montserrat;
        color: #050038B8;
        font-weight: 400;
        font-size: 18px;
    }
    
    .homepage-button {
        width: 360px;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        background-color: #4262FF;
        display: flex;
        justify-content: center;   /* Centers the text horizontally */
        align-items: center; 
    }
    
    .homepage-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }
    
    .first-sec-image {
        max-width: 480px; /* Responsive image */
        height: 440px;
    }
}

@media (min-width: 865px) and (max-width: 991px) {
    .homepage-main-header {
        font-family: Inter;
        color: #050038;
        font-weight: 700;
        font-size: 38px;
    }
    
    .first-sec-para {
        width: 351px;
        height: 96px;
    }
    
    .homepage-first-paragraph {
        font-family: Montserrat;
        color: #050038B8;
        font-weight: 400;
        font-size: 18px;
    }
    
    .homepage-button {
        width: 320px;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        background-color: #4262FF;
        display: flex;
        justify-content: center;   /* Centers the text horizontally */
        align-items: center; 
    }
    
    .homepage-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }
    
    .first-sec-image {
        max-width: 420px; /* Responsive image */
        height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 864px) {
    .homepage-main-header {
        font-family: Inter;
        color: #050038;
        font-weight: 700;
        font-size: 30px;
    }
    
    .first-sec-para {
        width: 320px;
        height: 96px;
    }
    
    .homepage-first-paragraph {
        font-family: Montserrat;
        color: #050038B8;
        font-weight: 400;
        font-size: 18px;
    }
    
    .homepage-button {
        width: 250px;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        background-color: #4262FF;
        display: flex;
        justify-content: center;   /* Centers the text horizontally */
        align-items: center; 
    }
    
    .homepage-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }
    
    .first-sec-image {
        max-width: 360px; 
        height: 320px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .homepage-main-header,
    .first-sec-para,
    .homepage-button,
    .first-sec-image {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .homepage-main-header {
        font-family: Inter;
        color: #050038;
        font-weight: 700;
        font-size: 30px;
    }
    
    .first-sec-para {
        width: 320px;
        height: 96px;
    }
    
    .homepage-first-paragraph {
        font-family: Montserrat;
        color: #050038B8;
        font-weight: 400;
        font-size: 18px;
    }
    
    .homepage-button {
        width: 250px;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        background-color: #4262FF;
        display: flex;
        justify-content: center;   /* Centers the text horizontally */
        align-items: center; 
    }
    
    .homepage-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }
    
    .first-sec-image {
        max-width: 360px; 
        height: 320px;
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .homepage-main-header,
    .first-sec-para,
    .homepage-button,
    .first-sec-image {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .homepage-main-header {
        font-family: Inter;
        color: #050038;
        font-weight: 700;
        font-size: 30px;
    }
    
    .first-sec-para {
        width: 300px;
        height: 96px;
    }
    
    .homepage-first-paragraph {
        font-family: Montserrat;
        color: #050038B8;
        font-weight: 400;
        font-size: 17px;
    }
    
    .homepage-button {
        width: 250px;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        background-color: #4262FF;
        display: flex;
        justify-content: center;   /* Centers the text horizontally */
        align-items: center; 
    }
    
    .homepage-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }
    
    .first-sec-image {
        max-width: 300px; 
        height: 250px;
    }
}

/* SECTION-2 STYLES STARTS FROM HERE */
.bg-section {
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
}

.homepage-sec-two-header {
    font-family: Inter;
    color: white;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 800px;
}

.scanner-image {
    width: 400px;
    height: 400px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .homepage-sec-two-header {
        font-family: Inter;
        color: white;
        font-weight: 700;
        font-size: 46px;
        width: 900px;
        line-height: 56px;
        letter-spacing: -1px;
        vertical-align: middle;
    }
    
    .scanner-image {
        width: 380px;
        height: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .homepage-sec-two-header {
        font-family: Inter;
        color: white;
        font-weight: 700;
        font-size: 44px;
        width: 850px;
        line-height: 56px;
        letter-spacing: -1px;
        vertical-align: middle;
    }
    
    .scanner-image {
        width: 380px;
        height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homepage-sec-two-header {
        font-family: Inter;
        color: white;
        font-weight: 700;
        font-size: 34px;
        width: 500px;
        line-height: 46px;
        letter-spacing: -1px;
        vertical-align: middle;
    }
    
    .scanner-image {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 767px) {
    .bg-section > .container > .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 420px;
        text-align: center;
    }

    .homepage-sec-two-header {
        font-family: Inter;
        font-weight: 700;
        font-size: 36px;
        width: auto;
        height: auto;
        line-height: normal;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .scanner-image {
        width: 300px !important;
        height: 300px !important;
        display: block;
        margin: 0 auto;
    }
}

/* SECTION-3 STYLES STARTS FROM HERE */
.sec-three-first-header {
    font-family: Inter;
    color: #050038;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
}

.sec-three-second-header {
    font-family: Inter;
    color: #00215F;
    font-weight: 500;
    vertical-align: middle;
}

.sec-three-paragraph {
    font-family: Inter;
    color: #05003899;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.sec-three-button {
    width: 265px;
    background-color: #4262FF;
    height: 51px;
    border-radius: 32px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sec-three-button:hover {
    background-color: #00215F;
    border: 2px solid #4262FF;
    color: #fff;
}


.sec-three-img {
    width: 496px;
    height: 447px;
    gap: 1px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sec-three-second-header {
        font-family: Inter;
        color: #00215F;
        font-weight: 400;
        vertical-align: middle;
    }
    
    .sec-three-paragraph {
        font-family: Inter;
        color: #05003899;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    
    .sec-three-button {
        width: 250px;
        background-color: #4262FF;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        display: flex;
        justify-content: center; 
        align-items: center; 
    }
    
    .sec-three-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }
    
    .sec-three-img {
        width: 380px;
        height: 300px;
        gap: 1px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-three-second-header {
        font-family: Inter;
        color: #00215F;
        font-weight: 400;
        vertical-align: middle;
    }
    
    .sec-three-paragraph {
        font-family: Inter;
        color: #05003899;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    
    .sec-three-button {
        width: 250px;
        background-color: #4262FF;
        height: 51px;
        border-radius: 32px;
        border-width: 1px;
        display: flex;
        justify-content: center; 
        align-items: center; 
    }
    
    .sec-three-button a {
        font-family: Montserrat;
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }
    
    .sec-three-img {
        width: 360px;
        height: 280px;
        gap: 1px;
    }
}

@media (max-width: 767px) {
    .sec-three-first-header,
    .sec-three-second-header {
        text-align: center;
    }

    .sec-three-button {
        margin: 0 auto; /* center the button */
    }

    .sec-three-img {
        display: block;
        margin: 20px auto; /* center image with spacing */
        width: 280px;
        height: auto;
    }

    .sec-three-paragraph {
        text-align: left; /* make paragraph start-aligned */
        padding-left: 10px;
        padding-right: 10px;
    }

    .sec-three-second-header {
        font-size: 22px;
        font-weight: 600;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sec-three-first-header {
        font-size: 36px;
        line-height: 44px;
    }
}

/* SECTION-4 STYLES STARTS FROM HERE */
.homepage-services-header {
    font-family: Montserrat;
    color: #00215F;
    font-weight: 500;
    font-size: 36px;
    vertical-align: middle;
}

.services-button {
    width: 257px;
    height: 51px;
    border-radius: 32px;
    border: 1px solid transparent;
    background-color: #4262FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.services-button:hover {
    background-color: #00215F;
    border: 2px solid #4262FF;
    color: #fff;
}

@media(max-width : 767px) {
    .services-button {
        margin: 0 auto;
    }
}

.line-for-services {
    height: 2px;
    background-color: #ccc;
    width: 25%;
    margin: 0 auto;
    background-color: #050038!important;
}

/* SECTION-5 STYLES STARTS FROM HERE */
.homepage-sec-four-header {
    font-family: Inter;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
}

.hover-box {
    background-color: #ECFAFF;
}

.hover-box:hover {
    background-color: #00215F; 
    transition: background-color 0.03s ease;

}

.hover-box:hover .homepage-sec-four-header {
    color: #ffffff !important;
}

/* MONEY-PAGE STYLES STARTS FROM HERE */
/* SECTION-2 STYLES STARTS FROM HERE */
.moneypage-sec-two-header {
    font-weight: 700;
    font-size: 48px;
    vertical-align: middle;
}

.moneypage-sec-two-paragraph {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* vertical-align: middle; */
}

@media (min-width: 992px) {
    .moneypage-sec-two-paragraph {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: start;
    }
}

/* SECTION-3 STYLES STARTS FROM HERE */
.moneypage-sec-three-header {
    font-family: Inter;
    color: #00215F;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.moneypage-sec-three-paragraph {
    font-family: Inter;
    color: #00215F;
    font-weight: 300;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
}

.step-box {
    background: #f8f9fa;
    border-radius: 53px;
    position: relative;
    width: 497px;
}

.icon-sec-three {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: -40px;
}

.moneypage-sec-three-header-two {
    font-family: Inter;
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.moneypage-sec-three-paragraph-two {
    font-family: Montserrat;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.money-works-sec-header {
    font-family: Inter;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
}

.money-works-sec-paragraph {
    font-family: Montserrat;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.step-box {
    background-color: #EFEFEF;
    border-radius: 20px;
    padding: 60px 20px 20px;
    max-width: 300px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.icon-wrapper {
    position: absolute;
    top: -61.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.step-icon {
    width: 90px;
    height: 90px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.step-gap {
    margin-bottom: 150px;
    position: relative;
}

.step-line {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100px;
    background-image: repeating-linear-gradient(
    to bottom,
    #ccc 0,
    #ccc 5px,
    transparent 5px,
    transparent 10px
    );
    z-index: 0;
}

/* SECTION-4 STYLES STARTS FROM HERE */
.custom-card {
    background-color: #ECFAFF; /* Deep Blue */
    padding: 20px;
    height: 100%;
}

.custom-card {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-card:hover {
    background-color: #00215F; 
    color: #fff;
}

.custom-card:hover h5,
.custom-card:hover p {
    color: #fff;
}

.custom-card h5 {
    font-family: Inter;
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;    
    margin-bottom: 15px;
}

.custom-card img {
    max-width: 150px;
    height: 150px;
}

.custom-card p {
    font-family: Montserrat;
    color: #050038;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-card h5 {
        font-family: Inter;
        color: #000000;
        font-weight: 700;
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -1px;
        text-align: center;
        vertical-align: middle;    
        margin-bottom: 15px;
    }
    
    .custom-card img {
        max-width: 150px;
        height: 150px;
    }
    
    .custom-card p {
        font-family: Montserrat;
        color: #050038;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.5px;
        text-align: center;
        vertical-align: middle;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .moneypage-line {
        width: 440px!important; 
    }

    .moneypage-sec-three-paragraph {
        font-family: Inter;
        color: #00215F;
        font-weight: 300;
        font-size: 28px;
        line-height: 56px;
        letter-spacing: -1px;
        text-align: center;
        vertical-align: middle;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .moneypage-line {
        width: 340px!important; 
    }

    .moneypage-sec-three-paragraph {
        font-family: Inter;
        color: #00215F;
        font-weight: 300;
        font-size: 26px;
        line-height: 56px;
        letter-spacing: -1px;
        text-align: center;
        vertical-align: middle;
    }
}

@media (min-width: 375px) and (max-width: 575px) {
    .moneypage-line {
        width: 220px!important; 
    }

    .moneypage-sec-three-paragraph {
        font-family: Inter;
        color: #00215F;
        font-weight: 300;
        font-size: 24px;
        line-height: 56px;
        letter-spacing: -1px;
        text-align: center;
        vertical-align: middle;
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .moneypage-line {
        width: 180px!important; 
    }

    .moneypage-sec-three-paragraph {
        font-family: Inter;
        color: #00215F;
        font-weight: 300;
        font-size: 24px;
        line-height: 56px;
        letter-spacing: -1px;
        text-align: center;
        vertical-align: middle;
    }
}

/* SECTION-6 STYLES STARTS FROM HERE */
/* Remove default arrow */
.accordion-button::after {
    display: none !important;
}

/* Accordion button styling */
.accordion-button {
    font-family: Inter;
    color: #000000!important;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
    vertical-align: middle;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    padding: 1rem 0 0.5rem 0;
    position: relative;
}

/* Icon on the right */
.accordion-button .icon {
    font-size: 1rem;
    line-height: 1;
    margin-left: auto;
}

/* Accordion item container */
.accordion-item {
    border: none;
    margin-bottom: 2rem;
    max-width: 580px;
}

.accordion-item::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 580px;
    height: 1px;
    background-color: #000;
}

/* Accordion body styling */
.accordion-body {
    font-family: Montserrat;
    color: #050038;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    padding-left: 0;
    padding-right: 0;
    max-width: 580px;
    border-top: none;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1013px) {
    .accordian-image {
        width: 400px!important;
    }
}

@media (max-width: 991px) {
    .accordian-image {
        display: none !important;
    }

    .accordion-center {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .accordion {
        max-width: 580px;
        width: 100%;
    }
}

/* SERVICES-PAGE STYLES STARTS FROM HERE */
/* SECTION-1 STYLES STARTS FROM HERE */
.services-main-header {
    font-family: Inter;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.services-first-paragraph {
    font-family: Montserrat;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .services-section .col-md-6 {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .services-main-header {
        font-family: Inter;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1px;
        margin: 0 auto;
    }

    .services-first-paragraph {
        text-align: center;
    }

    .first-sec-image {
        max-width: 100%;
        height: auto;
    }
}

/* SECTION-2 STARTS FROM HERE */
.services-sec-two-header {
    color: #00215F;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
}

.services-sec-two-paragraph {
    font-family: Montserrat;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

/* SECTION-3 STYLES STARTS FROM HERE */
.service-card-md {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #EFEFEF;
    padding: 20px;
}

.service-card-md {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* Default state */
.service-card-hover {
    transition: background-color 0.1s ease, color 0.1s ease;
}

.service-card-hover:hover .service-card-md {
    background-color: #00215F; 
    color: #ffffff;            
}

.service-card-hover:hover .service-title,
.service-card-hover:hover .service-desc p {
    color: #ffffff;
}

/* .service-card-hover:hover .icon-circle img {
    filter: brightness(0) invert(1);
    transition: filter 0.1s ease;
} */

.services-heading {
    font-family: Montserrat;
    color: #00215F;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.icon-heading-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #ffce3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.icon-circle img {
    width: 40px;
    height: 40px;
}

.service-title {
    font-family: Montserrat, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}

.service-desc p {
    font-family: Montserrat, sans-serif;
    color: #050038;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 0;
    width: 100%;
}

  /* Medium screens: icon on top, heading & text center aligned */
@media (min-width: 768px) and (max-width: 991px) {
    .service-card-md {
        align-items: center;
        text-align: center;
    }
    .icon-heading-wrapper {
        flex-direction: column;
    }
    .icon-circle {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .service-title {
        font-size: 20px;
    }
    .service-desc p {
        text-align: center;
    }
}

/* Small screens: same as medium */
@media (max-width: 767px) {
    .service-card-md {
        align-items: center;
        text-align: center;
    }
    .icon-heading-wrapper {
        flex-direction: column;
    }
    .icon-circle {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .service-title {
        font-size: 20px;
    }
    .service-desc p {
        text-align: center;
    }
}

/* SECTION-4 STYLES STARTS FROM HERE */
.services-sec-four-main-header {
    font-family: Montserrat;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.services-sec-four-header {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 842px) {
    .services-sec-four-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .icon-row {
        flex-direction: column !important;  
    }

    .icon-col {
        max-width: 250px; 
        margin: 0 auto 20px auto; 
        padding-bottom: 20px;
    }

    .icon-col img {
        width: 120px !important;
        height: 120px !important;
    }

    /* Adjust header font size */
    .services-sec-four-main-header {
        font-size: 32px;
        line-height: 40px;
    }

    .services-sec-four-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

/* INVESTORS-PAGE STYLES STARTS FROM HERE */
/* SECTION-3 STYLES STARTS FROM HERE */
.contact-form-box {
    background-color: #ECF5FB; /* light blue */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.btn-primary {
    width: 201px;
    height: 51px;
    border-radius: 32px;
    border-width: 1px;
    background-color: #4262FF;
}

.form-control {
    border-radius: 4px;
    background-color: #ECF5FB;
}

.form-control:focus {
    background-color: #ECF5FB !important;
    border-color: #ced4da !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-label {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}

.investor-form-header {
    font-weight: 500;
    color: #00215F;
    vertical-align: middle;
}

.investor-form-paragraph {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.investor-form-mail {
    font-family: Montserrat;
    color: #050038;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.investor-form-mail-one {
    font-family: Montserrat;
    color: #050038;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.investor-form-button-text {
    font-family: Montserrat;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

/* CONTACT-US PAGE STYLES STARTS FROM HERE */
/* SECTION-1 STYLES STARTS FROM HERE */
.contact-us-first-header {
    font-family: Inter;
    color: #050038;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
    margin-top: 30px;
}

.contact-us-second-header {
    color: #00215F;
    font-weight: 500;
    vertical-align: middle;
}

.contact-us-first-paragraph  {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* SECTION-2 STYLES STARTS FROM HERE */
.contact-icon-box {
    background-color: #ECF5FB; 
    padding: 16px;
    border-radius: 8px;
}

.icon-circle-one {
    width: 70px;
    height: 70px;
    top: 15px;
    left: 13px;
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 7px;
    padding-left: 14px;
    gap: 10px;
    border-radius: 44px;
    background-color: #00215F;
}

.icon-circle-two {
    width: 70px;
    height: 70px;
    top: 15px;
    left: 13px;
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 7px;
    padding-left: 14px;
    gap: 10px;
    border-radius: 44px;
    background-color: #FFFFFF;
}

.icon-circle-one img,
.icon-circle-two img {
    width: 24px;
    height: 24px;
}

.contact-us-small-header {
    font-family: Montserrat;
    color: #050038;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.contact-us-content {
    font-family: Montserrat;
    color: #050038;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.contact-right {
    background-color: #ECF5FB;
    border-radius: 12px;
    padding: 26px;
    margin-bottom: 25px;
}

.contact-us-header-two {
    font-weight: 500;
    color: #00215F;
    vertical-align: middle;

}

.contact-us-medium-header {
    font-family: Montserrat;
    color: #050038;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.contact-right input,
.contact-right textarea {
    border: 1px solid #05003833;
    background-color: #ECF5FB;
    border-radius: 0;
}

.contact-right input:focus,
.contact-right textarea:focus {
    background-color: #ECF5FB; 
    outline: none!important;              
    box-shadow: none!important;           
    border: 1px solid #05003833;
}

.btn-custom {
    background-color: #4262FF;
    color: #FFFFFF;
    width: 416px;
    height: 51px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    border-radius: 32px;
    border-width: 1px;    
}

.btn-custom:hover {
    background-color: #00215F!important;
    color: #FFFFFF!important;
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    .reverse-on-mobile {
        flex-direction: column-reverse !important;
    }

    .contact-right {
        margin-bottom: 24px;
    }

    .contact-icon-box {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        margin-bottom: 24px!important;
    }
    
    .contact-icon-box .icon-circle-one,
    .contact-icon-box .icon-circle-two {
        margin-bottom: 12px;
        margin-right: 0 !important;
    }
    
    .contact-icon-box .d-flex.flex-column {
        align-items: center;
    }
}

/* SECTION-3 STYLES STARTS FROM HERE */
.support-box h5 {
    color: #00215F;
    font-weight: 500;
    vertical-align: middle;
}

.support-box p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
}

.support-box {
    background-color: #ECF5FB;
    border-radius: 12px;
    padding: 20px;
}

.support-box .btn {
    background-color: #4262FF;
    color: white;
    border-radius: 30px;
    width: 271px;
    height: 46px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
}

.support-box .btn:focus {
    outline: none;
    border: none;
    color: #FFFFFF;
    background-color: #4262FF;
}

/* SITEMAP-PAGE STYLES STARTS FROM HERE */
/* SECTION-1 STYLES STARTS FROM HERE */
.sitemap-sec-one-header {
    font-family: Inter;
    color: #050038;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.sitemap-sec-one-paragraph {
    font-family: Montserrat;
    color: #050038B8;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* SECTION-2 STYLES STARTS FROM HERE */
.menu-link {
    position: relative;
    font-family: Montserrat;
    color: #050038;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 35px; /* space for the yellow circle */
}

.menu-link:hover {
    color: #4262FF;
}

/* Add yellow circle before each menu link */
.menu-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #4262FF;
    border-radius: 50%;
}

/* PRIVACY-POLICY PAGE STYLES STARTS FROM HERE */
.policy-section h1 {
    font-family: Montserrat;
    color: #000000;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    vertical-align: middle;
}

.policy-section p,
.policy-section li {
    font-family: Montserrat;
    color: #050038;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}

/* TERMS-&-CONDITIONS PAGE STYLES STARTS FROM HERE */
.terms-header {
    font-family: Montserrat;
    color: #050038;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.terms-section p,
.terms-section li {
    font-family: Montserrat;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}

/* 404-PAGE STYLES STARTS FROM HERE */
/* Small to Medium Screens - Gradient Background */
.error-section-gradient {
    background: linear-gradient(to bottom, #FFD24C 50%, #F4A72F 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

/* Large to Extra Large Screens - Solid Background */
.error-section-solid {
    background-color: #FCC52D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
}

/* Shared Styling */
.error-image {
    max-width: 300px;
    height: auto;
}

.error-heading {
    font-family: Montserrat;
    color: #642917;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;    
}

.error-text {
    font-family: Inter;
    color: #00215F;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.error-link {
    display: inline-block;
    background-color: #00215F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 6px;
    transition: 0.3s ease;
}

/* .error-link {
    font-family: Inter, sans-serif;
    color: #00215F;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.error-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color: #00215F;
} */

/* FOOTER-STYLES STARTS FROM HERE */
.bg-dark-blue {
    background-color: #00215F;
}

.footer-link {
    font-family: Montserrat;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: start;
    vertical-align: middle;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: none;
    color: #4262FF;
}

.footer-icon {
    font-size: 1.5rem;
    color: white;
    margin-right: 12px;
    transition: color 0.3s;
}

.footer-icon:hover {
    filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(1370%) hue-rotate(213deg) brightness(101%) contrast(97%);
}

.footer-paragraph {
    font-family: Montserrat;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

.footer-paragraph-last {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    vertical-align: middle;
}

.footer-last-header {
    font-family: Montserrat;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

/* Preloader Full-Screen */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

/* Hide preloader when page loads */
body.loaded #preloader {
    opacity: 0;
    pointer-events: none;
}

/* Right-SIde ScrollIndicator Changes */
#scrollIndicator {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 9999;
    background: none !important;
    border-radius: 50%;
    box-shadow: none;
}

#scrollIndicator.active {
    opacity: 1;
    transform: scale(1);
}

#progressCircle {
    stroke-linecap: round;
    transition: stroke-dashoffset 0.2s linear;
}





