/*

Mental Healthcare Page CSS

*/

/*==========================Banner===========================*/

section.Banner {
    padding: 10.5em 0 4em;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(196, 199, 242, 0.23) 48.5%, #FFFFFF 100%);
	position: relative;
}
section.Banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 77%;
    background: #e8e0f8;
}
section.Banner .wrap {
    position: relative;
}
section.Banner .Text-Div {
    max-width: 31em;
    width: auto;
    float: left;
    position: relative;
    z-index: 1;
}
section.Banner .Heading1 {
    font-family: 'Manrope';
    color: #000;
    font-size: 3.3em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1em;
}
section.Banner .Heading1 h1 {
    font-size: 1em;
    margin: 0;
}
section.Banner .Heading1 span.S1 {
    display: inline-block;
    background: #C4C7F2;
    padding: 0.3em;
    color: #fff;
}
section.Banner .Heading1 span.S2 {
    display: inline-block;
    padding: 0.3em;
}
section.Banner .Heading2 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.8em;
}
section.Banner .Heading3 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 1em;
    line-height: 1.6;
}
.Banner-Image {
    position: absolute;
    top: 4em;
    left: 31em;
    width: 18em;
    line-height: 0;
}
section.Banner .Form-Div {
    width: 29em;
    float: right;
    position: relative;
    z-index: 1;
    background: rgba(196, 199, 242, 0.7);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
	padding: 1.5em;
}
input#gform_submit_button_1 {
    background: #BB9DD2;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.5em 1em;
    border-radius: 10px;
}
.Banner-Logos {
    width: 40em;
    float: left;
    margin-top: 8em;
}
.Banner-Logos .Title {
    font-size: 1.2em;
    line-height: 1.3;
}
.Banner-Logos .Image {
    line-height: 0;
}




/*========================================== Expertise Section ==============================================*/

section.Expertise-Section {
    padding: 4em 0 8em;
}
section.Expertise-Section .Section-Heading {
    text-align: center;
    margin-bottom: 1em;
}
section.Expertise-Section .Row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
}
.Expertise-Div {
    display: flex;
    align-items: center;
}
.Expertise-Div .Image-Div {
    flex-shrink: 0;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    border: 0.4em solid;
    margin-right: 1.3em;
	z-index: 1;
}
.Expertise-Div .Image-Div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Expertise-Div h3 {
    font-size: 1.2em !important;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    position: relative;
    font-weight: 500;
}
.Expertise-Div h3:before {
    content: "";
    position: absolute;
    left: -3em;
    bottom: 0;
    width: calc(100% + 3em);
    height: 2px;
    background: #000;
}
.Expertise-Div .Text-Div p {
    font-size: 0.9em;
}


.Expertise-Div.Div_1 .Image-Div {
    border-color: #AAD2F3;
}
.Expertise-Div.Div_1 h3:before {
    background: #AAD2F3;
}

.Expertise-Div.Div_2 .Image-Div {
    border-color: #DEC1F5;
}
.Expertise-Div.Div_2 h3:before {
    background: #DEC1F5;
}

.Expertise-Div.Div_3 .Image-Div {
    border-color: #C4C7F2;
}
.Expertise-Div.Div_3 h3:before {
    background: #C4C7F2;
}

.Expertise-Div.Div_4 .Image-Div {
    border-color: #BB9DD2;
}
.Expertise-Div.Div_4 h3:before {
    background: #BB9DD2;
}

.Expertise-Div.Div_5 .Image-Div {
    border-color: #9096F4;
}
.Expertise-Div.Div_5 h3:before {
    background: #9096F4;
}

.Expertise-Div.Div_6 .Image-Div {
    border-color: #B1B4DB;
}
.Expertise-Div.Div_6 h3:before {
    background: #B1B4DB;
}

/*=============================Report Section===================================*/

section.Report-Section {
    padding: 5em 0;
    background: url(/wp-content/uploads/2025/03/Report-Section-Bg-1-scaled.jpg) no-repeat center;
    background-size: cover;
}
section.Report-Section h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
}
section.Report-Section h2 span.S1 {
    display: inline-block;
    background: #C4C7F2;
    border: 1px solid #000;
    padding: 0.1em 1em 0.2em;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    margin-top: 0.4em;
}


@media only screen and (max-width: 1023px){

.home section .Section-Heading, .FullWidth section .Section-Heading {
    font-size: 1.8em;
}

/*==============================================*/

section.Banner {
    padding: 8.5em 0 2em;
}
section.Banner:before {
	display: none;
}
section.Banner .Text-Div {
    max-width: 100%;
}
section.Banner .Heading1 {
    text-align: center;
    margin-bottom: 10px;
}
section.Banner .Heading2, section.Banner .Heading3 {
    text-align: center;
}
section.Banner .Form-Div {
    width: 100%;
    float: left;
    margin: 3em 0;
}
.Banner-Logos {
    width: 100%;
    margin: 0;
}

/*==============================================*/

section.Expertise-Section {
    padding: 3em 0  8em;
}
section.Expertise-Section .Row {
    display: block;
}
.Expertise-Div .Image-Div {
    display: block;
    margin: 0 auto;
    width: 15em;
    height: 15em;
}
.Expertise-Div .Text-Div {
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
}
.Expertise-Div h3:before {
    left: 50%;
    width: 8em;
    transform: translate(-50%, 0px);
    height: 4px;
}
.Expertise-Div h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}



}


/*======================Mobile Css================================*/

@media only screen and (max-width: 580px){
	

/*=======================================================*/

section.Banner {
    padding: 20.4em 0 2em;
    font-size: 3vw;
}
section.Banner .Heading1 {
    font-size: 9vw;
}
section.Banner .Heading2, section.Banner .Heading3 {
    font-size: 18px;
}

/*=======================================================*/

.home section .Section-Heading, .FullWidth section .Section-Heading {
    font-size: 7vw;
}
.home .entry-content section p {
    font-size: 18px;
}
.home .entry-content ul li {
    font-size: 18px;
}

/*=======================================================*/

section.Expertise-Section {
    font-size: 3vw;
}
section.Expertise-Section .Row {
    font-size: 4vw;
}
.Expertise-Div .Text-Div {
    width: 100%;
}
.Expertise-Div .Image-Div {
    border-width: 0.7em;
    width: 20em;
    height: 20em;
}
.Expertise-Div h3 {
    font-size: 1.6em !important;
}

/*=======================================================*/

section.Report-Section {
    padding: 3em 0;
    background-position: left;
}
section.Report-Section h2 {
    margin: 0;
    font-size: 7.5vw;
}


}