body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f4fbfa;
color: #173b38;
line-height: 1.6;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: #167d71;
}
header {
background-color: white;
text-align: center;
padding: 30px 20px;
}
.logo {
width: 190px;
max-width: 80%;
}
.site-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
background: linear-gradient(135deg, #ffffff 0%, #f5fcfb 100%);
padding: 20px 24px;
box-shadow: 0 8px 24px rgba(23, 59, 56, 0.08);
flex-wrap: wrap;
}
.brand {
display: inline-flex;
align-items: center;
}
.top-nav {
background: transparent;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 16px;
}
.top-nav a {
color: #167d71;
text-decoration: none;
margin: 0;
font-weight: 700;
padding: 8px 10px;
border-radius: 999px;
}
.top-nav a:hover {
background: rgba(22, 125, 113, 0.12);
}
.lang-switcher {
display: flex;
gap: 10px;
}
.lang-btn {
background: white;
border: 1px solid rgba(22, 125, 113, 0.2);
color: #173b38;
padding: 10px 14px;
border-radius: 999px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 6px 16px rgba(23, 59, 56, 0.06);
}
.lang-btn.active {
background: #167d71;
color: white;
border-color: #167d71;
}
.hero {
position: relative;
text-align: center;
padding: 80px 20px;
background-image: url("/static/hero-background2.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
}
.hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 0;
}
.hero h1,
.hero h2,
.hero p,
.hero .button {
position: relative;
z-index: 1;
}
.hero h1 {
font-size: 42px;
margin-bottom: 10px;
}
.hero p {
font-size: 18px;
max-width: 820px;
margin: 0 auto 24px;
}
.button {
display: inline-block;
margin: 10px;
padding: 13px 22px;
background-color: #167d71;
color: white;
text-decoration: none;
border-radius: 8px;
border: none;
cursor: pointer;
}
.services {
padding: 50px 20px;
text-align: center;
}
.service-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 30px auto;
}
.service-card {
background-color: white;
padding: 25px;
border-radius: 14px;
box-shadow: 0 5px 18px rgba(0, 0, 0, 0.10);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
}
.service-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.service-card h3 {
color: #167d71;
}
.service-page {
background: linear-gradient(135deg, #f7fffd 0%, #eefaf7 100%);
padding: 40px 20px 80px;
}
.service-shell {
max-width: 1040px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.96);
border-radius: 28px;
box-shadow: 0 18px 60px rgba(23, 59, 56, 0.12);
border: 1px solid rgba(22, 125, 113, 0.12);
overflow: hidden;
}
.service-hero {
padding: 48px 32px 30px;
background: linear-gradient(135deg, #167d71 0%, #1d9a87 100%);
color: white;
text-align: center;
}
.service-hero-icon {
font-size: 46px;
margin-bottom: 10px;
}
.service-hero h1 {
font-size: 36px;
margin: 0 0 10px;
}
.service-hero p {
max-width: 740px;
margin: 0 auto;
font-size: 17px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.92);
}
.service-content {
padding: 32px;
}
.service-section {
background: #fcfffe;
border: 1px solid rgba(22, 125, 113, 0.10);
border-radius: 18px;
padding: 24px;
margin-bottom: 18px;
box-shadow: 0 8px 24px rgba(23, 59, 56, 0.06);
}
.service-section h2 {
color: #167d71;
margin-top: 0;
margin-bottom: 10px;
font-size: 22px;
}
.service-section p,
.service-section li {
font-size: 16px;
line-height: 1.7;
color: #426663;
}
.service-section ul {
padding-left: 20px;
margin: 10px 0 0;
}
.service-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
padding: 20px 0 6px;
}
.service-actions .button,
.service-actions .secondary-button {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.secondary-button {
background: transparent;
border: 2px solid #167d71;
color: #167d71;
padding: 13px 22px;
border-radius: 8px;
font-weight: 700;
}
.service-footer-note {
margin-top: 20px;
padding: 18px 20px;
background: linear-gradient(135deg, #f4fbfa 0%, #edf8f4 100%);
border-radius: 16px;
color: #426663;
font-size: 15px;
line-height: 1.7;
border: 1px solid rgba(22, 125, 113, 0.12);
}
.why-us {
background: linear-gradient(135deg, #e8f8f4 0%, #f5fcfb 100%);
padding: 60px 20px 70px;
}
.why-us-shell {
max-width: 1120px;
margin: 0 auto;
padding: 34px;
background: rgba(255, 255, 255, 0.95);
border-radius: 24px;
box-shadow: 0 16px 48px rgba(23, 59, 56, 0.12);
border: 1px solid rgba(22, 125, 113, 0.12);
}
.why-us-header {
text-align: center;
margin-bottom: 24px;
}
.section-pill {
display: inline-flex;
align-items: center;
justify-content: center;
background: #167d71;
color: white;
padding: 8px 14px;
border-radius: 999px;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.04em;
margin-bottom: 10px;
box-shadow: 0 10px 24px rgba(22, 125, 113, 0.2);
}
.why-us h2 {
font-size: 32px;
margin: 0 0 10px;
color: #173b38;
}
.why-us-intro {
max-width: 760px;
margin: 0 auto;
font-size: 17px;
color: #4a6e6a;
line-height: 1.6;
}
.trust-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin: 24px 0 28px;
}
.trust-badge {
background: #f4fbfa;
border: 1px solid rgba(22, 125, 113, 0.14);
color: #173b38;
padding: 10px 14px;
border-radius: 999px;
font-size: 14px;
font-weight: 600;
box-shadow: 0 4px 12px rgba(23, 59, 56, 0.05);
}
.why-us-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}
.why-us-card {
background: linear-gradient(145deg, #ffffff 0%, #f6fcfb 100%);
padding: 22px;
border-radius: 18px;
box-shadow: 0 8px 28px rgba(23, 59, 56, 0.08);
text-align: left;
border: 1px solid rgba(22, 125, 113, 0.1);
}
.why-us-card h3 {
margin-top: 0;
margin-bottom: 10px;
color: #167d71;
font-size: 20px;
}
.why-us-card p,
.why-us-card li {
font-size: 15px;
line-height: 1.6;
color: #426663;
}
.why-us-card ul {
padding-left: 18px;
margin: 10px 0 0;
}
.why-us-card a {
color: #167d71;
font-weight: 700;
text-decoration: none;
}
.wide-card {
grid-column: span 2;
}
.why-us-note {
text-align: center;
margin: 24px 0 0;
color: #4a6e6a;
font-size: 14px;
font-style: italic;
}
footer {
background-color: #173b38;
color: white;
text-align: center;
padding: 20px;
}
.social-link,
.footer-social-link {
display: inline-flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: #173b38;
background: white;
padding: 12px 16px;
border-radius: 999px;
box-shadow: 0 8px 24px rgba(23, 59, 56, 0.14);
margin: 12px auto 0;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-link:hover,
.footer-social-link:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(23, 59, 56, 0.18);
}
.social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 100%);
color: white;
flex-shrink: 0;
}
.social-icon svg {
width: 20px;
height: 20px;
fill: currentColor;
}
.social-text {
display: flex;
flex-direction: column;
align-items: flex-start;
line-height: 1.2;
}
.social-title {
font-size: 14px;
font-weight: 700;
}
.social-handle {
font-size: 13px;
color: #4a6e6a;
}
.footer-social {
margin-bottom: 16px;
}
.footer-social-link {
color: white;
background: rgba(255, 255, 255, 0.12);
box-shadow: none;
}
.footer-social-link .social-handle {
color: rgba(255, 255, 255, 0.8);
}
.testimonials {
padding: 70px 20px 90px;
background: linear-gradient(135deg, #f7fffd 0%, #eefaf7 100%);
}
.testimonials-shell {
max-width: 1120px;
margin: 0 auto;
padding: 36px;
background: rgba(255, 255, 255, 0.94);
border-radius: 28px;
box-shadow: 0 18px 60px rgba(23, 59, 56, 0.12);
border: 1px solid rgba(22, 125, 113, 0.12);
animation: fadeUp 0.8s ease-out both;
}
.testimonials-intro {
text-align: center;
margin-bottom: 28px;
}
.testimonial-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #167d71;
color: white;
padding: 10px 16px;
border-radius: 999px;
font-weight: 700;
letter-spacing: 0.02em;
margin-bottom: 12px;
box-shadow: 0 10px 24px rgba(22, 125, 113, 0.18);
}
.testimonials-intro h2 {
font-size: 34px;
margin: 0 0 10px;
color: #173b38;
}
.testimonial-location {
margin: 0;
color: #4a6e6a;
font-size: 17px;
font-weight: 500;
}
.testimonial-widget-card {
padding: 24px;
background: linear-gradient(145deg, #ffffff 0%, #f6fcfb 100%);
border-radius: 22px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.65), 0 10px 30px rgba(23,59,56,0.08);
margin-bottom: 24px;
}
.testimonial-cta {
display: inline-block;
margin: 0 auto;
padding: 14px 24px;
background: linear-gradient(135deg, #167d71 0%, #1d9a87 100%);
color: white;
text-decoration: none;
border-radius: 999px;
font-weight: 700;
box-shadow: 0 12px 30px rgba(22, 125, 113, 0.2);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.testimonial-cta:hover {
transform: translateY(-2px);
box-shadow: 0 14px 34px rgba(22, 125, 113, 0.28);
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(24px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
html {
scroll-behavior: smooth;
}
@media (max-width: 780px) {
.why-us-grid {
grid-template-columns: 1fr;
}
.wide-card {
grid-column: span 1;
}
}
@media (max-width: 600px) {
.hero h1 {
font-size: 30px;
}

nav a {
display: block;
margin: 8px 0;
}
.why-us-shell {
padding: 24px 16px;
}
.why-us h2 {
font-size: 26px;
}
.why-us-intro {
font-size: 15px;
}
.trust-badge {
font-size: 13px;
}
.testimonials {
padding: 56px 14px 72px;
}
.testimonials-shell {
padding: 24px 16px;
border-radius: 20px;
}
.testimonials-intro h2 {
font-size: 28px;
}
.testimonial-location {
font-size: 15px;
}
.testimonial-widget-card {
padding: 14px;
}
}
On Fri 10 Jul 2026 at 12:31 a.m. daniel walter <jboyriske89@gmail.com> wrote:
<!DOCTYPE html>
<html>
<head>
<title>Infinity Drips IV Therapy</title>
</head>
<body style="font-family:Arial; text-align:center; background:#f5fbfb;">
<img src="/static/IVlogo.jpeg" width="220">
<h1>Infinity Drips IV Therapy</h1>
<h2>Premium Mobile IV Therapy</h2>
<p>
We bring professional IV therapy directly to your
home, hotel, or office.
</p>
<hr>
<h2>Our Services</h2>
<p>💧 Hydration</p>
<p>🛡️ Immune Support</p>
<p>⚡ Energy</p>
<p>✨ Healthy Aging</p>
<p>🌿 Antioxidant Support</p>
<p>🎉 Post-Party Recovery</p>
<br>
<button>Book Appointment</button>
<button>Contact on WhatsApp</button>
</body>
</html>
.appointment-page {
min-height: 100vh;
padding: 50px 20px;
background-color: #e5f5f2;
}
.appointment-card {
max-width: 650px;
margin: 0 auto;
padding: 35px;
background-color: white;
border-radius: 16px;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}
.form-logo {
display: block;
width: 150px;
max-width: 70%;
margin: 0 auto 20px;
}
.appointment-card h1,
.appointment-card > p {
text-align: center;
}
.appointment-card label {
display: block;
margin-top: 17px;
margin-bottom: 6px;
font-weight: bold;
}
.appointment-card input,
.appointment-card select,
.appointment-card textarea {
width: 100%;
padding: 12px;
border: 1px solid #bdd5d1;
border-radius: 8px;
font-family: Arial, sans-serif;
font-size: 16px;
box-sizing: border-box;
}
.appointment-card textarea {
resize: vertical;
}
.form-button {
width: 100%;
margin: 24px 0 10px;
font-size: 16px;
}
.form-notice {
color: #526b68;
font-size: 14px;
}

/* ============================================================
   Wellness Library
   ============================================================ */
.wl-page {
background: linear-gradient(135deg, #f7fffd 0%, #eefaf7 100%);
padding: 40px 20px 80px;
}
.wl-shell {
max-width: 1100px;
margin: 0 auto;
}
.wl-hero {
text-align: center;
padding: 50px 24px 44px;
background: linear-gradient(135deg, #167d71 0%, #1d9a87 100%);
color: white;
border-radius: 24px;
margin-bottom: 32px;
}
.wl-hero h1 {
font-size: 38px;
margin: 0 0 14px;
}
.wl-hero p {
font-size: 17px;
max-width: 700px;
margin: 0 auto;
color: rgba(255,255,255,0.92);
line-height: 1.7;
}
.wl-categories-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 22px;
}
.wl-category-card {
background: white;
border: 1px solid rgba(22,125,113,0.12);
border-radius: 20px;
padding: 26px;
box-shadow: 0 10px 32px rgba(23,59,56,0.09);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wl-category-card:hover {
transform: translateY(-3px);
box-shadow: 0 16px 40px rgba(23,59,56,0.14);
}
.wl-category-icon {
font-size: 38px;
margin-bottom: 10px;
}
.wl-category-title {
font-size: 20px;
color: #167d71;
margin: 0 0 8px;
font-weight: 700;
}
.wl-category-desc {
font-size: 15px;
color: #426663;
line-height: 1.6;
margin: 0 0 16px;
}
.wl-article-card {
background: linear-gradient(135deg, #f4fbfa 0%, #edfaf6 100%);
border: 1px solid rgba(22,125,113,0.10);
border-radius: 14px;
padding: 18px;
margin-bottom: 10px;
}
.wl-article-card h3 {
font-size: 15px;
color: #173b38;
margin: 0 0 6px;
font-weight: 700;
}
.wl-article-card p {
font-size: 14px;
color: #426663;
line-height: 1.5;
margin: 0 0 12px;
}
.wl-article-link {
display: inline-block;
color: #167d71;
font-weight: 700;
font-size: 14px;
text-decoration: none;
border: 1.5px solid #167d71;
border-radius: 999px;
padding: 5px 14px;
transition: background 0.2s ease, color 0.2s ease;
}
.wl-article-link:hover {
background: #167d71;
color: white;
}
.wl-coming-soon {
font-size: 14px;
color: #7aab9f;
font-style: italic;
margin: 0;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-page {
background: linear-gradient(135deg, #f7fffd 0%, #eefaf7 100%);
padding: 40px 20px 80px;
}
.faq-shell {
max-width: 860px;
margin: 0 auto;
}
.faq-hero {
text-align: center;
padding: 50px 24px 44px;
background: linear-gradient(135deg, #167d71 0%, #1d9a87 100%);
color: white;
border-radius: 24px;
margin-bottom: 32px;
}
.faq-hero h1 {
font-size: 38px;
margin: 0 0 14px;
}
.faq-hero p {
font-size: 17px;
max-width: 600px;
margin: 0 auto;
color: rgba(255,255,255,0.92);
line-height: 1.6;
}
.faq-list {
list-style: none;
padding: 0;
margin: 0;
}
.faq-item {
background: white;
border: 1px solid rgba(22,125,113,0.12);
border-radius: 16px;
margin-bottom: 12px;
overflow: hidden;
box-shadow: 0 6px 20px rgba(23,59,56,0.07);
}
.faq-question {
width: 100%;
background: none;
border: none;
padding: 20px 24px;
text-align: left;
font-size: 16px;
font-weight: 700;
color: #173b38;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
font-family: Arial, sans-serif;
}
.faq-question:hover {
background: rgba(22,125,113,0.05);
}
.faq-chevron {
flex-shrink: 0;
font-size: 18px;
transition: transform 0.3s ease;
color: #167d71;
}
.faq-item.open .faq-chevron {
transform: rotate(180deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease;
padding: 0 24px;
}
.faq-item.open .faq-answer {
max-height: 600px;
padding: 0 24px 20px;
}
.faq-answer p {
font-size: 15px;
color: #426663;
line-height: 1.7;
margin: 0;
}

/* ============================================================
   Navigation — hamburger and book button
   ============================================================ */
.hamburger-btn {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 8px;
}
.hamburger-btn span {
display: block;
width: 24px;
height: 2px;
background: #167d71;
border-radius: 2px;
}
.nav-book-btn {
background: #167d71;
color: white !important;
padding: 8px 14px;
border-radius: 999px;
font-weight: 700;
text-decoration: none;
white-space: nowrap;
}
.nav-book-btn:hover {
background: #1d9a87 !important;
}
@media (max-width: 860px) {
.hamburger-btn {
display: flex;
}
.top-nav {
display: none;
width: 100%;
order: 3;
flex-direction: column;
background: white;
border-top: 1px solid rgba(22,125,113,0.12);
padding: 10px 0;
gap: 0;
}
.top-nav.nav-open {
display: flex;
}
.top-nav a {
padding: 11px 20px;
border-radius: 0;
text-align: left;
}
.lang-switcher {
margin-left: auto;
}
.site-header {
flex-wrap: wrap;
}
}
@media (max-width: 600px) {
.wl-hero h1,
.faq-hero h1 {
font-size: 28px;
}
.wl-categories-grid {
grid-template-columns: 1fr;
}
}

/* Breadcrumbs */
.breadcrumbs {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
font-size: 14px;
color: #4a6e6a;
margin-bottom: 20px;
padding: 0 0 0 2px;
}
.breadcrumbs a {
color: #167d71;
text-decoration: none;
font-weight: 600;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.breadcrumbs span {
color: #8aada9;
}