@font-face {
    font-family: 'Noto Sans Bold';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
        url('../fonts/NotoSans-Bold.ttf') format('truetype'),
        url('../fonts/NotoSans-Bold.svg#Noto Sans') format('svg');
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff'),
        url('../fonts/NotoSans-Regular.ttf') format('truetype'),
        url('../fonts/NotoSans-Regular.svg#Noto Sans') format('svg');
}

@font-face {
    font-family: 'Noto Sans Medium';
    src: url('../fonts/NotoSans-Medium.eot');
    src: url('../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Medium.woff2') format('woff2'),
        url('../fonts/NotoSans-Medium.woff') format('woff'),
        url('../fonts/NotoSans-Medium.ttf') format('truetype'),
        url('../fonts/NotoSans-Medium.svg#Noto Sans Medium') format('svg');
}

@font-face {
    font-family: 'Noto Sans SemiBold';
    src: url('../fonts/NotoSans-SemiBold.eot');
    src: url('../fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoSans-SemiBold.woff') format('woff'),
        url('../fonts/NotoSans-SemiBold.ttf') format('truetype'),
        url('../fonts/NotoSans-SemiBold.svg#Noto Sans SemiBold') format('svg');
}

@font-face {
    font-family: 'Rethink Sans Bold';
    src: url('../fonts/RethinkSans-Bold.eot');
    src: url('../fonts/RethinkSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RethinkSans-Bold.woff2') format('woff2'),
        url('../fonts/RethinkSans-Bold.woff') format('woff'),
        url('../fonts/RethinkSans-Bold.ttf') format('truetype'),
        url('../fonts/RethinkSans-Bold.svg#Rethink Sans') format('svg');
}

body {
    margin: 0;
    color: #2D302F;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 1.42;
    background: #FFFBF3;
}

.text-primary {
    color: #F06A6A;
}

.text-secondary {
    color: #FFFBF3;
}

.text-dark-grey3 {
    color: #2D302F;
}

.text-light-grey2 {
    color: #E5E5E5;
}

.bg-transparent {
    background: transparent;
}

.bg-lightgrey {
    background: #F9F4E6;
}

.bg-lightgrey-card .btn,
.cta-btn {
    margin-top: 40px;
}

.br-25 {
    border-radius: 25px;
}

.br-50 {
    border-radius: 50px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

ol,
ul {
    padding-left: 2rem !important;
}

.text-primary {
    color: #F06A6A;
}

a.email {
    color: #F06A6A !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 24px;
    display: inline-block;
}

.btn,
.btn:hover,
.btn.btn:focus {
    padding: 20px 32px;
    border-radius: 120px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    font-family: "Noto Sans Medium", sans-serif;
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background: #F06A6A;
    color: #FFFBF3;
    border: none;
}

.btn-primary-white,
.btn-primary-white:hover,
.btn-primary-white:focus {
    background: #FFFBF3;
    color: #0D0D0D;
    border: none;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    border: 2px solid #FFF;
    color: #FFFFFF;
    background: transparent;
}

.custom-card {
    padding: 25.272px 45.74px 129.863px 25px;
    border-radius: 25px;
    background: #FFF;
}

h3.sub-heading {
    color: #2D302F;
    font-family: "Noto Sans Bold";
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 12px;
}

/* Custom Accordion */
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 1.25rem;
    font-weight: bold;
    transition: transform 0.2s;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
}

.faqs-accordion .accordion-button,
.faqs-accordion .accordion-item {
    background-color: transparent;
}

.faqs-accordion .accordion-button {
    padding: 32px 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans Bold", sans-serif;
}

.faqs-accordion .accordion-button:focus {
    box-shadow: none;
}

.faqs-accordion .accordion-button:not(.collapsed) {
    color: inherit;
    box-shadow: none;
}

.faqs-accordion .accordion-body {
    padding: 0 0 12px 0;
}

.faqs-accordion h2 {
    margin-bottom: 0 !important;
}

/* Custom Modal */
.custom-modal .modal-content {
    background: url("../img/modal-mask.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 60vh;
}

.custom-modal .modal-title {
    font-family: "Rethink Sans Bold", sans-serif;
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #FFFBF3;
    margin-bottom: 3rem;
    top: 50px;
}

.custom-modal .modal-header {
    position: absolute;
    width: 100%;
    margin-left: auto;
    text-align: right;
    z-index: 1;
}

.custom-modal .modal-header button {
    margin-left: auto;
}

.custom-modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-modal .modal-xl {
    max-width: 1434px;
}

.custom-modal .modal-header,
.custom-modal .modal-body {
    padding: 1.19rem 2rem;
}

.login-modal-box {
    border-radius: 12px;
    border: 1px solid #FFFBF3;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 1.5rem;
    color: #FFFBF3;
    flex-direction: column;
    width: 258px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

.login-modal-box-content {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-modal-box p {
    text-align: center;
    line-height: normal;
    letter-spacing: 0.1px;
    margin: 24px 0;
}

.login-modal-box .vascularcare p {
    margin-top: -2px;
}

.login-box-flex {
    gap: 1.25rem;
}

.login-box-flex img {
    margin: 0 auto;
}

/* Navbar */
.navbar {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #FFFBF3;
}

.navbar-brand img {
    height: 76px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFFBF3;
    padding-right: 0;
    padding-left: 0;
    margin-left: 40px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link.btn-primary {
    margin-left: 2rem;
}

.navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link.btn {
    padding: 20px 32px;
}

.banner-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 672px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-section .banner-content {
    max-width: 600px;
    width: 100%;
}

.banner-section h1 {
    color: #FFF;
    font-family: "Rethink Sans Bold", sans-serif;
    font-size: 52px;
    font-style: normal;
    line-height: 71px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.banner-section p {
    color: #EEE;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0.1px;
}

.content-section {
    padding: 60px 0;
}

.content-section h2 {
    color: #0D0D0D;
    font-family: "Rethink Sans Bold", sans-serif;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.img-card {
    max-width: 604px;
}

/* Compliance Web Page */
.compliance-banner {
    background: url('../img/compliance-bg.webp');
}

/* Quality Policy */
.quality-policy-banner {
    background: url('../img/quality-policy-bg.webp');
}

/* Privacy Policy */
.privacy-policy-banner {
    background: url('../img/privacy-policy-bg.webp');
}

/* Privacy Notice */
.privacy-notice-banner {
    background: url('../img/privacy-notice-bg.webp');
    height: 500px;
}

/* Footer */
footer {
    background: #0D0D0D;
    padding: 100px 0 30px 0;
    color: #F5F5F5;
}

footer .column-1 {
    max-width: 354px;
    width: 100%;
}

footer .column-2 {
    max-width: 256px;
    width: 100%;
}

footer .column-3 {
    max-width: 487px;
    width: 100%;
}

footer .social-icons {
    gap: 16px;
}

footer .sub-heading {
    color: #FFF;
    font-family: "Noto Sans SemiBold", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 12px;
}

footer .links-flex {
    gap: 85px;
}

footer .links-flex a,
footer a {
    color: #F5F5F5;
    text-decoration: none;
}

footer .links-flex .links-column {
    gap: 12px;
}

footer .divider {
    background: #848484;
    height: 1px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
}

footer .input-group {
    border: 1px solid #ced4da;
}

footer input.form-control:focus {
    outline: none;
    box-shadow: none;
}

footer .signup-sec p {
    margin-bottom: 38px;
}

footer .signup-sec .form-control {
    color: #FFFBF3;
}

footer .youtube-icon {
    filter: invert(18%) sepia(95%) saturate(7470%) hue-rotate(1deg) brightness(102%) contrast(113%);
}

@media (max-width: 1399px) {
    .login-box-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .custom-modal .modal-dialog {
        max-width: 95%;
    }

    .custom-modal .modal-body {
        padding: 9.5rem 0 !important;
    }

    .custom-modal .modal-title {
        top: 0;
    }
}

@media (max-width: 1199px) {

    .com-img-sec img {
        object-fit: contain !important;
        max-height: 662px
    }

    .footer-main-flex {
        width: 100%;
        justify-content: inherit;
        flex-wrap: wrap;
        gap: 2rem;
    }

    footer .column-1,
    footer .column-2 {
        width: 45%;
        max-width: 50%;
    }

    footer .column-3 {
        width: 100%;
        max-width: 100%;
    }

    footer .links-flex {
        gap: 65px;
    }

    footer .input-group {
        max-width: 560px;
    }

    .footer-bottom-flex {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 1.5rem;
    }

    .navbar.navbar-expand-lg .navbar-nav .nav-link.btn-primary {
        margin-left: 1rem;
    }
}

@media (min-width:768px) {
    .px-md-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .navbar .container {
        flex-wrap: nowrap;
    }
}

@media (max-width:767px) {
    .navbar .menu-icon {
        filter: brightness(0) invert(1);
    }

    .navbar .btn-close {
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    .navbar .offcanvas {
        background: #032666;
    }

    .navbar .navbar-nav {
        gap: 2rem;
    }

    .navbar.navbar-expand-lg .navbar-nav .nav-link,
    .navbar.navbar-expand-lg .navbar-nav .nav-link.btn-primary {
        margin-left: 0;
    }

    .navbar.navbar-expand-lg .navbar-nav .nav-link.btn {
        width: 218px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .custom-modal .modal-header {
        position: relative;
    }

    .custom-modal .modal-body {
        display: inherit;
        padding: 1.5rem !important;
        flex-direction: inherit;
        align-items: inherit;
        justify-content: normal;
    }

    .custom-modal .modal-title {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .custom-modal .modal-content {
        width: 95%;
        margin: auto;
        height: 95vh;
        border-radius: 25px;
    }

    footer .column-1,
    footer .column-2,
    footer .column-3 {
        width: 100%;
        max-width: 100%;
    }

    .footer-bottom-flex a {
        text-align: center;
    }
}