:root {
    --prussian-blue: #003852;
    --venice-blue: #00628A;
    --bondi-blue: #008CB6;
    --artyclick-blue: #00B8E3;
    --turquoise-blue: #6CE0FE;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('assets/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    src: url('assets/fonts/Quicksand-VariableFont_wght.ttf');
}

body {
    margin: 0;
}

.hero-section {
    display: flex;
    flex-direction: column;
}

.background-container {
    position: relative;
    z-index: -1;
    height: 157vh;
}

.hero-background {
    position: absolute;
    max-width: 100%;
    z-index: 0;
}

.gradient-overlay {
    position: absolute;
    max-width: 100%;
    z-index: 1;
}

.curved-border {
    position: absolute;
    max-width: 100%;
    z-index: 2;
    bottom: 0;
}

.hero-content {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 5%;
    width: 600px;
    color: var(--venice-blue);
}

.hero-content > h1 {
    font-size: 4rem;
    margin: 2rem 0 0 0;
}

.hero-content > p {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    margin: 1rem 0;
    width: 500px;
    color: var(--venice-blue);
}

.hero-content > a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    padding: 10px 20px;
    background-color: var(--artyclick-blue);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.services-main{
    width: 90%;
    margin: 0% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.services-title {
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
}

.services-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

.service-card {
    position: relative;
    display: flex;
    height: 400px;
}

.service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-name {
    position: absolute;
    bottom: 50px;
    left: 20px;
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    font-family: 'Quicksand', serif;
}


.why-section {
    width: 100%;
    background-color: var(--bondi-blue);
    margin: 50px 0;
    padding: 50px 0;
}

.why-container {
    width: 90%;
    margin: 0% auto;
    display: flex;
}

.why-choose-us-left {
    width: 48%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.why-choose-us-left-image-1 {
    width: 100%;
    height: 300px;
}

.why-choose-us-left-content {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
}

.why-choose-us-left-content img {
    width: 48%;
    height: 250px;
}

.why-choose-us-right {
    width: 48%;
    margin: 0 auto;
    padding: 10px;
}

.why-choose-us-right p {
    color: #fff;
    font-size: 1.2rem;
}

.why-choose-us-right-text p{
    font-size: 2.5rem;
}

.highlight {
    background: rgba(0, 44, 80, 0.55);
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-block;
}

.small-text {
    font-size: 0.5rem;
    color: rgba(255,255,255,0.85);
}

.feature-container {
    width: 100%;
    margin: 10px auto;
    display: flex;
    gap: 20px;
}

.feature-card {
    padding: 7px;
    width: 48%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border: #00B8E3 1px solid;
    border-radius: 5px;
    gap: 10px;
}

.feature-card-icon img{
    width: 50px;
}

.feature-card-content p {
    font-size: 0.8rem;
}

.book-appointment {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border: #00B8E3 1px solid;
    border-radius: 5px;
    margin-top: 20px;
}






.before-after-section {
    width: 100%;
    background-color: var(--prussian-blue);
    margin: 50px 0;
    padding: 50px 0;
}

.before-after-container {
    width: 90%;
    margin: 0% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.before-after-upper-title {
    font-size: 1.5rem;
    color: white;
    margin: 0;
}

.before-after-title {
    font-size: 2.5rem;
    color: white;
    margin: 10px 0;
}

.before-after-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

.before-after-grid {
    width: 100%;
    margin: 20px auto;
    display: flex;
    gap: 20px;
}

.before-after {
    width: 30%;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}

.before-after img {
    width: 100%;
    height: 300px;
    display: block;
}

.before-after-container-inner {
    display: flex;
    margin: 0;
    padding: 0;
}

.before {
    width: 49%;
    margin: 0;
    padding: 0 5px;
    background-color: #003852;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.before p {
    font-size: 0.9rem;
}

.after {
    width: 49%;
    margin: 0;
    padding: 0 5px;
    background-color: var(--bondi-blue);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.after p {
    font-size: 0.9rem;
}

.before-after-service {
    font-weight: bold;
    font-size: 1rem;
    color: #00628A;
    margin-top: 10px;
}

.schedule {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 20px;
}

.view-more {
    background-color: #008CB6;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}





.call-section {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-image: url('../assets/images/HeroBackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.call-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(0, 56, 82, 0.85) 0%, 
        rgba(0, 56, 82, 0.65) 50%, 
        rgba(0, 56, 82, 0.45) 100%);
    z-index: 1;
}

.call-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.call-left {
    flex: 1;
    color: white;
}

.call-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.call-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 500px;
}

.call-text {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.call-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.services-btn,
.appointment-btn {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
}

.services-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.services-btn:hover {
    background-color: white;
    color: #003852;
}

.appointment-btn {
    background-color: #00A9E0; 
    color: white;
    border: 2px solid #00A9E0;
}

.appointment-btn:hover {
    background-color: #0090c0;
    border-color: #0090c0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 169, 224, 0.3);
}








.find-us-container {
    width: 90%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.find-us-grid {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.find-us-card {
    width: 48%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    border: lightslategrey 1px solid;
    border-radius: 15px;
}

.find-us-card-icon-container {
    margin: 0;
    padding: 0;
}

.find-us-card-icon {
    width: 25px;
    height: 25px;
}

.find-us-card-container {
    width: 90%;
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: lightslategrey 1px solid;
}

.clinic-hours {
    display: flex;
    gap: 5px;
}

.find-us-card-btn {
    width: 90%;
    border: lightgray 1px solid;
    border-radius: 5px;
    background-color: #00628A;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px auto;
    padding: 0 10px;
    text-decoration: none;
    color: white;
}

.find-us-card-btn img{
    width: 20px;
}

.find-us-map {
    width: 45%;
}

.find-us-map iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 10px;
}





 