
.theme-demos {
    display: none !important;
}

body {
    /* background-color: #F7F7F7 !important; */
    background-color: #EBEBEB !important;
    color: #000000 !important;
    padding-top: 100px !important;
    /* background-color: #f8f9fa; */
}

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Neue Regrade';
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Regrade';
  font-weight: 300;
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Regrade';
  font-weight: 400;
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Regrade';
  font-weight: 500;
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Regrade';
  font-weight: 700;
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Regrade';
  font-weight: 800;
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Regrade';
  font-weight: 600;
  src: url('../fonts/Neue-Regrade/Neue-Regrade-Semibold.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica-Neue/HelveticaNeue-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 300;
  src: url('../fonts/Helvetica-Neue/HelveticaNeue-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 400;
  src: url('../fonts/Helvetica-Neue/HelveticaNeue-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 500;
  src: url('../fonts/Helvetica-Neue/HelveticaNeue-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 600;
  src: url('../fonts/Helvetica-Neue/HelveticaNeue-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 700;
  src: url('../fonts/Helvetica-Neue/HelveticaNeue-Bold.otf') format('opentype');
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Neue Regrade', serif !important;
    /* font-weight: bold !important; */
}

p, a {
    font-family: "Inter Tight", sans-serif;
}

:root {
    --primary-color: #074353; 
    --primary-light: #02C3BA; 
    --secondary-color: #c3251f;
    --secondary-light: #ED15154A;
    --dark: #7C2015;
    --tertiary-color: #ffa412;
    --quaternary-color: #FFF099;
}


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

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

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

.text-tertiary {
    color: var(--tertiary-color) !important;
}
.text-quaternary {
    color: var(--quaternary-color) !important;
}
.text-dark {
    color: var(--dark) !important;
}

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

.bg-primary-light {
    background-color: var(--primary-light) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-tertiary {
    background-color: var(--tertiary-color) !important;
}
.bg-quaternary {
    background-color: var(--quaternary-color) !important;
}
.bg-dark {
    background-color: var(--dark) !important;
}
.bg-light {
    background-color: var(--primary-light) !important;
}
.bg-white {
    background-color: #ffffff !important;
}

.navbar-wrapper {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    /* width: 90%; */
    /* max-width: 1100px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(71, 71, 71, 0.08); */
    background-color: #ffffffb3;
}
.navbar-custom {
    border-radius: 8px;
    padding: 0px 0rem;
}
.navbar-brand img {
    height: 40px;
}
.nav-link {
    color: #000 !important;
    font-weight: 500;
    margin: 0 0.75rem;
}
.nav-link.active {
    /* text-decoration: underline; */
    font-weight: 700 !important;
}

.banner-section {
    background-color: #F6F6F6 !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 20px;
}

.white-section {
    background-color: #F6F6F6 !important;
    border-radius: 20px;
    border-bottom-right-radius: 20px;
}

.primary-light-section {
    background-color: var(--primary-light) !important;
    border-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn {
    text-transform: none !important;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    height: 56px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.btn-apply, .btn-primary {
    background-color: #000;
    color: #fff;
}

.btn-white:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.btn-apply:hover {
    color: #000000;
    background-color: #ffffff;
}

.title-pill {
    background-color: #ffffff;
    color: #000;
    padding: 4px 4px;
    border-radius: 30px;
    width: fit-content;
    font-weight: 500;
}

.title-dot {
    width: 5px;
    height: 5px;
    
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px;
}

.black-dot {
    background-color: #000;
}

.primary-light-dot {
    background-color: var(--primary-light);
}

.secondary-light-dot {
    background-color: var(--secondary-light);
}

.tertiary-dot {
    background-color: var(--tertiary-color);
}

.primary-dot {
    background-color: var(--primary-color);
}
.secondary-dot {
    background-color: var(--secondary-color);
}

.gradient-pill {
    background: linear-gradient(90deg, #FEF199 0%, #03C3BA 100%);
    color: #000;
    padding: 4px 10px;
    border-radius: 30px;
    width: fit-content;
    font-weight: 700;
}

.banner-text {
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 87%;
    /* width: 70%; */
}

.banner-text2 {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 87%;
    /* width: 70%; */
}

.w-70 {
    width: 70% !important;
}

.btn-width-fix {
    width: fit-content !important;
}

.bn-img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section-title {
    margin: 25px 0px;
    font-size: 80px;
    font-weight: 700;
    line-height: 96%;
}

.section-title2 {
    margin: 25px 0px;
    font-size: 68px;
    font-weight: 800;
    line-height: 96%;
}

.section-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.abt-card {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
   
}

.abt-gradient-card {
    background: linear-gradient(90deg, #FEF199 0%, #03C3BA 100%);
    color: #000;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;

    img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    p {
        font-size: 16px;
        font-weight: 300;
        line-height: 100%;
    }
}

.agc-h2 {
    font-weight: 900;
    font-size: 60px;
    line-height: 87%;
    margin-bottom: 5px;
    letter-spacing: -4%;
    font-family: 'Inter Tight', sans-serif !important;
}

.agc-img {
    border-radius: 20px;
}


.process-tab {
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0px;
    font-family: 'Inter Tight', sans-serif !important;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.process-tab.active, .process-tab:hover {
    background-color: #ffffff !important;
    border-radius: 20px;

    .step-icon {
        display: block;
    }
}

.pt-step {
    margin-bottom: 30px;
    margin-top: 10px;
}

.pt-step-number {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.pt-sub {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
}

.pt-text {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 174%;
    width: 90%;
} 

.step-icon {
    background-color: var(--primary-light);
    padding: 10px 12px;
    border-radius: 10%; 
    display: none;
}

.process-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0px;
}

.pc-main {
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.ls1, .ls3 {
    font-size: 18px;
    line-height: 174%;
    font-weight: 400;
    font-family: 'Inter Tight', sans-serif !important;
}

.ls3 {
    list-style-position: inside;
}

.ls2, .ls3 {
  /* list-style-position: inside; */
  margin-left: 15px;
}

ol ol {
  list-style-type: lower-roman;
}

.mm-img {
    border: 10px solid #ffffff;
    border-radius: 20px;
    background-color: #ffffff;

    img {
        border-radius: 20px;
    }
}


.floating-msg {
    position: absolute;
    border-radius: 20px;
    border: 10px solid #ffffff;
    max-width: 210px;
    background-color: #ffffff;
}

.fm-wrap1 {
    top: 40px;
    left: -10px;
}

.fm-wrap2 {
    bottom: 40px;
    right: -10px;
}

.fm1 {
    
    border-radius: 10px;
    padding: 30px;
    h2 {
        font-size: 45px;
        line-height: 87%;
        font-weight: 900;
    }
    p {
        font-size: 14px;
        line-height: 100%;
        font-weight: 300;
    }
}

.fm2 {
    border-radius: 10px;
    padding: 30px;
    h2 {
        font-size: 26px;
        line-height: 95%;
        font-weight: 900;
    }
    p {
        font-size: 14px;
        line-height: 100%;
        font-weight: 300;
    }
}

.placeholder-light-dark::-webkit-input-placeholder {
    color: #8d8b8b;
}

.footer {
    background-color: var(--primary-light);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 80px 0px;
}

.subscribe-form {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    height: 80px;
}

.sf-input {
    border: none;
    background-color: transparent;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.sf-input:focus {
    outline: none !important;
    background-color: transparent;
    border: none !important;
}
.sf-input::placeholder {
    color: #000000;
}
.sf-input:focus::placeholder {
    color: #000000;
}

.subscribe-button {
    width: 130px;
    background-color: var(--tertiary-color) !important;
    color: #000000 !important;
    font-weight: 600;
}

.link-container {
    background-color:#0F8D87;
    border-radius: 10px;
    padding: 30px;
    height: 60px;
    align-items: center;
}

.lc-nav {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter Tight', sans-serif !important;
}

.lc-nav.active {
        font-weight: 600 !important;
}

.lc-nav2 {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}

.footer-row {
    max-height: 400px;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 174%;
    color: #000000;
    font-family: 'Inter Tight', sans-serif !important;
    margin-bottom: 0px;
}

.com-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
    margin: 5px;
    height: 300px;
   
}

.bg-sky {
    background-color: #D1FFFD !important;
}

.bg-yellow {
    background-color: #FEF199 !important;
}

.bg-red {
    background-color: #C12727 !important;
}

.com-card-inner {
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 8px solid #ffffff;

    img {
        height: 40px;
        width: 40px;
        object-fit: contain;
    }
}

.com-card-title {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 23px;
    font-weight: 800;
    line-height: 87%;
    margin-bottom: 5px;
}

.com-card-text {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 116%;
}

.grey-section {
    background-color: #EAEAEA !important;
}

.el-list {
    list-style: none;
    li {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 10px 10px;
        width: fit-content;
        margin: 8px 0px;
        font-family: 'Inter Tight', sans-serif !important;
        font-size: 15px;
        font-weight: 700;
        line-height: 100%;
        color: #000000;
        transition: background-color 0.3s ease;
        cursor: pointer;
        letter-spacing: -1px;
        &:hover {
            background-color: var(--quaternary-color);
        }
        img {
            height: 20px;
            width: 20px;
            object-fit: contain;
            margin-right: 10px;
        }
    }
}

.blog-card img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.category-btn {
    width: fit-content;
    margin: 10px 0px;
    background-color: #414141 !important;
    text-transform: capitalize !important;
}

.blog-author {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 143%;
    letter-spacing: -1px;
}

.blog-title {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 25px;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 10px;
}

.blog-summary {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 143%;
    /* letter-spacing: -1px; */
}

.blog-link {
    color: #000000 !important;
}

.blog-side > .title {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.blog-side > .content {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 174%;
    margin-bottom: 20px;
}

.note-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 96%;
    margin-bottom: 10px;
}

.note-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 174%;
    margin-bottom: 20px;
}

.application-section {
    border-radius: 20px;
    padding: 50px 50px;
    margin-bottom: 50px;
}

.app-section-pill {
    background-color: #EAEAEA;
    color: #000000;
    /* padding: 4px 10px; */
    border-radius: 10px;
    font-family: 'Neue Regrade', serif !important;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}

.app-section-num {
    padding: 10px 20px;
    border-radius: 10px;
}

.app-section-text {
    padding: 10px 20px;
}

.app-col {
    margin-bottom: 20px;
}

.placeholder-dark ::-webkit-input-placeholder {
    color: #8d8b8b !important;
}

.check-item {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 89%;
    color: #0000007D;
    /* margin-bottom: 10px; */
}

.fm-label {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 89%;
    color: #666666;
    margin-bottom: 10px;
}

.fm-label-small {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 89%;
    color: #666666;
    margin-bottom: 10px;
}

.success-cont {
    padding: 100px 0px;
}

.footer-logo {
    height: 50px;
    /* width: 100%; */
}