/* CSS Document */

.psy-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.psy-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.psy-content {
    position: relative;
    height: 100%;
}

.psy-title {
    font-family: 'Open Sans Bold';
    font-size: 38px;
}

    .psy-title-blue {
        color: #193059;
    }

    .psy-title-yellow {
        color: #E5AE58
    }

    .psy-title-white {
        color: #fff;
    }

.psy-link {
    font-family: 'Open Sans Bold';
    background-color: #193059;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 7px 46px;
}

    .psy-link:hover {
        background-color: #6F91CF;
        color: #fff;
    }

/* Hero */

#hero {
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#hero-flex {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 455px;
}


#hero-flex .psy-title {
    font-size: 28px;
    margin: auto;
    display: inline-block;
    margin-top: 20px;
}

#hero-box {
    background-color: rgba(233, 239, 248, 50%); 
    backdrop-filter: blur(21px);    
    border-radius: 0 0 20px 20px;    
    width: 403px;
    padding: 10px 0 27px;
}

#hero-title {
    font-family: 'Open Sans Bold';
    color: #193059;
    font-size: 46px;
}

#hero-link {
    text-transform: uppercase;
    padding: 9px 21px;
}

/* About / Contact */

#about-contact {
    padding: 34px 0;
margin: 0 0 34px;}

#about-contact-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}

#about {
    background-color: #E9EFF8;
    border-radius: 20px;
    width: 50%;
    padding: 18px 34px;
    margin-right: 31px;
}

#about .psy-title {
    font-size: 32px;
}

#about p {
    color: #193059;
    font-size: 18px;
    line-height: 24px;
}

    #about p:last-child {
        margin-bottom: 0;
    }

#contact {
    background-color: #193059;
    box-shadow: 30px 30px 0px 0px rgb(233 239 248);
    border-radius: 20px;
    width: 50%;
    padding: 20px 27px;
    margin-left: 31px;
}

#contact-title {
    font-family: 'Open Sans Bold';
    color: #fff;
    font-size: 24px;
}

#contact p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

    #contact p:last-of-type {
        margin-bottom: 39px;
    }

#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
    background-color: #fff;
    border: 0;
    border-radius: 26px;
    padding: 7px 23px !important;
}

    #gform_wrapper_1 input::placeholder,
    #gform_wrapper_1 textarea::placeholder {
        color: #6F91CF52;
        font-size: 13px;
    }

#gform_wrapper_1 textarea {
    height: 130px;
    padding: 12px 23px;
}

#gform_wrapper_1 .gfield_label {
    color: #fff;
    font-weight: normal !important;
    font-size: 14px !important;
}

#input_1_5 {
    width: 100%;display: inline-flex;
}

#input_1_5 .gchoice {
    width: 25%;
}

#gform_wrapper_1 .gfield_checkbox label {
    color: #fff;
    font-size: 14px;
}

#gform_wrapper_1 .gform_footer.top_label {
    padding: 0;
}

#gform_wrapper_1 .gform_footer.top_label input {
    background-color: #6F91CF;
    border: 2px solid #6F91CF;
}

#gform_wrapper_1 .gform_footer.top_label input:hover {
    background-color: transparent;
    border: 2px solid #fff;
}

/* Services */

#services {
    padding: 0 0 29px;
    margin-left: 100px;
}

#services .wrap {
    max-width: 1300px;
}

#services-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}

#services-left {
    width: 50%;
    margin-right: 20px;
}

#services-left .psy-title {
    color: #193059;
}

#services-main-text {
    margin-bottom: 38px;
}

#services-main-text p {
    color: #193059;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

#service-items li {
    text-align: center;
    background-color: #E9EFF8;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 280px;
    margin-bottom: 38px;
}

    #service-items li:first-of-type,
    #service-items li:nth-child(3),
    #service-items li:nth-child(5) {
        margin-right: 27px;
    }

    #service-items li:nth-child(2),
    #service-items li:nth-child(4),
    #service-items li:last-of-type {
        margin-left: 27px;
    }

.service-item-flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-title {
    font-family: 'Open Sans Semibold';
    color: #193059;
    font-size: 14px;
    margin-bottom: 24px;
}

.service-hover {
    display: none;
}

    #service-items li:hover .service-hover {
        display: block;
        padding: 0 17px;
    }

    #service-items li:hover .services-title {
        margin-bottom: 12px;
    }

    #service-items li:hover img {
        display: none;
    }

.service-hover p {
    color: #193059;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
}

.service-item-link {
    color: #193059;
    font-size: 14px;
}

    .service-item-link:hover {
        color: #E5AE58;
    }

#services-left .psy-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    
}

#services-right {
    order: 1;
    width: 50%;
    margin-left: 20px;
}

#services-right img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;  
    height: 1140px;
}

/* Help */

#help {
    position: relative;
}

#help .psy-content {
    padding: 61px 0;
}

#help-box {
    background-color: rgba(233, 239, 248, 50%); 
    backdrop-filter: blur(30px);    
    border-radius: 20px;
    width: 531px;
    padding: 22px 23px;
}

#help p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

#help .psy-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

/* Our Clinic */

#clinic {
    background-color: #E9EFF8;
    padding: 31px 0;
}

#clinic .wrap {
    max-width: 1300px;
}

#clinic-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px;
}

#clinic-left {
    width: 50%;
    margin-right: 49px;
}

#clinic-left .psy-title {
    font-size: 32px;
}

#clinic-left p {
    color: #193059;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
}

#clinic-items li {
    margin-bottom: 35px;
}

    #clinic-items li:last-of-type {
        margin-bottom: 0;
    }

.clinic-item-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}

.clinic-icon {
    width: 80px;
}

.clinic-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.clinic-text {  
    width: 83%;
}

.clinic-title {
    font-family: 'Open Sans Bold';
    color: #193059;
    font-size: 22px;
    margin-bottom: 10px;
}

.clinic-text p {
    margin-bottom: 0 !important;
}

#clinic-right {
    order: 1;
    width: 50%;
    margin-left: 49px;
}

#clinic-right img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 629px;
}

/* Associations */

#associations {
    text-align: center;
    padding: 20px 0 40px;
}

#association-items li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
}


/* Blog */

#blog-section .big-text {
  text-align: center;
  margin-bottom: 60px;
}

#blog-section .wrap {
  padding: 15px;
}

.blog-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
}

.blog-post {
  display: flex;
  gap: 40px;
}

.blog-image-flex {
  width: 30%;
  aspect-ratio: 4 /3;
  position: relative;
}

.blog-image-flex img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
    border-radius: 10px;
}

.blog-excerpt {
  color: black;
  font-family: 'Open Sans';
}

.blog-text-flex {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-post-title {
  color: #193059;
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
  text-align: center;
  width: 70%;
}

/* Testimonials */

#testimonials {
    position: relative;
}

#testimonials .psy-content {
    padding: 31px 0;
}

/* Responsive Design */

@media (max-width: 1500px) {

/* Services */

    #services {
        margin-left: 35px;
    }
    
    #services .wrap {
        max-width: 1230px;
    }
    
    #services-right {
        width: 51%;
    }  

/* Our Clinic */

    #clinic .wrap {
        max-width: 1230px;
    }
    
    #clinic-flex {
        margin-left: 25px;
    } 
}

@media (max-width: 1350px) {

/* Hero */

    #hero .wrap {
        max-width: 1100px;
    } 

/* About / Contact */

    #about-contact .wrap {
        max-width: 1100px;
    }
    
    #contact {
        padding: 37px 27px;
    }
    
        #contact p:last-of-type {
            margin-bottom: 59px;
        } 

/* Services */
    
    #services .wrap {
        max-width: 1130px;
    }
    
        #service-items li:first-of-type,
        #service-items li:nth-child(3),
        #service-items li:nth-child(5) {
            margin-right: 23px;
        }
    
        #service-items li:nth-child(2),
        #service-items li:nth-child(4),
        #service-items li:last-of-type {
            margin-left: 23px;
        }

    #services-right img {
        height: 1164px;
    }    

/* Help */

    #help .wrap {
        max-width: 1100px;
    }

/* Our Clinic */
    
    #clinic .wrap {
        max-width: 1130px;
    }
    
    .clinic-text {  
        width: 80%;
    }
    
    #clinic-right img {
        height: 656px;
    }

/* Associations */

    #associations .wrap {
        max-width: 1100px;
    } 

/* Testimonials */

    #testimonials .wrap {
        max-width: 1100px;
    }    
}

@media (max-width: 1250px) {

/* Hero */

    #hero .wrap {
        max-width: 1000px;
    }  

/* About / Contact */
    
    #about-contact .wrap {
        max-width: 1000px;
    }
    
    #about {
        margin-right: 21px;
    }
    
    #about p {
        font-size: 16px;
        line-height: 23px;
    }
    
    #contact {
        padding: 23px 27px;
        margin-left: 21px;
    }

/* Services */
    
    #services .wrap {
        max-width: 1030px;
    }
    
    #service-items li {
        width: 47%;
        height: 280px;
    }
    
        #service-items li:first-of-type,
        #service-items li:nth-child(3),
        #service-items li:nth-child(5) {
            margin-right: 10px;
        }
    
        #service-items li:nth-child(2),
        #service-items li:nth-child(4),
        #service-items li:last-of-type {
            margin-left: 10px;
        }
    
    .service-hover p {
        line-height: 15px;
    } 

    #services-right img {
        height: 1190px;
    } 
    
/* Help */
    
    #help .wrap {
        max-width: 1000px;
    }  

/* Our Clinic */
    
    #clinic .wrap {
        max-width: 1030px;
    }
    
    #clinic-left {
        margin-right: 29px;
    }
    
    .clinic-text {  
        width: 78%;
    }
    
    #clinic-right {
        margin-left: 29px;
    } 

/* Associations */

    #associations .wrap {
        max-width: 1000px;
    } 

/* Testimonials */

    #testimonials .wrap {
        max-width: 1000px;
    }    
}

@media (max-width: 1150px) {

/* Hero */

    #hero .wrap {
        max-width: 900px;
    }  

/* About / Contact */
    
    #about-contact .wrap {
        max-width: 900px;
    }
    
    #about p {
        line-height: 22px;
    }

/* Services */

    #services {
        margin-left: 0px;
    }
    
    #services .wrap {
        max-width: 900px;
    }
    
    #services-flex {
        flex-direction: column;
    }
    
    #services-left {
        width: 100%;
        margin-right: 0px;
    }
    
    #service-items li {
        width: 47%;
        height: 280px;
        margin-bottom: 38px;
    }
    
        #service-items li:first-of-type,
        #service-items li:nth-child(3),
        #service-items li:nth-child(5) {
            margin-right: 23px;
        }
    
        #service-items li:nth-child(2),
        #service-items li:nth-child(4),
        #service-items li:last-of-type {
            margin-left: 23px;
        }
    
    .service-hover p {
        line-height: 20px;
    margin-bottom: 12px;}
    
    #services-right {
        order: 0;
        width: 100%;
        margin: 0 auto 31px;
    }
    
    #services-right img {
        object-position: 50% 30%;height: 720px;
    }

/* Help */

    #help .wrap {
        max-width: 900px;
    }  

/* Our Clinic */
    
    #clinic .wrap {
        max-width: 900px;
    }
    
    #clinic-flex {
        margin-left: 0px;
    }
    
    #clinic-left {
        margin-right: 19px;
    }

    .clinic-icon {
        width: 70px;
    }
    
    .clinic-text {  
        width: 79%;
    }
    
    #clinic-right {
        margin-left: 19px;
    }

/* Associations */

    #associations .wrap {
        max-width: 900px;
    }
    
    #association-items li {
        width: 32%;
    }  

/* Testimonials */

    #testimonials .wrap {
        max-width: 900px;
    } 
}

@media (max-width: 1024px) {

/* Hero */

    #hero .wrap {
        max-width: 90%;
    }
    
    #hero-flex {
        justify-content: center;
    }    

    #hero-box {
        border-radius: 20px;
    }

/* About / Contact */
    
    #about-contact .wrap {
        max-width: 90%;
    }
    
    #about-contact-flex {
        flex-direction: column;
    }
    
    #about {
        width: 100%;
        padding: 18px 34px;
        margin: 0 auto 31px;
    }

    #about p {
        color: #193059;
        font-size: 18px;
        line-height: 24px;
    }
    
    #contact {
        width: 97%;
        padding: 20px 27px;
        margin-left: 0px;
    }
    
        #contact p:last-of-type {
            margin-bottom: 39px;
        }  

    #gform_wrapper_1 .gform_footer.top_label {
        justify-content: center;
    } 

/* Services */

    #services {
        padding: 29px 0;
    }
    
    #services .wrap {
        max-width: 90%;
    }
    
        #service-items li:first-of-type,
        #service-items li:nth-child(3),
        #service-items li:nth-child(5) {
            margin-right: 2%;
        }
    
        #service-items li:nth-child(2),
        #service-items li:nth-child(4),
        #service-items li:last-of-type {
            margin-left: 2%;
        } 

/* Help */

    #help .wrap {
        max-width: 90%;
    }
    
    #help-box {
        margin: 0 auto;
    }  

/* Our Clinic */
    
    #clinic .wrap {
        max-width: 90%;
    }
    
    #clinic-flex {
        flex-direction: column;
    }
    
    #clinic-left {
        width: 100%;
        margin-right: 0px;
    }
    
    .clinic-icon {
        width: 80px;
    }
    
    .clinic-text {  
        width: 87%;
    }
    
    #clinic-right {
        order: 0;
        width: 100%;
        margin: 0 auto 31px;
    }
    
    #clinic-right img {
        height: 520px;
    } 

/* Associations */

    #associations .wrap {
        max-width: 90%;
    } 

/* Testimonials */

    #testimonials .wrap {
        max-width: 90%;
    }    
}

@media (max-width: 960px) {
      .blog-post {
    flex-direction: column;
  }

  .blog-image-flex, .blog-text-flex {
    width: 100%;
  }

    .blog-excerpt {
        text-align: center;
    }

    .blog-post .psy-link {
        text-align: center;
    }

  .blog-post-title {
    width: 100%;
  }
}

@media (max-width: 768px) {

/* Hero */

    #hero .wrap {
        max-width: 85%;
    }  

/* About / Contact */

    #about-contact {
        text-align: center;
    }
    
    #about-contact .wrap {
        max-width: 85%;
    }
    
    #input_1_5 {
        justify-content: center;
    }  

/* Services */

    #services {
        text-align: center;
    }
    
    #services .wrap {
        max-width: 85%;
    }
    
    .service-hover p {
        line-height: 15px;
    }
    
    #services-right img {
        height: 460px;
    }  

/* Help */

    #help {
        text-align: center;
    }

    #help .wrap {
        max-width: 85%;
    }
    
    #help-box {
        width: auto;
    } 

/* Our Clinic */

    #clinic {
        text-align: center;
    }
    
    #clinic .wrap {
        max-width: 85%;
    }
    
    #clinic-items li {
        text-align: left;
    }
    
    .clinic-text {  
        width: 83%;
    }
    
    #clinic-right img {
        height: 460px;
    }  

/* Associations */

    #associations .wrap {
        max-width: 85%;
    }
    
    #association-items li {
        width: 49%;
    }   

/* Testimonials */

/*     #testimonials {
        text-align: center;
    } */

    #testimonials .wrap {
        max-width: 85%;
    }     
}

@media (max-width: 660px) {

/* Our Clinic */
    
    .clinic-text {  
        width: 80%;
    }    
}

@media (max-width: 640px) {

/* About / Contact */

    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal !important;
        min-height: auto !important;
    }
}

@media (max-width: 550px) {

/* Hero */

    #hero-flex {
        height: 405px;
    }
    
    #hero-box {  
        width: auto;
    }  

/* About / Contact */
    
    #about p {
        font-size: 16px;
        line-height: 22px;
    }  
    
/* Services */

    #services-main-text p {
        font-size: 16px;
        line-height: 22px;
    }
    
    #service-items li {
        width: 100%;
    }
    
        #service-items li:first-of-type,
        #service-items li:nth-child(3),
        #service-items li:nth-child(5) {
            margin-right: 0%;
        }
    
        #service-items li:nth-child(2),
        #service-items li:nth-child(4),
        #service-items li:last-of-type {
            margin-left: 0%;
        }
    
    .service-hover p {
        line-height: 20px;
    }
    
    #services-right img {
        height: 400px;
    } 

/* Help */
    
    #help p {
        font-size: 16px;
        line-height: 22px;
    }   

/* Our Clinic */
    
    #clinic-left p {
        font-size: 16px;
        line-height: 22px;
    }
    
    #clinic-items li {
        text-align: center;
    }
    
    .clinic-item-flex {
        flex-direction: column;
    }
    
    .clinic-icon {
        width: auto;
        margin: 0 auto 20px;
    }
    
    .clinic-text {  
        width: 100%;
    }
    
    #clinic-right img {
        height: 400px;
    }    
}

@media (max-width: 450px) {

.psy-link {
    display: block;
    width: 100% !important;
}
    
/* Hero */
    
    #hero-flex {
        height: auto;
        padding: 50px 0;
    }
    
    #hero-title {
        font-size: 40px;
    }  

    #hero-flex .psy-title {
    font-size: 20px;
    }

    #hero-link {
        width: 85% !important;
        margin: 0 auto;
    }

/* About / Contact */
    
    #about {
        padding: 18px 24px;
    }
    
    #contact {
        padding: 20px 24px;
    }  

    #input_1_5 {
        flex-direction: column;
        align-items: center;
    }

    #input_1_5 .gchoice {
        width: 100%;
    }    
    
    #gform_wrapper_1 .gform_footer.top_label input {
        display: block;
        width: 100%;
        padding: 7px 10px !important;
    }

    #input_1_7 div {width: 100% !important;}

/* Services */
    
    #services-right img {
        height: 320px;
    }  

/* Our Clinic */
    
    #clinic-right img {
        height: 320px;
    }  

/* Associations */
    
    #association-items li {
        width: 100%;
        margin-bottom: 10px;
    } 

        #association-items li:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 350px) {

/* Hero */
    
    #hero-title {
        font-size: 34px;
    }  

/* Services */
    
    #service-items li {
        height: auto;
    }
    
    .service-item-flex {
        padding: 50px 0;
    }
    
    #services-right img { 
        height: 260px;
    } 

/* Our Clinic */
    
    #clinic-items li {
        margin-bottom: 25px;
    }
    
    #clinic-right img {
        height: 260px;
    }    
}