/* Elegant Neutral Theme - Clean Rewrite */
:root {
    --primary: #283593;
    --accent: #ffc107;
    --background: #fafafa;
    --section-bg: #f5f5f5;
    --text: #37474f;
    --success: #689f38;
}

    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: var(--background);
    color: var(--text);
}

/* Navbar */
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--primary);
    color: var(--accent);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 2rem;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(40,53,147,0.07);
}
.nav-logo {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
    color: var(--accent);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
}
.nav-links a:hover {
    color: #fff;
}

/* Hero Section */
    background: linear-gradient(90deg, var(--primary) 60%, var(--accent) 100%);
    color: #fff;
    padding: 4rem 1rem 3rem 1rem;
    text-align: center;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0 4px 16px rgba(40,53,147,0.08);
}
.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
}
    font-size: 1.3rem;
    color: var(--accent);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2rem;
}
    display: inline-block;
    background: var(--accent);
    color: var(--primary);
    font-weight: 700;
    padding: 0.9rem 2.2rem;
    border-radius: 32px;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(40,53,147,0.07);
    transition: background 0.2s, color 0.2s;
}
.cta-btn:hover {
    background: var(--primary);
    color: var(--accent);
}

/* Sections */
    max-width: 800px;
    margin: 3rem auto 3rem auto;
    background: var(--section-bg);
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(40,53,147,0.07);
    padding: 2.5rem 2rem;
    position: relative;
}
.section:not(:first-child) {
    margin-top: 4rem;
}
.subtitle {
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent) 60%, var(--primary) 100%);
    border-radius: 2px;
    margin: 2rem 0 2rem 0;
}
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--primary);
}
    color: var(--primary);
    margin-top: 0;
    font-weight: 700;
}
.section ul {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(40,53,147,0.04);
}
.section th, .section td {
    border: 1px solid #e0e0e0;
    padding: 0.7rem 1.2rem;
    text-align: left;
}
    background: var(--accent);
    color: var(--primary);
    font-weight: 700;
}
    color: var(--primary);
    font-size: 0.95rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

/* Testimonials Section */
    background: #f5f5f5;
    box-shadow: none;
}
.testimonial-list, .testimonial-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(40,53,147,0.07);
    padding: 1.5rem 1.2rem;
    max-width: 320px;
    min-width: 220px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.2s, box-shadow 0.2s;
}
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 24px rgba(40,53,147,0.13);
}
    font-size: 1.08rem;
    color: var(--text);
    margin-bottom: 1.2rem;
    font-style: italic;
}
    color: var(--primary);
    font-weight: 600;
    font-size: 1rem;
    align-self: flex-end;
}
    background: var(--accent);
    color: var(--primary);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(40,53,147,0.07);
    transition: background 0.2s;
    position: relative;
    top: 40px;
}
    background: var(--primary);
    color: var(--accent);
}

/* Branches Section */
.branches {
    margin: 2.5rem 0 1.5rem 0;
}
    background: #ede7f6;
    border-left: 6px solid var(--accent);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem 1.2rem 1.2rem;
    box-shadow: 0 1px 4px rgba(40,53,147,0.04);
}
    margin-top: 0;
    color: var(--primary);
    font-size: 1.15rem;
    font-weight: 700;
}
.branch p {
    margin: 0.2rem 0 0.2rem 0;
    font-size: 1rem;
}
    width: 100%;
    max-width: 340px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px rgba(40,53,147,0.08);
    display: block;
}
    margin-top: 0.5rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(40,53,147,0.04);
}

    text-align: center;
    padding: 1.2rem;
    background: var(--primary);
    color: var(--accent);
    margin-top: 2.5rem;
    border-radius: 0 0 24px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
    color: var(--primary);
    text-decoration: underline;
    font-weight: 500;
}
.contact a:hover {
    color: var(--accent);
}
.open {
    color: var(--success);
    font-weight: 700;
}
/* Testimonials Section */
.testimonials {
    background: #f7f7f7;
    box-shadow: none;
}
.testimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(30,58,138,0.07);
    padding: 1.5rem 1.2rem;
    max-width: 320px;
    min-width: 220px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 24px rgba(30,58,138,0.13);
}
.testimonial-text {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 1.2rem;
    font-style: italic;
}
.testimonial-author {
    color: #1e3a8a;
    font-weight: 600;
    font-size: 1rem;
    align-self: flex-end;
}
/* Wix-style Navbar */
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: #1e3a8a;
    color: #ffd600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 2rem;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(30,58,138,0.07);
}
.nav-logo {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.nav-links a {
    color: #ffd600;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
}
.nav-links a:hover {
    color: #fff;
}

/* Wix-style Sections */
.section {
    max-width: 800px;
    margin: 3rem auto 3rem auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(30,58,138,0.07);
    padding: 2.5rem 2rem;
    position: relative;
}
.section:not(:first-child) {
    margin-top: 4rem;
}
.subtitle {
    color: #1e3a8a;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffd600 60%, #1e3a8a 100%);
    border-radius: 2px;
    margin: 2rem 0 2rem 0;
}
.section h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #1e3a8a;
}
.section h2 {
    color: #1e3a8a;
    margin-top: 0;
    font-weight: 700;
}
.section ul {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}
.section table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(30,58,138,0.04);
}
.section th, .section td {
    border: 1px solid #e0e0e0;
    padding: 0.7rem 1.2rem;
    text-align: left;
}
.section th {
    background: #ffd600;
    color: #1e3a8a;
    font-weight: 700;
}
.price-note {
    color: #1e3a8a;
    font-size: 0.95rem;
    margin-top: 0.5rem;
    font-weight: 500;
}
.branches {
    margin: 2.5rem 0 1.5rem 0;
}
.branch {
    background: #f0f8ff;
    border-left: 6px solid #ffd600;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem 1.2rem 1.2rem;
    box-shadow: 0 1px 4px rgba(30,58,138,0.04);
}
.branch h3 {
    margin-top: 0;
    color: #1e3a8a;
    font-size: 1.15rem;
    font-weight: 700;
}
.branch p {
    margin: 0.2rem 0 0.2rem 0;
    font-size: 1rem;
}
.branch-img {
    width: 100%;
    max-width: 340px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px rgba(30,58,138,0.08);
    display: block;
}
.map-container {
    margin-top: 0.5rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(30,58,138,0.04);
}
footer {
    text-align: center;
    padding: 1.2rem;
    background: #1e3a8a;
    color: #ffd600;
    margin-top: 2.5rem;
    border-radius: 0 0 24px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.contact a {
    color: #1e3a8a;
    text-decoration: underline;
    font-weight: 500;
}
.contact a:hover {
    color: #ffd600;
}
.open {
    color: #388e3c;
    font-weight: 700;
}

.branch-img {
    width: 100%;
    max-width: 340px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px rgba(30,58,138,0.08);
    display: block;
}
.map-container {
    margin-top: 0.5rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(30,58,138,0.04);
}
.branches {
    margin: 2.5rem 0 1.5rem 0;
}
.branch {
    background: #f0f8ff;
    border-left: 6px solid #ffd600;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem 1.2rem 1.2rem;
    box-shadow: 0 1px 4px rgba(30,58,138,0.04);
}
.branch h3 {
    margin-top: 0;
    color: #1e3a8a;
    font-size: 1.15rem;
    font-weight: 700;
}
.branch p {
    margin: 0.2rem 0 0.2rem 0;
    font-size: 1rem;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    color: #222;
}

header {
    background: linear-gradient(90deg, #1e3a8a 60%, #ffd600 100%);
    color: #fff;
    padding: 2.5rem 1rem 1.5rem 1rem;
    text-align: center;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0 4px 16px rgba(30,58,138,0.08);
}

header h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    font-weight: 700;
}

header p {
    font-size: 1.1rem;
    color: #ffd600;
    font-weight: 500;
    margin-top: 0;
}

main {
    max-width: 700px;
    margin: 2.5rem auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(30,58,138,0.07);
    padding: 2.5rem;
}

h2 {
    color: #1e3a8a;
    margin-top: 0;
    font-weight: 700;
}

ul {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(30,58,138,0.04);
}

th, td {
    border: 1px solid #e0e0e0;
    padding: 0.7rem 1.2rem;
    text-align: left;
}

th {
    background: #ffd600;
    color: #1e3a8a;
    font-weight: 700;
}

.price-note {
    color: #1e3a8a;
    font-size: 0.95rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

footer {
    text-align: center;
    padding: 1.2rem;
    background: #1e3a8a;
    color: #ffd600;
    margin-top: 2.5rem;
    border-radius: 0 0 24px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.contact a {
    color: #1e3a8a;
    text-decoration: underline;
    font-weight: 500;
}
.contact a:hover {
    color: #ffd600;
}

.open {
    color: #388e3c;
    font-weight: 700;
}
