/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

/* Project Theme CSS Starts Here */


/* Fonts Define Here */
@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-Bold.eot');
    src: url('assets/fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-ExtraLight.eot');
    src: url('assets/fonts/poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-ExtraBold.eot');
    src: url('assets/fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-Medium.eot');
    src: url('assets/fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Medium.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-Regular.eot');
    src: url('assets/fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Regular.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-Light.eot');
    src: url('assets/fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-Light.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Light.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-SemiBold.eot');
    src: url('assets/fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/poppins/Poppins-Thin.eot');
    src: url('assets/fonts/poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('assets/fonts/poppins/Poppins-Thin.woff') format('woff'),
        url('assets/fonts/poppins/Poppins-Thin.ttf') format('truetype'),
        url('assets/fonts/poppins/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* Reset & Global */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-primary-text: #003087;
    --color-heading: #003087;
    --color-button-bg: #8246AF;
    --color-button-border: #8246B0;
    --color-button-text: #FCFCFF;
    --color-link: #DDC9FF;
    --color-link-hover: #003087;
    --font-family: 'Poppins', sans-serif;
}

div#page {
    overflow: hidden;
}
html{
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; /* Normal */
    color: var(--color-primary-text);
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Typography Headings */
h1 {
    font-size: 60px; /* Mobile first, scaled up in media query */
    line-height: 70px;
    font-weight: 900;
    color: var(--color-heading);
    margin-bottom: 34px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    color: var(--color-heading);
    margin-bottom: 24px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: var(--color-heading);
    margin-bottom: 16px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 12px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--color-heading);
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--color-heading);
}

p {
    margin-bottom: 16px;
}

/* Links */
a {
    color: var(--color-link);
    text-decoration: underline;
    transition: none 0s;
}

a:hover {
    color: var(--color-link-hover);
    text-decoration: none;
}

/* Buttons */
.button {
    background-color: var(--color-button-bg);
    border: 1px solid var(--color-button-border);
    border-radius: 55px;
    min-width: 100%; /* Full width on mobile */
    display: inline-flex;
    align-items: center;
    justify-content: left;
    font-family: var(--font-family);
    font-size: 24px; /* Smaller on mobile */
    line-height: 48px;
    font-weight: 400;
    color: var(--color-button-text);
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    transition: background-color 0.2s;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.button svg {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.button svg path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.button:hover svg {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
}
.button:hover {
    background-color: #002f5c;
    color: #DDC9FF;
    border-color: #002f5c;
}
.button:hover svg path {
    stroke: #DDC9FF;
}

/* Button Secondary Override (Visual Consistency) */
.button-secondary {
    background-color: #DDC9FF;
    color: #8246AF;
    border-color: #DDC9FF;
}
.button-secondary svg path {
    stroke: #8246AF;
}
.button-secondary:hover {
    background-color: #002f5c;
    color: #DDC9FF;
    border-color: #002f5c;
}
.button-secondary:hover svg path {
    stroke: #DDC9FF;
}


/* Layout Utilities */
.container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Top Banner */
.top-banner {
    /* background-color: #001D52; */
    background: #FF2E7E 0% 0% no-repeat padding-box;
    mix-blend-mode: normal;
    text-align: center;
    padding: 17px 30px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}
.top-banner p {
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding-left: 52px;
    margin: 0;
    font-weight: 400;
}
.top-banner p span {
    font-weight: bold;
    display: inline-block;
    letter-spacing: -0.1px;
}
.top-banner p::before {
    content: '';
    background: url('assets/images/Exclamation-icon.svg') no-repeat center center;
    width: 33px;
    height: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


/* Header */
.main-header {
    background-color: #003087;
    padding: 28px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

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

.brand-logo {
    width: 250px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.brand-logo img {
    display: block;
    width: 100%;
}
.logo-accent { 
    color: #002f5c; 
    position: relative; 
}
.main-header .logo-accent { color: white; }
.logo-accent .dot {
    position: absolute;
    top: -2px;
    right: -6px;
    width: 8px;
    height: 8px;
    background-color: #8c4d9f;
    border-radius: 50%;
}

.main-nav {
    display: none; /* Hidden on mobile by default */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #003087;
    flex-direction: column;
    padding: 20px 40px;
    height: calc(100vh - 130px);
    overflow: auto;
}

.main-nav.active {
    display: flex;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
}

.nav-links a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    display: block;
}
.nav-links a:hover {
    color: #DDC9FF;
}

.nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-buttons .button svg {
    right: 19px;
}
.menu-open {
    overflow: hidden;
}
.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-menu-btn span {
    width: 25px;
    height: 3px;
    background-color: white;
    display: block;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 190px 0;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.hero-section .container {
    position: relative;
}
figure.nhs-logo {
    position: absolute;
    right: 25PX;
    top: -130px;
}
figure.nhs-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-content {
    flex: 1;
    max-width: 944px;
}

.hero-content p {
    color: #003087;
    font-size: 32px;
    line-height: 1.40625;
    margin: 0 0 42px;
    font-weight: 300;
}

.hero-content .brand-logo {
    margin-bottom: 20px;
    display: block;
    max-width: 414px;
    width: 100%;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-image-wrapper {
    flex: 1;
    position: relative;
}

.image-mask {
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}
.image-mask img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 47, 92, 0.4), transparent);
    mix-blend-mode: multiply;
}

.nhs-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.nhs-box {
    background-color: #005eb8;
    color: white;
    font-weight: 700;
    font-style: italic;
    padding: 4px 12px;
    font-size: 28px;
    display: inline-block;
}
.nhs-text {
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin-top: 4px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Features Section */
.features-section {
    padding: 102px 0 41px;
}

.section-header {
    margin-bottom: 110px;
}
.section-header h1 {
    font-size: 60px;
    line-height: 1.166666666666667;
}
.section-header p {
    color: #103081;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 755px;
    padding-top: 42px;
}
.section-header h5 {
    color: #8246AF;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 2px;
}

.overline {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7e22ce;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.feature-card {
    display: flex;
    gap: 37px;
    align-items: flex-start;
    border-top: solid 2px #E3ECF0;
    /* padding-top: 63px;
    margin-top: 42px; */
}

/* .feature-card:first-child, .feature-card:nth-child(2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
} */
.feature-icon svg ,
.feature-icon img{
    width: 61px;
    height: 61px;
}

.feature-text h3 {
    margin-bottom: 51px;
}
.feature-text p {
    max-width: 420px;
    position: relative;
}

.column-layout-3 .feature-card {
    flex-direction: column;
}


@media(min-width: 1300px) {
    .column-layout-3 .features-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 50px;
        row-gap: 80px;
    }
    .column-layout-3 .feature-card {
       border: none;
    }
    .feature-text p:after {
        content: "";
        width: 2px;
        background: #E3ECF0;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: -16px;
    }
    .feature-card:nth-child(3n+1) p:after {
        display: none;
    }
}

/* About Section */
.about-section {
    padding: 0;
    position: relative;
}
.about-section::after {
    content: '';
    background: url(assets/images/background-gradiant-home.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: -1100px;
    left: -800px;
    right: -800px;
    bottom: -800px;
}

.about-top-buttons {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-top: 83px;
}

.about-card {
    background-color: white;
    border-radius: 54px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 38px 50px 51px 64px;
}

.about-content {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-content p a {
    font-weight: 700;
    color: #103081;
}
.about-content .section-header {
    margin-bottom: 42px;
}
.about-button-wrap {
    padding-top: 45px;
}

.about-image {
    height: 300px;
    position: relative;
    flex: 1;
    margin-top: -131px;
}
.about-image img {
    width: 100%;
    height: auto;
}

/* has description style */
.has-description{
    align-items: center !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 2.2fr;
    row-gap: 20px;
}
.has-description .button-description{
    padding-left: 20px;
}
.has-description .button-description p{
    font-size: 12px !important;
    line-height: 1.5;
    font-weight: 300;
    color: #103081;
    margin: 0;
    max-width: 348px;
    width: 100%;
    padding: 0 !important;
}
.has-description-bottom{
    flex-wrap: wrap;
}
.has-description-bottom .button-description{
    grid-column: span 3;
}
@media(max-width:991px){
    .has-description {
        grid-template-columns: 1fr 1fr;
    }
    .has-description .button-description{
        grid-column: span 2;
    }
}
@media(max-width:480px){
    .has-description{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
        row-gap: 10px;
    }
        .has-description .button-description {
            padding-left: 5px;
        }
}


/* How It Works */
.how-it-works-section {
    padding: 100px 0 39px;
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 67px;
    margin-bottom: 100px;
    margin-top: -8px;
}

.step-card {
    display: flex;
    flex-direction: column;
}

.step-number {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
}
.step-number::after {
    content: "";
    background: url(assets/images/number-arrow-right.svg) no-repeat center center;
    background-size: contain;
    width: 132px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 18px;
    display: block;
}
.step-card:nth-child(3n+3) .step-number::after {
    display: none;   
}
.step-number span {
    font-size: 48px;
    line-height: 1.25;
    font-weight: 900;
    color: #8246AF;
    margin-right: 16px;
}
.step-line {
    display: none;
    height: 2px;
    background-color: #e5e7eb;
    flex-grow: 1;
}

.step-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-top: 38px;
}
.step-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}
.step-image img:hover {
    transform: scale(1.05);
}

.steps-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Community Section */
.community-section {
    position: relative;
    padding: 59px 0 80px;
    color: white;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
.community-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.community-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.community-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(88, 28, 135, 0.9), rgba(107, 33, 168, 0.8), transparent);
}

.community-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 201px;
}
.community-text {
    max-width: 650px;
}
.community-text h2 {
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.inner-community-section .community-text {
    max-width: 795px;
}
.inner-community-section .community-content {
    gap: 102px;
}
.community-text p {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    color: #FFFFFF;
}

.floating-card {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 54px;
    padding: 49px 30px 48px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.floating-text h3 {
    color: #8c4d9f;
    font-size: 28px;
    margin-bottom: 0;
}
.floating-text p {
    font-size: 48px;
    line-height: 1.25;
    color: #003087;
    font-weight: 300;
    margin-bottom: 0;
}

/* Footer */
.main-footer {
    background-color: #003087;
    color: white;
    padding-top: 60px;
    padding-bottom: 0;
}
.footer-bottom-main {
    background: #001D52;
    padding: 44px 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
}
.footer-grid a.button { padding-right: 80px; }

.footer-desc {
    font-size: 14px;
    color: #d1d5db;
    margin: 20px 0;
}

.footer-col {
    padding-top: 15px;
}
.footer-col h4 {
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
}

.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 38px;
}
.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    font-weight: 400;
}
.footer-links a:hover {
    color: #DDC9FF;
}

.contact-info h4 {
    margin-bottom: 35px;
}
.contact-info p {
    margin-bottom: 25px;
    letter-spacing: 0.1px;
    font-weight: 400;
}
.brand-col > p {
    font-weight: 400;
}
.contact-info p a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.contact-info p a:hover {
    color: #8c4d9f;
}
.contact-info strong {
    color: white;
}

.opening-hours {
    margin-top: 48px;
}
.hours-row {
    display: block;
    margin-top: 8px;
    margin-bottom: 38px;
    font-weight: 400;
}
.hours-row span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-weight: 400;
}
.hours-row span:last-child {
    margin-right: 0;
}

.nhs-tag-large {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 373px;
}
.nhs-tag-large .nhs-box {
    font-size: 36px;
    padding: 8px 16px;
}
.nhs-tag-large .nhs-text {
    font-size: 18px;
    font-weight: 600;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 400;
}
.footer-bottom p {
    margin-bottom: 0;
    letter-spacing: 0.13px;
    font-weight: 400;
}
.legal-links {
    display: flex;
    gap: 61px;
    padding-right: 27px;
}
.legal-links a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    letter-spacing: 0.1px;
    font-weight: 400;
}
.legal-links a:hover, .legal-links a:focus {
    color: #ffffff;
    text-decoration: underline;
}




/* =========================================================================
   ABOUT US PAGE SPECIFIC STYLES
   ========================================================================= */

   .about-hero-section {
    position: relative;
    padding: 138px 0 0;
    overflow: hidden;
}

.about-intro-grid {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 60px;
}
.about-intro-grid .section-header {
    width: 50%;
}
.about-intro-desc h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 59px;
    color: #103081;
}
.about-intro-desc p {
    margin-bottom: 30px;
}

/* Mission Cards */
.mission-cards-section {
    position: relative;
}
.mission-cards-section::after {
    content: '';
    background: url(assets/images/background-gradiant-home.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: -500px;
    left: -500px;
    right: -500px;
    bottom: -500px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.mission-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    z-index: 10;
}

.mission-card {
    position: relative;
    z-index: 1;
}
.mission-card::before {
    content: "";
    background: #FFFFFF;
    border-radius: 37px;
    position: absolute;
    top: 300px;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.mission-card-image {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
}
.mission-card-image img {
    width: 100%;
}

.mission-card-content {
    padding: 52px 61px 83px 61px;
}
.mission-card-content h2 {
    margin-bottom: 48px;
}
.mission-card-content h5 {
    color: #8246AF;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 2px;
}

/* Values Section (Full) */
.values-section-full {
    padding: 100px 0 50px;
}
.values-section-full .section-header {
    margin-bottom: 101px;
}
.values-section-full .section-header p {
    padding-top: 22px;
    max-width: 100%;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.value-item h3 {
    margin-bottom: 63px;
}
.value-item p {
    position: relative;
}
.value-item p::after {
    content: "";
    width: 2px;
    background: #E3ECF0;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: -22px;
}
.value-item:nth-child(4n+4) p::after {
    display: none;
}

.value-icon {
    width: 61px;
    height: 58px;
    margin-bottom: 16px;
    display: table;
    line-height: 58px;
    vertical-align: bottom;
}
.value-icon img {
    display: table-cell;
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 100%;
}

/* Middle CTA Block */
.mid-cta-block {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.mid-cta-block h3 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    color: #103081;
    max-width: 1113px;
}

.buttons-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Services Grid (Zig Zag) */
.services-section-grid {
    padding: 50px 0 100px;
    position: relative;
}
.services-section-grid::after {
    content: '';
    background: url(assets/images/background-gradiant-home.png) no-repeat center center;
    background-size: 130%;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: -650px;
    left: -200px;
    right: -400px;
    bottom: 0;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    display: none;
}
.services-section-grid h2 {
    margin-bottom: 46px;
}

.service-row {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-bottom: 100px;
    align-items: center;
}
.service-row:last-child {
    margin-bottom: 0;
}

.service-image {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    order: 2;
}
.service-row-reverse .service-image {
    order: 1;   
}
.service-row-reverse .service-text {
    order: 2;
}
.service-image img {
    width: 100%;
    height: auto;
    display: block;
}
.service-text h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 27px;
    color: #103081;
}
.service-text h3 + h3 {
    padding-top: 20px;
}
.service-text ul {
    margin-left: 17px;
}
.service-text ul li {
    margin-bottom: 28px;
    color: #103081;
}
.service-text .hero-buttons {
    padding-top: 12px;
}
.service-text p a { color: #103081; }

.small-p {
    font-size: 16px;
    color: #6b7280;
    margin-top: 20px;
}

/* Team Section (Shared/About) */
.team-section {
    padding: 80px 0;
    background-color: #f9fafb;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.team-card {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.team-card:hover {
    transform: translateY(-5px);
}

.team-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 24px;
    text-align: center;
}
.team-info p {
    margin-bottom: 0;
    color: #6b7280;
    font-size: 16px;
}

/* Purple CTA Banner */
.purple-cta-banner {
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.purple-cta-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 10;
}

.purple-cta-text h2 {
    color: white;
    margin-bottom: 20px;
}
.purple-cta-text p {
    font-size: 20px;
    color: #e9d5ff;
    margin-bottom: 40px;
}

.purple-cta-image {
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    position: relative;
}
.purple-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================================
TEAM PAGE SPECIFIC STYLES
========================================================================= */
/* Team Grid Section */
.team-grid-section {
    padding: 0 0 82px;
    position: relative;
}
.team-grid-section::after {
    content: '';
    background: url(assets/images/background-gradiant-home.png) no-repeat center center;
    background-size: 130%;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: -980px;
    left: -200px;
    right: -650px;
    bottom: 0;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    display: none;
}

.leadership-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.leadership-card {
    display: flex;
    flex-direction: column;
    /* align-items: center;  Keep left aligned as per design for text, but images are centered in card usually? Design shows left align text */
}

.leadership-card h3 {
    margin-bottom: 8px;
    /*font-size: 32px;*/
    font-size: 28px;
    line-height: 1.4;
}
.leadership-card p {
    font-size: 20px;
    line-height: 1.5;
    color: #8246AF;
    font-weight: 400;
}

.leadership-image {
    width: 100%;
    /* aspect-ratio: 1 / 1.3; */
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.05);
}
.leadership-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.leadership-image:hover img {
    transform: scale(1.03);
}

.member-name {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400; /* Regular weight */
    color: #002f5c;
    margin-bottom: 8px;
}

.member-role {
    font-size: 18px;
    color: #8c4d9f; /* Purple */
    font-weight: 400;
}


@media(max-width:1199px){
    .leadership-card h3 {
        font-size: 25px;
    }
}

/* =========================================================================
   FAQ PAGE SPECIFIC STYLES
   ========================================================================= */

   .faq-hero-section {
    background-color: #eef2f6;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.faq-hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.faq-title-col {
    display: flex;
    flex-direction: column;
}
.faq-desc-col p {
    color: #4b5563;
    font-size: 18px;
    line-height: 28px;
}

/* FAQ Content Section */
.faq-content-section {
    padding-bottom: 108px;
    position: relative;
}
.faq-content-section .container {
    max-width: 1725px;
}
.faq-content-section::after {
    content: '';
    background: url(assets/images/background-gradiant-home.png) no-repeat center center;
    background-size: 130%;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: -1120px;
    right: -650px;
    bottom: 0;
    /* left: -200px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); */
    left: -270px;
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
}
.faq-card-wrapper {
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 61px 61px 100px;
    flex-direction: column-reverse; 
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq-list-container {
    padding: 40px;
    flex: 1;
    max-height: 1210px;
    overflow-x: hidden;
    overflow-y: auto;
}

.faq-image-container {
    width: 100%;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}
.faq-image-container img {
    width: 100%;
    display: block;
}

/* FAQ List Item Styling */
.faq-item {
    border-top: 2px solid #E3ECF0;
    margin-bottom: 0;
}
.faq-item:first-child {
    border-top: none;
}

.faq-summary {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 32px 0 31px;
    cursor: pointer;
    font-size: 18px;
    color: #002f5c;
    transition: color 0.2s;
}
.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-number {
    color: #8246AF;
    font-weight: 800;
    font-size: 20px;
    width: 104px;
    flex-shrink: 0;
}
.faq-question {
    flex-grow: 1;
    font-weight: 400;
    padding-right: 50px;
    font-size: 32px;
    line-height: 1.875;
    font-weight: 300;
    color: #003087;
    position: relative;
}
.faq-question::after {
    content: "";
    background: url(assets/images/accordion-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.faq-icon {
    color: #8c4d9f;
    transition: transform 0.3s;
}

/* Open State Styling */
.faq-item[open] .faq-question::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    top: 22%;
}

.faq-answer {
    padding-bottom: 24px;
    padding-left: 104px; /* Align with text */
    padding-right: 100px;
}
.faq-answer p {
    color: #003087;
}
.faq-answer p a { color: var(--color-button-bg); }
.faq-answer p a:hover { color: var(--color-link-hover); }

/* FAQ CTA */
.faq-cta-block {
    margin-top: 30px;
    width: 100%;
}
.faq-cta-block h3 {
    margin-bottom: 44px;
}


@media(min-width:1024px) {
    .faq-card-wrapper {
        flex-wrap: wrap;
    }
}


.near-practice-section {
    padding-bottom: 50px;
}
.near-practice-section::after {
    background: url(assets/images/our-location-effect.png) no-repeat center center;
        background-size: 112%;
    /* transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-transform: rotate(30deg); */
    /* top: -490px;
    bottom: -510px; */
    top: -50%;
}

.remove-gradiant-sec::after {
    display: none !important;
}


input[type="text"], 
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime"],
textarea,
.connect2form-form-wrapper input[type="text"], 
.connect2form-form-wrapper input[type="email"],
.connect2form-form-wrapper input[type="password"],
.connect2form-form-wrapper input[type="number"],
.connect2form-form-wrapper input[type="tel"],
.connect2form-form-wrapper input[type="phone"],
.connect2form-form-wrapper input[type="url"],
.connect2form-form-wrapper input[type="search"],
.connect2form-form-wrapper input[type="date"],
.connect2form-form-wrapper input[type="time"],
.connect2form-form-wrapper input[type="datetime"], 
.connect2form-form-wrapper textarea {
    border: solid 1px #003087;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    height: 83px;
    border-radius: 50px;
    padding: 0 80px 0 42px;
    font-size: 32px;
    font-family: var(--font-family);
    line-height: 1.2;
    font-weight: 400;
    color: #003087;
    background-color: #FFFFFF;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #003087;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #003087;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #003087;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #003087;
    opacity: 1;
}

.connect2form-form-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-form-wrapper input::-moz-placeholder { /* Firefox 19+ */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-form-wrapper input:-ms-input-placeholder { /* IE 10+ */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-form-wrapper input:-moz-placeholder { /* Firefox 18- */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-field {
    margin-bottom: 20px;
}
.connect2form-form-wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-form-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-form-wrapper textarea:-ms-te-placeholder { /* IE 10+ */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-form-wrapper textarea:-moz-placeholder { /* Firefox 18- */
    color: #003087 !important;
    opacity: 1;
}
.connect2form-field > label {
    display: none !important;
}
button[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(assets/images/accordion-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 28px;
    top: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
form {
    position: relative;
}
.brand-col {
    padding-top: 0;
    padding-right: 40px;
}
.brand-col .brand-logo {
    width: 291px;
    margin-left: -16px;  
    margin-bottom: 87px;
}
.brand-col p {
    margin-bottom: 120px;
    letter-spacing: 0.1px;
}

.register-info {
    display: block;
    width: 100%;
    margin: 20px 0 0 25px;
}
.register-info p {
    max-width: 330px;
    font-size: 12px;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
}
.main-footer .register-info { margin-left: 0; }

.connect2form-submit-wrapper button[type="submit"].connect2form-submit {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-button-bg);
    border: 1px solid var(--color-button-border);
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    font-family: var(--font-family);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: inherit;
    color: var(--color-button-text);
    cursor: pointer;
    text-decoration: none;
    padding: 0 110px 0 42px;
    transition: background-color 0.2s;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 375px;
    height: 84px;
    transform: rotate(0);
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
}
.form-submit-button input:after,
.connect2form-submit-wrapper button[type="submit"].connect2form-submit::after {
    content: "";
    background: url(assets/images/button-arrow.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 29px;
    right: 42px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.form-submit-button input {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--color-button-bg);
    background-image: url(assets/images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    border: 1px solid var(--color-button-border);
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    font-family: var(--font-family);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: inherit;
    color: var(--color-button-text);
    cursor: pointer;
    text-decoration: none;
    padding: 0 110px 0 42px;
    transition: background-color 0.2s;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 375px;
    height: 84px;
    transform: rotate(0);
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
}
.form-submit-button input:hover { 
    background-color: #002f5c;
    color: #DDC9FF;
    border-color: #002f5c;
}
.form-wrap p { padding: 0; margin: 0; }
.form-wrap { margin-bottom: 20px; }
.connect2form-submit-wrapper button[type="submit"].connect2form-submit:hover,
.connect2form-submit-wrapper button[type="submit"].connect2form-submit:focus {
    background: #002f5c;
    color: #DDC9FF;
    border-color: #002f5c;
}
.invalid .wpcf7-response-output  { display: none; }
.sent .wpcf7-response-output {
    display: table;
    background-color: #46b450;
    color: #ffffff;
    max-width: 460px;
    width: 100%;
    margin: auto !important;
    text-align: center;
    padding: 10px; }
.connect2form-submit-wrapper button[type="submit"].connect2form-submit:hover::after,
.connect2form-submit-wrapper button[type="submit"].connect2form-submit:focus::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.form-wrap textarea,
.connect2form-field textarea {
    height: 197px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-right: 30px !important;
    resize: none;
}
.connect2form-submit-wrapper {
    margin-top: 0;
    padding-top: 10px;
    border-top: 0;
}
.contact-us-form-section .faq-list-container > p {
    max-width: 550px;
    margin-bottom: 49px;
}
.contact-us-form-section .faq-list-container .section-header {
    margin-bottom: 46px;
}
.contact-us-form-section .faq-list-container > h3 {
    font-size: 32px;
    line-height: 1.5;
    max-width: 700px;
    margin-top: 58px;
}
.connect2form-spinner {
    display: none !important;
}
.contact-us-links {
    list-style: none;
    padding: 24px 0 0;
    margin: 0;
}
.contact-us-links li {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
}
.contact-us-links li a {
    display: inline-block;
    padding-left: 121px;
    position: relative;
    font-size: 32px;
    line-height: 1.5;
    color: #103081;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.contact-us-links li a:hover, .contact-us-links li a:focus {
    opacity: 0.6;
}
.contact-us-links li a svg, .contact-us-links li a img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.contact-us-form-section.faq-content-section:after{
    top: -680px;
    left: -500px;
        transform: rotate(-33deg);
            -webkit-transform: rotate(33deg);
}
.contact-us-form-section.faq-content-section .container {
    max-width: 1701px;
}
.contact-us-form-section.faq-content-section .faq-card-wrapper {
    padding: 50px 51px 100px 61px;
}
.contact-us-form-section.faq-content-section .faq-list-container {
    width: 58%;
    padding: 65px 135px 0 0;
}
.contact-us-form-section.faq-content-section .faq-image-container {
    width: 42%;
}
.postcode-input-wrapper button[type="submit"] svg {
    display: none;
}

.flexbox { display: flex; flex-wrap: wrap; gap: 20px; }
.flexbox .form-wrap { flex: 1; }
.form-wrap textarea:focus,
.form-wrap input:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

.feedback-complaints-section {
    position: relative;
    padding: 100px 0 100px;
}
.feedback-complaints-section::after {
    content: '';
    background: url(assets/images/feedback-gradiant.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: -1100px;
    left: -900px;
    right: -900px;
    bottom: -600px;
}
.feedback-complaints-section .about-intro-grid .section-header {
    margin-bottom: 0;
}
.feedback-complaints-section .about-intro-desc p {
    color: #103081;
}
.feedback-complaints-section .about-intro-desc p a {
    font-weight: 700;
    color: #103081;
}
.feedback-complaints-section .about-intro-grid {
    margin-bottom: 13px;
}
.alternetivel-contact-us-section {
    margin-top: 50px;
}
.alternetivel-contact-us-section h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 27px;
}
.alternetivel-contact-us-wrap {
    display: flex;
    flex-direction: row;
    gap: 120px;
    align-items: flex-start;
}
.alternetivel-contact-us-col {
    width: 52%;
}
.alternetivel-contact-us-col:nth-child(2) {
    width: 60%;
}
.alternetivel-contact-us-col h3 {
    padding-left: 102px;
    position: relative;
    margin-bottom: 36px;
}
.alternetivel-contact-us-col h3 img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.alternetivel-contact-us-col p {
    margin-bottom: 0;
}
.alternetivel-contact-us-col ul {
    margin-left: 20px;
}

.formal_complaints_and_sopport_sec {
    padding: 0 0 100px;
}
.formal_complaints_and_sopport_card {
    background: #FFFFFF;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    padding: 64px;
    border-radius: 54px;
}
.formal_complaints_and_sopport_col_wrap {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 54px;
}
.formal_complaints_and_sopport_card .section-header {
    margin-bottom: 48px;
}
.formal_complaints_and_sopport_card .section-header p {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 3px;
}
.formal_complaints_and_sopport_col h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 27px;
}
.formal_complaints_and_sopport_col p {
    margin-bottom: 32px;
}
.formal_complaints_and_sopport_col .contact-us-links li a {
    font-size: 20px;
    padding-left: 78px;
}
.formal_complaints_and_sopport_col .contact-us-links li a svg, .formal_complaints_and_sopport_col .contact-us-links li a img {
    width: 47px;
}
.formal_complaints_and_sopport_col .contact-us-links li:first-child a {
    text-decoration: underline;
}
.near-practice-section .about-content p {
    color: #103081;
}
.wpsl-store-location p strong {
    color: #103081;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
    display: block;
}
.wpsl-street {
    text-decoration: none;
    padding: 21px 0 14px 51px;
    display: block;
    position: relative;
    color: #103081;
    font-weight: 400;
}
.wpsl-street::before {
    content: "";
    background: url(assets/images/location-map-icon.png) no-repeat center center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.wpsl-directions {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-button-bg);
    border: 1px solid var(--color-button-border);
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    font-family: var(--font-family);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: inherit;
    color: var(--color-button-text);
    cursor: pointer;
    text-decoration: none;
    padding: 17px 40px 16px;
    transition: background-color 0.2s;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transform: rotate(0);
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
}
.wpsl-directions::after {
    content: "";
    background: url(assets/images/button-arrow.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 42px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.wpsl-directions:hover, .wpsl-directions:focus {
    background: #002f5c;
    color: #DDC9FF;
    border-color: #002f5c;
}
.wpsl-directions:hover::after, .wpsl-directions:focus::after {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
}



/* 404 Page CSS Define here */
.error404 .top-banner, .error404 .main-header, .error404 .main-footer {display: none;}
.page-content-section.error404 {
    background: #003087;
    padding: 50px 20px;
    height: 100vh;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-con-sec.error-main {
    background: #ffffff;
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 30px;
    border-radius: 40px;
    text-align: center;
}


/* Media Queries for Desktop (min-width: 1024px) */
@media (min-width: 1024px) {
    /* Restore requested desktop sizes */
    
    /* Headings */
    h1 {
        font-size: 100px;
        line-height: 110px;
    }
    h2 {
        font-size: 60px;
        line-height: 70px;
    }
    h3 {
        font-size: 48px;
        line-height: 60px;
    }
    h4 {
        font-size: 36px;
        line-height: 48px;
    }
    h5 {
        font-size: 24px;
        line-height: 36px;
    }
    h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .menu-open {
        overflow: inherit;
    }
    /* Buttons */
    .button {
        min-width: 369px;
        font-size: 32px;
        /* Padding calculation for 83px height with 48px line height: (83-48)/2 = 17.5px */
        padding: 17px 40px 16px; 
        height: auto;
    }
    
    /* Layout */
    .mobile-menu-btn {
        display: none;
    }

    .main-nav {
        display: flex;
        position: static;
        flex-direction: row;
        width: auto;
        padding: 0;
        background: transparent;
        align-items: center;
        height: auto;
    }
    
    .nav-links {
        flex-direction: row;
        margin-bottom: 0;
        margin-right: 48px;
    }
    .nav-links a {
        color: #e5e7eb;
    }

    .nav-buttons {
        flex-direction: row;
    }
    /* Override nav buttons to be smaller than the massive desktop buttons */
    .nav-buttons .button {
        min-width: 227px;
        width: auto;
        padding: 10px 50px 9px 31px;
        font-size: 20px;
        line-height: 1.5;
        height: auto;
    }

    /* Hero */
    .hero-buttons {
        flex-direction: row;
    }
    .hero-buttons .button {
        /* Apply full size spec here */
        width: auto;
    }
    
    .hero-image-wrapper {
        width: 50%;
    }
    .image-mask img {
        height: 600px;
    }

    /* Features */
    .features-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 140px;
        row-gap: 0;
    }
    .feature-text h3 {
        font-size: 28px; /* Slightly smaller than main h3 for card balance? No, use spec */
        font-size: 48px;
        line-height: 60px;
        max-width: 497px;
    }

    /* About */
    .about-top-buttons {
        flex-direction: row;
        margin-bottom: 60px;
    }
    .about-card {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .about-content {
        width: 30%;
        padding: 0 90px 0 0;
        max-width: 646px;
    }
    .about-image {
        width: 70%;
        height: auto;
    }

    /* How It Works */
    .steps-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .step-line {
        display: block;
    }
    .steps-buttons {
        flex-direction: row;
    }

    /* Community */
    .community-section {
        padding: 99px 0;
    }
    .inner-community-section {
        padding: 88px 0 99px;
    }
    .floating-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 49px 450px 48px 60px;
        position: relative;
    }
    .floating-card .button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        right: 60px;
    }
    .floating-text h3 {
        font-size: 48px;
        line-height: 1.25;
        font-weight: 900;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 2fr 1fr 1.5fr 1fr;
    }
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    .nhs-tag-large {
        align-items: flex-end;
    }

    
    /* ABOUT PAGE SPECIFIC DESKTOP */
    
    .about-intro-grid {
        flex-direction: row;
        gap: 80px;
        align-items: flex-start;
    }
    .about-intro-text {
        width: 50%;
    }
    .about-intro-desc {
        width: 50%;
    }

    .mission-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 100px;
    }

    .values-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .value-item {
        align-items: flex-start;
        text-align: left;
    }

    .mid-cta-block {
        flex-direction: row;
        align-items: center;
        gap: 80px;
    }
    .large-text {
        flex: 1;
        margin-bottom: 0;
    }
    .buttons-row {
        flex-direction: row;
    }
    .buttons-row.left-align {
        align-items: flex-start;
    }

    .service-row {
        flex-direction: row;
        align-items: center;
        gap: 112px;
    }
    .align-items-start {
        align-items: start;
        padding-bottom: 62px;
    }
    .align-items-start:last-child {
        padding-bottom: 0;
    }
    .service-row.reverse {
        flex-direction: row-reverse;
    }
    .service-text {
        width: 48%;
        padding-right: 20px;
    }
    .service-row-reverse .service-text {
        padding-right: 0;
        padding-left: 20px;
    }
    .service-text p {
        padding-right: 60px;
    }
    .service-row-reverse .service-text p {
        padding-right: 0;
       /*  padding-left: 60px; */
    }
    .service-image {
        width: 48%;
    }

    .purple-cta-content {
        flex-direction: row;
        align-items: center;
    }
    .purple-cta-text {
        width: 50%;
        padding-right: 40px;
    }
    .purple-cta-image {
        width: 50%;
        height: 500px;
    }

    .leadership-grid {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 80px;
        row-gap: 34px;
    }
    .member-name {
        font-size: 36px;
        line-height: 44px;
    }
    .member-role {
        font-size: 20px;
    }


    /* FAQ PAGE SPECIFIC DESKTOP */
    .faq-hero-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 80px;
        padding-top: 40px;
    }
    .faq-title-col {
        width: 45%;
    }
    .faq-desc-col {
        width: 55%;
        padding-top: 40px;
    }
    .faq-desc-col p {
        font-size: 24px;
        line-height: 36px;
    }

    .faq-card-wrapper {
        flex-direction: row;
    }
    .faq-list-container {
        width: 57.35%;
        padding: 0 110px 0 0;
    }
    .faq-image-container {
        width: 42.65%;
        height: auto;
    }
    
    .faq-number {
        font-size: 32px;
    }


    .near-practice-section .about-content {
        width: 50%;
        max-width: 792px;
        padding-top: 64px;
        padding-bottom: 49px;
        padding-right: 80px;
    }
    .near-practice-section .about-content h3 {
        color: #103081;
        font-size: 32px;
        line-height: 1.5;
        padding-top: 14px;
        margin-bottom: 32px;
    }
    .near-practice-section .about-content .section-header {
        margin-bottom: 32px;
    }
    .near-practice-section .about-image {
        width: 50%;
    }
}

@media(min-width:1500px){
    .leadership-grid{
       row-gap: 100px;
    }
}

/*--------------------------------------
map locations section style start 
----------------------------------------*/
.location-map{ width: 100%; }
.location-map h3{ margin-bottom: 35px; }
.store-locator-wrapper .wpsl-store-below{ display: grid; grid-template-columns: .97fr 1fr; gap: 85px; row-gap: 30px; }
.store-locator-wrapper .wpsl-store-below.wpsl-no-results #wpsl-gmap{ grid-column: span 2; }
.store-locator-wrapper .wpsl-store-below.wpsl-no-results #wpsl-result-list{ grid-column: span 2; }
.store-locator-wrapper .wpsl-no-results #wpsl-result-list #wpsl-stores{ padding-right: 0px; height: auto !important; min-height: auto; }
.store-locator-wrapper .wpsl-search{ grid-column: span 2; padding: 25px; margin: 0; border-radius: 13px; }
.store-locator-wrapper #wpsl-search-wrap form{ display: flex; align-items: flex-end; gap: 20px; }
.store-locator-wrapper #wpsl-search-wrap label{
    width: auto;
    margin-bottom: 12px;
}
.store-locator-wrapper #wpsl-search-wrap input,
.store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown{
    width: 100%;
    height: 70px;
    padding: 10px 25px;
    border: 1px solid #003087;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #003087;
    background: #FFFFFF;
}
.store-locator-wrapper #wpsl-search-wrap input:focus,
.store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown:focus {
    outline: none;
}
.store-locator-wrapper #wpsl-search-wrap #wpsl-radius{
    margin: 0;
}
.store-locator-wrapper .wpsl-selected-item:after{
    right: 20px;
}
.store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item{
    padding: 12px 30px 12px 0px !important;
}
.store-locator-wrapper #wpsl-search-wrap select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - .5em) .5em !important;
    background-size: 6px 5px, 5px 5px, 1.5em 1.5em !important;
    background-repeat: no-repeat !important;
}
.store-locator-wrapper #wpsl-search-wrap .wpsl-radius{
    margin: 0;
}
.store-locator-wrapper #wpsl-search-wrap form > div{
    flex: 1;
    display: grid;
    margin: 0;
}


.store-locator-wrapper #wpsl-search-wrap form .wpsl-search-btn-wrap{
    flex: .5;
}
.store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn{
    background-color: var(--color-button-bg);
    border: 1px solid var(--color-button-border);
    border-radius: 50px;
    color: var(--color-button-text);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn:hover, .store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn:focus {
    background-color: #002f5c;
    border-color: #002f5c;
    color: #DDC9FF;
}

.store-locator-wrapper #wpsl-result-list #wpsl-stores,
.store-locator-wrapper .wpsl-gmap-canvas,
body .store-locator-wrapper #wpsl-gmap{
    height: 105vh !important;
    min-height: 500px;
}
.store-locator-wrapper #wpsl-result-list #wpsl-stores{
    padding-right: 30px;
    /* Custom Scrollbar Style */
    
}
.store-locator-wrapper #wpsl-stores {
    scrollbar-width: thin;
    scrollbar-color: #003087 #f6fafd;
    /* thumb and track */
}

.store-locator-wrapper #wpsl-stores::-webkit-scrollbar {
    width: 12px;
    background: #f6fafd;
    /* fallback for track */
}

.store-locator-wrapper #wpsl-stores::-webkit-scrollbar-thumb {
    background: #003087;
    border-radius: 8px;
    width: 15px;
}

.store-locator-wrapper #wpsl-stores::-webkit-scrollbar-track {
    background: #f6fafd;
    border-radius: 8px;
}

/* Optionally, add hover effect */
.store-locator-wrapper #wpsl-stores::-webkit-scrollbar-thumb:hover {
    background: #00225f;
}


.store-locator-wrapper .wpsl-gmap-canvas {
    border-radius: 40px;
    order: 3;
}
.store-locator-wrapper #wpsl-result-list {
    margin: 0;
}
.store-locator-wrapper #wpsl-result-list ul{
    counter-reset: item;
}
.store-locator-wrapper #wpsl-result-list ul li {
    counter-increment: item;
    border-radius: 44px;
    border: 1px solid #003087 !important;
    background: #FFFFFF;
    padding: 37px !important;
    margin: 0;
   margin-bottom: 20px !important;
}
.store-locator-wrapper .wpsl-no-results #wpsl-result-list ul li{
    padding: 0 !important;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
}
.store-locator-wrapper #wpsl-result-list ul li strong{
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
}
.store-locator-wrapper #wpsl-result-list ul li strong:before{
    content: counter(item);
    position: absolute;
    left: 0;
    top: 3px;
    width: 48px;
    height: 48px;
    background: var(--color-button-bg);
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
}
.store-locator-wrapper #wpsl-result-list ul li:last-child {
    margin-bottom: 0 !important;
}
.store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-wrap{
    display: grid;
    gap: 20px;
}
.store-locator-wrapper #wpsl-result-list p {
    margin-bottom: 10px;
}
.store-locator-wrapper #wpsl-result-list .wpsl-street:last-of-type{
    margin-bottom: 5px;
}

/* tool tip */
.wpsl-gmap-canvas .wpsl-info-window p{
    color: #003087;
    font-size: 14px;
}
.wpsl-gmap-canvas .wpsl-info-window p strong{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.wpsl-gmap-canvas .wpsl-directions{
    float: none;
    width: max-content;
    max-width: 100%;
    font-size: 16px;
    padding: 6px 20px;
    min-width: auto;
    padding-right: 40px;
    margin-top: 8px;
}
.wpsl-gmap-canvas .wpsl-directions:after{
    right: 10px;
    background-size: 13px;
}
@media(max-width: 1499px){
    .store-locator-wrapper #wpsl-result-list ul li strong{
        font-size: 22px;
        padding-left: 50px;
    }
    .store-locator-wrapper #wpsl-result-list ul li strong:before{
        width: 37px;
        height: 37px;
        font-size: 16px;
        top: -1px;
    }
    .store-locator-wrapper #wpsl-search-wrap input,
    .store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown{
        height: 50px;
        font-size: 18px;
    }
    .store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item {
        padding: 0px 30px 0px 0px !important;
    }
    .store-locator-wrapper #wpsl-search-wrap input,
    .store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown{
        height: 50px;
        font-size: 16px;
        padding: 10px 15px;
    }
    .store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown{
        padding-right: 25px;
    }
    .store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item {
        padding: 3px 30px 0px 0px !important;
    }
}

@media(max-width: 1399px){
    .store-locator-wrapper .wpsl-store-below{
        column-gap: 30px
    }
    .store-locator-wrapper #wpsl-result-list #wpsl-stores {
        padding-right: 15px;
    }
    .store-locator-wrapper #wpsl-result-list ul li{padding: 27px !important;}
}
@media(max-width: 1199px){
    .store-locator-wrapper #wpsl-result-list ul li strong{
        margin-bottom: 7px;
    }
}

@media(min-width:1024px){
    .near-practice-section .about-card {
        row-gap: 40px;
    }
    .store-locator-wrapper .wpsl-store-below.wpsl-no-results #wpsl-gmap{
        height: 55vh !important;
            min-height: 447px;
    }
}
@media(max-width: 1023px) {
    .near-practice-section .about-card{
        flex-wrap: wrap;
    }
    .store-locator-wrapper .wpsl-store-below{
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .store-locator-wrapper #wpsl-wrap:not(.wpsl-no-results) .wpsl-gmap-canvas{
        order: 0;
    }
    .store-locator-wrapper .wpsl-search{
        grid-column: inherit;
    }
    .store-locator-wrapper #wpsl-result-list #wpsl-stores{
        height: 70vh !important;
        min-height: 500px;
    }
    .store-locator-wrapper #wpsl-result-list ul li{
        padding: 20px !important;
    }
    .store-locator-wrapper #wpsl-result-list #wpsl-stores,
    .store-locator-wrapper .wpsl-gmap-canvas,
    body .store-locator-wrapper #wpsl-gmap{
        height: 77vh !important;
    }
    .store-locator-wrapper #wpsl-search-wrap label {
        margin-bottom: 2px;
    }
}
@media(max-width: 991px){
    .store-locator-wrapper #wpsl-result-list #wpsl-stores,
    .store-locator-wrapper .wpsl-gmap-canvas,
    body .store-locator-wrapper #wpsl-gmap {
        height: 55vh !important;
        margin: 0;
    }
    .store-locator-wrapper #wpsl-search-wrap form{
        flex-direction: column;
    }
    .store-locator-wrapper #wpsl-search-wrap form>div{
        width: 100%;
    }
}
@media(max-width: 767px){
    .store-locator-wrapper #wpsl-result-list #wpsl-stores,
    .store-locator-wrapper .wpsl-gmap-canvas,
    body .store-locator-wrapper #wpsl-gmap {
        height: 45vh !important;
    }
    .store-locator-wrapper .wpsl-gmap-canvas{
        border-radius: 18px;
    }
    .store-locator-wrapper #wpsl-result-list ul li strong{
        font-size: 16px;
        line-height: 1.3;
    }
    .store-locator-wrapper #wpsl-result-list ul li{
        border-radius: 18px;
        padding: 20px !important;
    }
    .store-locator-wrapper #wpsl-result-list .wpsl-street{
        padding: 13px 0 9px 40px;
    }
    .store-locator-wrapper #wpsl-result-list .wpsl-street::before{
        width: 30px;
        height: 30px;
    }
    .store-locator-wrapper #wpsl-result-list ul li strong:before {
        width: 30px;
        height: 30px;
        font-size: 13px;
        font-weight: 500;
    }
    .store-locator-wrapper #wpsl-result-list #wpsl-stores {
        padding-right: 6px;
    }
    .store-locator-wrapper .wpsl-search{
        padding: 18px;
    }
    .store-locator-wrapper #wpsl-search-wrap #wpsl-radius{
        margin-top: -8px !important;
    }
        .store-locator-wrapper .wpsl-gmap-canvas,
        body .store-locator-wrapper #wpsl-gmap{
            min-height: 400px;
        }
}
@media(max-width: 570px){
    .store-locator-wrapper #wpsl-search-wrap #wpsl-radius {
        margin: 0;
        display: block;
        width: 100%;
    }
    .store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown {
        width: 100% !important;
    }
}
/*--------------------------------------
map locations section style end 
---------------------------------------*/

/*--------------------------------------
privacy policy section style start 
---------------------------------------*/
.privacy-content-section .faq-list-container{ padding: 0;  }
.privacy-content-section .faq-answer{ padding-inline: 0; }
.privacy-content-section .faq-answer ul{
    padding-left: 20px;
}
.privacy-content-section .faq-answer .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.privacy-content-section .faq-answer table{
    width: 100%;
    min-width: 600px;
    /* forces horizontal scroll on mobile */
    border-collapse: collapse;

    text-align: left;
}
.privacy-content-section .faq-answer table th,
.privacy-content-section .faq-answer table td{
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.privacy-content-section .faq-answer a{
    color: var(--color-primary-text);
    text-decoration: underline;
}
.privacy-content-section .faq-answer a:hover{
    text-decoration: none;
}
.faq-content-section.privacy-content-section::after{ background: url(assets/images/feedback-gradiant.png) no-repeat center center; transform: rotate(-317deg); -webkit-transform: rotate(317deg); top: -539px; bottom: 50%; }
.faq-content-section.privacy-content-section::before{ background: url(assets/images/background-gradiant-privacy-bottom.png) no-repeat center center; background-size: contain; position: absolute; inset: 0; z-index: -1; top: 50%; left: -500px; right: -500px; bottom: -970px; content: ''; }
@media(min-width: 768px){
    .privacy-content-section { margin-top: -50px; }
    .privacy-content-section .faq-card-wrapper{ padding-bottom: 60px; }
}
/*--------------------------------------
privacy policy section style end 
---------------------------------------*/

/*--------------------------------------
full width content section style start 
---------------------------------------*/
.full-width-content-section{ padding: 40px 0; position: relative; overflow: hidden; }
.full-width-content-section:after{ content: ''; background: url(assets/images/feedback-gradiant.png) no-repeat center center; background-size: contain; position: absolute; inset: 0; z-index: -1; top: 10%; left: -500px; right: -900px; bottom: -970px; content: ''; transform: rotate(308deg);}
.full-width-content-section h5{ font-weight: 300; margin: 20px 0; color: #103081; }
.full-width-content-section p{ color: #103081; }
.full-width-content-section p a{ color: #103081; font-weight: 700; }
.about-hero-section + .full-width-content-section{ padding-top: 0; }
@media(min-width:1200px){
    .about-hero-section+.full-width-content-section{ margin-top: -85px; position: relative; }
    .full-width-content-section{ padding: 90px 0; }
    .full-width-content-section h5 { font-size: 32px; margin: 25px 0; }
}
@media(min-width:768px) {
    .about-hero-section+.full-width-content-section { margin-top: -50px; position: relative; }
}
/*--------------------------------------
full width content section style end 
---------------------------------------*/


/* font-update start */
body{
    font-size: 18px;
}

@media (min-width: 1701px) {
    .faq-question { font-size: 26px !important; }
}
@media (min-width: 1369px) {
    .about-intro-desc h3 { font-size: 26px; }
    .floating-text p { font-size: 38px; }
    .service-text h3{ font-size: 24px; }
}
@media (min-width: 1200px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    input[type="date"],
    input[type="time"],
    input[type="datetime"],
    textarea,
    .connect2form-form-wrapper input[type="text"],
    .connect2form-form-wrapper input[type="email"],
    .connect2form-form-wrapper input[type="password"],
    .connect2form-form-wrapper input[type="number"],
    .connect2form-form-wrapper input[type="tel"],
    .connect2form-form-wrapper input[type="phone"],
    .connect2form-form-wrapper input[type="url"],
    .connect2form-form-wrapper input[type="search"],
    .connect2form-form-wrapper input[type="date"],
    .connect2form-form-wrapper input[type="time"],
    .connect2form-form-wrapper input[type="datetime"],
    .connect2form-form-wrapper textarea{
        font-size: 24px;
    }
}
@media (min-width: 1024px) {
    h1 { font-size: 80px; line-height: 1.2; }
    h2{font-size: 50px;}
    h3{font-size: 32px;}
    h4{font-size: 23px;}
    h5{font-size: 20px;}
    h6{font-size: 18px;}
    
    .button { min-width: 320px; font-size: 28px; padding: 13px 35px 13px; }
    .hero-content > p { font-size: 24px !important; }
    .section-header h1{font-size: 50px; line-height: 1.35;}
    .feature-text h3{ font-size: 34px; line-height: 1.4; }
}
/* font-update end */






.team-image-row { position: relative; margin-bottom: 20px; border-radius: 20px; overflow: hidden; }
.leadership-card {
    background-color: #ffffff; 
}
.team-image-row .leadership-image { margin-bottom: 0; }
.team-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
}
.team-info-data { opacity: 0; position: absolute; top:0; left:0; height: 100%; width: 100%; overflow: auto; text-align: left; background-color: rgba(0, 29, 82, 0.9); padding: 20px; transition: all 0.3s ease-in-out; }

.is-hovered .team-info-data,
.is-hovered.active .team-info-data,
.team-card-inner:hover .team-info-data { opacity: 1; }


.leadership-card .team-info-data p { margin: 10px 0; }
.leadership-card .team-info-data p,
.leadership-card .team-info-data p a,
.leadership-card .team-info-data li { color: #103081; font-size: 16px; font-weight: 400; color: #FCFCFF; }
.leadership-card .team-info-data p:first-child strong { color: #DDC9FF }
.back-card-info ol,
.back-card-info ul { padding-left: 20px; margin: 10px 0; }


.patient-confidentiality .full-width-content-section:after { top: -150%; }
.patient-confidentiality .section-header { margin-bottom: 0; }

