@import url(./fonts.css);

:root {
    --color-white: #ffffff;
    --color-yellow: #ffef33;
    --color-light-yellow: #ffff78;
    --color-gray: #333632;
    --color-light-gray: #d1d1d1;
    --color-violet: #7c61ce;
    --color-dark-violet: #4012db;
    --color-orange: #e69623;
    --color-light-orange: #e4a943e;
    --color-dark: #373935;
    --color-blue: #255ea5;
    --color-light-blue: #849fd2;
    --color-extra-light-blue: #DDE6ED;
    --color-dark-blue: #15375b;
    --color-new-ligth-gray: #caccce;
    --color-extra-light-orange: #fbf5bc;
    --color-new-extra-light-orange: #ffbe58; 
}

/* GLOBAL STYLES */
* {
    font-family: 'Montserrat';
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    flex-direction: column;
    min-height: 100vh;
}

p {
    font-size: 18px !important;
    line-height: 24px !important;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-dark-blue);
}

.cta_btn {
    background-color: var(--color-orange);
    color: var(--color-white);
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
}

/* HOME BANNER SECTION */
.home_banner_section {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_banner_section .text_container {
    padding-bottom: 10%;
}

.home_banner_section .text_container h1 {
    color: white;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 2%;
    font-weight: 700;
}

.home_banner_section .text_container a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    background: var(--color-orange);
    border-radius: 8px;
    padding: 10px 20px;
}

.home_banner_section .text_container p {
    font-size: 29px !important;
    line-height: 31px !important;
    color: white;
    margin-bottom: 3rem;
}

/* HEADER */
.home_header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.home_header img {
    width: 200px;
}

.home_header .nav {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
    color: var(--color-white) !important;
}

.home_header .nav a {
    text-decoration: none;
    color: inherit;
}

/* INDUSTRIES SECTION */
.industries_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 0px 15px 100px 15px;

    background: linear-gradient(to top, #b4b4b5cb, white 15%);
}

.industries_section .who_choose_us_container {
    width: 100%;
    border-radius: 100px;
    border: 2px solid var(--color-light-gray);
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.industries_section .who_choose_us {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    row-gap: 15px;
    font-size: 1.4rem;
    white-space: nowrap;
    flex-wrap: wrap;
    padding: 0;
}

.industries_section .who_choose_us_title {
    font-weight: bold;
    font-size: 1.4rem;
}

.industries_section .who_choose_us li {
    color: white;
    border-radius: 25px;
    background-color: var(--color-dark-violet);
    padding: 7px 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.industries_section .who_choose_us li img {
    width: 40px;
    height: 40px;
}

.industries_section h2 {
    color: var(--color-dark-blue);
    font-size: 2.5rem;
}

.industries_section h4 {
    color: var(--color-dark-blue);
}

.industries_section .industries_work_for {
    display: flex;
    gap: 225px;
}

.industries_section .industry_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.mt--2 {
    margin-bottom: -2rem;
}

.mt--1 {
    margin-bottom: -1rem;
}

.mt-10 {
    margin-top: 5rem;
}

.mb-10 {
    margin-bottom: 5rem;
}

.w-35 {
    width: 35%;
}

section#backed-industry {
    min-height: 50vh;
}

section#backed-industry h2.section-title {
    color: var(--color-dark-blue);
    font-weight: 500;
}

.bg-dark-blue {
    background-color: var(--color-dark-blue);
}

.industries_section .industry_card img {
    max-width: 300px;
    width: 100%;
}

.industry-logos-container {
    margin-top: 5rem;
    padding: 2rem;
    border-radius: 70px;
    background-color: var(--color-white);
}

.industry-logo {
    width: 60%;
}

/* ABOUT US SECTION */
.about_us_section {
    margin-top: 3rem;
}

.about_us_section .title_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.about_us_section h2 {
    font-size: 2.5rem;
    color: var(--color-dark-blue);
    margin-bottom: 25px;
    padding: 0 40px;
}

.about_us_section ul {
    list-style-type: 'âœ”';
    list-style-position: inside;
}

.about_us_section ul li {
    padding-left: 0.5rem;
}

.purple_line {
    width: 20%;
    border-radius: 20px;
    height: 5px;
    background-color: var(--color-violet);
    margin-bottom: 2rem;
}

.about_us_section svg {
    rotate: 180deg;
    margin-top: 10px;
    height: 100%;
    width: 40px;
    color: var(--color-violet);
}

div.about-us-content {
    color: var(--color-dark-blue);
    text-align: center;
}

/* EUROPEAN INSIGHTS SECTION */
section#european-insights {
    padding-top: 3rem;
}

.european_insights_section .content_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.european_insights_section .content_container .container {
    background-color: var(--color-blue);
}

.european_insights_section .content_container h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Montserrat';
}

.european_insights_section .content_container .cards_container {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 150px;
    margin-right: 150px;
    gap: 130px;
}

.european_insights_section .content_container .cards_container .card {
    background-color: white;
    max-width: 240px;
    padding: 20px 40px;
    font-weight: 500;
}

.european_insights_section .content_container .cards_container div p {
    font-weight: 600;
    font-size: 1.2rem;
}

.european_insights_section .content_container .cards_container div button {
    padding: 5px 2.5px;
    background-color: white;
    border: 2px solid var(--color-orange);
    border-radius: 5px;
    color: var(--color-orange);
    margin-top: 5px;
    font-weight: 500;
    font-size: 1.1rem;
}

.european_insights_section .content_container .cards_container div img {
    margin-top: -60px;
    width: 100px;
}

.european_insights_section .content_container .insights_card {
    background-color: var(--color-extra-light-orange);
    width: 100%;
    margin-top: -170px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    padding: 60px 30px 30px 60px;
}

.european_insights_section .container .row h2 {
    font-weight: 800;
    color: var(--color-dark-blue);
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.european_insights_section .container .row p {
    color: var(--color-dark-blue);
}

.european_insights_section .container .row ul {
    color: var(--color-dark-blue);
    list-style-type: 'âœ“';
    margin-bottom: 3rem;
}

.european_insights_section .container .row li {
    padding-left: 0.8rem;
}

.european_insights_section .container .row ::marker {
    font-weight: 700;
}

.european_insights_section .content_container .insights_card ul {
    padding-left: 20px;
    font-size: 1.3rem;
    max-width: 350px;
    margin-bottom: 50px;
}

.european_insights_section .content_container .insights_card img {
    width: 60%;
    min-width: 500px;
    margin-bottom: -7px;
}
/** EXTREME SPEED **/
section#extreme-speed {
    height: min-content;
    min-height: min-content;
    padding-top: 2rem;
}

section#extreme-speed .container h2 {
    color: var(--color-white);
}

section#extreme-speed .container span {
    font-weight: 400;
}

section#extreme-speed .container h4 {
    color: var(--color-white);
}

/* SOLUTIONS SECTION */

.solutions_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    gap: 30px;
}

.solutions_section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-dark-blue);
}

.solutions_section .solutions_container {
    display: flex;
    gap: 30px;
    width: 100%;
    min-height: 200px;
}

.solutions_section .solutions_container .card_expansible {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.solutions_section .solutions_container .card_expansible .card_title img {
    width: 100%;
}

.solutions_section .solutions_container .card_expansible .card_title svg {
    width: 40px;
    height: 100%;
    padding: 5px;
    border-radius: 100px;
    transition: all 0.5s;
}

.solutions_section .solutions_container .card_expansible.open .card_title svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.solutions_section .solutions_container .card_expansible.font-violet .card_title svg {
    background-color: var(--color-yellow);
}

.solutions_section .solutions_container .card_expansible.bg-light-yellow .card_title svg {
    background-color: var(--color-violet);
    color: var(--color-light-yellow);
}

.solutions_section .solutions_container .card_expansible .card_title h4 {
    font-size: 1.2rem;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}

.solutions_section .solutions_container .card_expansible p {
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0;
    padding: 20px;
}

.solutions_section .solutions_container .card_expansible.open {
    transition: all 0.5s;
}

.solutions_section .solutions_container .card_expansible.open p {
    opacity: 1;
    transition: all 0.3s;
}

span.upper {
    font-weight: 700;
}

.projects_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    gap: 30px;
}

.projects_section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.bg-light-yellow {
    background-color: var(--color-light-yellow);
}

.bg-light-blue {
    background-color: var(--color-light-blue);
}

.bg-extra-light-blue {
    background-color: var(--color-extra-light-blue);
}

.bg-extra-light-orange {
    background-color: var(--color-extra-light-orange);
}

.bg-new-extra-light-orange {
    background-color: var(--color-new-extra-light-orange);
}

.bg-gray {
    background-color: #f2f2f2;
}

.bg-dark-gray {
    background-color: #595959;
}

.font-violet {
    color: var(--color-violet);
}

.font-orange {
    color: var(--color-orange);
}

.font-blue {
    color: var(--color-blue);
}

.font-dark-blue {
    color: var(--color-dark-blue);
}

.font-dark {
    color: var(--color-dark);
}

.font-yellow {
    color: var(--color-yellow);
}

.transition-left {
    transform: translateX(-100%);
    transition: transform 0.8s ease-in-out;
}

.transition-left.active {
    transform: translateX(0);
}

/* EXPERT NETWORK SECTION */

.expert_network_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-gray);
}

.expert_network_section h2 {
    text-align: center;
    font-weight: 800;
    color: var(--color-dark-blue);
}

.expert_network_section h4 {
    color: var(--color-dark-blue);
}

.expert_network_section p {
    text-align: center;
}

.expert_network_section .swiper {
    background-color: #fff;
}

.expert_network_section .container .nav_container {
    border-bottom: 2px solid rgb(187, 187, 187);
    display: flex;
    justify-content: center;
}

.expert_network_section .container .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    padding: 0px 0px;
}

.expert_network_section .container .nav li {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    color: #464944;
    position: relative;
    cursor: pointer;
}

.expert_network_section .container .nav li.active::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #fff;
    bottom: -3.5px;
    left: 50%;
    border-radius: 100px;
    transform: translateX(-50%);
}

.expert_network_section .swiper-slide {
    background-size: 1000px;
    background-position: right 130px;
    background-repeat: no-repeat;
    padding-left: 90px;
    padding-top: 30px;
    min-height: 700px;
    position: relative;
}

.expert_network_section .swiper-slide.organizations {
    background-image: url(../images/network/organizations.png);
}

.expert_network_section .swiper-slide.key_decisions {
    background-image: url(../images/network/key\ desicion\ makers.png);
}

.expert_network_section .swiper-slide.physicians {
    background-image: url(../images/network/physicians.png);
}

.expert_network_section .swiper-slide.subspecialities {
    background-image: url(../images/network/subspecialties.png);
    background-position-x: right;
    background-position-y: bottom;
    background-size: 45vh;
}

.expert_network_section .swiper-slide.kol {
    background-image: url(../images/network/kol.png);
}

.expert_network_section .swiper-slide.clinicians {
    background-image: url(../images/network/clinicians.png);
}

.expert_network_section .specializations_main_list {
    color: var(--color-blue);
    font-weight: 500;
    font-size: 18px;
    z-index: 2;
    position: relative;
}

.expert_network_section .sub_list {
    font-weight: 500;
    list-style: square;
}

.expert_network_section details summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.expert_network_section details summary svg {
    width: 20px;
    height: 100%;
    border-radius: 100px;
    color: var(--color-blue);
    border: solid 2px var(--color-blue);
    transition: all 0.5s;
}

.expert_network_section details[open] summary svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.expert_network_section .kol_main_container {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--color-dark-violet);
    z-index: 2;
    position: relative;
}

.expert_network_section .kol_main_container h3 {
    font-size: 24px;
    font-weight: 600;
}

.expert_network_section .kol_main_container h4 {
    font-size: 20px;
    font-weight: 600;
}

.expert_network_section .kol_main_container p {
    text-align: start;
    margin: 0;
}

.expert_network_section .kol_texts_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#nav_select {
    display: none;
}

/* DNA EXPERT SECTION */
.dna_expert_section {
    width: 100%;
    background: linear-gradient(to top, #b4b4b5cb, white);
    margin-top: 50px;
}

.dna_expert_section .text_content_container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px;
    width: 40%;
    position: absolute;
}

.text_content_container.position-relative.text-center {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dna_expert_section .text_content_container img {
    position: absolute;
    bottom: -55px;
    width: 90%;
    z-index: 1;
}

.dna_expert_section .text_content_container h2 {
    font-weight: 700;
    font-size: 36px;
    z-index: 2;
}

.dna_expert_section .text_content_container p {
    max-width: 550px;
    font-weight: 500;
    z-index: 2;
}

.dna_expert_section .card_expansible {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    height: 87px;
    max-height: 87px;
    transition: all 0.5s;
    background-color: white;
    z-index: 2;
}

.dna_expert_section .card_expansible--with-image {
    width: 100%;
    height: 450px;
    max-height: 450px;
    color: var(--color-blue);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.dna_expert_section .card_expansible--with-image img {
    width: 100%;
}

.dna_expert_section .card_expansible--with-image p {
    margin-top: 20px;
}

.dna_expert_section .card_expansible--with-image li {
    font-size: 18px;
}


.dna_expert_section .card_expansible .card_title {
    display: flex;
    align-items: start;
    gap: 15px;
    padding: 30px 30px 0px 30px;
    width: 100%;
    cursor: pointer;
}

.dna_expert_section .card_expansible .card_title img {
    width: 57px;
}

.dna_expert_section .card_expansible .card_title svg {
    width: 40px;
    height: 100%;
    padding: 5px;
    border-radius: 100px;
    transition: all 0.5s;
    background-color: var(--color-blue);
    color: white;
}

.dna_expert_section .card_expansible.open .card_title svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.dna_expert_section .card_expansible .card_title h4 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}

.dna_expert_section .card_expansible p {
    font-size: 1.2rem;
    opacity: 0;
    padding: 0px 30px;
}

.dna_expert_section .card_expansible.open {
    height: min-content;
    max-height: 965px;
    transition: all 0.5s;
}

.dna_expert_section .card_expansible.open p {
    opacity: 1;
    transition: all 0.3s;
}

.dna_expert_section .data_container {
    width: 100%;
    padding: 30px;
    background-color: var(--color-orange);
    color: white;
    text-align: center;
}

.dna_expert_section .data_container .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dna_expert_section .data_container .container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dna_expert_section .data_container .container div span {
    font-size: 48px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.dna_expert_section .data_container .container div p {
    font-size: 25px !important;
    line-height: 25px !important;
}

.dna_expert_section .data_container .white_vertical_line {
    width: 5px;
    height: 50px;
    background-color: white;
}

.dna_expert_section .cards_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
    justify-items: center;
    background-color: white;
    width: 100%;
    min-height: 950px;
    gap: 50px;
}

.text-yellow {
    color: var(--color-yellow);
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-65 {
    width: 65%;
}

.h-auto {
    height: auto;
}

.industry_card {
    position: relative;
    overflow: hidden;
}

.industry_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

.industry_card::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.industry_card:hover::before {
    opacity: 1;
}

.video_background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%) scaleX(-1);
    z-index: 1;
}

.overlay_content {
    position: relative;
    z-index: 3;
}

.home_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.home_header .nav {
    list-style: none;
    display: flex;
    gap: 50px;
    color: var(--color-white);
}

.home_header .nav a {
    text-decoration: none;
    color: inherit;
}

.bg-gray.font-violet.card_expansible.open {
    min-height: 300px
}

.rounded-shadow {
    border-radius: 1.25rem !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.border-solid {
    border: solid 1px;
}

#projects img.projects-img {
    width: 100%;
}

.row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .row-content .branch p {
    font-size: 14px !important;
}

footer .row-content img.paris {
    height: 18%;
}

footer .row-content img.san-diego {
    height: 15%;
}

footer .row-content img.ny {
    height: 18%;
}

.expert_network_section .container .nav li {
    padding: 20px 50px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: #dee2e6 #dee2e6 #fff;
    margin-bottom: -1px;
    border: 1px solid var(--color-blue);
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.expert_network_section .container .nav li.active {
    color: #495057;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
    margin-bottom: -1px;
    background: 0 0;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: flex;
}

.industries_work_for {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.industry_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 400px;
    height: 100%;
}

.industry_card img {
    max-width: 100px;
    margin-bottom: 1rem;
    height: auto;
}

.industry_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-grow: 1;
}

.industry_text h4 {
    margin-bottom: 0.5rem;
    color: var(--color-blue);
}

.industry_text p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #333;
}

.home_nav_section.video_background {
    height: auto;
    min-height: auto;
    background-color: var(--color-dark-blue);
}

section.page h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-gray);
}

section.page h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-blue);
}

section.page p {
    color: var(--color-dark-blue);
}

section.page .text-bold {
    font-weight: 700;
}

section.page ul {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-dark-blue);
    margin-inline-start: 3rem;
    padding-inline-start: 50px;
}

.bg-violet {
    background-color: var(--color-violet);
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-blue {
    background-color: var(--color-blue);
}

section#contact-us .container .row {
    padding-bottom: 2rem;
}

section#contact-us .container .row .contact-content {
    position: relative;
    top: 30%;
}

section#contact-us .container .row .card {
    border-radius: 1.25rem;
}

section#contact-us .container .row form input {
    border: none;
    border-bottom: solid 1px var(--color-blue);
    margin-top: 1rem;
    margin-right: 1rem;
}

section#contact-us .container .row form input::placeholder {
    font-weight: 700;
    color: var(--color-blue);
}

section#contact-us .container .row form input:focus {
    border: none;
    border-bottom: solid 2px var(--color-blue);
}

section#contact-us .container .row form button {
    font-weight: 700;
    margin-top: 1.5rem;
    background-color: var(--color-orange);
    color: var(--color-white);
}

section#contact-us .container .row form ul {
    margin-top: 2rem;
    line-height: 24px;
    color: var(--color-blue);
    margin-inline-start: -3.6rem;
    font-size: 18px !important;
    line-height: 24px !important;
    list-style-type: none;
}

section#het {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
}

section#het .section-title {
    color: var(--color-white);
}

.radius-40 {
    border-radius: 40px;
}

.img-block .cnv {
    position: relative;
}

.js-play {
    background: transparent;
    border: none;
}

.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the video */
    border-radius: 40px; /* Match video radius */
    z-index: 2;
    transition: opacity 0.5s ease-in-out; /* Smooth fade */
}

.img-block__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: none;
    border: none;
    cursor: pointer;
}

.video-wrapper video {
    display: block;
    width: 100%;
}

.img-block .img-block__play img {
    max-width: 100px;
}

/*New Patient Solution Sction Pilar*/ 
.banner-section {
  background-image: url('../images/solution/docdelta-new.png'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 100vh; /* Adjust height as needed, using vh for viewport height */
  display: flex; /* Use flexbox for vertical centering of content */
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
}

/* Optional: Add an overlay for better text readability */
.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust color and opacity */
}

/* Ensure text is above the overlay */
.banner-section .container {
  position: relative;
  z-index: 1;
}
.banner-heading-pilar{
    font-size: 94px;
    font-weight: 700;
}
/**our approceh*/
section.our-approch {
    background-color: #fcf6bd;
}
.pilar-pa-left{
    padding-left: 70px!important;
}
.highlight-box {
      background-color: #D18A36;
      color: white;
      padding: 20px;
      border: 3px solid #1F355E;
      border-radius: 12px;
      text-align: center;
      font-weight: bold;
      font-size: 1.8rem;
    }
    .section-title {
      font-size: 2rem;
      font-weight: bold;
      color: #1F355E;
      margin-bottom: 30px;
    }
    .info-box {
      border: 2px solid #D18A36;
      border-radius: 10px;
      background-color: white;
      padding: 20px;
      height: 100%;
    }
    .info-box h5 {
      font-weight: bold;
      color: #1F355E;
    }
    .info-box p {
    font-weight: 500;
    color: #00345c;
}
    .illustration {
      max-width: 100%;
      height: 400px;
    }
/**we solve*/
section.we-solve {
    box-shadow: 0px 20px 30px #000;
}
section.we-solve .container-fluid {
    padding: 0;
}
.col-md-6.left-section {
    background-color: #fcf6bd;
}
.left-section {
      padding: 50px 30px;
}
.single-left {
    padding: 25px 50px;
    width: 660px!important;
}
.single-left p {
    color: #00345c;
    max-width: 340px;
}
.left-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1F355E;
}
.left-section p {
    font-size: 1.2rem;
    color: #333;
}
.highlight-text {
    background-color: #F3F6FF;
    color: #1F355E;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}
/* .right-section {
    background-color: #1F355E;
    color: white;
    padding: 40px 20px;
    position: relative;
}
.right-section h5 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    color: white;
} */
.right-section-pilar {
    background: #1B58B3;
    background: linear-gradient(90deg,rgba(27, 88, 179, 1) 0%, rgba(0, 52, 92, 1) 50%);
    color: white;
    padding: 40px 20px;
}
.right-section-pilar h5 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 1.4rem;
}
.feature-box {
    background-color: white;
    color: #1F355E;
    font-weight: bold;
    border: 2px solid #D18A36;
    border-radius: 12px;
    padding: 15px 60px;
    margin-bottom: 15px;
    text-align: center;
}
.feature-box:last-child {
    /* border-color: #9C5BFF; */
}
.doctor-illustration {
    max-height: 300px;
    margin-left: 20px;
}
section.bottom-eamil-pilar h2{
    font-size: 44.5px;
    font-family: "Poppins", sans-serif;
}
section.bottom-eamil-pilar h2 a {
    font-weight: 700;
    text-decoration: none;
    color: #00345c;
    font-family: "Poppins", sans-serif;
    font-size: 44.5px;
}
.email-container {
    margin: 0 auto;
    width: 70%;
}
.email-left-side {
    margin-right: 15px;
}
.bottom-banner{ 
    background-image: url(../images/solution/DocDelta-bottom-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 500px;
    min-height: 300px;
}
.bottom-eamil-pilar{
    background-color: #fcf6bd;
    overflow: hidden;
    padding: 0px 40px;
}




/** MEDIA QUERIES **/

@media (1799px < width < 1921px) {
    .home_banner_section .text_container {
        margin-top: 3rem;
    }

    section.industries_section .industries_work_for {
        width: 100%;
        gap: 10px;
    }

    section.industries_section .industry_card {
        max-width: 220px;
    }

    section.industries_section .industry_card img {
        max-width: 350px;
    }

    .european_insights_section .container .row h2 {
        font-size: 3rem;
        max-width: 500px;
    }

    .european_insights_section .content_container .insights_card ul {
        font-size: 1.5rem;
        max-width: 400px;
    }

    .european_insights_section .content_container .insights_card {
        padding: 60px 60px 0px 90px;
    }

    .european_insights_section .content_container .insights_card img {
        width: 60%;
        min-width: 500px;
        margin-bottom: -10px;
    }

    #solutions.solutions_section .solutions_container {
        width: 100%;
    }

    #expert .swiper-wrapper {
        height: unset;
    }

    .expert_network_section .swiper-slide {
        background-size: 700px;
        background-position: right 100%;
    }

    .expert_network_section .swiper-slide.subspecialities {
        background-size: 40vh;
    }

    section#expert .container {
        max-width: 1410px;
    }

    .dna_expert_section .cards_container {
        grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
    }

    section#case-studies {
        min-height: 65vh;
    }

    section#backed-industry {
        min-height: 35vh !important;
    }

    section#backed-industry .industry-logos-container {
        margin-top: 2rem;
    }

    footer .container.text-white {
        max-width: 1410px;
    }
}

@media (1485px < width < 1800px) {
    .dna_expert_section .cards_container {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }

    .expert_network_section .container .nav li {
        padding: 20px 25px;
    }

    #expert .swiper-wrapper {
        height: unset;
    }

    .expert_network_section .swiper-slide {
        background-size: 860px;
        background-position: right 100%;
    }
}

@media (1024px < width < 1486px) {
    section {
        min-height: 90vh;
    }

    section.home_banner_section .container:first-of-type {
        display: block;
    }

    section.home_banner_section .container:nth-of-type(2) {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }

    .home_header {
        padding: 0px;
    }

    section.home_banner_section.video_background {
        height: 100vh;
    }

    .home_banner_section .text_container {
        padding-bottom: 3%;
        margin-left: 0%;
    }

    .home_banner_section .text_container h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .home_banner_section .text_container p {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    .home_banner_section .text_container a {
        font-size: 20px;
    }

    .expert_network_section .container .nav li {
        padding: 20px 20px;
    }

    .expert_network_section .container .nav li {
        padding: 20px 20px;
    }

    .expert_network_section .container .nav li {
        padding: 20px 40px;
    }

    .expert_network_section .container .nav li.active::after {
        width: 100%;
    }

    .expert_network_section .swiper-slide {
        background-size: 650px;
        background-position: right 330px;
    }

    .industries_section .who_choose_us {
        font-size: 1.3rem;
        column-gap: 10px;
    }

    .industries_section .who_choose_us_container {
        padding: 20px 40px;
    }

    .industries_section .industries_work_for {
        gap: 25px;
    }

    .industry_card {
        max-width: 194px;
    }

    .solutions_section .solutions_container .card_expansible.open {
        min-height: 550px;
    }

    #solutions.solutions_section .container .text-center h2 {
        margin-top: 2rem;
    }

    #solutions.solutions_section .container .text-center h4 {
        margin-bottom: 0rem;
    }

    #solutions.solutions_section .solutions_container {
        width: 100%;
    }

    #expert .swiper-wrapper {
        height: unset;
    }

    .expert_network_section .swiper-slide {
        background-size: 700px;
        background-position: right 100%;
    }

    .dna_expert_section .text_content_container {
        padding: 0px;
    }

    .dna_expert_section .text_content_container img {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .dna_expert_section .card_expansible.open {
        min-height: 850px;
        min-height: 850px;
    }

    .dna_expert_section .cards_container {
        grid-template-columns: repeat(auto-fill, minmax(386px, 1fr));
        gap: 10px;
        padding: 0px 0px 0px 0px;
    }

    .text_content_container.position-relative.text-center {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #projects img.projects-img {
        width: 100%;
    }

    section#case-studies {
        min-height: 75vh;
    }

    section#european-insights {
        min-height: unset;
    }

    section#about-us {
        min-height: unset;
    }

    section#backed-industry {
        min-height: 50vh;
    }

    footer .container {
        max-width: 1450px;
    }
     /*new section pilar*/
     section#patient-solution,
     section.we-solve{
        min-height: auto!important;
     }
    .banner-section{
        height: 90vh;
    }
    .banner-heading-pilar{
        font-size: 60px;
    }
    section.our-approch .col-md-6, 
     section.we-solve .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bottom-banner{
        min-height: 500px;
        height: 500px;
    }
    .bottom-eamil-pilar{
        min-height: auto!important;
    }
    /*new section pilar end*/
}

@media (820px < width < 1025px) {
    /*new section pilar*/
    .banner-section{
        /* height: 70vh; */
    }
    .banner-heading-pilar{
        font-size: 60px;
    }
    section.our-approch .col-md-6, 
     section.we-solve .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bottom-banner{
        height: 270px;
        min-height: 270px;
    }
    /*new section pilar end*/
    section.home_banner_section .container:first-of-type {
        display: block;
    }

    section.home_banner_section .container:nth-of-type(2) {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }

    .home_header {
        padding: 0px;
        flex-direction: column;
        gap: 10px;
    }

    section.home_banner_section.video_background {
        height: 100vh;
    }

    .home_banner_section .text_container {
        padding-bottom: 3%;
        margin-left: 0%;
    }

    .home_header .nav {
        flex-direction: column;
        gap: 15px;
    }

    #nav_select {
        display: flex;
        border: none;
        padding: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        color: var(--color-white);
        background-color: var(--color-blue);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .home_header {
        padding: 0px 0px;
    }

    section.industries_section .industries_work_for {
        flex-direction: unset;
    }

    #expert .swiper-wrapper {
        height: 700px;
    }

    .expert_network_section .swiper-slide {
        background-size: 860px;
        background-position: right 100%;
    }

    .expert_network_section .container .nav {
        display: none;
    }

    .expert_network_section .swiper-slide {
        padding: 30px;
        min-height: 700px;
        background-size: contain;
    }

    .expert_network_section .overlay {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    .expert_network_section .container {
        max-width: 950px;
    }

    .industries_section .who_choose_us {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .industries_section .industries_work_for {
        flex-direction: column;
        gap: 40px;
    }

    .industries_section h2 {
        text-align: center;
    }

    .industries_section .industry_card img {
        width: 70%;
    }

    .dna_expert_section .text_content_container {
        padding: 0px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .text_content_container.position-relative.text-center {
        padding-top: 2rem;
    }

    .dna_expert_section .data_container {
        flex-direction: unset;
        align-items: center;
    }

    .dna_expert_section .white_vertical_line {
        width: 5px !important;
        height: 150px !important;
    }

    .dna_expert_section .cards_container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.dna_expert_section .cards_container {
        margin-bottom: 3rem;
    }

    .dna_expert_section .data_container .container div span {
        font-size: 35px;
        font-weight: 700;
        transition: all 0.5s ease;
    }

    .dna_expert_section .data_container .container div p {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    .dna_expert_section .data_container .white_vertical_line {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    section.dna_expert_section .card_expansible {
        max-width: unset;
    }

    section.dna_expert_section .card_expansible.open {
        max-height: 1010px;
    }

    #projects img.projects-img {
        width: 100%;
    }

    .solutions_section .solutions_container .card_expansible.open {
        min-height: 525px;
    }

    .col-xs-6.col-sm-6 {
        width: 50%;
    }

    .solutions_section h2 {
        text-align: center;
    }

    .solutions_section .solutions_container {
        flex-direction: unset;
        width: 100%;
        min-height: unset;
    }

    .solutions_section .solutions_container .card_expansible p {
        font-size: 1.1rem;
    }

    .solutions_section .solutions_container .card_expansible {
        min-height: 230px;
        max-height: 700px;
        height: auto;
    }

    .solutions_section .solutions_container .card_expansible p {
        opacity: unset;
    }

    .european_insights_section {
        padding-top: 250px;
    }

    .european_insights_section .content_container .insights_card {
        flex-direction: column;
        padding: 40px 40px 0px 40px;
        width: 90%;
    }

    .european_insights_section .container .row h2 {
        font-size: 2rem;
        max-width: auto;
        margin-bottom: 20px;
    }

    .european_insights_section .content_container .insights_card img {
        width: 100%;
        min-width: auto;
        margin-bottom: -7px;
    }

    .european_insights_section .content_container .cards_container {
        flex-direction: unset;
    }
    
    .european_insights_section .content_container .cards_container {
        gap: 20px;
    }

    .european_insights_section {
        padding-top: 0px;
    }

    section#case-studies {
        min-height: 50vh;
    }

    section#european-insights {
        padding-top: 3rem;
        min-height: 40vh;
    }

    section#backed-industry {
        min-height: 20vh;
    }

    section#backed-industry .industry-logos-container {
        margin-top: 2rem;
    }

    .about_us_section .founders_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    footer .container {
        max-width: 100%;
    }

    .row-content {
        margin-right: -15px;
        margin-left: -15px;
    }

    footer .docdeltaresearch-docdelta-logo img {
        width: 100%;
    }

    footer .row-content .branch p.paris-branch {
        margin-left: 1.5rem;
    }

    footer .row-content .branch p.ny-branch {
        margin-left: 2.5rem;
    }

    footer .row-content.mt-5 {
        margin-top: 1rem !important;
    }

    .home_header .nav {
        gap: 15px;
    }

    .home_header img {
        width: 103px;
    }

    footer .container .row-content .d-flex.align-items-center.mb-3.link-dark.text-decoration-none img {
        width: 230px;
    }

    .european_insights_section .content_container .cards_container .card {
        max-width: 183px;
    }

    .expert_network_section .container .nav li {
        padding: 20px 20px;
    }

    .industry_card {
        max-width: 205px;
    }
}

@media (768px < width < 821px) {
    /*new section pilar*/
    .banner-section{
        height: 70vh;
    }
    .banner-heading-pilar{
        font-size: 60px;
    }
    section.our-approch .col-md-6, 
     section.we-solve .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bottom-banner{
        height: 500px;
        min-height: 500px;
    }
    /*new section pilar end*/
    .solutions_section .solutions_container {
        gap: 10px;
    }

    .solutions_section .solutions_container .card_expansible.open {
        min-height: 600px;
    }

    .industries_section .industries_work_for {
        gap: 25px;
    }

    .expert_network_section .container .nav {
        display: none;
    }

    .expert_network_section .overlay {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    #expert .swiper-wrapper {
        height: 700px;
    }

    .expert_network_section .swiper-slide {
        padding-left: 30px;
        background-size: 860px;
        background-position: right 100%;
    }

    .expert_network_section .swiper-slide.subspecialities .specializations_main_list {
        font-size: 16px;
    }

    #nav_select {
        display: flex;
        border: none;
        padding: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        color: var(--color-white);
        background-color: var(--color-blue);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .dna_expert_section {
        margin-bottom: 50px;
    }

    .dna_expert_section .text_content_container {
        padding: 0px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .dna_expert_section .text_content_container.position-relative.text-center {
        width: 100%;
        padding-top: 2rem;
    }

    .dna_expert_section .text_content_container h2 {
        font-size: 25px;
    }

    .dna_expert_section .text_content_container h4 {
        font-size: 1rem;
    }

    .text_content_container.position-relative.text-center.bg-white {
        width: 100%;
    }

    .dna_expert_section .card_expansible {
        max-width: 100%;
    }

    .dna_expert_section .data_container .container div span {
        font-size: 20px;
        font-weight: 700;
        transition: all 0.5s ease;
    }

    .dna_expert_section .data_container .container div p {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .dna_expert_section .data_container .white_vertical_line {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #projects img.projects-img {
        width: 100%;
    }

    section#case-studies {
        min-height: 55vh;
    }

    section#european-insights {
        min-height: 65vh;
    }

    .european_insights_section .content_container .cards_container {
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: 10px;
        margin-right: 10px;
        gap: 0px;
    }

    .european_insights_section .content_container .insights_card {
        padding: 60px 30px 30px 30px;
    }

    .european_insights_section .content_container .cards_container .card {
        width: 100%;
        max-width: none;
    }

    section#about-us div.about-us-content{
        padding: 0;
    }

    section#backed-industry {
        min-height: 20vh;
    }

    section#backed-industry .industry-logos-container {
        margin-top: 2rem;
    }

    footer .container {
        max-width: 100%;
    }
}


@media (430px < width < 769px) {
    /*new section pilar*/
    .banner-section{
        height: 70vh;
    }
    .banner-heading-pilar{
        font-size: 60px;
    }
    section.our-approch .col-md-6, 
     section.we-solve .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bottom-banner{
        height: 270px;
        min-height: 270px;
    }
    /*new section pilar end*/
    .home_banner_section .text_container h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .home_banner_section .text_container p {
        font-size: 15px !important;
        line-height: 16px !important;
    }

    .expert_network_section .overlay {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    #expert .swiper-wrapper {
        height: 700px;
    }

    .expert_network_section .swiper-slide {
        padding-left: 30px;
        background-size: 860px;
        background-position: right 100%;
    }

    .expert_network_section .swiper-slide.subspecialities .specializations_main_list {
        font-size: 16px;
    }

    .expert_network_section .container .nav {
        display: none;
    }

    .industries_section .industries_work_for {
        gap: 50px;
    }

    .solutions_section .solutions_container {
        gap: 10px;
    }

    #nav_select {
        display: flex;
        border: none;
        padding: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        color: var(--color-white);
        background-color: var(--color-blue);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .dna_expert_section .text_content_container {
        padding: 0px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .dna_expert_section .text_content_container h2 {
        font-size: 25px;
    }

    .dna_expert_section .text_content_container h4 {
        font-size: 1rem;
    }

    .dna_expert_section .text_content_container.position-relative.text-center {
        width: 100%;
        padding-top: 2rem;
    }

    section#contact-us .container .row .contact-content {
        position: static;
    }

    div.about-us-content {
        padding: 2rem 2rem;
    }

    .industries_section .who_choose_us li {
        font-size: 18px;
        gap: 10px;
    }

    .industries_section .who_choose_us li img {
        width: 30px;
        height: 30px;
    }

    .industries_section .who_choose_us_container {
        padding: 20px;
    }

    .dna_expert_section .cards_container {
        margin-bottom: 3rem;
    }

    .dna_expert_section .card_expansible {
        max-width: 100%;
    }

    .dna_expert_section .data_container .container div span {
        font-size: 20px;
        font-weight: 700;
        transition: all 0.5s ease;
    }

    .dna_expert_section .data_container .container div p {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .dna_expert_section .data_container .white_vertical_line {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #projects img.projects-img {
        width: 100%;
    }

    section#case-studies {
        min-height: 65vh;
    }

    section#european-insights {
        min-height: 75vh;
    }

    .european_insights_section .content_container .cards_container {
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: 50px;
        margin-right: 50px;
        gap: 0px;
    }

    .european_insights_section .content_container .insights_card {
        padding: 60px 15px 20px 15px;
    }

    section#about-us div.about-us-content{
        padding: 0;
    }

    section#backed-industry {
        min-height: 20vh;
    }

    section#backed-industry .industry-logos-container {
        margin-top: 2rem;
    }

    footer .container {
        max-width: 100%;
    }
}

@media (375px < width < 431px) {
    /*New section mobile*/
    .right-section-pilar h5{
        writing-mode: inherit;
        transform: none;
    }
    .bottom-banner{
        height: 130px;
        min-height: 130px;
    }
    .bottom-eamil-pilar{
        padding: 10px;
    }
    .bottom-eamil-pilar h2{
        font-size: 0.8rem!important;
    }
    .bottom-eamil-pilar .col-md-8 {
        width: 60%;
    }
    .bottom-eamil-pilar .col-md-4 {
        width: 40%;
    }
    .banner-section{
        height: 50vh;
    }
    /*end of new section*/
    section h2 {
        font-size: 2rem !important;
    }

    section h4 {
        font-size: 1.2rem !important;
    }

    section p {
        font-size: 1rem !important;
    }

    .home_header {
        padding: 0;
    }
    .home_banner_section .text_container h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .home_banner_section .text_container p {
        font-size: 15px !important;
        line-height: 16px !important;
    }

    section#solutions .container .card_title.text-center {
        margin-bottom: 0rem;
        margin-top: 0rem;
    }

    section#solutions .container h4.text-center {
        margin-bottom: 1rem;
        margin-top: 0rem;
    }

    section#solutions .container p.text-center {
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 0px 20px;
    }

    .expert_network_section .container .nav {
        display: none;
    }

    .industries_section .industries_work_for {
        gap: 50px;
    }

    .industry_card {
        max-width: 140px;
    }

    section.industries_section h2.section-title.mt--2 {
        text-align: center;
    }

    section#extreme-speed h2.section-title {
        text-align: center;
    }

    section#extreme-speed h4 {
        text-align: center;
    }

    section#extreme-speed img {
        margin-top: 1rem;
        max-width: 50%;
    }

    .solutions_section .solutions_container {
        gap: 10px;
        display: unset;
    }

    .solutions_section .solutions_container .card_expansible {
        height: 100%;
        max-height: 100%;
        margin-bottom: 1rem;
    }

    .solutions_section .solutions_container .card_expansible p {
        opacity: unset;
    }

    #nav_select {
        display: flex;
        border: none;
        padding: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        color: var(--color-white);
        background-color: var(--color-blue);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .expert_network_section .overlay {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    .expert_network_section .swiper-slide {
        background-position: right 100%;
        background-size: contain;
        padding-left: 0px;
    }

    .expert_network_section .swiper .swiper-wrapper {
        max-height: 100%;
    }

    .swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
        padding-left: 30px;
    }

    .swiper-slide.subspecialities.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .specializations_main_list{
        font-size: 17px;
    }

    .swiper-slide.organizations.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .specializations_main_list {
        font-size: 17px;
    }

    .dna_expert_section .text_content_container {
        padding: 0px;
        width: 100%;
        position: relative !important;
    }

    .dna_expert_section .data_container .container {
        display: grid;
    }

    .dna_expert_section .data_container .container div span {
        font-size: 2rem;
        font-weight: 700;
        transition: all 0.5s ease;
    }

    .dna_expert_section .data_container .container div p {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
    }

    .dna_expert_section .data_container .white_vertical_line {
        width: 100%;
        height: 5px;
        background-color: white;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .dna_expert_section .cards_container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .european_insights_section .content_container .cards_container {
        gap: 80px;
    }

    .european_insights_section .content_container .cards_container .card {
        max-width: 100%;
    }

    .european_insights_section .content_container .cards_container {
        margin-left: 20px;
        margin-right: 20px;
    }

    #projects img.projects-img {
        width: 100%;
        margin-top: 0rem;
    }

    #projects .carousel .carousel-inner .carousel-item .carousel-content img {
        width: 80%;
    }

    #projects button {
        background-color: transparent;
        border-color: transparent;
        color: var(--color-blue);
    }

    section#contact-us .container .row .contact-content {
        position: static;
    }

    .industries_section .who_choose_us li {
        font-size: 18px;
        gap: 10px;
    }

    .industries_section .who_choose_us li img {
        width: 30px;
        height: 30px;
    }

    .industries_section .who_choose_us_container {
        padding: 20px;
    }

    section#het .container h4.text-center.mb-10 {
        margin-bottom: 1rem;
    }

    .dna_expert_section .cards_container {
        margin-bottom: 3rem;
        padding: 0px;
    }

    .dna_expert_section .card_expansible {
        max-width: 100%;
    }

    section#case-studies {
        min-height: 120vh;
    }

    .european_insights_section .content_container .insights_card {
        padding: 60px 15px 20px 15px;
        display: unset;
    }

    .european_insights_section .content_container .insights_card .ml-5 {
        margin-left: 0rem !important;
    }

    .european_insights_section .content_container .insights_card img {
        min-width: unset;
        width: 100%;
    }

    section#backed-industry {
        min-height: 20vh;
    }

    section#backed-industry .industry-logos-container {
        margin-top: 2rem;
    }

    footer .container {
        max-width: 100%;
    }

    img.industry-logo {
        width: 100%;
    }

    img.industry-logo.img-fluid.mt-3 {
        margin-top: 0.5rem !important;
    }

    .text_content_container.position-absolute.w-50 {
        position: relative !important;
        width: 100% !important;
    }

    footer img.w-100 {
        width: 50% !important;
    }
}

@media (width < 376px) {
    /*New section mobile*/
    .right-section-pilar h5{
        writing-mode: inherit;
        transform: none;
    }
    .bottom-banner{
        height: 3000px;
        min-height: 300px;
    }
     .bottom-eamil-pilar{
        padding: 10px;
    }
    .bottom-eamil-pilar h2{
        font-size: 0.8rem!important;
    }
    .bottom-eamil-pilar .col-md-8 {
        width: 60%;
    }
    .bottom-eamil-pilar .col-md-4 {
        width: 40%;
    }
    .banner-section{
        height: 50vh;
    }
    /*end new section*/
    section h2 {
        font-size: 2rem !important;
    }

    section h4 {
        font-size: 1.2rem !important;
    }

    section p {
        font-size: 1rem !important;
    }

    .home_header {
        padding: 0;
    }
    .home_banner_section .text_container h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .home_banner_section .text_container p {
        font-size: 15px !important;
        line-height: 16px !important;
    }

    section#solutions .container .text-center {
        margin-top: 0rem;
    }

    .solutions_section .solutions_container {
        gap: 10px;
        display: unset;
    }

    .solutions_section .solutions_container .card_expansible {
        height: 100%;
        max-height: 100%;
        margin-bottom: 1rem;
    }

    .solutions_section .solutions_container .card_expansible p {
        opacity: unset;
    }

    #nav_select {
        display: flex;
        border: none;
        padding: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        color: var(--color-white);
        background-color: var(--color-blue);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .industry_card {
        max-width: 130px;
    }

    section#solutions .container .text-center {
        margin-bottom: 2rem;
    }
    
    .expert_network_section .container .nav {
        display: none;
    }

    .industries_section .industries_work_for {
        gap: 50px;
    }

    section.industries_section h2.section-title.mt--2 {
        text-align: center;
    }

    section#extreme-speed h2.section-title {
        text-align: center;
    }

    section#extreme-speed h4 {
        text-align: center;
    }

    section#extreme-speed img {
        margin-top: 1rem;
        max-width: 50%;
    }

    .expert_network_section .overlay {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    .expert_network_section .swiper-slide {
        background-position: right 100%;
        background-size: contain;
        padding-left: 10px;
    }

    .expert_network_section .swiper-slide.organizations .specializations_main_list {
        font-size: 16px;
    }

    /* .expert_network_section .swiper-slide {
        background-position: right 100%;
        background-size: contain;
        padding-left: 10px;
        min-height: 950px;
    } */

    .dna_expert_section .text_content_container {
        padding: 0px;
        width: 100%;
        position: relative !important;
    }

    .dna_expert_section .container .text_content_container h2 {
        font-size: 25px;
    }

    .dna_expert_section .container .text_content_container h4 {
        font-size: 1rem;
    }

    .dna_expert_section .data_container .container {
        display: grid;
    }

    .dna_expert_section .data_container .container div span {
        font-size: 25px;
        font-weight: 700;
        transition: all 0.5s ease;
    }

    .dna_expert_section .data_container .container div p {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .dna_expert_section .data_container .white_vertical_line {
        width: 100%;
        height: 5px;
        background-color: white;
    }

    .dna_expert_section .cards_container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .text_content_container.position-relative.text-center {
        padding-top: 2rem;
    }

    .dna_expert_section .cards_container {
        padding: 0px;
    }

    #projects img.projects-img {
        width: 100%;
        margin-top: 0rem;
    }

    #projects .carousel .carousel-inner .carousel-item .carousel-content img {
        width: 80%;
    }

    #projects button {
        background-color: transparent;
        border-color: transparent;
        color: var(--color-blue);
    }

    .european_insights_section .content_container .cards_container {
        gap: 80px;
    }

    .european_insights_section .content_container .cards_container .card {
        max-width: 100%;
    }

    .european_insights_section .content_container .cards_container {
        margin-left: 20px;
        margin-right: 20px;
    }

    section#contact-us .container .row .contact-content {
        position: static;
    }

    .industries_section .who_choose_us li {
        font-size: 18px;
        gap: 10px;
    }

    .industries_section .who_choose_us li img {
        width: 30px;
        height: 30px;
    }

    .industries_section .who_choose_us_container {
        padding: 20px;
    }

    .dna_expert_section .cards_container {
        margin-bottom: 3rem;
    }

    .dna_expert_section .card_expansible {
        max-width: 100%;
    }

    section#case-studies {
        min-height: 155vh;
    }

    .european_insights_section .content_container .insights_card {
        padding: 60px 15px 20px 15px;
        display: unset;
    }

    .european_insights_section .content_container .insights_card .ml-5 {
        margin-left: 0rem !important;
    }

    .european_insights_section .content_container .insights_card img {
        min-width: unset;
        width: 100%;
    }

    section#backed-industry {
        min-height: 20vh;
    }

    section#backed-industry .industry-logos-container {
        margin-top: 2rem;
    }

    footer .container {
        max-width: 100%;
    }

    img.industry-logo {
        width: 100%;
    }

    img.industry-logo.img-fluid.mt-3 {
        margin-top: 0.5rem !important;
    }

    .text_content_container.position-absolute.w-50 {
        position: relative !important;
        width: 100% !important;
    }

    footer img.w-100 {
        width: 50% !important;
    }
}

@media (height < 500px) {
    
}

@media (min-width: 1200px) {
    section .container {
        max-width: 1410px;
    }
}
@media (min-width: 1521px) {
    .single-left {
        width: 480px !important;
        max-width: 480px !important;
    }
}

/*New media query*/
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    section.we-solve .col-md-6{
        max-width: 50%;
        flex: 0 0 50%;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
     .doctor-illustration{
        display: none!important;
    }
    section.bottom-eamil-pilar h2 a,
    section.bottom-eamil-pilar h2{
        font-size: 35px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .doctor-illustration{
        /* display: none!important; */
    }
    section.bottom-eamil-pilar h2 a,
    section.bottom-eamil-pilar h2{
        font-size: 20px;
    }
     .email-right-side{
        display: none;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    section.we-solve {
        box-shadow: none;
    }
    section.we-solve .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
     .doctor-illustration{
        display: none!important;
    }
    .pilar-pa-left{
        padding-left: 15px!important;
    }
    section.our-approch .col-md-5{
       max-width: 100%;
        flex: 0 0 100%;
    }
    section.our-approch .col-md-7{
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.bottom-eamil-pilar h2 a,
    section.bottom-eamil-pilar h2{
        font-size: 15px;
    }
    .email-right-side{
        display: none;
    }
}