:root {
    --primary: #0f7b3b;
    --dark: #0b1723;
    --accent: #f28c28;
    --text: #1d2a35;
    --muted: #697684;
    --bg: #f5f7fa;
    --white: #fff;
    --radius: 16px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6
}

.container {
    width: min(1120px, 92%);
    margin: auto
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e7edf3
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 20px
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px
}

.logo-mark {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #0b5f2d);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700
}

.logo-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #dbe5ee
}

.logo strong {
    display: block
}

.logo small {
    color: var(--muted)
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px
}

.site-nav a {
    color: var(--dark);
    font-weight: 600
}
.site-nav a {
    padding: 12px 20px;
    border-radius: 999px;
    transition: .25s ease;
}

.site-nav a:hover {
    background: #e9eef5;
    color: var(--dark);
}

.site-nav a.active {
    background: var(--primary);
    color: #fff;
}

.btn-nav,
.btn,
.btn-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    transition: .25s ease
}

.btn-primary,
.btn-nav {
    background: var(--primary);
    color: #fff
}

.btn-secondary {
    background: #e9eef5;
    color: var(--dark)
}

.btn-primary:hover,
.btn-nav:hover {
    transform: translateY(-1px);
    opacity: .95
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 2rem
}

.hero {
    padding: 82px 0;
    background: linear-gradient(135deg, #0b1723, #152636);
    color: #fff;
    background-size: cover;
    background-position: center
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 34px;
    align-items: center
}

.tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(242, 140, 40, .15);
    color: var(--accent);
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: 12px
}

.hero h1,
.page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.1;
    margin: .2rem 0 1rem
}

.hero p,
.page-hero p {
    color: #d8e1eb;
    max-width: 760px
}

.hero-card,
.panel,
.card {
    background: #fff;
    color: var(--text);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow)
}

.hero-card ul,
.contact-list {
    padding-left: 18px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px
}

.section {
    padding: 72px 0
}

.section.alt {
    background: var(--bg)
}

.section-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto
}

.section-heading h2 {
    font-size: 2rem;
    margin: .3rem 0
}

.cards-4,
.services-grid,
.two-col,
.contact-grid {
    display: grid;
    gap: 24px
}

.cards-4 {
    grid-template-columns: repeat(4, 1fr)
}

.services-grid {
    grid-template-columns: repeat(2, 1fr)
}

.two-col,
.contact-grid {
    grid-template-columns: repeat(2, 1fr)
}

.card h3,
.panel h2,
.panel h3 {
    margin-top: 0
}

.card img,
.service-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 14px
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, var(--dark), #1a3144);
    color: #fff;
    box-shadow: var(--shadow)
}

.page-hero {
    padding: 60px 0;
    background: linear-gradient(135deg, #0b1723, #1a3144);
    color: #fff
}

.site-footer {
    background: #0b1723;
    color: #d5deea;
   padding: 40px 0 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr .8fr 1fr;
    gap: 18px
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
    margin-bottom: 10px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer li {
    margin: .45rem 0
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #22c55e;
    color: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: var(--shadow);
    z-index: 99
}

.contact-form {
    display: grid;
    gap: 14px
}

.contact-form input,
.contact-form textarea,
.admin-form input,
.admin-form textarea,
.admin-form select {
    width: 100%;
    padding: 14px;
    border: 1px solid #d7e1ea;
    border-radius: 12px;
    font: inherit
}

.notice {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 12px
}

.notice.success {
    background: #eaf8ee;
    color: #166534
}

.notice.error {
    background: #fdecec;
    color: #991b1b
}

.admin-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 100vh;
    background: #f6f8fb
}

.admin-sidebar {
    background: #0b1723;
    color: #d8e1eb;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.admin-brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff
}

.admin-sidebar a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: #d8e1eb
}

.admin-sidebar a.active,
.admin-sidebar a:hover {
    background: #132435;
    color: #fff
}

.admin-main {
    padding: 28px
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.admin-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.stat {
    padding: 22px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow)
}

.admin-form {
    display: grid;
    gap: 16px
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.table-wrap {
    overflow: auto;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

table {
    width: 100%;
    border-collapse: collapse
}

th,
td {
    padding: 14px;
    border-bottom: 1px solid #ebf0f5;
    text-align: left;
    vertical-align: top
}

.actions a,
.actions button {
    margin-right: 8px
}

.btn-danger {
    background: #b91c1c;
    color: #fff;
    border: none;
    cursor: pointer
}

.thumb-small {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px
}

.help {
    font-size: .92rem;
    color: var(--muted)
}

@media (max-width:960px) {

    .hero-grid,
    .cards-4,
    .services-grid,
    .two-col,
    .contact-grid,
    .footer-grid,
    .admin-shell,
    .admin-cards,
    .grid-2 {
        grid-template-columns: 1fr
    }

    .admin-sidebar {
        position: static
    }

    .site-nav {
        display: none;
        position: absolute;
        left: 4%;
        right: 4%;
        top: 76px;
        background: #fff;
        padding: 18px;
        border: 1px solid #e7edf3;
        border-radius: 16px;
        box-shadow: var(--shadow);
        flex-direction: column;
        align-items: flex-start
    }

    .site-nav.open {
        display: flex
    }

    .menu-toggle {
        display: block
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start
    }
}


.site-nav a {
    color: var(--dark) !important;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 999px;
    transition: .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-nav a:hover {
    background: #e9eef5 !important;
    color: var(--dark) !important;
}

.site-nav a.active {
    background: var(--primary) !important;
    color: #fff !important;
}
.about-grid {
    align-items: start;
}

.about-card {
     padding: 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}
.about-card {
    padding: 34px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
    height: 100%;
}

.about-card h2 {
    font-size: 2rem;
    margin: 0 0 20px;
    color: var(--dark);
}
.about-card h3 {
    margin-top: 0;
    color: var(--dark);
}

.about-card h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-card h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.about-card p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--text);
    margin: 0;
}

.about-block + .about-block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #edf2f7;
}
.about-intro-card {
    background: #fff;
    border: 1px solid #dfe7ea;
    border-radius: 22px;
    padding: 34px;
    margin-bottom: 34px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.about-intro-card h2 {
    margin: 0 0 18px;
    font-size: 2rem;
    color: var(--dark);
}

.about-intro-card p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--text);
}

.about-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.about-mini-card {
    background: #fff;
    border: 1px solid #dfe7ea;
    border-radius: 22px;
    padding: 34px 30px;
    min-height: 280px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.about-mini-card h3 {
    margin: 0 0 22px;
    font-size: 1.9rem;
    color: var(--dark);
}

.about-mini-card p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.9;
    color: var(--text);
}

@media (max-width: 960px) {
    .about-cards-grid {
        grid-template-columns: 1fr;
    }

    .about-mini-card {
        min-height: auto;
    }
}

.services-slider-section {
    background: #f7f9fc;
}

.services-slider {
    overflow: hidden;
    position: relative;
    margin-top: 34px;
}

.services-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
    will-change: transform;
}

.service-slide {
    min-width: calc(25% - 18px);
    flex: 0 0 calc(25% - 18px);
}

.service-card {
    background: #fff;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid #e3e9ef;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    height: 100%;
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
}

.service-card h3 {
    margin: 0 0 12px;
    font-size: 1.35rem;
    color: var(--dark);
}

.service-card p {
    margin: 0;
    color: var(--text);
    line-height: 1.7;
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .service-slide {
        min-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 700px) {
    .service-slide {
        min-width: 100%;
        flex: 0 0 100%;
    }
}
.services-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.services-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.services-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
    will-change: transform;
}

.service-slide {
    min-width: calc(25% - 18px);
    flex: 0 0 calc(25% - 18px);
}

.slider-arrow {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
    transition: .25s ease;
    flex-shrink: 0;
}

.slider-arrow:hover {
    transform: translateY(-2px);
    opacity: .95;
}

.slider-arrow:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 1100px) {
    .service-slide {
        min-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 700px) {
    .services-slider-wrap {
        gap: 8px;
    }

    .service-slide {
        min-width: 100%;
        flex: 0 0 100%;
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
}
.lang-switcher {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
}

#langToggle {
    background: #0f7b3b;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}

#langToggle:hover {
    transform: translateY(-2px);
}

.lang-dropdown {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    overflow: hidden;
}

.lang-dropdown button {
    padding: 12px 18px;
    border: none;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
}

.lang-dropdown button:hover {
    background: #f1f5f9;
}
.footer-contacts li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 0.95rem;
}

.footer-contacts i {
    color: var(--primary);
    width: 20px;
}

.footer-social {
    margin-top: 15px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #132435;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: var(--primary);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: .9rem;
    color: #c9d4df;
}