/*
Theme Name: Priv-Health
Author: Khaled Ramadan
Description: Custom Theme Built From Scratch
Version: 1.0
*/


/* THEMING */

@font-face {
    font-family: "Orpheus";
    src: url("./assets/fonts/Orpheus-Pro.ttf") format("truetype-variations");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cormorant";
    src: url("./assets/fonts/Cormorant/Cormorant-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cormorant Italic";
    src: url("./assets/fonts/Cormorant/Cormorant-Italic-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100;
    font-style: italic;
}

h1,
h2,
h3,
h4,
p,
figure,
body,
html {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

body * {
    font-family: "Cormorant", sans-serif;
}

p {
    color: #a6a6a6;
}

.section-title {
    font-size: 70px;
    color: #a6a6a6;
    font-weight: 700;
    line-height: 80px;
}

.section-sub-title {
    font-size: 26px;
    color: #a6a6a6;
    line-height: 30px;
}

.section-text {
    font-size: 26px;
    color: #a6a6a6;
    line-height: 30px;
}

.half-width {
    width: 45%;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

.large-weight {
    font-weight: 700;
}

.medium-weight {
    font-weight: 600;
}

.small-weight {
    font-weight: 500;
}

.inside-page-title {
    line-height: 110px;
    border-bottom: 1px solid #848382;
    padding-bottom: 35px;
    gap: 1em;
}

.inside-page-title>h2 {
    padding-top: 35px;
    font-family: "Orpheus";
}

.inside-page-title>h2:first-child {
    border-top: 1px solid #848382;
}

/* BANNER SECTION */

header#main-header,
#main-menu,
#main-menu ul {
    display: flex;
}

header#main-header {
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

header#main-header #main-menu {
    justify-content: center;
    align-items: center;
}

header#main-header #main-menu ul {
    border-top: 0.5px solid white;
    border-bottom: 0.5px solid white;
    border-color: rgba(250, 250, 250, 0.2);
    padding: 20px 0px;
    margin-right: 30px;
}

header#main-header #main-menu ul li {
    margin-right: 30px;
}

header#main-header #main-menu ul li.current-menu-item a {
    padding-bottom: 22px;
    border-bottom: 2px solid #fff;
}


header#main-header #main-menu ul li:last-child {
    margin-right: 0;
}

header#main-header #main-menu ul li a,
header#main-header #main-menu ul li a:visited,
header#main-header #main-menu ul li a:hover,
header#main-header #main-menu ul li a:active {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

header#main-header #main-menu ul li a.active {
    padding-bottom: 22px;
    border-bottom: 2px solid #fff;
}

header#main-header #header-logo img {
    max-width: 210px;
    width: 100%;
    transform: translateY(8px);
}

header#main-header #booking-btn {
    text-decoration: none;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid white;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 15px;
    cursor: pointer;
}

#banner {
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#banner .v-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
}

#banner #banner-text-wrapper {
    padding-bottom: 40px;
}

#banner #banner-text {
    font-family: "Orpheus";
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    color: white;
}

#banner #banner-text.bordered-header {
    padding-bottom: 40px;
    border-bottom: 1px solid white;
    margin-bottom: 150px;
    font-size: 100px;
    line-height: 110px;
}

#banner #banner-text.bordered-header>span:first-child {
    padding-top: 40px;
    border-top: 1px solid white;
}

#banner #banner-text * {
    font-family: "Orpheus";
}

#banner #banner-text span:first-child {
    padding-top: 40px;
}

#banner .liner {
    width: 4px;
    height: 135px;
    background-color: white;
}

#banner #main-menu-mobile {
    width: 100%;
    text-align: center;
    display: none;
    background: rgb(105, 105, 105);
    z-index: 1;
    padding: 20px 0px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
}

#banner #main-menu-mobile ul {
    margin-bottom: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
}

#banner #main-menu-mobile li {
    margin-bottom: 20px;
}

#banner #main-menu-mobile ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#banner #burger-btn {
    position: absolute;
    width: 25px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none;
}

#banner #x-btn {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none;
    z-index: 9;
}

.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none;
}

/* FOOTER SECTIOn */

footer {
    background-image: linear-gradient(to bottom right, #848382, #a6a6a6);
    color: #ffffff;
    font-family: "Cormorant";
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    padding: 40px 0;
    position: relative;
}

footer .v-shape-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .logo img {
    width: 240px;
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
}

footer .footer-content .details-section {
    display: flex;
    flex-direction: column;
}

footer .menu-list .menu {
    display: flex;
    margin-bottom: 40px;
    padding: 10px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .menu-list .menu-item {
    margin-right: 40px;
}

footer .menu-list .menu-item:last-child {
    margin-right: 0;
}

footer .menu-item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

footer .contact-us {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

footer .contact-us h2 {
    font-family: "Orpheus";
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

footer .contact-us #apt-btn {
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 15px;
    cursor: pointer;
}

footer .location {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-right: 12px;
}

footer .location a {
    color: #ffffff;
}

footer .booking-section-icons {
    display: flex;
}

footer .booking-section-icons .social-item {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

footer .booking-section-icons .social-item:last-child {
    margin-right: 0;
}

footer .booking-section-icons img {
    width: 22px;
    margin-right: 8px;
}

footer .booking-section-icons a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

/* #### Makes Us Different */

#makes-us-different-section {
    position: relative;
}

#makes-us-different-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}

/* #### OUR SERVICES SECTION */

#our-services-section #services-items {
    align-items: stretch;
    gap: 28px;
}

#our-services-section .service {
    border: 1px solid #aea59d;
    border-radius: 10px;
    padding: 24px 32px;
    box-sizing: border-box;
}

#our-services-section .service img {
    width: 63px;
    margin-bottom: 24px;
}

#our-services-section .service h3 {
    color: #848382;
    line-height: 24px;
    font-size: 22px;
    /* font-weight: 700; */
}

#our-services-section .service p {
    line-height: 24px;
    color: #a6a6a6;
    font-size: 18px;
    /* font-weight: 500; */
}

/* #### WHY CHOOSE US SECTION */

#why-us-section .section-title {
    border-top: 1px solid #cacbcd;
    border-bottom: 1px solid #cacbcd;
    padding: 16px 0px;
}

#why-us-section #reasons-items {
    justify-content: space-around;
    align-items: stretch;
}


#why-us-section .reason {
    text-align: left;
    max-width: 300px;
}

#why-us-section .reason h3 {
    font-family: "Orpheus";
    font-size: 70px;
    /* font-weight: 500; */
    line-height: 80px;
    color: #848382;
    opacity: 23%;
}

#why-us-section .reason p {
    font-size: 20px;
    color: #848382;
    line-height: 30px;
    transform: translateY(-50px);
}

/* #### DOCTOROS SECTION */

.owl-carousel .item .dr-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 20px;
    height: 500px;
    margin-bottom: 8px;
}

.owl-carousel .item .dr-name {
    font-family: "Orpheus";
    color: #848382;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.owl-carousel .item p {
    color: #a6a6a6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.owl-carousel .item .learn-more-btn {
    color: #848382;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
    line-height: 20px;
    font-size: 18px;
}

/* #### SINGLE DOCTORS */

#single-doctor h3 {
    line-height: 36px;
    /* font-weight: 700; */
}

#single-doctor p {
    line-height: 36px;
    font-weight: 600;
}

/* #### WHY CHOOSE US: 98 */


#post-98 #our-team-section p {
    /* font-weight: 500; */
    line-height: 45px;
    padding-right: 100px;
}

#post-98 #our-team-section img {
    max-width: 580px;
}

#post-98 #patient-box {
    border-radius: 25px;
    padding: 40px 55px;
}

#post-98 #patient-box h2 {
    font-family: "Orpheus";
    /* font-weight: 500; */
    line-height: 45px;
}

#post-98 #patient-box p {
    /* font-weight: 500; */
    line-height: 36px;
}

#post-98 #compassionate-care-section h2 {
    font-family: "Orpheus";
    /* font-weight: 500; */
    line-height: 45px;
}

#post-98 #compassionate-care-section p {
    /* font-weight: 500; */
    line-height: 36px;
}

/* #### About US: 100 */



#post-100 #about-us-text-box {
    padding: 64px 0px;
}

#post-100 #about-us-text-box p {
    /* font-weight: 500; */
    line-height: 30px;
}

#post-100 #at-our-clinic-section {
    gap: 0;
}

#post-100 #at-our-clinic-section>div {
    flex: 1;
}

#post-100 #at-our-clinic-section>div:nth-child(2) {
    transform: translate(30px, 120px);
}


#post-100 #at-our-clinic-section img {
    height: 450px;
}

#post-100 #at-our-clinic-section div:last-child {
    flex: 2;
    justify-content: center;
    display: flex;
    border-radius: 25px;
    height: 600px;
    padding: 50px;
    padding-left: 75px;
    background-image: url('assets/v-icons/half-v.svg');
    background-repeat: no-repeat;
    background-position: center right;
}

#post-100 #at-our-clinic-section div:last-child p {
    align-self: center;
    /* font-weight: 500; */
    line-height: 30px;
}

#post-100 #about-us-items {
    gap: 22px;
    align-items: stretch;
}

#post-100 #about-us-items>div {
    border: 1px solid #a6a6a6;
    flex: 1;
    padding: 40px;
    border-radius: 10px;
}

#post-100 #about-us-items>div p {
    line-height: 30px;
}

/* #### Our Services: 102 */

#post-102 {
    background-image: url('assets/v-icons/our-services-v.svg');
    background-repeat: no-repeat;
    background-position: 0 100px;
}

#post-102 #our-services-items {
    gap: 70px;
}

#post-102 #our-services-items img {
    margin-bottom: 24px;
}

#post-102 #our-services-items h3 {
    line-height: 24px;
    margin-bottom: 8px;
}

#post-102 #our-services-items p {
    line-height: 24px;
}

#post-102 #our-services-filled-items {
    align-items: stretch;
    gap: 28px;
}

#post-102 #our-services-filled-items img {
    margin-bottom: 24px;
}

#post-102 #our-services-filled-items h3 {
    line-height: 24px;
    margin-bottom: 8px;
}

#post-102 #our-services-filled-items p {
    line-height: 24px;
}

#post-102 #our-services-filled-items>div {
    padding: 30px;
    border-radius: 10px;
}

#post-102 #about-us-portrait-image img {
    width: 100%;
}

/* #### Contact Us: 106 */

#post-106{
	background-image: url(http://priv-health.com/wp-content/uploads/2024/06/right-v.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#post-106 #contact-us-content {
    margin-bottom: 0;
    gap: 60px;
}

#post-106 #contact-us-content>div:first-child {
    padding-right: 60px;
    border-right: 1px solid #a6a6a6;
}

#post-106 #contact-us-content>div:first-child h2 {
    font-family: "Orpheus";
    line-height: 80px;
}

#post-106 #contact-us-content>div:first-child h3 {
    line-height: 40px;
}

#post-106 #contact-us-content>div:last-child {
    padding-left: 60px;
    border-left: 1px solid #a6a6a6;
}

#post-106 #contact-us-content>div:last-child p {
    line-height: 26px;
}

#post-106 form br {
    display: none;
}

#post-106 #contact-us-form-box {
    border-radius: 15px;
    padding: 30px;
}

#post-106 #contact-us-form-box input {
    width: 80%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid;
    border-color: rgba(166, 166, 166, 0.2);
    background-color: transparent;
    padding-bottom: 20px;
    outline: none;
    color: #a6a6a6;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}

#post-106 #contact-us-form-box input.wpcf7-submit {
    background-color: #848382;
    color: white;
    width: auto;
    display: block;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
}

#post-106 #contact-us-form-box .wpcf7-response-output {
    padding: 0;
    margin: 0;
    border: 0;
    color: red;
}

/* #### Responsive */

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 50px;
        line-height: 60px;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    header#main-header #main-menu {
        display: none;
    }

    header#main-header #header-logo {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    header#main-header #main-menu-mobile #booking-btn {
        position: absolute;
        top: 68%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    footer .footer-content {
        display: block;
    }

    footer .logo img {
        margin: 0 auto;
        display: block;
    }

    footer .menu-list .menu {
        display: block;
        text-align: center;
    }

    footer .menu-list .menu-item {
        margin-right: 0;
    }

    footer .contact-us {
        display: block;
        text-align: center;
    }

    footer .booking-section-icons {
        justify-content: center;
        margin-bottom: 20px;
    }

    #banner #burger-btn {
        display: block;
    }

    #banner #banner-text {
        font-size: 40px;
        line-height: 50px;
    }

    #banner {
        height: 55vh;
    }

    #banner #banner-text-wrapper {
        padding-bottom: 25px;
    }

    #banner .liner {
        height: 67px;
    }

    #banner #banner-text.bordered-header {
        padding-bottom: 40px;
        border-bottom: 1px solid white;
        margin-bottom: 38px;
        font-size: 50px;
        line-height: 50px;
    }

    #makes-us-different-section .wp-block-group {
        width: 100%;
    }

    #makes-us-different-image-mobile {
        margin-bottom: 50px;
    }

    #our-services-section #services-items {
        flex-direction: column;
    }

    #why-us-section #reasons-items {
        flex-direction: column;
    }

    #why-us-section .reason {
        max-width: 100% !important;
    }

    #post-98 #our-team-section img {
        max-width: 100% !important;
    }

    #post-98 #our-team-section p {
        font-size: 30px !important;
        padding-right: 0 !important;
    }

    #post-98 #patient-box h2 {
        font-size: 30px !important;
    }

    #post-98 #patient-box p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #post-98 #compassionate-care-section h2 {
        font-size: 30px !important;
    }

    #post-98 #compassionate-care-section p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #post-100 p {
        font-size: 20px !important;
    }

    #post-100 .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
        flex-direction: column;
    }

    #post-100 #about-us-items {
        flex-direction: column;
    }

    #post-102 #our-services-filled-items,
    #post-102 #our-services-items {
        flex-direction: column;
    }

    #doctors-providers-page #doctors-list {
        display: block !important;
    }

    #doctors-providers-page #doctors-list .doctor-provider {
        margin-bottom: 50px;
    }

    #post-106 #contact-us-content>div:first-child h2,
    #single-doctor .doctor-single-header .main-text {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    #post-106 #contact-us-content>div:first-child h3,
    #single-doctor h3 {
        font-size: 30px !important;
        line-height: 45px !important;
    }

    #post-106 #contact-us-content>div:first-child {
        padding-right: 0 !important;
        border-right: 0 !important;
    }

    #post-106 #contact-us-content>div:last-child {
        padding-left: 0 !important;
        border-left: 0 !important;
        margin-bottom: 50px;
    }

    #post-106 #contact-us-content {
        gap: 0 !important;
    }

    #post-106 #contact-us-content .wp-container-content-4 {
        flex-basis: 0 !important;
    }
	
	#post-100 #about-us-title {
		flex-direction: row;
	}
	
	#post-100 #about-us-title.inside-page-title>h2{
		font-size: 50px !important;
        line-height: 60px;
	}
	#our-services-section .section-title,
	#our-services-section .section-sub-title{
		text-align: left;
	}
	#our-services-section .wp-container-core-buttons-is-layout-2.wp-container-core-buttons-is-layout-2{
		justify-content: left;
	}
	#post-100 .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2{
		flex-direction: column;
	}
	#post-100 #at-our-clinic-section img{
		width: 100%;
		height: unset;
	}
	#post-100 #at-our-clinic-section{
		gap: 12px;
	}
	#post-100 #at-our-clinic-section>div:nth-child(2){
		transform: unset;
	}
	#post-100 #at-our-clinic-section div:last-child{
		height: unset;
		padding-left: 50px;
	}
	#post-102 h2.wp-block-heading {
		font-size: 50px !important;
		line-height: 60px;
	}
	#post-102 #our-services-items{
		gap: 10px;
	}
	#doctors-providers-page #doctors-list{
		padding: 0 10%;
	}
}