:root {
    --new-primary-color-: #e5c9ff;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('fonts/Inter_18pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('fonts/Inter_18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('fonts/Inter_18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('fonts/Inter_18pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Inter-Regular';
    font-size: 18px;
    /* Regular */
}

.new-header.fixed-top {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.h1-text {
    font-family: 'Inter-Regular';
    font-size: 76px;
    font-weight: inherit;
    font-weight: 400;

}

.text-prple {
    color: #512e81;
}

p {
    font-family: 'Inter', sans-serif;
}

h2 {
    font-family: 'Inter-SemiBold';
    font-size: 43px;
    font-weight: inherit;
    font-weight: 600;
}

.text-new-primay {
    color: var(--new-primary-color-);
}

.bg-new-primary {
    background-color: var(--new-primary-color-);
}

.new-btn-white {
    background: #fff;
    font-size: 16px;
    display: inline-flex;
    padding: 16px 44px;
    line-height: normal;
    border: none !important;
    text-decoration: none !important;
    display: inline-block;
    color: #000 !important;
    font-weight: 500;
    border-radius: 50px;
}

.new-btn-primary,
.login-btn {
    background: var(--new-primary-color-);
    display: inline-flex;
    padding: 16px 40px;
    line-height: normal;
    border: none !important;
    text-decoration: none !important;
    display: inline-block;
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}



.navbar-toggler svg {
    width: 30px;
}

.navbar-toggler:focus {
    outline: none !important;
}

.navbar-toggler[aria-expanded="true"] .hm-burger {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .close-icon {
    display: block;
}

.close-icon {
    display: none;
}

.new-header {
    padding: 10px 0px;
    background-color: #fff;
}

.new-header .navbar-nav {
    justify-content: space-between;
    margin: 0px auto;
    gap: 40px;
}

.new-header .navbar-nav .nav-link {
    font-size: 18px;
    color: #000 !important;
}

.new-header .navbar-brand {
    color: #000 !important;
    font-size: 30px;
    font-weight: 700;
}

.new-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.home-banner {
    margin-top: 0px !important;
    padding: 180px 0px;
    background-image: url(images/home-banner-background.png);
    background-repeat: no-repeat;
    background-position: center center;
}

section {
    margin-block: 80px;
}

.focus-sec {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(81, 46, 129, 1), rgba(81, 46, 129, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.card-focus {
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
}

.card-focus h3 {
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    font-weight: 600;


}

.card-focus .icon-box svg {
    height: 72px;
    width: 72px;
    padding: 16px 16px;
    border-radius: 16px;
    background-color: #E1EEF3;
    fill: #486670;
}

.focus-sec .inner-second-row {
    gap: 32px 0px;
}

.percentage-sec .count-numer {
    font-size: 76px;
    color: #512e81;
}

.testimonial-card {
    padding: 40px 60px;
    background-color: #fff;
    display: flex;
    gap: 70px;
    height: 100%;
    border-radius: 16px;
    /* flex-wrap: wrap; */
}

.testimonial-card img {
    object-fit: cover;

    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonial-img-box {
    /* height: 300px; */
    flex: 1 0 24%;
    border-radius: 32px;
    overflow: hidden;
}

.dr-testimonial-sec {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(247, 249, 252, 1), rgba(247, 249, 252, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dr-testimonial-sec .dr-testmonial-slider {

    /* margin: 0 -30px; */
    /* background-color: #fff; */

}

.dr-testimonial-sec .swiper-slide {
    height: auto;
}

.testimonial-card .content {
    font-size: 31px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    color: #333;
}

.testimonial-content-box h3 {
    font-size: 23px;
    color: #333;
}

.testimonial-content-box p {
    font-size: 16px;
}

.dr-testimonial-sec .swiper-button-prev,
.dr-testimonial-sec .swiper-button-next {
    color: #512e81 !important;
}

.dr-testimonial-sec .swiper-pagination span {
    height: 4px;
    width: 48px;
    border: none;
    border-radius: 20px;
}

.dr-testimonial-sec .swiper-pagination span.swiper-pagination-bullet-active {
    background: #512e81 !important;
}

.support-sec {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(153, 134, 201, 0.49), rgba(153, 134, 201, 0.49)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    ;
}

.Feature-card .icon-box {
    height: 72px;
    width: 72px;
    padding: 16px 16px;
    border-radius: 16px;
    background-color: #d3dae4;
    fill: #486670;
    margin: 0px auto;
    margin-bottom: 25px !important;
}

.Feature-card {
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 32px;
    background-color: #eeeeee;
    border-radius: 16px;
    border: 1px solid #d3dae4;
}

.Feature-card h3 {
    font-size: 32px;
    font-family: 'Inter-SemiBold';
    font-weight: 600;
}

.key-feature-sec .row {
    gap: 25px 0px;
}

.home-contact-sec {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(244, 242, 255, 1), rgba(244, 242, 255, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.form-layout {
    background-color: #F5F5F5;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #d3dae4;
}

.common-form .form-control {
    padding: 30px 14px;
    border-radius: 18px;
}

.common-form textarea {
    padding-top: 10px !important;
}

.new-footer {
    padding: 64px 0px 0px 0px;
    background-image: linear-gradient(rgba(51, 51, 51, 1), rgba(51, 51, 51, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.footer-links {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 20px;
}

.privacy-policy-sec {
    /* margin-top: 30px; */
    padding: 30px 0px;
    border-top: 1px solid rgba(48, 63, 89, 1.0);
}

.footer-links a:hover {
    border-bottom: 1px solid #fff;
}

.footer-links a {
    border-bottom: 1px solid transparent;
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
}

.social-media-links {
    display: none;
    list-style: none;
    text-decoration: none;
    padding: 0px;
    /* display: flex; */
    justify-content: center;
    gap: 20px;
}

.social-media-links svg {
    width: 16px;
    height: 16px;
    fill: #e1eef3;
}

.social-media-links a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #E1EEF3;
}

.about-us-percetage-sec {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.percentage-sec.about-us-percetage-sec .count-numer {
    color: #486670 !important;
}

.numer-with-disc-card span {
    /* font-size: 24px; */
    font-family: 'Inter-SemiBold';
    font-weight: 600;
    line-height: normal;
}

.numer-with-disc-card span svg {
    width: 24px;
    height: 24px;
    fill: #512e81;
}

.numer-with-disc-card h3 {
    font-size: 20px;
    font-family: 'Inter-SemiBold';
    font-weight: 600;
}

.numer-with-disc-card p {
    font-size: 16px;
}

.bg-gray-with-padd {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.space-b-mobile {
    gap: 20px 0px;
}

.faq-accordion .accordion-header-btn {
    text-decoration: none !important;
    padding-inline: 0px;
    font-size: 23px;
    font-family: 'Inter-SemiBold';
    font-weight: 600;
    white-space: normal;
    color: #333333 !important;
}

.faq-accordion button .icon svg {
    width: 20px;
}

.faq-accordion button[aria-expanded="true"] .faq-plus-icon {
    display: none;
}

.faq-accordion button[aria-expanded="true"] .faq-minus-icon {
    display: block;
}

.faq-minus-icon {
    display: none;
}

.faq-accordion .card-body {
    padding-top: 0px;
}

.faq-accordion .card {
    border-radius: 16px !important;
    background: #fff;
    border: none;
    box-shadow: none;
}

.faq-accordion .card-header {
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.faq-accordion .card {
    margin-bottom: 20px;
}

.founder-row {
    margin-top: 50px;
    padding: 32px;
    background-color: #f1e2f6;
    border-radius: 16px;
    border: 1px solid;
}

.founder-row .img-box {
    width: 250px;
}

.founder-row h3 {
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    font-weight: 600;
}

.key-ul-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.key-ul-list li span {
    width: 28px;
    flex: 0 0 28px;
    height: 28px;
    background: #512e81;
    border-radius: 50%;
    padding: 7px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publication-external-link {
    font-size: 16px;
    color: #486670 !important;
}

.publication-external-link svg {
    fill: #486670;
    margin-left: 5px;
}

.reaserch-card-sec {
    background-image: linear-gradient(rgba(241, 226, 246, 1), rgba(241, 226, 246, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 100px 0px;
}

.reaserch-card-sec .card-focus {
    text-align: left;
}

.reaserch-card-sec .inner-second-row {
    gap: 20px 0px;

}

.table-wrapper {
    overflow-x: auto;
    /* Enables scroll on mobile */
    margin: 20px 0;
}

.common-table {
    width: 100%;
    min-width: 600px;
    /* Keeps table readable */
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

.common-table th,
.common-table td {
    border: 1px solid #512e81;
    padding: 10px;
    word-wrap: break-word;
}

.common-table th {
    background: #f3f0f9;
    font-weight: bold;
}

.navbar-brand img {
    width: 80px;
}

.new-btn-primary svg {
    width: 10px;
    margin-left: 8px;
}

@media (max-width: 767px) {

    h2,
    .h1-text {
        font-size: 30px;
    }

    .home-banner {
        background-position: right;
        padding: 140px 0px !important;
    }

    .focus-sec {
        padding: 60px 0px;
    }

    .card-focus h3 {
        font-size: 19px;
    }

    .percentage-sec .row {
        gap: 25px 0px;
    }

    .percentage-sec .count-numer {
        font-size: 64px;
    }

    .testimonial-card {
        height: auto;
        flex-wrap: wrap;
        padding-inline: 30px;
        gap: 30px;
    }

    .testimonial-img-box {
        /* height: auto; */
    }

    .testimonial-card .content {
        font-size: 20px;
    }

    .dr-testimonial-sec .swiper-button-prev::after,
    .dr-testimonial-sec .swiper-button-next::after {
        font-size: 26px;
    }

    .dr-testimonial-sec .swiper-button-prev,
    .dr-testimonial-sec .swiper-button-next {
        right: 0px;
    }

    .dr-testimonial-sec .swiper-button-prev {
        left: 0;
    }

    .dr-testimonial-sec {
        padding: 60px 0px;
    }

    .Feature-card h3 {
        font-size: 24px;
    }

    .form-layout {
        padding: 40px 20px;
    }

    .home-contact-sec {
        padding: 60px 0px;
    }

    .works-banner-sec,
    .about-banner {
        margin-top: 0px;
    }

    .faq-accordion .accordion-header-btn {
        font-size: 18px;
    }

    .faq-accordion .card-body {
        font-size: 16px;
    }

    .footer-links {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    section {
        margin-block: 0px;
        padding: 40px 0px !important
    }

    .new-btn-primary {
        margin: auto;
        display: block;
        width: fit-content;
    }

    .navbar-brand img {
        width: 60px;
    }

    .new-header {
        padding: 0px 0px !important;
    }

    .navbar-toggler svg {
        width: 22px;
    }
}

@media (max-width: 1023px) {
    .new-header .navbar {
        padding-inline: 0px;
    }

    .new-header .navbar-nav {
        gap: 15px !important;
        text-align: center;
        margin-top: 30px !important;
    }

    .new-header .navbar-collapse {
        text-align: center;
    }

    .login-btn {
        margin-top: 18px;
    }

    .new-header {
        padding: 10px 0px;
    }
}