@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
p
{
    font-weight: 300;
    color: #111;  
}
.banner
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(background3.jpg);
    background-size: cover;
}
.banner .fade-in 
{
    animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
      
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
      
@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
      
@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
      
@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    
}
.banner .content
{
    padding: 75px 50px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    margin-top: 50px;
    max-width: 600px;
    text-align: center;
}
.banner .content h2
{
    font-size: 2em;
    color: #111;
    font-weight: 300;
}
.banner .content p
{
    font-size: 1em;
    color: #111;
    font-style: italic;
    padding: 20px;
}
.btn
{
    font-size: 1em;
    color: #111;
    border-radius: 25px;
    background: #b3cfb0;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
}
.btn:hover
{
    letter-spacing: 3px;
    transform: scale(1.05);
}
header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    z-index: 10000;
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
header.sticky 
{
    background: #fff;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);    
}

header .logo img
{
    width: 300px;
    height: 80px;
    object-fit: contain;
}
header .navigation
{
    position: relative;
    display: flex;
}
header .navigation li
{
    list-style: none;
    margin-left: 30px;
}
header .navigation li a
{
    text-decoration: none;
    color: #111;
    font-weight: 300;
}
header .navigation li a:hover
{
    color: #ac72ac;
}
section
{
    padding: 100px;
}
.titleText
{
    color: #111;
    font-size: 2em;
    font-weight: 300;
}

.crisis 
{
    text-align: center;
}

/* INSURANCE */

.insurance
{
background: url(background4.jpg);
background-size: cover;
background-blend-mode: darken;
}

.insurance .title
{
    text-align: center;
}
/* SERVICES */

.services
{
    background: white;
    background-size: cover;
}
.services .title
{
    text-align: center;
}


.services .servicesContainer
{
display: grid;
align-items: center;
grid-template-columns: 1fr 3fr;
column-gap: 20px;
margin-top: 20px;
}

.services img
{
    height: 200px;
    width: 200px;
}

/*.services .reveal
{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
.services .reveal.active
{
    transform: translateY(0);
    opacity: 1;
}

.services .flex-parent-services
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin-top: 40px;
}

.services .flex-child-services
{
   margin: 20px;
}

.services .imgbox 
{   
    height: 250px;
    width: 250px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    transition: 0.5s;
    border-radius: 10px; 
}

.services .imgbox:hover 
{
    transform: scale(1.1);
}
.services img
{
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
    
}

.services h3
{
    text-align: center;
}

.services .flex-parent-services-description
{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    margin-top: 40px;
}

.services .flex-child-services-description
{
    width: 100%;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    border-radius: 25px; 
    background: white;
}

.services .flex-child-services-description p
{
    padding: 40px;
}
.services button
{
    font-size: 1em;
    border: none;
    border-radius: 25px;
    outline: 0;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    color: #111;
    background-color: #ac72ac;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    margin-right: 20px;
    transition: 0.5s;
}

.services button:hover
{
    letter-spacing: 3px;
    transform: scale(1.05);
    outline-style: none;
}

/* THERAPISTS */
.therapists
{
    background: #ECECEC;
    background-size: cover;
    background-blend-mode: darken;
}

.therapists .title
{
    text-align: center;
}

/*.therapists .reveal
{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 0.5s all ease;
}
.therapists .reveal.active
{
    transform: translateY(0);
    opacity: 1;
}*/

.therapists .flex-parent 
{
    margin-top: 20px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.therapists .flip-card-wrapper
{   
    margin: 10px;
    width: 280px;
}

.therapists .flip-card 
{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transform-style: preserve-3d;
    transition: transform 2s;
}

.therapists .flip-card.flipped
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.therapists .flip-card-front
{
    background: white;
    text-align: center;
    padding-top: 20px;
}

.flip-card-front, .flip-card-back
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.therapists .therapistPic
{
    height: 300px;
    width: auto;
}

.therapists .therapistName
{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 12px;
}

.therapists button
{
    font-size: 1em;
    border: none;
    border-radius: 25px;
    outline: 0;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    color: #111;
    background-color: #ac72ac;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    cursor: pointer;
    width: 95%;
    margin-bottom: 20px;
    transition: 0.5s;
}

.therapists button:hover
{
    letter-spacing: 3px;
    transform: scale(1.05);
}

.therapists .flip-card-back 
{   box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.therapists .scroller
{
    height: 100%;
    overflow-y: scroll;
}
.therapists .picCircle-parent
{
    display: flex;
    justify-content: center;
    background-color: #ac72ac;
}
.therapists .picCircle
{
    width: 60px;
    clip-path: circle();
    margin-top: 10px;
}
.therapists h3
{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    background-color: #ac72ac;
    padding-bottom: 10px;
}
.therapists .flip-card-back p
{
    display: block;
    overflow-y: scroll;
    height: 50%;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    color: #111;
    padding: 10px;
    padding-bottom: 50px;
}

.therapists .flip-card-back .btn-wrapper
{
    position: absolute;
    background-color: white;
    bottom: 20px;
    left: 0; 
    width: 100%;
    text-align: center;
}

/*GROUPS*/
.groups
{
    background: #ECECEC;
    
}
.groups .title
{
    text-align: center;
}
.groupsContainer
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.groupsContainer img
{
    max-width: 100%;
    padding: 10px;
    width: 400px;
}
.groupsCaption
{
    text-align: center; /* Center the text */
    padding-bottom: 10px;
}
.groupsDescription
{
    text-align: center; /* Center the text */
    padding-bottom: 40px;
    max-width: 100%;
    width: 400px;
    padding-bottom: 40px;
}

.disc li
{
    margin-bottom: 0.5em;
    text-align: left;
    list-style-type: disc;
    margin-left: 25%;
    margin-right: 25%;
}

/*PROPERTY*/
.property
{
    /*background: url(background4.jpg);*/
    background-color: white;
    background-size: cover;
}
.property .title
{
    text-align: center;
}

.display #slide
{ 
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    
}
/*CONTACT*/
.contact
{
    background: url(background4.jpg);
    background-size: cover;
}
.contactContainer
{
    display: flex;
    flex-wrap: wrap;
}
.contactColumn
{
    flex: 1;
    margin: 30px;
}

.copyrightText
{
    padding: 8px 40px;
    border-top: 1px solid rbba(0,0,0,0.1);
    text-align: center;
}
.copyrightText p
{
    color: #111;
    font-weight: 300;
    text-decoration: none;
}

@media (max-width: 991px)
{
    header,
    header.sticky
    {
        padding: 10px 20px;
    }
    header .navigation
    {
        display: none;
    }
    header .navigation.active
    {
        width: 100%;
        height: calc(100% - 185px);
        position: fixed;
        top: 185px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
    }
    header .navigation li
    {
        margin-left: 0;
    }
    header .navigation li a
    {
        color: #111;
        font-size: 1.6em;
    }
    .navbar {
        width: 60px;
        display: block;
        margin: 50px auto;
        border: 4px solid #ac72ac;
        padding: 8px 10px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
      }
      
      .navbar div {
        height: 5px;
        background: grey;
        margin: 7px 0px 7px 0px;
        border-radius: 25px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
      } 
      .one .two .three {
        width: 35px;  
      }
      .navbar.active
      {
        background: #ac72ac;
      }
      section {
        padding: 20px;
    }

    .therapists 
    {
        background: cover;
        margin-bottom: 40px;
    }
    .groupsContainer 
    {
      flex-direction: column; /* Stack items vertically on smaller screens */
    }
  
    .groupsContainer img 
    {
      height: auto; /* Maintain the aspect ratio */
    }
}
@media (max-width: 768px) 
{
    .services .servicesContainer
    {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    column-gap: 20px;
    margin-top: 20px;
    justify-items: center;
    }

    .services img
    {
    height: 200px;
    width: 200px;
    padding: 10px;
    }
    .contactContainer 
    {
    flex-direction: column;
    }
    .contactColumn
    {
        margin: 10px 0;
    }
    .disc li
    {
    margin-bottom: 0.5em;
    text-align: left;
    list-style-type: disc;
    margin-left: 2%;
    margin-right: 2%;
    }
}

/*PROPERTY HIGHLIGHTS*/

.highlights
{
    margin-top: 100px;
    background: url(background4.jpg);
    background-size: cover;
}
.highlights .title
{
    text-align: center;
}
@media (max-width: 991px){
    .highlights .title
    {
        margin-top: 100px;
    }
}
.highlights p, ul, li
{
    text-align: center; 
}
.wildlife
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.wildlife img
{
    height: 200px;

}

.wildlife img:hover
{
    transform: scale(1.05);
}
ul
{
    list-style: none;
}