
:root{
    box-sizing:border-box;
    --orange: #fe8203;
    --blue: #05a7cd;
    --green: #a3cf5f;
    --purple: #7b2482;
}

body {background-color: #fff;color: #1c1c1c;font-family: Poppins, helvetica, Verdana, Arial, sans-serif !important;font-size: 16px;font-weight: 400;line-height: 1.6;font-style: normal;padding: 0;word-wrap: break-word;}
h1,h2,h3,h4,h5,h6{line-height:1.1 !important;font-family: Poppins, helvetica, Verdana, Arial, sans-serif !important;}

h2{font-size:36px !important;font-weight:500 !important}

.content-container a{color:#000}
img{max-width:100%;}
p{margin:0 0 1.5em 0;}

.buttons{display:inline-flex;gap:10px;}
.button{display:inline-flex;font-size:18px;gap:10px;color:#fff !important;padding:10px 20px;border-radius:0;border:none !important;text-decoration:none !important;transition:.2s all;white-space:nowrap;font-weight:bold}
.button:hover{background:#000 !important;color:#fff !important;fill:#fff}
.button:hover *{color:#fff;}
.button svg{width:24px;height:24px;}
.button--blue{background:var(--blue);}
.button--orange{background:var(--orange);}
.button--green{background:var(--green);}
.button--purple{background:var(--purple);}


.styled-border{position:relative;margin-top:20px !important;margin-right:20px;}
.styled-border img{position:relative;z-index:2;}
.styled-border:after{content:'';position:absolute;top:-15px;right:-15px;z-index:-1;width:40%;aspect-ratio:1/1;background:var(--green)}
.styled-border--left{margin-right:0;margin-left:20px;}
.styled-border--left:after{right:unset;left:-15px;}
.styled-border--blue:after{background:var(--blue);}
.styled-border--green:after{background:var(--green)}
.styled-border--purple:after{background:var(--purple)}
.styled-border--orange:after{background:var(--orange)}

.mobile{display:none;}

.content-container{max-width:1400px;margin:0 auto;padding:0 30px}
.content-container > *:first-child{margin-top:0}

.site{}

.header{padding:30px 0}
.header .content-container{display:flex;gap:30px;justify-content:space-between;align-items:center;}
.logos{display:flex;gap:20px;align-items:center;flex:1;width:20%;font-size:14px;line-height:1.2}
.logos img {max-height:60px;width: auto;}
.logo__practice {max-width:150px;}
.logo__treehouse{width:150px;}



.header-buttons{display:flex;width:50%;text-align:center;gap:10px;align-items:flex-end}
.header-buttons-button-label{margin:0 0 4px 0;}


.block{margin:100px 0;}
.grid{display:grid;gap:75px}
.grid--2{grid-template-columns:1fr 1fr}
.block .column{}
.block .column > *:first-child{margin-top:0}
.block .column > *:last-child{margin-bottom:0}


.block--hero{margin-top:0;background-image: url(https://treehouseeyes.com/wp-content/uploads/2025/04/tinywow_tinywow_23fa5892018d6c8a1c40d89c22bbf07e_78176307-1_78176439.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;padding:100px 0px;position:relative;}
.block--hero:before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background: #FE8203;background: linear-gradient(90deg,rgba(254, 130, 3, 0.88) 50%, rgba(254, 130, 3, 0) 100%);}
.block--hero .content-container{position:relative;}
.block--hero h1{margin:0 0 10px 0;font-weight:bold;color:#fff;font-size:62px;}
.block--hero h2{margin:0 0 30px 0;font-weight:normal;font-size:18px !important;color:#fff}
.block--hero *:last-child{margin-bottom:0}
.block--hero .content-container > *{max-width:600px}

.block--why{}

.block--technology{}

.block--location{padding:100px 0;background: #05A7CE;background: linear-gradient(90deg, rgba(5, 167, 206, 0.88) 50%, rgba(5, 167, 206, 0) 100%);color:#fff}
.block--location h2{color:#fff;font-size:48px !important;}
.block--location p{margin:0 0 30px 0}

.block--team{}
.block--team h2{text-align:center;margin:0 0 50px 0}
.doctors{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:40px}
.doctors--1{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}
.doctors--2{grid-template-columns:1fr 1fr;max-width:840px;margin-left:auto;margin-right:auto}
.doctor{text-align:center}
.doctor__photo{margin:0 0 20px 0}
.doctor:nth-child(1n) .doctor__photo{border-bottom:25px solid var(--orange)}
.doctor:nth-child(2n) .doctor__photo{border-bottom:25px solid var(--green)}
.doctor:nth-child(3n) .doctor__photo{border-bottom:25px solid var(--blue)}
.doctor__photo img{aspect-ratio:1/1;object-fit:cover;width:100%}
.doctor__content{}
.doctor__content .doctor__heading h3{margin:10px 0 0px 0;font-weight:bold;font-size:30px;font-weight:500}
.doctor__content .doctor__heading .doctor__suffix{font-size:20px;margin:0 0 20px 0}


.block--worried{background-image: url(https://treehouseeyes.com/wp-content/uploads/2025/04/tinywow_1a2633cc29bb6a5fd799615f7925e30e_78182883-1.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;padding:100px 50px;position:relative;color:#fff}
.block--worried:before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background: #7B2482;background: linear-gradient(90deg, rgba(123, 36, 130, 0.88) 50%, rgba(123, 36, 130, 0) 100%);}
.block--worried .content-container{position:relative;}
.block--worried h2{color:#fff;font-size:48px !important;margin:0 0 20px 0}
.block--worried p{margin:0 0 30px 0}


.block--reviews{}
.block--reviews h2{text-align:center;margin:0 0 30px 0}
.reviews{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items: stretch; }
.review{display:flex;flex-direction:column}
.review__content{border:1px solid #dbdde1;border-radius:10px;padding:20px 30px;margin:0 0 10px 0;flex-grow: 1;}
.review__stars{color:#f7bb06;margin:0 0 10px 0}
.review__person{font-weight:bold;}


.block--questions{text-align:center;background:#e5f6fa;padding:100px 0}


@media (max-width: 762px) {


    .mobile{display:block;}
    .desktop{display:none;}

    .buttons{display:flex;flex-direction:column;gap:5px}
    .buttons .button{width:100%;text-align:center;justify-content:center}

    .header{}
    .header .content-container{display:block;text-align:center}
    .header .logos{width:100%;font-size:13px;width:100%;display:block;text-align:centermargin:0 0 20px 0;}
    .header .logo__practice {max-width:150px;margin:0 auto}
    .header .logo__treehouse{width:100%;margin:10px 0 0 0}
    .header .logo__treehouse em{display:block;margin:0 0 5px 0}

    .header-buttons{margin:20px 0 0 0;display:block;width:100%}
    .header-buttons-button-label{display:none;}
    .header-buttons .button{width:100%;justify-content:center}
    .header-buttons .header-buttons-button:nth-child(1){margin-bottom:10px !important}

    .block{margin:100px 0 100px 0;text-align:center}
    .block .content-container{gap:20px}
    
    .grid--2{grid-template-columns:1fr}

    .block--hero{margin-top:0;text-align:center;background-position:90% 50%;padding:50px 0}
    .block--hero:before{background: linear-gradient(180deg,rgba(254, 130, 3, 0.88) 50%, rgba(254, 130, 3, 0) 100%);}
    .block--hero h1{font-size:30px !important}

    .block--technology .column:nth-child(1){order:2}
    .block--location{background: #05A7CE;padding:50px 0;}
    .block--location .column:nth-child(1){order:2}
    .block--location h2{font-size:24px !important}

    .block--worried{padding:50px 0;background-position:90% 50%;}
    .block--worried:before{background: linear-gradient(180deg, rgba(123, 36, 130, 0.88) 50%, rgba(123, 36, 130, 0) 100%);}
    
    .doctors{grid-template-columns:1fr}

    .reviews{grid-template-columns:1fr}
    
    .block--questions{padding:50px 0}
    
}