/* Variables */

:root {
    --color-primary: #945C65;
    --color-text: #172A39;
    --color-secondary: #F3EEE3;
    --color-muted: #777777;
    --color-bg-pink: #DDC1B5;
    --color-bg-blue: #172A39;
    --color-border: #e5e5e5;
    --color-main-bg: #EBE4D2;
    --color-pink-darker: #cf9d98;
}


/* Fonts */
@font-face {
    font-family: 'CoFoSans';
    src: url('./fonts/CoFo-Sans.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Reset Styles */
*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Global Styles */

.padding_global {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
}

.container {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.main_bg {
    background-color: var(--color-main-bg);
}

.main_img_bg {
    background-image: url(./assets/consultant-led-cancer-screening-london.webp.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.primary_btn {
    font-family: 'CoFoSans';
    padding: 1rem 3.125rem;
    background-color: var(--color-primary);
    color: #FBF8F4;
    font-size: 1.25rem;
    border-radius: 0.313rem;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    line-height: 1;
            text-align: center;
}

.small_btn {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
}

h1 {
    font-family: 'CoFoSans';
    font-size: 3.25rem;
    color: var(--color-text);
    line-height: 1.2;
    letter-spacing: 0.1px;
    font-weight: 600;
}

p {
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0.5px;
}

.close-btn-container {
    display: none;
}

.navigation_container .menu-btn {
    display: none;
}

/* Navigation Styles */

.navigation_container {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation_container .nav_logo {
    width: 30rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navigation_container .nav_logo .nav_logo_image {
    width: 20rem;
    object-fit: contain;
}

.nav_links_container {
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 1rem;
    list-style-type: none;
}

.nav_links_container a {
    font-size: 1.125rem;
    text-decoration: none;
    font-family: 'CoFoSans';
    letter-spacing: 0.5px;
    color: var(--color-text);
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 0.188rem solid transparent;
    transition: all .4s ease;
}

.nav_links_container a.active {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

/* Footer Styles */

.footer_section{
    background-color: var(--color-main-bg);
}
.footer_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0rem;
}

.footer_container .footer_links {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.footer_container .footer_links a {
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--color-primary);
    line-height: 1;
    letter-spacing: 0.1px;
}

.footer_container .footer_links span {
    color: var(--color-primary);
}

.footer_container .footer_btn-container {
    display: flex;
    gap: 2.375rem;
    align-items: center;
    justify-content: center;
}
.footer_container .footer_btn-container a:last-child{
    font-size: 15px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem; 
}
.hero-img{
    display: none;
}
/* Terms and Conditions */

.terms-and-conditions_content{
display: flex;
flex-direction: column;
gap: 3rem;
}

.terms-and-conditions-details{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.terms-and-conditions-block{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.terms-and-conditions-block h2{
        font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1px;
    color: var(--color-text);
}
.terms-and-conditions-block ul{
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.terms-and-conditions-block ul li{
     font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.1px;
    color: var(--color-text);
}
.terms-and-conditions_content>p{
    font-size: 1.5rem;
    font-weight: 500;
}
.terms-and-conditions_content>p>span{
    font-weight: 600;
}
/* Home Styles */

.hero_container {
    padding-top: 4rem;
    padding-bottom: 6rem;
    display: flex;
    padding-left: 30rem;
    justify-content: left;
}

.hero_content {
    display: flex;
    gap: 4.875rem;
    flex: 1;
}

.hero_content .hero_content_left {
    width: 100%;
    max-width: 27.625rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3.25rem;
}


.hero_content .hero_content_right {
    flex: 1;
}
/* Book a consultation Styles */

.book-a-consultation_content{
min-height: 75vh;
padding-top: 5rem;
}
.book-a-consultation_content h1{
    font-size: 2rem;
    text-align: center;
    max-width: 70%;
    line-height: 1.5;
    margin: 0 auto;
}
.book-a-consultation_content h1 a{
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: none;
}
/* Consultant Page Styles */

.consultant-hero_container {
    padding: 4rem 0rem;
}

.consultant-hero_container .consultant-hero_content {
    display: flex;
    min-height: 70vh;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_left {
    max-width: 30rem;
    width: 100%;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_left .heading_wrapper {
    max-width: 26rem;
    width: 100%;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content {
    width: 100%;
    max-width: 28rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content .details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content .details h2 {
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1px;
    color: var(--color-text);
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content .details span {
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 1.3rem;
    font-style: italic;
    letter-spacing: 0.1px;
    color: var(--color-primary);
}
.consultant-hero_container .consultant-hero_content .consultant-hero_right .consultant-image{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.consultant-hero_container .consultant-hero_content .consultant-hero_right .consultant-image img {
    width: 28rem;
    height: 28rem;
    object-fit: cover;
    border-radius: 0.313rem;
    object-position: 50% 30%;
}


/* Faq Styles */

.faq_container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.faq_block {
    padding: 1rem;
    background-color: var(--color-secondary);
    border-radius: 0.313rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq_block .faq_question {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    cursor: pointer;
}

.faq_block .faq_question h2 {
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.1px;
    color: var(--color-primary);
}

.faq_block .faq_question img {
    width: 1.125rem;
    object-fit: contain;
    transition: all .3s ease;
    transform: rotateZ(0deg);
}

.faq_block .faq_question img.active {
    transform: rotateZ(180deg);
}

.faq_block .faq_answer {
    display: none;
}

.faq_block .faq_answer p {
    font-size: 1.125rem;
}

.faq_block .faq_answer a {
    color: var(--color-primary);
    text-decoration: underline;
}

/* How it works styles */

.how-it-works_container {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.how-it-works_container .how-it-works_content {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.how-it-works_container .how-it-works_content .btn_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-main_tablet{
    display: none;
}
.carousel-main_desktop{
display: block;
}
.carousel-main_mobile{
display: none;
}
.carousel_card_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 2.875rem;
}

.carousel_card_wrapper .carousel_card {
    flex: 1;
    height: 100%;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
}

.carousel_card_wrapper .carousel_card .carousel_card-top {
    flex: 1;
    background-color: var(--color-bg-blue);
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.carousel_card_wrapper .carousel_card .carousel_card-top h2 {
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1px;
    color: var(--color-bg-pink);
}

.carousel_card_wrapper .carousel_card .carousel_card-top h3 {
    font-family: 'CoFoSans';
    font-size: 3rem;
    color: var(--color-main-bg);
    line-height: 1.2;
    letter-spacing: 0.1px;
    font-weight: 600;
}

.carousel_card_wrapper .carousel_card .carousel_card-bottom {
    height: 20rem;
    background-color: var(--color-bg-pink);
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 3rem;
    border-bottom-left-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
}

.carousel_card_wrapper .carousel_card .carousel_card-bottom.carousel_card-bottom_exclusive {
    background-color: var(--color-bg-blue);
    position: relative;
}

.carousel_card_wrapper .carousel_card .carousel_card-bottom.carousel_card-bottom_exclusive::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: var(--color-bg-pink);
    top: 0;
    left: 2.5rem;
    right: 5rem;
}

.carousel_card_wrapper .carousel_card .carousel_card-bottom p {
    font-family: 'CoFoSans';
    font-size: 2rem;
    color: var(--color-text);
    line-height: 1.2;
    letter-spacing: 0.1px;
    font-weight: 600;
}

.carousel_card_wrapper .carousel_card .carousel_card-bottom.carousel_card-bottom_exclusive p {
    color: var(--color-bg-pink);
}

.carousel_card_exlcusive {
    display: flex;
    grid-column: span 2;
    background-color: var(--color-bg-blue);
}

.carousel_card_exclusive1 {
    padding-top: 4rem;
    padding-right: 3rem;
    padding-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.carousel_card_exclusive1 .carousel_pointer {
    display: flex;
    gap: 1rem;
}

.carousel_card_exclusive1 .carousel_pointer img {
    height: 1.5rem;
    width: 1.5rem;
    transform: translateY(0.25rem);
}

.carousel_card_exclusive1 .carousel_pointer p {
    color: var(--color-main-bg);
    font-weight: 400;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-next,
.slick-prev {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 2rem;
    width: 2rem;
}

.slick-next {
    background-image: url(./assets/arrow-right.svg);
    right: -4rem;
}

.slick-prev {
    background-image: url(./assets/arrow-left.svg);
    left: -4rem;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-next:focus,
.slick-next:hover {
    background-image: url(./assets/arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.slick-prev:focus,
.slick-prev:hover {
    background-image: url(./assets/arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.slick-dots {
    bottom: -3.5rem;
}

.slick-dots li button:before {
    content: ' ';
    height: 0.8rem;
    width: 0.8rem;
    opacity: 1;
    border-radius: 50%;
        background-color: transparent;

    border: 1px solid var(--color-bg-blue);
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--color-bg-blue);

}

/* Contact Styles */


.consultant-hero_container .consultant-hero_content .consultant-hero_right .content.contact_content {
    padding-top: 2rem;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content.contact_content a {
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content.contact_content img {
    width: 28rem;
    height: 28rem;
    object-fit: cover;
    border-radius: 0.313rem;
    object-position: 50% 30%;
    margin-top: 1rem;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_left.contact-hero_left {
    padding-top: 2rem;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content .contact-details p {
    font-size: 1.125rem;
}

.consultant-hero_container .consultant-hero_content .consultant-hero_right .content .contact-details p a {
    font-size: 1.125rem;
    text-decoration: underline;
    color: var(--color-primary);
}

/* Location Styles */


.location_section {
    position: relative;
    padding-bottom: 35%;
    /* 16:9 */
    height: 0;
}

.location_section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.location_container {
    margin-top: 4rem;
    display: flex;
    justify-content: flex-start;
}

.location_container .location_block {
    max-width: 24rem;
    width: 100%;
    border-bottom-left-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 4rem;
    padding-left: 2rem;
    position: relative;
    background-color: var(--color-main-bg);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.copy-btn{
    position: absolute;
    height: 2rem;
    width: 2rem;
    right: 4rem;
    border: none;
    outline: none;
    cursor: pointer;
    bottom: 2.3rem;
    background-image: url(./assets/copy.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    transform: scale3d(1,1,1);
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.copy-btn:hover{
       transform: scale3d(1.05,1.05,1.05);
}
.tooltip-text {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background:var(--color-pink-darker);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
      font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.1px;
    color: var(--color-text);
}

.copy-btn:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.location_container .location_block p {
    font-weight: 400;
}

.location_container .location_block p span {
    font-weight: 600;
    display: block;
}

.location-facilities_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.location-facilities_content {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.location-facilities_content .location-facilities_card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.location-facilities_content .location-facilities_card h2 {
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1px;
    color: var(--color-primary);
}


/* Screening Styles */

.screening-hero_container {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.screening-hero_content {
    display: flex;
}

.screening-hero_content .screening-hero_left {
    max-width: 30rem;
    width: 100%;
}

.screening-hero_content .screening-hero_left .heading_wrapper {
    max-width: 26rem;
    width: 100%;
}

.screening-hero_content .screening-hero_right {
    flex: 1;
}

.screening-hero_content .screening-hero_right .content_wrapper {
    width: 100%;
    max-width: 30rem;
}

.screening-steps_content {
    display: flex;
}

.screening-steps_left-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    max-width: 30rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding-right: 4rem;
    position: relative;
}

.screening-steps_left-content::after {
    content: '';
    position: absolute;
    height: 0.313rem;
    width: 70%;
    left: 0;
    top: 0;
    background-color: var(--color-primary);
}

.screening-steps_left-content .number {
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: var(--color-main-bg);
    font-family: 'CoFoSans';
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.1px;
    flex: none;
    transform: translateY(0.5rem);
}

.screening-steps_left-content .heading-wrapper {
    flex: 1;
}

.screening-steps_left-content .heading-wrapper h2 {
    color: var(--color-primary);
    font-family: 'CoFoSans';
    font-size: 3.25rem;
    line-height: 1.2;
    letter-spacing: 0.1px;
    font-weight: 600;
}

.screening-steps_right-content_wrapper {
    flex: 1;
    padding: 4rem 0rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.screening-steps_right-content_wrapper::after {
    content: '';
    position: absolute;
    height: 0.313rem;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--color-primary);
}

.screening-steps_accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
}

.screening-steps_accordion.last {
    padding-bottom: 0rem;
}

.screening-steps_accordion .screening-steps_accordion_top-content {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 30rem;
    cursor: pointer;
}

.screening-steps_accordion .screening-steps_accordion_top-content .text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.screening-steps_accordion .screening-steps_accordion_top-content .text h3 {
    font-size: 1.75rem;
    color: var(--color-text);
    line-height: 1.2;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0.5px;
}

.screening-steps_accordion .screening-steps_accordion_top-content .text h4 {
    font-size: 2rem;
    color: var(--color-pink-darker);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0.5px;
}

.screening-steps_accordion .screening-steps_accordion_top-content img {
    width: 1.25rem;
    flex: none;
    object-fit: contain;
    transform: translateY(2px);
    transform: rotateZ(0deg);
    transition: all .3s ease;
}

.screening-steps_accordion .screening-steps_accordion_top-content img.active {
    transform: rotateZ(180deg);
}

.screening-steps_right-content_wrapper .divider {
    height: 0.1rem;
    width: 100%;
    margin-bottom: 2rem;
    background-color: var(--color-primary);
}

.accordion-dropdown {
    display: none;
}

.screening-steps_accordion_content {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.screening-steps_right-content {
    flex: 1;
    padding: 4rem 0rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.screening-steps_right-content::after {
    content: '';
    position: absolute;
    height: 0.313rem;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--color-primary);
}

.screening-steps_right-content .content_wrapper,
.screening-steps_accordion_content .content_wrapper {
    width: 100%;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.screening-steps_right-content .content_wrapper .ul-list p,
.screening-steps_accordion_content .content_wrapper .ul-list p {
    color: var(--color-primary);
}

.screening-steps_right-content .content_wrapper .ul-list ul,
.screening-steps_accordion_content .content_wrapper .ul-list ul {
    margin-top: 0.5rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.screening-steps_right-content .content_wrapper .ul-list ul li,
.screening-steps_accordion_content .content_wrapper .ul-list ul li {
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0.5px;
}

.screening-steps_right-content .image_wrapper img,
.screening-steps_accordion_content .image_wrapper img {
    width: 28rem;
    height: 28rem;
    object-fit: cover;
    border-radius: 0.313rem;
    object-position: 50% 30%;
}

/* Insights Styles */

.insights_container {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.insights_container .insights_content {
    display: flex;
}

.insights_container .insights_content .insights_list {
    width: 100%;
    max-width: 30rem;
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.insights_container .insights_content .insights_list ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    list-style-type: none;
}

.insights_container .insights_content .insights_list ul li a {
    font-size: 1.25rem;
    color: var(--color-primary);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.5px;
}

.insights_container .insights_content .insights_details_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.insights_container .insights_content .insights_details_list .insights_details_list-item {
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--color-primary);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}

.insights_container .insights_content .insights_details_list .insights_details_list-item>img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
    border-radius: 0.313rem;
}

.insights_container .insights_content .insights_details_list .insights_details_list-item .header h2 {
    font-size: 2.5rem;
    color: var(--color-text);
    line-height: 1.2;
    font-family: 'CoFoSans';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
    margin-top: 0.4rem;
    margin-bottom: 0.125rem;
}

.insights_container .insights_content .insights_details_list .insights_details_list-item .header h3 {
    font-size: 1.5rem;
    color: var(--color-primary);
    line-height: 1.2;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.5px;
}

.insights_container .insights_content .insights_details_list .insights_details_list-item .header p {
    font-weight: 400;
    color: var(--color-pink-darker);
}
.insights_container .insights_content .insights_list ul li a.active{
    color: var(--color-text);
    position: relative;
    display: block;
    padding-left: 1rem;
}
.insights_container .insights_content .insights_list ul li a.active::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.125rem;
    background-color: var(--color-primary);
}
.insights_container .insights_content .insights_list>h2{
font-family: 'CoFoSans';
    font-size: 3.25rem;
    color: var(--color-text);
    line-height: 1.2;
    letter-spacing: 0.1px;
    font-weight: 600;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item .header h1{
        font-size: 2.5rem;
    color: var(--color-text);
    line-height: 1.2;
    font-family: 'CoFoSans';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
    margin-top: 0.4rem;
    margin-bottom: 0.125rem;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item .header h1 span{
    font-size: 1.5rem;
    color: var(--color-primary);
    line-height: 1.2;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.5px;
    display: block;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>h2{
      font-size: 2rem;
    color: var(--color-text);
    line-height: 1.4;
    font-family: 'CoFoSans';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>h3{
        font-size: 1.5rem;
    color: var(--color-primary);
    line-height: 1.4;
    font-family: 'CoFoSans';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>blockquote{
        font-size: 2rem;
    color: var(--color-primary);
    line-height: 1.5;
    font-family: 'CoFoSans';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>ul{
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>ul li{
 
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0.5px;
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>ul li a{
    color: var(--color-text);
}
.insights_container .insights_content .insights_details_list .insights_details_list-item>ul li span{
   font-size: 1.4rem;
   font-weight: bold;
   color: var(--color-primary);
}
/* Cookie Styles */
#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--color-pink-darker);
    color: #fff;
    padding: 1.5rem;
    display: none;
    text-align: center;
    z-index: 9999;
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1.75rem;
    font-family: 'CoFoSans';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.5px;
}

#cookie-banner a {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
}

#accept-cookies {
    margin-left: 2rem;
    cursor: pointer;
}

/* Terms and Conditions */

.terms-and-conditions_container{
padding-top: 4rem;
padding-bottom: 6rem;
}

/* Media Queries */
@media screen and (min-width:1600px) and (max-width:1900px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    html {
        font-size: 10px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    html {
        font-size: 8px;
    }
}

@media screen and (max-width:991px) {
    .insights_container .insights_content .insights_details_list .insights_details_list-item {
    gap: 1.5rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item .header h1 {
    font-size: 2rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item>h2 {
    font-size: 1.5rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item>blockquote {
    font-size: 1.25rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item>h3
    {
        font-size: 1.2rem;
    }
    .book-a-consultation_content h1{
        font-size: 1.5rem;
    }
    .terms-and-conditions_container {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.terms-and-conditions_content {
    gap: 2rem;
}
.terms-and-conditions_content>p {
    font-size: 1.125rem;
}
.terms-and-conditions-block h2
 {
    font-size: 1.25rem;
}
.terms-and-conditions-block {
    gap: 0.5rem;
}
.terms-and-conditions-block ul li {
    font-size: 1rem;
}
.location_section {
    padding-bottom: 45%;
}
    html {
        font-size: 14px;
    }

    .padding_global {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .primary_btn {
        padding: 0.9rem 2.5rem;
        font-size: 1rem;
    }

    .small_btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.8rem;
    }

    .navigation_container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .navigation_container .menu-btn {
        display: block;
        height: 2.25rem;
        width: 2.75rem;
        background-color: var(--color-pink-darker);
        border: none;
        outline: none;
        border-radius: .2rem;
        background-image: url(./assets/menu-icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.75rem;
    }

    .navigation_container .nav_logo {
        width: auto;
    }

    .navigation_container .nav_logo .nav_logo_image {
        width: 15rem;
    }

    .nav_links_container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--color-main-bg);
        z-index: 99999999;
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        justify-content: flex-start;
        transform: translateX(-110%);
        transition: transform .5s ease;
    }

    .nav_links_container.active {
        transform: translateX(0%);
    }

    .nav_links_container a {
        font-size: 1rem;
        padding-bottom: .25rem;
    }

    .close-btn-container {
        display: flex;
        justify-content: flex-end;
    }

    .close-btn-container .close {
        height: 2.5rem;
        width: 2.5rem;
        background-color: var(--color-pink-darker);
        border: none;
        outline: none;
        border-radius: .2rem;
        background-image: url(./assets/close_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.5rem;
    }

    .main_img_bg {
        background-image: none;
        background-color: var(--color-main-bg);
    }

    /* Cookie Styles */
    #cookie-banner {
        padding: 1.5rem 2rem;
        font-size: 1rem;
    }

    #accept-cookies {
        margin-left: 1rem;
    }

    /* Mobile Home Styles */

    .hero_container {
        padding-left: 0rem;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .hero_content .hero_content_left {
        gap: 2rem;
        max-width: 25rem;
    }

    .hero_content {
        gap: 2.5rem;
    }

    /* Screening and Fees Styles */

    .screening-hero_content .screening-hero_left {
        max-width: 25rem;
    }

    .screening-hero_content .screening-hero_left .heading_wrapper {
        width: 100%;
    }

    .screening-hero_content {
        gap: 2rem;
    }

    .screening-hero_content .screening-hero_right .content_wrapper {
        max-width: none;
    }

    .screening-hero_container {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .screening-steps_left-content {
        max-width: 25rem;
        padding-right: 2rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .screening-steps_left-content .heading-wrapper h2 {
        font-size: 1.75rem;
    }

    .screening-steps_content {
        gap: 2rem;
    }

    .screening-steps_left-content::after {
        width: 80%;
    }

    .screening-steps_left-content .number {
        height: 2.25rem;
        width: 2.25rem;
        font-size: 1rem;
    }

    .screening-steps_left-content {
        gap: 1.5rem;
    }

    .screening-steps_right-content {
        flex-direction: column;
        padding: 3rem 0rem;
        gap: 2rem;
    }

    .screening-steps_right-content .content_wrapper .ul-list ul li,
    .screening-steps_accordion_content .content_wrapper .ul-list ul li {
        font-size: 1rem;
    }

    .screening-steps_right-content .content_wrapper,
    .screening-steps_accordion_content .content_wrapper {
        max-width: none;
        gap: 1.5rem;
    }

    .screening-steps_right-content .image_wrapper img,
    .screening-steps_accordion_content .image_wrapper img {
        width: 20rem;
        height: 18rem;
    }

    .screening-steps_right-content_wrapper {
        padding: 3rem 0rem;
    }

    .screening-steps_accordion .screening-steps_accordion_top-content {
        max-width: none;
    }

    .screening-steps_accordion .screening-steps_accordion_top-content .text h3 {
        font-size: 1.25rem;
    }

    .screening-steps_accordion .screening-steps_accordion_top-content .text h4 {
        font-size: 1.5rem;
    }

    .screening-steps_accordion {
        padding-bottom: 2rem;
    }

    .screening-steps_accordion_content {
        flex-direction: column;
        gap: 2rem;
    }

    .screening-steps_accordion .screening-steps_accordion_top-content .text {
        gap: 0.25rem;
    }

    .screening-steps_accordion .screening-steps_accordion_top-content img {
        width: 1rem;
    }

    /* Consultant Styles */

    .consultant-hero_container {
        padding: 2rem 0rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_left {
        max-width: 25rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_right {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_right .consultant-image img {
        object-position: 50% 32%;
        width: 20rem;
        height: 18rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content .details h2 {
        font-size: 1.5rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content .details span {

        font-size: 1.25rem;
    }

    /* How it works styles */

    .how-it-works_container {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .how-it-works_container .how-it-works_content {
        gap: 2rem;
    }

    .carousel_card_wrapper .carousel_card .carousel_card-top {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .carousel_card_wrapper .carousel_card .carousel_card-top h3 {
        font-size: 2rem;
    }

    .carousel_card_wrapper .carousel_card .carousel_card-top h2 {
        font-size: 1rem;
    }

    .carousel_card_wrapper .carousel_card {
        min-height: 27rem;
    }

    .carousel_card_wrapper .carousel_card .carousel_card-bottom {
        height: 15rem;
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .carousel_card_wrapper .carousel_card .carousel_card-bottom p {
        font-size: 1.5rem;
    }

    .carousel_card_wrapper {
        gap: 1rem;
    }

    .carousel_card_exclusive1 {
        padding-top: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        gap: 1rem;
    }

    .carousel_card_wrapper .carousel_card .carousel_card-bottom.carousel_card-bottom_exclusive::after {
        left: 1rem;
    }

    .carousel_card_exclusive1 .carousel_pointer img {
        height: 1.25rem;
        width: 1.25rem;
    }

    .slick-next {
        right: -2rem;
    }

    .slick-prev {
        left: -2rem;
    }

    .slick-next,
    .slick-prev {
        width: 1.5rem;
        height: 1.5rem;
    }

    /* Faq Styles */
    .faq_block .faq_answer p {
        font-size: 1rem;
    }

    .faq_block .faq_question h2 {
        font-size: 1.125rem;
    }

    .faq_block .faq_question img {
        width: 1rem;
    }

    /* Location Styles */
    .location_container {
        margin-top: 2rem;
    }

    .location-facilities_container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .location-facilities_content .location-facilities_card h2 {
        font-size: 1.5rem;
    }

    .location-facilities_content .location-facilities_card {
        gap: 1rem;
    }

    .location_container .location_block {
        max-width: 18rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        gap: 1rem;
    }

    /* Contact Styles */

    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content.contact_content {
        padding-top: 0rem;
        gap: 1rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content.contact_content img {
        width: 20rem;
        height: 18rem;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_right.ex {
        flex-direction: column;
    }

    .consultant-hero_container .consultant-hero_content .consultant-hero_left.contact-hero_left {
        padding-top: 0rem;
    }

    .consultant-image.contact-image {
        display: flex;
        justify-content: end;
    }

    /* Insights Styles */
    .insights_container {
        padding-top: 2%;
        padding-bottom: 4rem;
    }

    .insights_container .insights_content .insights_list {
        max-width: 25rem;
        padding-right: 2rem;
        gap: 2rem;
    }

    .insights_container .insights_content .insights_list ul li a {
        font-size: 1rem;
    }

    .insights_container .insights_content .insights_list ul {
        gap: 1rem;
    }

    .insights_container .insights_content .insights_details_list .insights_details_list-item>img {
        height: 20rem;
    }

    .insights_container .insights_content .insights_details_list {
        gap: 2rem;
    }

    .insights_container .insights_content .insights_details_list .insights_details_list-item {
        padding-bottom: 2rem;
    }

    .insights_container .insights_content .insights_details_list .insights_details_list-item .header h2 {
        font-size: 1.75rem;
        margin-top: 0rem;
    }

    .insights_container .insights_content .insights_details_list .insights_details_list-item .header h3 {
        font-size: 1.125rem;
    }

    /* Footer Styles */
    .footer_container {
        padding: 2rem 0rem;
        flex-direction: column;
        gap: 1.5rem;
    }


}


@media screen and (max-width:767px) {

    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content {
    max-width: none;
}
.location_section {
    padding-bottom: 60%;
}
.location-facilities_content {
    grid-template-columns: repeat(2, 1fr);
}
.location-facilities_last-card{
    grid-column: span 2;
}
        .hero_content .hero_content_left {
        max-width: 30rem;
    }

        .consultant-hero_container .consultant-hero_content .consultant-hero_left {
        max-width: none;
    }
    .consultant-hero_container .consultant-hero_content .consultant-hero_left .heading_wrapper {
    max-width: none;
    width: 100%;
}
    .consultant-hero_container .consultant-hero_content{
        flex-direction: column;
        gap: 2rem;
    }
    .faq-hero_content{
        flex-direction: column;
        gap: 2rem;
    }
        .insights_container .insights_content .insights_details_list .insights_details_list-item>img {
        height: 25rem;
    }
        .insights_container .insights_content .insights_list {
        max-width: none;
        padding-right: 0rem;
    }
    .insights_container .insights_content{
        flex-direction: column;
        gap: 4rem;
    }
    .carousel-main_desktop{
        display: none;
    }
    .carousel-main_tablet{
        display: block;
    }
    .hero_content {
        gap: 2.5rem;
        flex-direction: column;
    }

    h1 {
        font-size: 2rem;
    }

    .footer_container .footer_links {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .screening-hero_content {
        gap: 1rem;
        flex-direction: column;
    }
        .screening-steps_content {
        gap:1rem;
        flex-direction: column;
    }
    .screening-steps_right-content::after{
        display: none;
    }
        .screening-steps_left-content {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
        .screening-steps_right-content {
     padding-top: 0rem;
    }
    .screening-steps_right-content_wrapper::after{
        display: none;
    }
    .screening-steps_right-content_wrapper{
        padding-top: 0rem;
    }
    .screening-steps_left-content .number{
        transform: translateY(0rem);
    }
        .screening-steps_left-content::after {
        width: 100%;
    }
.mobile_carousel_card_wrapper{
        grid-template-columns: repeat(2, 1fr);
}
.carousel_card_exlcusive {
    display: flex;
    grid-column: span 3;
}
.insights_container .insights_content .insights_list>h2{
    font-size: 2rem;
}
}

@media screen and (max-width:479px) {
    .hero-img{
        position: absolute;
        display: block;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero_section{
position: relative;
    }
        .hero_section .hero_container {
        padding-bottom: 16rem;
    }
    .copy-btn {
    height: 1.75rem;
    width: 1.75rem;
    right: 2rem;
    }
    .screening-steps_right-content .image_wrapper img, .screening-steps_accordion_content .image_wrapper img{
        display: none;
    }
    html{
        font-size: 16px;
    }
    p{
        font-size: 1.25rem;
        letter-spacing: 0.1px;
    }
    .nav_links_container a{
        font-size: 1.25rem;
    }
    .footer_container .footer_links a{
        font-size: 1rem;
    }
        .screening-steps_right-content .content_wrapper .ul-list ul li, .screening-steps_accordion_content .content_wrapper .ul-list ul li {
        font-size: 1.25rem;
    }
        .insights_container .insights_content .insights_list ul li a {
        font-size: 1.25rem;
    }
    .faq_block .faq_question h2 {
        font-size: 1.25rem;
    }
        .faq_block .faq_answer p {
        font-size: 1.25rem;
    }
    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content .contact-details p {
    font-size: 1.25rem;
}
    .consultant-hero_container .consultant-hero_content .consultant-hero_right .content.contact_content {
        gap: 1.5rem;
    }
        .insights_container .insights_content .insights_details_list .insights_details_list-item {
        gap: 1rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item>ul li{
        font-size: 1rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item>ul li span{
        font-size: 1.125rem;
    }
    .insights_container .insights_content .insights_details_list .insights_details_list-item>ul {
    gap: 0.25rem;
}
        .book-a-consultation_content h1{
        font-size: 1.25rem;
        max-width: 90%;
    }
        .terms-and-conditions_container {
        padding-top: 1rem;
    }
    .terms-and-conditions_content {
        gap: 1rem;
    }
        .carousel_card_wrapper .carousel_card .carousel_card-top h3 {
        font-size: 2.5rem;
    }
        .carousel_card_wrapper .carousel_card .carousel_card-top h2 {
        font-size: 1.5rem;
    }
        .carousel_card_wrapper .carousel_card .carousel_card-bottom {
        height: 20rem;
    }
        .carousel_card_wrapper .carousel_card .carousel_card-top h3.ex {
        font-size: 1.75rem;
    }
    .carousel_card_wrapper .carousel_card .carousel_card-bottom p.ex {
        font-size: 1rem;
    }
        .insights_container .insights_content .insights_details_list .insights_details_list-item>img {
        height: 18rem;
    }
        .location-facilities_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    .location-facilities_content .location-facilities_card {
        gap: 0.5rem;
    }
        .location_section {
        padding-bottom: 90%;
    }
        .location-facilities_last-card {
        grid-column: span 1;
    }
        .carousel_card_wrapper .carousel_card {
        min-height: 40rem;
    }
        .mobile_carousel_card_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
        .slick-next, .slick-prev {
        width: 1.25rem;
        height: 1.25rem;
    }
        .slick-prev {
        left: -1.5rem;
    }
        .slick-next {
        right: -1.5rem;
    }

        .carousel-main_tablet{
display: none;
    }
    .carousel-main_mobile{
display: block;
    }
        .main_img_bg {
        background-position: 20% 50%;
    }
    .padding_global {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .nav_links_container{
        padding: 1.5rem;
    }
        .screening-hero_container {
        padding-bottom: 2rem;
    }
        .screening-steps_right-content .image_wrapper img, .screening-steps_accordion_content .image_wrapper img {
        width: 18rem;
        height: 15rem;
    }
}

@media screen and (max-width:390px){
      html{
        font-size: 15px;
    }
    .footer_container .footer_btn-container{
        flex-direction: column;
        gap: 1rem;
    
    }
    #cookie-banner{
        text-align: -webkit-center;
    }
    #cookie-banner>button{
        display: block;
        margin-left: 0;
        margin-top: 0.25rem;
        
    }
}

