@charset "utf-8";
/*
Theme Name: PHD Weight Loss - Landing Page
Theme URI: https://loseweightwithgorka.com
Description: PHD Weight Loss - Landing Page
Version: 1.0
Author: Salem National
Author URI: https://salemmedia.com
Text Domain: phdweightloss
*/

@import url('css/normalize.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:wght@400;700;900&display=swap');

:root {
	--phdblue: #080E2A;
    --phdorange: #df764a;
    --phdorangerollover: #fb7b46;
}

html{scroll-behavior: smooth;}

body{font-size:16px; color:#333; font-family: 'Inter', Arial, Helvetica, sans-serif; background:#ffffff;}

input, textarea, select, button{font-family: 'Inter', Arial, Helvetica, sans-serif;}


/*================================================
	Universal
==================================================*/
.main{}

.site_width{
padding:0 30px;
width:100%;
max-width:1300px;
margin:0 auto;
position: relative;
}
.site_section{
padding:4em 0;
background: #fff;
position: relative;
}
.section_content{
}
.section_heading{
display: block;
margin-bottom:0.75em;
line-height: 1.3;
font-size: clamp(1.5rem, 0.425rem + 3.6vw, 2.625rem);
color:#111;
font-weight: 900;
text-transform: uppercase;
text-align: center;
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.section_heading > span{
color:var(--phdorange);
}
.section_subheading{
display: block;
margin-bottom: 1.5em;
line-height: 1.3;
font-size: 1.625em;
color:var(--phdorange);
font-weight: 900;
text-transform: uppercase;
text-align: center;
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.section_heading:has(+ .section_subheading){
margin-bottom: 0.125em;
}
.section_content > p {
text-align: center;
max-width: 900px;
margin: 0 auto;
line-height: 1.4;
margin-bottom: 1.5em;
}
.section_content .asterisk_note {
color: #777;
font-size: 0.875em;
}

/* section arches */
.section_arch {
position: absolute;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.section_arch-top{top: -1px;}
.section_arch-bottom{bottom: -1px;}
.section_arch svg{
position: relative;
display: block;
width: calc(100% + 1.3px);
}

/* Get started Btn and Phone */
.get_started_btn_wrap{
text-align: center;
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.get_started_btn{
color:#fff;
text-decoration: none;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 1.75em;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
background: var(--phdorange);
padding:0.5em 2em;
border-radius: 5px;
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.get_started_btn .chevron_right {
box-sizing: border-box;
position: relative;
display: block;
width: 30px;
height: 30px;
border: 2px solid transparent;
border-radius: 100px;
transition: all 0.25s;
margin-left:8px;
}
.get_started_btn .chevron_right::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 18px;
height: 18px;
border-bottom: 2px solid;
border-right: 2px solid;
transform: rotate(-45deg);
right: 10px;
top: 4px;
box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.get_started_btn:hover,
.get_started_btn:focus{
background: var(--phdorangerollover);
}
.get_started_btn:hover .chevron_right{
transform: translateX(10px);
}
.get_started_phone{
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em;
column-gap: 5px;
margin-top:1.5rem;
text-transform: uppercase;
}
.get_started_phone span{
font-size: 1.416em;
color:var(--phdorange);
font-weight: 700;
}

@media (max-width: 1140px) {
    .main{
    font-size: 87.5%;
    }
}
@media (max-width: 700px) {
    .site_width{
    padding:0 20px;
    }
    .site_section{
    padding:3em 0;
    }
    .get_started_btn_wrap{
    font-size: 87.5%;
    }
    .get_started_btn .chevron_right{
    transform: scale(0.75);
    }
}


/*================================================
	Header
==================================================*/
.header{
position: relative;
background: #fff;
height:60px;
z-index: 10;
}
.header_logo_wrap{
position: absolute;
top: 2em;
left: 2.5em;
display: inline-block;
}
.header_logo{
display: block;
width: 308px;
height: auto;
margin-bottom:2px;
}
.header_logo_text{
font-size: 12px;
text-transform: uppercase;
color:var(--phdblue);
padding-left:10px;
}

@media (max-width: 1140px) {
    .header_logo_wrap {
    top: 2.5vw;
    left: 30px;
    }
    .header_logo {
    width: 258px;
    }
    .header_logo_text{
    padding-left:0;
    }
}
@media (max-width: 900px) {
    .header_logo {
    width: 200px;
    }
    .header_logo_text{
    font-size: 10px;
    }
}
@media (max-width: 700px) {
    .header_logo_wrap {
    left: 20px;
    }
    .header_logo {
    width: 170px;
    }
    .header_logo_text {
    font-size: 8px;
    }
}


/*================================================
	Top Banner
==================================================*/
.top_banner_section{
background: linear-gradient(135deg,  #212445 0%,#0c0f25 100%);
padding: 13em 0 9em;
position: relative;
}

/* Section Arch */
.section_arch-top .section_arch-top_banner svg {
height: 143px;
}
.section_arch-bottom .section_arch-top_banner svg {
height: 90px;
}
.section_arch-top_banner .st0{fill:var(--phdorange);}
.section_arch-top_banner .st1{fill:#FFFFFF;}

.top_banner_container{}

/* content */
.banner_content_wrap{
color: #fff;
text-align: left;
display: flex;
justify-content: space-between;
flex-direction: column;
position: relative;
}
.banner_heading{
font-size: clamp(2rem, 0.425rem + 3.6vw, 3.5rem);
line-height: 1.2;
display: block;
margin-bottom: 2.5rem;
text-transform: uppercase;
font-weight: 900;
width: 45%;
font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/* get started btn and phone */
.top_banner_section .get_started_btn_wrap {
text-align: left;
width: 45%;
}
.top_banner_section .get_started_btn_wrap .get_started_phone {
justify-content: flex-start;
}

/* Video */
.banner_video_wrap{
position: absolute;
width: 52%;
top: 0;
right: 0;
}
.banner_video{
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
top: -2em;
}
.banner_video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:1px solid #5e5e5e;
}
.banner_video::before {
content: '';
width: 42px;
height: 46px;
display: block;
background-image: url(images/accent.svg);
position: absolute;
top: -37px;
left: -37px;
z-index: 2;
background-position: center center;
background-repeat: no-repeat;
}

@media (max-width: 1140px) {
    .top_banner_section{
    padding:10em 0 7em;
    }
    .banner_video {
    top:0;
    }
}
@media (max-width: 900px) {
    .top_banner_section {
    padding: 8em 0 6em;
    font-size:87.5%;
    }
    .top_banner_container {
    max-width: 600px;
    margin: 0 auto;
    }
    .banner_heading{
    width:100%;
    text-align: center;
    margin-bottom: 0.75em;
    }
    .top_banner_section .get_started_btn_wrap {
    width:100%;
    text-align: center;
    }
    .top_banner_section .get_started_btn_wrap .get_started_phone{
    justify-content: center;
    }
    .banner_video_wrap{
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto 2em;
    width: 100%;
    max-width: 500px;
    }
    .banner_video::before{
    width: 22px;
    height: 27px;
    top: -22px;
    left: -20px;
    }
}
@media (max-width: 700px) {
    .top_banner_section {
    padding: 14vw 0 12vw;
    }
}


/*================================================
	Quote Section
==================================================*/
.quote_section{
background: linear-gradient(to bottom, #ffffff 20%,#f2f2f2 100%);
padding: 3em 0 4em;
}
.quote_container{
display: flex;
justify-content: center;
align-items: center;
max-width: 1060px;
margin: 0 auto;
}
.quote_pic_wrap{
position: relative;
width:226px;
}
.quote_pic_figure{
position: relative;
right: -2em;
}
.quote_pic{
display: block;
border:5px solid #fff;
box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
max-width: 100%;
height: auto;
transform: rotate(-3deg);
}
.quote_pic_figure figcaption{
position: absolute;
color:var(--phdorange);
font-weight: 700;
font-size: 1em;
line-height: 1.2;
width: 120px;
}
.quote_pic_figure figcaption span{
color:#888;
font-size: 12px;
display: inline-block;
font-weight: 400;
margin-top: 4px;
}
.quote_pic_figure figcaption::before{
content:'';
width:37px;
height:32px;
position: absolute;
background-image: url("images/arrow.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
}
.quote_pic_figure figcaption:nth-of-type(1){
top: 60%;
left: -136px;
text-align: right;
}
.quote_pic_figure figcaption:nth-of-type(1)::before{
top: -32px;
transform: scaleX(-1);
right: -21px;
}
.quote_pic_figure figcaption:nth-of-type(2){
bottom: 0px;
right: -145px;
}
.quote_pic_figure figcaption:nth-of-type(2)::before{
top: -34px;
left: -30px;
}
.quote_pic_figure figcaption:nth-of-type(3){
display: none;
width: 100%;
color: #777;
max-width: 300px;
font-weight: 400;
text-align: center;
margin: 1.5em auto 0;
position: relative;
font-size: 12px;
}

.quote_content{
width:calc(100% - 226px);
padding-left:5em;
display: flex;
flex-direction: column;
row-gap:1.5em;
}
.quote_text{
font-size: 1.875em;
color: var(--phdblue);
font-style: italic;
line-height: 1.3;
font-weight: 700;
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.quote_by{
font-size:1.5em;
color:#444;
text-align: left;
position: relative;
align-self: flex-end;
}
.quote_by span{
font-size: 0.625em;
color:#777777;
display: block;
margin-top: 4px;
}
.quote_by::before{
content:'';
width: 0.625em;
height: 0px;
border-bottom:2px solid #777;
position: absolute;
top: 0.6em;
left: -1em;
}

@media (max-width: 1300px) {
    .quote_container{
    max-width:800px;
    }
}
@media (max-width: 970px) {
    .quote_container{
    max-width:600px;
    align-items: flex-start;
    }
    .quote_content {
    font-size: 87.5%;
    row-gap: 1em;
    }
    .quote_by::before {
    top: 10px;
    left: -16px;
    width: 10px;
    }
    .quote_pic_figure figcaption:nth-of-type(1){
    left: -126px;
    }
    .quote_pic_figure figcaption:nth-of-type(2) {
    bottom: -21px;
    right: -135px;
    }
}
@media (max-width: 750px) {
    .quote_container{
    flex-direction: column;
    row-gap:2em;
    }
    .quote_content {
    padding-left: 0;
    width: 100%;
    }
    .quote_pic_wrap {
    margin:0 auto;
    }
    .quote_pic_figure {
    right: 0;
    }
    .quote_pic_figure figcaption:nth-of-type(2){
    bottom: 20px;
    }
    .quote_text {
    font-size:1.5em;
    }
    .quote_by{
    font-size:1.25em;
    }
    .quote_by span {
    font-size:10px;
    }
}
@media (max-width: 550px) {
    .quote_pic_wrap {
    margin: 0 auto;
    width: 100%;
    }
    .quote_pic{
    max-width: 226px;
    margin: 0 auto;
    }
    .quote_pic_figure figcaption:nth-of-type(1),
    .quote_pic_figure figcaption:nth-of-type(2),
    .quote_pic_figure figcaption::before{
    display: none;
    }
    .quote_pic_figure figcaption:nth-of-type(3){
    display: block;
    }
}

/*================================================
	Results Section
==================================================*/
.site_section-results{}
.site_section-results .section_heading{
margin-bottom: 0.25em;
}

/* Numbers */
.results_numbers_wrap{
display: flex;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
margin-bottom: 2em;
}
.results_box{
width:24%;
text-align: center;
padding:0 1em;
}
.results_num{
color:var(--phdorange);
font-weight: 700;
font-size: clamp(2rem, 0.425rem + 3.6vw, 3.125rem);
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.results_label{
color:#111;
font-weight:700;
font-size: 0.875em;
text-transform: uppercase;
line-height: 1.3;
margin-top:0.75em;
}
.results_box:nth-last-child(n+2){
border-right:1px solid #999;
}

/* Results pics */
.before_after_wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 2%;
}
.before_after_box{
width:32%;
position: relative;
}
.before_after_pic{
display: block;
max-width:100%;
height: auto;
}
.before_after_box figcaption{
background:var(--phdblue);
padding:0.375em 0.5em;
color:var(--phdorange);
font-size: clamp(1.125rem, 3vw, 2rem);
}
.before_after_box figcaption span{
color:#fff;
font-size: 0.75em;
display: block;
margin-top: 0.25em;
}

@media (max-width: 900px) {
    .results_label{
    font-size: 11px;
    }
}
@media (max-width: 750px) {
    .results_box {
    width: 48%;
    padding:1em;
    }
    .results_box:nth-last-child(n+2){
    border-color:#ddd;
    }    
    .results_box:nth-child(2){
    border-right:0;
    border-bottom:1px solid #ddd;
    }
    .results_box:first-child{
    border-bottom:1px solid #ddd;
    }
}
@media (max-width: 600px) {
    .before_after_wrap{
    row-gap:20px;
    }
    .before_after_box{
    width:100%;
    max-width:300px;
    margin:0 auto;
    }
}


/*================================================
	Benefits Section
==================================================*/
.site_section-benefits{
background: #faf8f3;
padding: 7.5em 0;
}
/* Section Arch */
.section_arch-top .section_arch-benefits svg,
.section_arch-bottom .section_arch-benefits svg{
height: 83px;
}
.section_arch-benefits .st0{fill:#FFFFFF;}

/* Benefits Boxes */
.benefits_wrap{
display: grid;
align-items: stretch;
grid-gap: 20px;
margin-bottom: 2.5em;
grid-template-columns: 1fr 1fr 1fr;
}
.benefit_box{
background: #fff;
padding:1.25em;
border-radius: 5px;
box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.benefit_heading{
font-size: 1.25em;
font-weight: 900;
text-transform: uppercase;
line-height: 1.2;
margin-bottom:10px;
color:var(--phdblue);
font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.benefit_heading span{
color:var(--phdorange);
}
.benefit_box p{
line-height: 1.3;
font-size: 1em;
text-align: left;
}

@media (max-width: 900px) {
    .benefits_wrap{
    grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .site_section-benefits {
    padding: 5em 0;
    }
    .benefits_wrap{
    grid-template-columns: 1fr;
    }
}

/*================================================
    Reviews Section
=================================================*/
.site_section-reviews{}

.reviews_wrap{
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 900px;
margin: 0 auto;
column-gap: 20px;
row-gap: 20px;
margin-bottom:2.5em;
}
.reviews_column{
width:48%;
display: flex;
flex-direction: column;
row-gap:20px;
}
.reviews_column img{
display: block;
width:100%;
height: auto;
border: 2px solid #ccc;
}

@media (max-width: 700px) {
    .reviews_wrap{
    max-width: 400px;
    }
    .reviews_column{
    width:100%;
    }
}

/*================================================
    Dr. Profile Section
=================================================*/
.site_section-profile{
background: linear-gradient(to bottom, #f2f2f2 20%,#ffffff 100%);
padding: 5em 0 3em;
}

.profile_wrap{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.profile_img{
width:310px;
}
.profile_img img{
display: block;
max-width: 100%;
height: auto;
box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
border:5px solid #fff;
}
.profile_content{
width: calc(98% - 320px);
}
.profile_subheading{
color: var(--phdorange);
font-size: 1.25em;
text-transform: uppercase;
margin-bottom: 0.25em;
}
.section_heading-profile{
text-align: left;
margin-bottom: 0.5em;
}
.profile_content > p{
font-size: 1.25em;
line-height: 1.5;
margin-bottom: 1.5em;
}
.profile_content > p:last-of-type{
margin:0;
}

@media (max-width: 900px) {
    .profile_img{
    width:200px;
    }
    .profile_content {
    width: calc(98% - 210px);
    }
    .profile_content > p {
    font-size: 1.125em;
    }
}
@media (max-width: 600px) {
    .profile_wrap{
    flex-direction: column;
    row-gap:1.75em;
    }
    .profile_img{
    width:200px;
    margin:0 auto;
    }
    .profile_content {
    width: 100%;
    }
    .profile_subheading,
    .section_heading-profile{
    text-align: center;
    }
}

/*================================================
    Contact Form Section
=================================================*/
.site_section-contact{
background: var(--phdblue);
padding: 11em 0 5em;
}
/* Section Arch */
.section_arch-top .section_arch-contact svg{
height: 83px;
}
.section_arch-contact .st0{fill:#ffffff;}

.site_section-contact .section_heading{
color:#fff;
}

@media (max-width: 700px) {
    .site_section-contact{
    padding: 6em 0 4em;
    }
}

/* Contact Form =================================*/
.site_section-contact{}
.site_section-contact .section_heading{
text-align: center;
}
.contact_form_content_wrap{
max-width:600px;
margin: 0 auto;
background: #fff;
border-radius: 10px;
padding:1.75em;
}
@media (max-width: 700px) {
    .contact_form_content_wrap{
    padding:1.75em 1.25em;
    }
}
.contact_form_heading{
font-size: 1.25rem;
line-height: 1.3;
text-align: center;
margin-bottom: 1.5em;
color:var(--phdblue);
text-transform: uppercase;
font-weight: 900;
font-family: 'Lato', Arial, Helvetica, sans-serif;

}

.form_wrap{
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
row-gap:1.5em;
}
.form_field_wrap{
width:100%;
color:#444;
position: relative;
}
.form_field_wrap > label{
display: block;
font-size: 1.125em;
color:#444;
margin-bottom:3px;
}
.form_field_wrap > label > sup {
color: var(--phdorange);
font-size: 1.125em;
top: 0;
left: 2px;
}
.form_field_wrap input,
.form_field_wrap textarea{
display: block;
width:100%;
padding:10px;
background: #efefef;
border:1px solid #ddd;
border-radius: 5px;
}
.form_field_wrap textarea{
height: 100px;
}
.form_field_wrap-radio > span {
padding-top: 5px;
}
.wpcf7-radio .wpcf7-list-item {
margin: 0 1em 0 0;
}
.wpcf7-radio label {
display: flex;
align-items: center;
column-gap: 5px;
font-weight: 700;
font-size: 1.125em;
padding-top: 10px;
}

.form_btn_wrap{
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
position: relative;
}
.form_btn_wrap input[type=submit]{
display: inline-block;
padding: 0.75em;
width:75%;
max-width:300px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
text-decoration: none;
background: var(--phdorange);
font-size: 1.125em;
font-weight: 700;
border-radius: 6px;
text-align: center;
border:0;
cursor: pointer;
text-transform: uppercase;
}
.form_btn_wrap input[type=submit]:hover,
.form_btn_wrap input[type=submit]:focus{
background: var(--phdorangerollover);
}

.form_btn_wrap .wpcf7-spinner{
position: absolute;
z-index: 10;
right: 0;
}

.form_captcha_wrap{}

/* Validation */
.wpcf7-not-valid-tip{
margin-top:2px;
}
.form_field_wrap input.wpcf7-not-valid,
.form_field_wrap textarea.wpcf7-not-valid {
border-color: #dc3232;
}
.wpcf7 form .wpcf7-response-output{
margin: 2em 0 0 0 !important;
padding:1em !important;
border-radius: 5px;
background: #f1f6ff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
background: #fff6dd;
}
.wpcf7 form.sent .wpcf7-response-output{
background: #e9feeb;
}

/* Get Started =================================*/
.site_section-contact .get_started_phone{
color:#fff;
}

/*================================================
    Footer
=================================================*/
.footer{
background-color: #b9b9b9;
color:#fff;
padding:3em 0;
}
.footer_content{
font-size: 12px;
line-height: 1.4;
text-align: center;
}
.footer_content p{}
.footer_content p a{
color:#fff;
text-decoration: none;
}
.footer_content p a:hover{
text-decoration: underline;
}






