@charset "UTF-8";


body, html {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-family: "Varela", sans-serif;
}

•⁠  ⁠{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Bricolage Grotesque", sans-serif;
	font-family: "Inter", sans-serif;
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	z-index: 10;
}

.header .container{
	max-width: inherit;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo{
	width: 164px;
	height: 51px;
	aspect-ratio: 164/51;
}

.nav-list {
	list-style: none;
	display: flex;
	gap: 40px;
	margin-left: auto;
	max-width: 1280px;
	padding-right: 10%;
}

.nav-link.active {
	font-weight: 600;
}


.container {
	width: 1280px;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body {
	background: #FFFFFF;
	color: #000000;
}

/* NAV */
.nav-list {
    display: flex;
    align-items: center; 
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li a {
    margin-left: 24px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    font-family: sans-serif;
}

.nav-btn {
    background-color: #000000; 
    color: #ffffff !important; 
    padding: 10px 25px;        
    border-radius: 8px;        
    font-weight: 600;
    display: inline-block;     
    transition: all 0.3s ease;
    line-height: 1;           
}

.nav-btn:hover {
    background-color: #333333; 
    transform: translateY(-1px); 
}

.nav-btn:visited, 
.nav-btn:active {
    color: #ffffff !important;
}

.nav-link.contact {
	border: 1px solid #aaa;
	padding: 6px 18px;
	border-radius: 10px;
	background-color: #000000;
	color: #FFFFFF
}

.nav-link.contact:hover{
	background-color: #858585
}

.about-hero button {
	background-color: #F5F5F5;
	padding: 12px 32px;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
	color: #FFFFFF;
	border: none;       
	outline: none;  
}

.about-hero button:hover
{
	background-color: #83A7B6;
}

/* HOME HERO */
.image-container {
  position: relative;
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto;
	padding-top: 150px;
}

.base-image {
  width: 100%;
  height: auto;
  display: block;
	z-index: -1;
	
}

.btn-start:hover{
	background-color: #000000
}

.overlay-box {
  position: absolute;
  top: 60%;
  left: 5%; 
  transform: translateY(-50%);
  max-width: 500px;
  padding: 40px;
  background-color: rgba(211, 211, 211, 0.9); 
  border-radius: 8px; 
  text-align: left;
  color: #333;
}

.overlay-box h1 {
  font-size: 2rem;
  font-family: sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
	padding-left: 0;
}

.overlay-box p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.btn-start {
  margin-top: 10px;
  padding: 12px 25px;
  background-color: #888888; 
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.btn-explore:hover{
	background-color: #83A7B6
}
@media (max-width: 768px) {
  .overlay-box {
    width: 90%;
    left: 5%;
    top: auto; 
    bottom: 5%; 
    transform: none; 
    padding: 20px;
  }
  
  .overlay-box h1 {
    font-size: 1.5rem;
  }
}

.image-container {
	display: flex;       
	width: 100%;
	height: 500px;      
	position: relative; 
}

.base-image {
	flex: 1;           
	width: 50%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlay-box {
	flex: 1;             
	background-color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 5%;
	box-sizing: border-box;
}


.overlay-box h1, 
.overlay-box p {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

/* EXPECT */
.wte-img{
	display: flex;           
	width: 100%;
	height: 100%;
	object-fit: cover;
	justify-content: center;
	align-items: center;
	overflow: hidden
	
}
.expect {
	padding: 80px 8%;
	text-align: center;
}

.expect h2 {
	margin-bottom: 40px;
}

.expect-content {
	z-index: -1;
}

/* WHY */

.why{
	height: 1280px;
	width: 100px; 
	align-content: center;
	
}
.why {
	padding: 80px 8%;
	text-align: center;
}

.why .hint {
	font-size: 12px;
	color: #777;
	margin-bottom: 30px;
}


.ab button {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 24px auto 0;
}

.banner-container {
	position: relative;
	width: 100%;
	height: 450px; 
	overflow: hidden;
	margin-top: 150px;
	z-index: -1;
}

.banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
	z-index: -1;
}

.banner-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.banner-overlay h1 {
	font-size: 3rem;
	margin-bottom: 15px;
}

.btn-explore {
	padding: 10px 25px;
	background-color: #828282;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
}

.btn-explore:hover{
	background-color: #83A7B6;
}

.doctor-card:hover{
	background-color: #83A7B6;
}


.about-container {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.doctor-section {
	width: 100%;
	padding: 80px 0;
	text-align: center;
}

.doctor-section h2 {
	font-size: 48px;
	margin-bottom: 40px;
}

/* Card */
.doctor-card {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	background: #D9D9D9;
	border-radius: 32px;
	padding: 40px;
	z-index: -1;
}

.doctor-img img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 24px;
}

.doctor-info h3 {
	font-size: 48px;
	margin-bottom: 10px;
}

.doctor-info h5{
	font-weight: 400;
}


.doctor-info p {
	font-size: 18px;
	color: #777;
	font-style: italic
}

/* Hint text */
.hint {
	position: absolute;
	top: 24px;
	right: 32px;
	font-style: italic;
	font-size: 18px;
}

.meet-container h2{
	text-align: center
}

/* Layout */
.card-content {
	display: grid;
	align-items: center;
	gap: 60px;
	grid-template-columns: 350px 1fr;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;   
}



.services {
	padding: 80px 0;
	text-align: center;
}

.services h2 {
	font-size: 48px;
	margin-bottom: 60px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 516px);
	gap: 48px;
	justify-content: center;
}

.service-card {
	width: 516px;
	height: 600px;
	background: #e0e0e0;
	border-radius: 28px;
	padding: 18px;
	box-sizing: border-box;
}

.service-card:hover{
	background-color: #83A7B6;
	color: #FFFFFF
}

.service-cta {
	display: inline-block;
	text-decoration: none;
}

.service-cta:hover {
	background-color: #83A7B6;
}


.card-img {
	width: 100%;
	display: flex;
	justify-content: center;
}

.card-img img {
	width: 480px;
	height: 380px;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	margin-bottom: 24px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 516px);
	gap: 48px;
	justify-content: center;
}

/* TITLE */
.service-card h3 {
	margin: 0 0 10px;
}

/* TEXT */
.service-card p {
	margin: 0;
	line-height: 1.6;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 516px);
	gap: 40px;
	justify-content: center;       
}


.testimonial-slider {
	max-width: 900px;
	margin: 60px auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slide {
	flex: 1;
	display: flex;
	justify-content: center;
}

.slide img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.arrow {
	background: none;
	border: none;
	font-size: 36px;
	cursor: pointer;
	padding: 8px 12px;
}

.arrow hover {
	opacity: 0.6;
	color: #F5F5F5;
}

.cta-section {
	width: 100%;
	display: flex;
	justify-content: center;  
	padding: 40px 0;
	background: transparent;   
}

.cta-button {
	display: inline-block;
	padding: 14px 32px;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 500;
	border: none;
	outline: none;
}

.cta-button:focus,
.cta-button:active,
.cta-button:focus-visible {
	outline: none;
	box-shadow: none;
}


/* CONTACT PART */

.contact-hero {
	position: relative;
	height: 70vh;
	background-image: url("img/contact us hero.jpg");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cotact-hero before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}

/* text container */
.hero-content {
	position: relative; 
	color: white;
}

.hero-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 8px;
}

.hero-content p {
	font-size: 18px;
	opacity: 0.9;
}


.contact-main {
	display: flex;
	gap: 60px;
	padding: 80px 40px;
	max-width: 1000px;
	margin: auto;
}

.contact-form {
	flex: 1;
	margin-top: 5%;
}

.contact-form h2 {
	margin-bottom: 20px;
}

.contact-form form {
	display: flex;
	flex-direction: column;
}

.contact-form label {
	margin-top: 12px;
	font-size: 14px;
}

.contact-form input,
.contact-form textarea {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}



.contact-form textarea {
	min-height: 120px;
}

.contact-form button {
	margin-top: 20px;
	shape-margin: 20%;
	background: black;
	color: white;
	padding: 12px;
	border-radius: 8px;
	width: 456px;
	text-align: center;
	display: block;
}

/* CONTACT IMAGE */
.contact-image img {
	width: 520px;
	height: 679px;
	border-radius: 20px;
	object-fit: cover;
	padding-top: 150px;
}

/* LOCATION */
.location {
	display: flex;
	gap: 40px;
	padding: 60px 40px;
	max-width: 1000px;
	margin: auto;
}

.map img {
	width: 300px;
	border-radius: 12px;
}

.location-info h2 {
	margin-top: 50%;
	margin-bottom: 50%px;
}

.location-info p {
	margin-bottom: 12px;
}


/* FOOTER */
footer {
	display: flex;
	background: #F5F5F5;
 	border-top: 1px solid #ddd;
 	justify-content: flex-end;
 	font-size: 12px;
}

.footer-content{
	width: 100%;
	overflow: hidden;
}

.footer-right {
	height: 330px;
	width: 1280px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	margin-left: 500px;
	justify-content: flex-end;
	margin: left
}