body {
margin: 0;
padding: 0;
font-family: 'montserrat', sans-serif;
background: #f9fafb;
color: #333;
min-height: auto;
}
/* Header */
.header {
background: #5f9ea0;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.logo img {
height: 62px;
}
nav {
display: flex;
gap: 15px;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: 500;
}


/* Hero with Slideshow */
.hero {
position: relative;
height: 23vh;
min-height: 20px;
overflow: hidden;
}


.slideshow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Slideshow arrows */
.slide-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
width: 20px;
height: 20px;
border: none;
border-radius: 50%;
background: transparent;
color: #fff;
opacity: 40%;
font-size: 18px;
display: grid;
place-items: center;
cursor: pointer;
}
.slide-arrow:hover {
background: transparent;
}
.slide-prev {
left: 12px;
}
.slide-next {
right: 12px;
}

.slide {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0;
transition: opacity 0.8s ease-in-out;
}


.slide.active {
opacity: 1;
}


.hero::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.45);
}


.hero-content {
position: relative;
z-index: 2;
color: #fff;
text-align: center;
top: 50%;
transform: translateY(-50%);
/* padding: 0 15px; */
opacity: 90%;
}


.hero-content h1 {
font-size: 16px;
}


.hero-content p {
font-size: 12px;
}

/* Services */
.services {
padding: 40px 20px;
text-align: center;
}
.service-box {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 15px;
max-width: 900px;
margin: auto;
}
.service-box p {
background: #fff;
padding: 15px;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
/* Content */
.content {
padding: 40px 20px;
max-width: 700px;
margin: auto;
}
/* Form */
.form input,
.form textarea {
width: 92%;
padding: 14px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 15px;
}
button {
width: 100%;
background: #2e7d32;
color: white;
border: none;
padding: 14px;
font-size: 16px;
border-radius: 5px;
}
footer {
background: #eee;
text-align: center;
padding: 20px;
font-size: 14px;
}
/* Back link */
.back {
display: block;
text-align: center;
margin-bottom: 30px;
color: #2e7d32;
}
/* WhatsApp Floating Button */
.whatsapp {
position: fixed;
bottom: 48px;
right: 18px;
/*background: #25D366;
color: white;
font-size: 26px;
padding: 14px 16px;
border-radius: 50%;
text-decoration: none;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);*/
}
/* Mobile Optimization */
@media (max-width: 768px) {
body {
font-size: 16px;
}


.header {
padding: 12px 15px;
}


.logo img {
height: 36px;
}


nav {
width: 100%;
justify-content: space-around;
margin-top: 8px;
font-size: 14px;
}


.hero {
padding: 40px 15px;
}


.hero h1 {
font-size: 14px;
line-height: 1.3;
}


.hero p {
font-size: 14px;
}


.cta {
padding: 14px 24px;
font-size: 15px;
}


.services {
padding: 30px 15px;
}

footer {
font-size: 13px;
padding: 15px;
}


.whatsapp {
bottom: 25px;
right: 15px;
font-size: 24px;
}


.service-box {
grid-template-columns: 1fr;
}


.service-box p {
font-size: 15px;
}
}

body {
margin: 0;
font-family: 'montserrat', sans-serif;
background: #f9fafb;
color: #333;
}


.header {
background: #254568;
padding: 5px 15px 5px 0px;
display: flex;
justify-content: space-between;
align-items: center;
}

.header h1 {
font-size: 25px;
text-align: center;
color: #fff;

}

.logo {
text-decoration: none;

}


.logo img {
height: 65px;
}


nav a {
color: #fff;
margin-left: 20px;
text-decoration: none;
}


.hero {
background: #c9dce6;
text-align: center;
padding: 60px 20px;
}


.hero h1 {
font-size: 24px;
}

.cta {
display: inline-block;
margin-top: 20px;
padding: 12px 25px;
background: #2e7d32;
color: #fff;
text-decoration: none;
border-radius: 5px;
}


.services {
padding: 40px 20px;
text-align: center;
}


.service-box p {
background: #fff;
margin: 10px auto;
padding: 12px;
max-width: 400px;
border-radius: 5px;
}


.content {
padding: 40px 20px;
max-width: 700px;
margin: auto;
}


.form input, .form textarea {
width: 92%;
padding: 12px;
margin: 10px 0;
}


button {
background: #2e7d32;
color: white;
border: none;
padding: 12px;
cursor: pointer;
}


footer {
background: #eee;
text-align: center;
padding: 20px;
}


.back {
display: block;
text-align: center;
margin-bottom: 30px;
color: #2e7d32;
}


/* WhatsApp Floating Button */
.whatsapp {
position: fixed;
bottom: 35px;
right: 10px;
/*background: #25D366;
color: white;
font-size: 16px;
padding: 14px 16px;*/
/*border-radius: 50%;*/
text-decoration: none;
/*box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
}

.whatsapp img {
height: 55px;
}

/* Nav dropdown */
.nav-dropdown {
position: relative;
}
.nav-toggle {
width: 42px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 5px;
flex-direction: column;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.45);
border-radius: 8px;
cursor: pointer;
padding: 0;
}
.nav-toggle:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
}
.nav-line {
width: 20px;
height: 2px;
background: #fff;
display: block;
}
.nav-menu {
position: absolute;
right: 0;
top: calc(100% + 8px);
min-width: 160px;
background: #ffffff;
border: 1px solid #e6e8ec;
border-radius: 10px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
display: none;
flex-direction: column;
padding: 8px;
z-index: 50;
}
.nav-menu a {
color: #254568;
padding: 8px 10px;
border-radius: 6px;
text-decoration: none;
}
.nav-menu a:hover {
background: #eef4f7;
}
.nav-dropdown.open .nav-menu {
display: flex;
}


/* Services grid and appointment bar */
.services {
padding: 40px 20px;
text-align: center;
}
.services h2 {
font-size: 28px;
font-weight: 600;
color: #6b6f75;
margin-bottom: 20px;
}
.service-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
max-width: 520px;
margin: auto auto;
justify-items: center;
}
.service-card {
background: #fff;
border: 1px solid #e6e8ec;
border-radius: 14px;
padding: 10px 10px 20px;
text-align: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.04);
width: 150px;
}
.service-icon {
width: 26px;
height: 26px;
margin: 0 auto 12px;
display: grid;
justify-content: center;
}
.service-icon svg {
width: 52px;
height: 52px;
stroke: #444;
fill: none;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
place-items: center;
}
.service-card h3 {
margin: 0;
font-size: 16px;
color: #1298c3;
font-weight: 600;
top: 10px;
position: relative;
font-family: 'Poppins';
}
.appointment-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #ef6c00;
color: #fff;
text-decoration: none;
text-align: center;
padding: 10px 16px;
font-weight: 500;
letter-spacing: 0.2px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.appointment-bar img {
height: 16px;
}
@media (max-width: 360px) {
.service-grid {
grid-template-columns: 1fr;
}
}
