:root {
    --primary: #5C71FE;
    --secondary: #0AE2D7;
    --dark: #142A5B;
}

@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Manrope', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.main-content {
    height: calc(100vh - 315px);
    overflow: auto;
}

.tab-content a {
    color: var(--primary);
    font-size: clamp(14px, 1.5vw, 20px);
}

.logo {
    min-width: 150px;
}

.tabs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.tabs-header {
    border-bottom: 1px solid #5C71FEE5;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

p, li, address {
    text-align: justify;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--dark);
}

#goto-privacy-policy {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}

ul,
ol {
    padding-left: 20px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}

.scrollToTop {
    float: right;
    text-decoration: none;
}

.header-bg-gradient {
    background: linear-gradient(137deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 30px 0;
}

.header-bg-gradient h1 {
    color: #FFF;
    font-size: clamp(24px, 3vw, 36px);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.header-bg-gradient p {
    color: #FFF;
    text-align: justify;
    font-size: clamp(14px, 1.5vw, 20px);
    font-style: normal;
    font-weight: 500;
}

.nav-tabs-custom {
    box-shadow: none;
}

.nav-tabs>li>a {
    cursor: pointer;
    color: #121C61;
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 600;
    padding: 25px 0;
    white-space: nowrap;
}

.nav-tabs-custom>.nav-tabs>li>a.active {
    border-top-color: transparent;
    border-bottom: 2px solid #121C61;
}

.nav-tabs-custom>.nav-tabs {
    display: flex;
    text-align: center;
    gap: 60px;
    border-bottom: none;
    flex-wrap: nowrap;
}

@media(width <=992px) {
    .nav-tabs-custom>.nav-tabs {
        gap: 30px;
    }
}

@media(width <=768px) {
    .nav-tabs-custom>.nav-tabs {
        gap: 20px;
    }

    .nav-tabs-custom>.nav-tabs>li>a {
        font-size: 14px;
        padding: 29px 0;
    }
}

@media(width <=533px) {
    .tabs-container {
        flex-direction: column;
    }

    .logo {
        padding-bottom: 10px;
    }

    .nav-tabs-custom>.nav-tabs {
        justify-content: space-between;
    }

    .nav-tabs-custom>.nav-tabs>li>a {
        padding: 17px 0;
    }
}

.tab-content {
    padding: 40px 0;
}

h1 {
    color: #5C71FE;
    font-size: clamp(24px, 3vw, 30px);
    font-style: normal;
    font-weight: 700;
}

h2 {
    color: #5C71FE;
    font-size: clamp(20px, 3vw, 25px);
    font-style: normal;
    font-weight: 700;
}

h3 {
    color: #5C71FE;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 700;
}

h4 {
    color: #5C71FE;
    font-size: clamp(16px, 1.7vw, 22px);
    font-style: normal;
    font-weight: 700;
}
