@font-face {
    font-family: 'Bebas Kai';
    src: url("../fonts/bebas-kai.woff2") format('woff2'),
        url("../fonts/bebas-kai.woff") format('woff'),
        url("../fonts/bebas-kai.ttf") format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-Italic.eot");
    src: url('CormorantGaramond-Italic.eot?#iefix') format('embedded-opentype'),
        url("../fonts/CormorantGaramond-Italic.woff2") format('woff2'),
        url("../fonts/CormorantGaramond-Italic.woff") format('woff'),
        url("../fonts/CormorantGaramond-Italic.ttf") format('truetype'),
        url('CormorantGaramond-Italic.svg#CormorantGaramond-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary-font-family: "Bebas Kai", sans-serif;
    --primary-color: #145A44;
    --secondary-color: #2A7A60;
    --green: #2A7A60;
    --peach: #F6C89A;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 35px;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* ── HEADER ── */
.top-header {
    padding: 10px 70px;
}

.logo {
    width: 150px;
    height: auto;
    max-height: 160px;
    object-fit: contain;
}

.site-title {
    color: #000000;
    font-size: 25px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
}

.contact {
    color: #000000;
    text-align: end;
}

.contact a,
.contact div {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.phone,
.message {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* ── NAVBAR ── */
.main-nav {
    background: var(--primary-color);
    min-height: 100px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: sticky;
    top: 0;
    z-index: 1000;
}

@media (min-width: 992px) {
    .main-nav .navbar-toggler {
        display: none !important;
    }

    .main-nav .navbar-collapse {
        display: flex !important;
    }
}

.nav-link {
    color: #fff !important;
    margin: 0 12px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.nav-link.active-link {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}

.dropdown-menu {
    background: #FFF6E5;
    border: none;
    border-radius: 6px;
    padding: 6px 0;
    min-width: 170px;
}

.dropdown-item {
    background: #FFF6E5;
    color: #145A44 !important;
    font-size: 15px;
    padding: 10px 18px;
}

.dropdown-item:hover {
    background-color: #145A44;
    color: #fff !important;
}

/* ── NAVIGATION (GLOBAL) ── */
.main-nav {
    background: var(--primary-color);
    min-height: 100px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: sticky;
    top: 0;
    z-index: 1000;
}

@media (min-width: 992px) {
    .main-nav .navbar-toggler {
        display: none !important;
    }

    .main-nav .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.nav-link {
    color: #fff !important;
    margin: 0 12px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.nav-link:hover {
    opacity: 0.8;
}

.nav-link.active-link {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}

/* ── MOBILE NAVIGATION (GLOBAL) ── */
@media (max-width: 991px) {
    .main-nav {
        min-height: unset;
        padding: 12px;
    }

    .navbar-collapse {
        background-color: var(--primary-color);
        padding: 20px;
        margin-top: 10px;
        border-radius: 8px;
        text-align: start;
        /* Ensure left alignment */
    }

    .nav-link {
        margin: 5px 0;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: start;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        background: transparent;
        text-align: start;
    }

    .dropdown-item {
        background: rgba(255, 255, 255, 0.1);
        color: #fff !important;
        padding: 10px 20px;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.2);
    }
}

/* ── FOOTER (GLOBAL) ── */
footer {
    background-color: var(--primary-color);
    color: #fff;
    padding: 60px 80px 0;
}

.footer-main-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

.footer-col-brand {
    flex: 0 0 auto;
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.foot-logo img {
    width: 180px;
    height: 170px;
    object-fit: contain;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

.brand-text {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}

.footer-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
    opacity: 0.9;
}

.v-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    align-self: stretch;
    min-height: 140px;
    margin: 0 50px;
    flex-shrink: 0;
}

.footer-col-links,
.footer-col-business {
    flex: 0 0 auto;
}

.footer-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

.business-info p {
    margin-bottom: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 50px;
    padding: 22px 0;
    text-align: center;
}

/* ── RESPONSIVE RESETS ── */

/* Tablets */
@media (max-width: 1199px) {
    footer {
        padding: 50px 40px 0;
    }

    .v-divider {
        margin: 0 30px;
    }

    .foot-logo img {
        width: 140px;
        height: 130px;
    }

    .brand-text {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .top-header {
        padding: 10px 20px;
    }

    .logo {
        width: 100px;
    }

    .site-title {
        font-size: 16px;
    }

    footer {
        padding: 44px 28px 0;
    }

    .v-divider {
        display: none;
    }

    .footer-main-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: start;
        gap: 28px;
    }

    .brand-block {
        align-items: flex-start;
    }

    .footer-col-brand,
    .footer-col-links,
    .footer-col-business {
        text-align: start;
        width: 100%;
    }

    .footer-col-links,
    .footer-col-business {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 36px 20px 0;
    }

    .foot-logo img {
        width: 90px;
        height: 85px;
    }

    .brand-text {
        font-size: 18px;
    }

    .footer-tagline {
        font-size: 13px;
    }

    .footer-bottom {
        margin-top: 30px;
        font-size: 0.8rem;
    }
}