/*
Theme Name: WeAreAgbor
Theme URI: http://localhost/weareagbor/
Author: WeAreAgbor
Description: A local business and community hub for Agbor.
Version: 1.0
Text Domain: weareagbor
*/


/* =========================================
   RESET
========================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #111111;
    background: #ffffff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font-family: inherit;
}


/* =========================================
   CONTAINER
========================================= */

.wa-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 100;
}

.site-header .container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.site-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
}

.site-title a {
    color: #111111;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin: 0;
    padding: 0;
}

.main-navigation a {
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.2s ease;
}

.main-navigation a:hover {
    opacity: 0.6;
}


/* =========================================
   HERO
========================================= */

.wa-hero {
    background: #ffc244;
    min-height: 590px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.wa-hero::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -5%;
    width: 110%;
    height: 150px;
    background: #ffffff;
    border-radius: 50% 50% 0 0;
}

.wa-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 130px;
}

.wa-eyebrow {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #087f70;
}

.wa-hero h1 {
    margin: 0;
    font-size: clamp(48px, 7vw, 82px);
    line-height: 0.98;
    letter-spacing: -4px;
    font-weight: 800;
}

.wa-hero-text {
    max-width: 700px;
    margin: 28px auto 36px;
    font-size: 20px;
    line-height: 1.5;
}


/* =========================================
   SEARCH
========================================= */

.wa-search-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.wa-search-box {
    background: #ffffff;
    border-radius: 16px;
    min-height: 68px;
    padding: 7px;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.wa-search-icon {
    width: 55px;
    font-size: 30px;
    color: #666666;
}

.wa-search-box input {
    flex: 1;
    border: 0;
    outline: none;
    font-size: 18px;
    min-width: 0;
    padding: 15px;
    color: #222222;
}

.wa-search-box input::placeholder {
    color: #777777;
}

.wa-search-box button {
    border: 0;
    background: #008f7a;
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wa-search-box button:hover {
    background: #006f60;
}


/* =========================================
   SECTION HEADINGS
========================================= */

.wa-section-heading {
    text-align: center;
    margin-bottom: 55px;
}

.wa-section-heading h2 {
    margin: 0 0 15px;
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.wa-section-heading > p:last-child {
    margin: 0 auto;
    max-width: 650px;
    font-size: 18px;
    color: #555555;
}

.wa-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
}

.wa-heading-row .wa-eyebrow {
    margin-bottom: 10px;
}


/* =========================================
   CATEGORIES
========================================= */

/* =========================================
   EXPLORE AGBO R / CATEGORY SECTION
   ========================================= */

.business-categories-section {
    padding: 110px 5% 120px;
    background: #ffffff;
}


/* Heading */

.section-heading {
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center;
}

.section-eyebrow {
    display: block;
    margin-bottom: 22px;

    font-size: 22px;
    font-weight: 700;

    color: #008c82;
}

.section-heading h2 {
    margin: 0;

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;

    font-weight: 800;
    letter-spacing: -2px;

    color: #111111;
}

.section-subtitle {
    margin: 25px auto 0;

    max-width: 700px;

    font-size: 22px;
    line-height: 1.5;

    color: #5f6670;
}


/* =========================================
   CATEGORY GRID
   ========================================= */

.categories-grid {
    width: 100%;
    max-width: 1500px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


/* =========================================
   CATEGORY CARD
   ========================================= */

.category-card {
    min-height: 280px;

    padding: 55px 40px 45px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-decoration: none;

    background: #f7f7f5;

    border-radius: 26px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.category-card:hover {
    transform: translateY(-6px);

    background: #ffffff;

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}


/* =========================================
   ICON
   ========================================= */

.category-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 40px;

    line-height: 1;
}


/* =========================================
   CONTENT
   ========================================= */

.category-content {
    margin-top: 45px;
}

.category-content h3 {
    margin: 0 0 12px;

    font-size: 30px;
    line-height: 1.2;

    font-weight: 750;

    color: #111111;
}

.category-content p {
    margin: 0;

    font-size: 19px;
    line-height: 1.5;

    color: #68717a;
}


/* =========================================
   EXPLORE ALL CARD
   ========================================= */

.category-card-all {
    background: #fff7df;
}

.category-card-all:hover {
    background: #fff1c2;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .business-categories-section {
        padding: 90px 4% 100px;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 50px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 650px) {

    .business-categories-section {
        padding: 70px 20px 80px;
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .section-eyebrow {
        font-size: 18px;
    }

    .section-heading h2 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .section-subtitle {
        font-size: 18px;
    }

    .categories-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .category-card {
        min-height: 250px;
        padding: 40px 30px;
    }

    .category-content h3 {
        font-size: 27px;
    }

    .category-content p {
        font-size: 17px;
    }

}

/* =========================================
   LOCAL HUB
========================================= */

.wa-hub {
    padding: 110px 0;
    background: #ffffff;
}

.wa-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.wa-hub-item {
    border-top: 4px solid #ffc244;
    padding: 30px 10px 0;
}

.wa-hub-item > span {
    display: block;
    color: #008f7a;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 20px;
}

.wa-hub-item h3 {
    margin: 0 0 12px;
    font-size: 30px;
}

.wa-hub-item p {
    margin: 0;
    color: #666666;
    font-size: 17px;
}


/* =========================================
   REGISTER YOUR BUSINESS
========================================= */

/* =========================================
   REGISTER YOUR BUSINESS
   ========================================= */

.register-business-section {
    width: 100%;
    padding: 90px 5%;
    background: #e9f8f5;
}

.register-business-inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 60px;

    padding: 65px 70px;

    background: #ffffff;

    border-radius: 30px;

    box-sizing: border-box;
}


/* Left side */

.register-business-content {
    max-width: 800px;
}

.register-business-eyebrow {
    display: inline-block;

    margin-bottom: 18px;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 1.5px;

    color: #008c82;
}

.register-business-content h2 {
    margin: 0 0 20px;

    font-size: clamp(38px, 4vw, 56px);

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;

    color: #111111;
}

.register-business-content p {
    max-width: 760px;

    margin: 0;

    font-size: 19px;

    line-height: 1.6;

    color: #626a72;
}


/* Button */

.register-business-action {
    flex-shrink: 0;
}

.register-business-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    min-width: 220px;

    padding: 18px 28px;

    border-radius: 50px;

    background: #111111;

    color: #ffffff;

    text-decoration: none;

    font-size: 17px;

    font-weight: 700;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.register-business-button span {
    font-size: 24px;

    line-height: 1;

    transition: transform 0.25s ease;
}

.register-business-button:hover {
    background: #008c82;

    color: #ffffff;

    transform: translateY(-3px);
}

.register-business-button:hover span {
    transform: translateX(5px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .register-business-section {
        padding: 70px 4%;
    }

    .register-business-inner {
        padding: 50px;

        flex-direction: column;

        align-items: flex-start;
    }

    .register-business-action {
        margin-top: 10px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .register-business-section {
        padding: 50px 20px;
    }

    .register-business-inner {
        padding: 40px 28px;

        border-radius: 22px;

        gap: 30px;
    }

    .register-business-content h2 {
        font-size: 36px;
    }

    .register-business-content p {
        font-size: 17px;
    }

    .register-business-button {
        width: 100%;
        min-width: 0;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .wa-category-grid,
    .wa-business-grid,
    .wa-hub-grid,
    .wa-story-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-business-cta-inner {
        padding: 50px;
    }

    .wa-business-cta-visual {
        width: 300px;
    }

}


@media (max-width: 700px) {

    .wa-container {
        width: min(100% - 30px, 600px);
    }

    .site-header-inner {
        min-height: 70px;
    }

    .site-title {
        font-size: 23px;
    }

    .main-navigation ul {
        gap: 15px;
    }

    .main-navigation a {
        font-size: 14px;
    }

    .wa-hero {
        min-height: 600px;
    }

    .wa-hero-content {
        padding: 60px 0 120px;
    }

    .wa-hero h1 {
        letter-spacing: -2px;
    }

    .wa-hero-text {
        font-size: 17px;
    }

    .wa-search-box {
        min-height: 60px;
    }

    .wa-search-box input {
        font-size: 15px;
        padding: 10px;
    }

    .wa-search-box button {
        padding: 13px 16px;
    }

    .wa-category-grid,
    .wa-business-grid,
    .wa-hub-grid,
    .wa-story-grid {
        grid-template-columns: 1fr;
    }

    .wa-categories,
    .wa-featured,
    .wa-hub,
    .wa-stories {
        padding: 75px 0;
    }

    .wa-section-heading h2 {
        letter-spacing: -1px;
    }

    .wa-heading-row {
        display: block;
    }

    .wa-heading-row .wa-text-link {
        display: inline-block;
        margin-top: 15px;
    }

    .wa-business-cta {
        padding: 60px 0;
    }

    .wa-business-cta-inner {
        padding: 40px 25px;
        display: block;
    }

    .wa-business-cta-content h2 {
        letter-spacing: -1px;
    }

    .wa-business-cta-visual {
        width: 100%;
        height: 240px;
        margin-top: 25px;
    }

    .wa-business-circle {
        right: 50%;
        transform: translateX(50%);
    }

    .small-circle {
        right: 10%;
        top: 150px;
        transform: none;
    }

    .another-circle {
        left: 10%;
        top: 160px;
        right: auto;
        transform: none;
    }

}

/* =========================================
   FOOTER
========================================= */

.site-footer {
    width: 100%;
    background: #111111;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.footer-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 60px 25px;
    box-sizing: border-box;
}


/* Main footer layout */

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}


/* Brand */

.footer-brand h2 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

.footer-brand p {
    max-width: 380px;
    margin: 0;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.7;
}


/* Footer columns */

.footer-column h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column li {
    margin: 0 0 12px;
    padding: 0;
}

.footer-column a {
    color: #bdbdbd;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: #ffffff;
}


/* Bottom footer */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    border-top: 1px solid #333333;

    padding-top: 25px;
}

.footer-bottom p {
    margin: 0;
    color: #888888;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .footer-container {
        padding: 60px 35px 25px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .footer-container {
        padding: 50px 22px 25px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

}


/* =========================================
   LATEST STORIES
========================================= */

.wa-stories {
    padding: 110px 0;
    background: #ffffff;
}

.wa-stories .wa-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

/* Stories heading */

.wa-stories .wa-section-heading {
    margin-bottom: 55px;
}

.wa-stories .wa-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
}

.wa-stories .wa-eyebrow {
    margin: 0 0 12px;
    color: #008f7a;
    font-size: 18px;
    font-weight: 800;
}

.wa-stories .wa-section-heading h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 800;
    color: #111111;
}

.wa-text-link {
    display: inline-block;
    color: #111111;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.wa-text-link:hover {
    color: #008f7a;
    text-decoration: none;
}


/* Story grid */

.wa-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}


/* Story card */

.wa-story-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #f7f7f5;
    border-radius: 24px;
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.wa-story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}


/* Story image */

.wa-story-card > a {
    display: block;
    overflow: hidden;
}

.wa-story-card > a img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/* Story content */

.wa-story-content {
    padding: 28px 28px 32px;
}

.wa-story-date {
    display: block;
    margin-bottom: 12px;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
}

.wa-story-content h3 {
    margin: 0 0 22px;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 750;
    color: #111111;
}

.wa-story-content h3 a {
    color: #111111;
    text-decoration: none;
}

.wa-story-content h3 a:hover {
    color: #008f7a;
}

.wa-business-link {
    color: #008f7a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.wa-business-link:hover {
    text-decoration: underline;
}


/* =========================================
   LATEST STORIES - TABLET
========================================= */

@media (max-width: 900px) {

    .wa-stories {
        padding: 80px 0;
    }

    .wa-story-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   LATEST STORIES - MOBILE
========================================= */

@media (max-width: 650px) {

    .wa-stories {
        padding: 70px 0;
    }

    .wa-stories .wa-container {
        width: min(100% - 30px, 600px);
    }

    .wa-stories .wa-heading-row {
        display: block;
    }

    .wa-stories .wa-section-heading h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .wa-text-link {
        margin-top: 20px;
    }

    .wa-story-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wa-story-card > a img {
        height: 220px;
    }

}


/* =========================================================
   AGBOR START SECTION
   ========================================================= */

.agbor-start-section {
    width: 100%;
    background: #e9f8f6;
    padding: 100px 40px;
    box-sizing: border-box;
}

.agbor-start-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.agbor-start-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.agbor-start-label {
    display: inline-block;
    margin-bottom: 18px;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;

    color: #008f83;
}

.agbor-start-content h2 {
    margin: 0 0 24px;

    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;

    color: #111111;
}

.agbor-start-content p {
    max-width: 700px;
    margin: 0 auto 35px;

    font-size: 20px;
    line-height: 1.6;

    color: #555555;
}

.agbor-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 17px 28px;

    background: #111111;
    color: #ffffff;

    border-radius: 50px;

    font-size: 17px;
    font-weight: 700;
    text-decoration: none;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.agbor-start-button span {
    font-size: 22px;
    line-height: 1;
}

.agbor-start-button:hover {
    background: #008f83;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .agbor-start-section {
        padding: 70px 24px;
    }

    .agbor-start-label {
        font-size: 16px;
    }

    .agbor-start-content h2 {
        font-size: 44px;
        letter-spacing: -1px;
    }

    .agbor-start-content p {
        font-size: 17px;
    }

    .agbor-start-button {
        width: auto;
        padding: 15px 24px;
        font-size: 16px;
    }

}


/* =========================================================
   BUSINESSES DIRECTORY
========================================================= */

.businesses-page {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================
   Container
========================= */

.businesses-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================
   Hero
========================= */

.businesses-hero {
    padding: 90px 0 70px;
    text-align: center;
    background: #ffffff;
}

.businesses-label {
    margin: 0 0 15px;
    color: #008b87;
    font-size: 20px;
    font-weight: 700;
}

.businesses-hero h1 {
    margin: 0 auto 20px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    font-weight: 800;
    color: #111111;
}

.businesses-description {
    max-width: 760px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: #666666;
}


/* =========================
   Directory Section
========================= */

.businesses-directory {
    padding: 40px 0 100px;
    background: #f7fbfa;
}


/* =========================
   Business Grid
========================= */

.businesses-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}


/* =========================
   Business Card
========================= */

.business-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7eeee;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.business-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}


/* =========================
   Business Image
========================= */

.business-card-image {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #e8f5f4;
    text-decoration: none;
}

.business-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.business-card:hover .business-card-image img {
    transform: scale(1.05);
}


/* =========================
   Image Placeholder
========================= */

.business-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #e8f5f4;
}

.business-image-placeholder span {
    font-size: 55px;
}


/* =========================
   Card Content
========================= */

.business-card-content {
    padding: 24px;
}


/* =========================
   Business Name
========================= */

.business-card-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
}

.business-card-title a {
    color: #111111;
    text-decoration: none;
}

.business-card-title a:hover {
    color: #008b87;
}


/* =========================
   Description
========================= */

.business-card-excerpt {
    margin: 0 0 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}


/* =========================
   View Business
========================= */

.business-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #008b87;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.business-card-link span {
    transition: transform 0.2s ease;
}

.business-card-link:hover span {
    transform: translateX(4px);
}


/* =========================
   Empty State
========================= */

.businesses-empty {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e5eeee;
}

.businesses-empty-icon {
    margin-bottom: 20px;
    font-size: 60px;
}

.businesses-empty h2 {
    margin: 0 0 15px;
    font-size: 32px;
}

.businesses-empty p {
    margin: 0 0 30px;
    color: #666666;
    font-size: 17px;
    line-height: 1.6;
}

.businesses-button {
    display: inline-block;
    padding: 14px 25px;
    background: #111111;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.businesses-button:hover {
    background: #008b87;
    color: #ffffff;
}


/* =========================
   Pagination
========================= */

.businesses-pagination {
    margin-top: 50px;
    text-align: center;
}

.businesses-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.businesses-pagination a,
.businesses-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
}

.businesses-pagination a {
    background: #ffffff;
    color: #111111;
    border: 1px solid #dddddd;
}

.businesses-pagination a:hover {
    background: #008b87;
    color: #ffffff;
    border-color: #008b87;
}

.businesses-pagination .current {
    background: #008b87;
    color: #ffffff;
}


/* =========================
   Tablet
========================= */

@media (max-width: 900px) {

    .businesses-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================
   Mobile
========================= */

@media (max-width: 600px) {

    .businesses-container {
        width: min(100% - 30px, 1200px);
    }

    .businesses-hero {
        padding: 60px 0 50px;
    }

    .businesses-hero h1 {
        font-size: 42px;
    }

    .businesses-description {
        font-size: 17px;
    }

    .businesses-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .business-card-image {
        height: 220px;
    }

    .business-card-content {
        padding: 20px;
    }

}



/* =========================================
   REGISTER YOUR BUSINESS PAGE
========================================= */

.register-business-page {
    background: #ffffff;
}


/* Hero */

.register-business-hero {
    padding: 90px 20px 70px;
    text-align: center;
    background: #f7fbfb;
}

.register-business-container {
    width: min(100% - 40px, 1100px);
    margin: 0 auto;
}

.register-label {
    margin: 0 0 15px;
    color: #008f8f;
    font-size: 18px;
    font-weight: 700;
}

.register-business-hero h1 {
    margin: 0 0 20px;
    font-size: 56px;
    line-height: 1.1;
    color: #111;
}

.register-intro {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    font-size: 19px;
    line-height: 1.7;
}


/* Form Section */

.register-business-section {
    padding: 80px 20px 100px;
}

.business-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

.business-form-heading {
    margin-bottom: 35px;
    text-align: center;
}

.business-form-heading h2 {
    margin: 0 0 12px;
    font-size: 32px;
    color: #111;
}

.business-form-heading p {
    margin: 0;
    color: #777;
    line-height: 1.7;
}


/* Form Fields */

.business-registration-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field label {
    margin-bottom: 9px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.form-field label span {
    color: #008f8f;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 14px 16px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}

.form-field input,
.form-field select {
    min-height: 50px;
}

.form-field textarea {
    resize: vertical;
    min-height: 150px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #008f8f;
    box-shadow: 0 0 0 3px rgba(0, 143, 143, 0.1);
}

.form-help {
    margin: 8px 0 0;
    color: #777;
    font-size: 14px;
}


/* Submit */

.form-submit {
    margin-top: 10px;
}

.business-form-button {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    background: #008f8f;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease,
                transform 0.2s ease;
}

.business-form-button:hover {
    background: #006f6f;
    color: #ffffff;
    transform: translateY(-2px);
}


/* Error */

.business-form-error {
    max-width: 800px;
    margin: 0 auto 25px;
    padding: 18px 20px;
    border-left: 4px solid #d63638;
    border-radius: 6px;
    background: #fff0f0;
    color: #9b1c1f;
}


/* Success */

.business-form-success {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
    background: #f0fbf9;
    border-radius: 18px;
}

.success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #008f8f;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.business-form-success h2 {
    margin: 0 0 15px;
    font-size: 34px;
    color: #111;
}

.business-form-success p {
    margin: 0 auto 30px;
    max-width: 550px;
    color: #666;
    line-height: 1.7;
}


/* Mobile */

@media (max-width: 768px) {

    .register-business-hero {
        padding: 65px 20px 50px;
    }

    .register-business-hero h1 {
        font-size: 40px;
    }

    .register-intro {
        font-size: 17px;
    }

    .register-business-section {
        padding: 50px 20px 70px;
    }

    .business-form-wrapper {
        padding: 30px 20px;
    }

    .business-form-heading h2 {
        font-size: 27px;
    }

    .business-form-success {
        padding: 45px 25px;
    }

}

/* =========================================
   BUSINESS DIRECTORY
========================================= */

.business-directory {
    background: #ffffff;
}


/* =========================================
   HERO
========================================= */

.business-directory-hero {
    padding: 90px 20px 80px;
    text-align: center;
    background: #f7fbfb;
}

.business-directory-container {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
}

.directory-label {
    margin: 0 0 14px;
    color: #008f8f;
    font-size: 18px;
    font-weight: 700;
}

.business-directory-hero h1 {
    margin: 0 0 20px;
    color: #111111;
    font-size: 58px;
    line-height: 1.1;
}

.directory-intro {
    max-width: 700px;
    margin: 0 auto 35px;
    color: #666666;
    font-size: 19px;
    line-height: 1.7;
}


/* =========================================
   SEARCH
========================================= */

.business-directory-search {
    display: flex;
    align-items: stretch;
    max-width: 800px;
    margin: 0 auto;
    gap: 12px;
}

.business-search-box {
    position: relative;
    flex: 1;
}

.business-search-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 20px;
}

.business-search-box input {
    width: 100%;
    height: 58px;
    padding: 0 20px 0 52px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #ffffff;
    color: #222222;
    font-size: 17px;
    outline: none;
}

.business-search-box input:focus {
    border-color: #008f8f;
    box-shadow: 0 0 0 3px rgba(0, 143, 143, 0.1);
}

.business-directory-search button {
    min-width: 120px;
    padding: 0 25px;
    border: none;
    border-radius: 10px;
    background: #008f8f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.business-directory-search button:hover {
    background: #006f6f;
}


/* =========================================
   CATEGORIES
========================================= */

.business-directory-categories {
    padding: 65px 20px 45px;
}

.directory-section-heading {
    margin-bottom: 30px;
    text-align: center;
}

.directory-section-heading h2 {
    margin: 0 0 10px;
    font-size: 32px;
}

.directory-section-heading p {
    margin: 0;
    color: #777777;
}

.business-category-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.business-category {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.business-category:hover,
.business-category.active {
    border-color: #008f8f;
    background: #008f8f;
    color: #ffffff;
}

.category-icon {
    font-size: 18px;
}


/* =========================================
   RESULTS
========================================= */

.business-directory-results {
    padding: 40px 20px 90px;
}

.search-results-heading {
    margin-bottom: 35px;
}

.search-results-heading h2 {
    margin: 0 0 8px;
    font-size: 34px;
}

.search-results-heading p {
    margin: 0;
    color: #777777;
}


/* =========================================
   BUSINESS GRID
========================================= */

.business-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}


/* =========================================
   BUSINESS CARD
========================================= */

.directory-business-card {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease,
                box-shadow 0.2s ease;
}

.directory-business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
}


/* Business image */

.directory-business-image {
    display: block;
    height: 220px;
    overflow: hidden;
    background: #f1f7f7;
    text-decoration: none;
}

.directory-business-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.directory-business-card:hover .directory-business-image img {
    transform: scale(1.04);
}

.directory-business-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 55px;
}


/* Card content */

.directory-business-content {
    padding: 24px;
}

.directory-business-category {
    margin: 0 0 8px;
    color: #008f8f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.directory-business-title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
}

.directory-business-title a {
    color: #111111;
    text-decoration: none;
}

.directory-business-title a:hover {
    color: #008f8f;
}

.directory-business-excerpt {
    margin: 0 0 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}

.directory-business-link {
    color: #008f8f;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.directory-business-link:hover {
    color: #006f6f;
}


/* =========================================
   EMPTY RESULTS
========================================= */

.business-directory-empty {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 30px;
    text-align: center;
    border-radius: 18px;
    background: #f4fbfb;
}

.empty-icon {
    margin-bottom: 20px;
    font-size: 50px;
}

.business-directory-empty h2 {
    margin: 0 0 15px;
    font-size: 30px;
}

.business-directory-empty p {
    margin: 0 0 25px;
    color: #666666;
    line-height: 1.7;
}


/* =========================================
   BUTTON
========================================= */

.directory-button {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 8px;
    background: #008f8f;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.directory-button:hover {
    background: #006f6f;
    color: #ffffff;
}


/* =========================================
   PAGINATION
========================================= */

.business-directory-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.business-directory-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    border-radius: 7px;
    color: #333333;
    text-decoration: none;
}

.business-directory-pagination .page-numbers.current,
.business-directory-pagination .page-numbers:hover {
    border-color: #008f8f;
    background: #008f8f;
    color: #ffffff;
}


/* =========================================
   REGISTER CTA
========================================= */

.business-directory-cta {
    padding: 80px 20px;
    background: #111111;
}

.directory-cta-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.directory-cta-content h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 36px;
}

.directory-cta-content p {
    margin: 0 auto 25px;
    color: #cccccc;
    line-height: 1.7;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .business-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 650px) {

    .business-directory-hero {
        padding: 65px 20px;
    }

    .business-directory-hero h1 {
        font-size: 40px;
    }

    .directory-intro {
        font-size: 17px;
    }

    .business-directory-search {
        flex-direction: column;
    }

    .business-directory-search button {
        min-height: 52px;
    }

    .business-directory-grid {
        grid-template-columns: 1fr;
    }

    .directory-section-heading h2 {
        font-size: 27px;
    }

    .search-results-heading h2 {
        font-size: 28px;
    }

}


/* =========================================
   DISCOVER AGBOR SEARCH
========================================= */

.discover-search {
    display: flex;
    align-items: center;
    width: min(100%, 760px);
    margin: 30px auto 0;
    gap: 12px;
}

.discover-search-input {
    position: relative;
    flex: 1;
}

.discover-search-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    transform: translateY(-50%);
    font-size: 19px;
    line-height: 1;
    pointer-events: none;
}

.discover-search-input input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 20px 0 52px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 10px;
    outline: none;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 16px;
}

.discover-search-input input::placeholder {
    color: #888888;
}

.discover-search-input input:focus {
    border-color: #008f8f;
    box-shadow: 0 0 0 3px rgba(0, 143, 143, 0.10);
}

.discover-search button {
    flex: 0 0 auto;
    height: 58px;
    padding: 0 28px;
    border: none;
    border-radius: 10px;
    background: #008f8f;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.discover-search button:hover {
    background: #006f6f;
    transform: translateY(-1px);
}


/* Mobile */

@media (max-width: 650px) {

    .discover-search {
        flex-direction: column;
        width: 100%;
    }

    .discover-search-input {
        width: 100%;
    }

    .discover-search button {
        width: 100%;
    }

}


/* =========================================================
   ABOUT US PAGE
========================================================= */

.about-page {
    background: #ffffff;
}

.about-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   ABOUT HERO
========================================================= */

.about-hero {
    padding: 120px 20px;
    text-align: center;
    background: #f4fbfa;
}

.about-hero .about-container {
    max-width: 900px;
}

.about-label {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #079b95;
}

.about-hero h1 {
    max-width: 850px;
    margin: 0 auto 25px;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    color: #111111;
}

.about-hero-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: #5f6b6b;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.about-introduction {
    padding: 100px 20px;
    background: #ffffff;
}

.about-two-column {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 90px;
    align-items: start;
}

.about-column h2 {
    margin: 0;
    font-size: 44px;
    line-height: 1.15;
    color: #111111;
}

.about-column p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.8;
    color: #5f6666;
}


/* =========================================================
   WHAT WE DO
========================================================= */

.about-features {
    padding: 100px 20px;
    background: #f7f8f8;
}

.about-section-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.about-section-heading h2 {
    margin: 0 0 18px;
    font-size: 44px;
    color: #111111;
}

.about-section-heading > p:last-child {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #666666;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-feature-card {
    padding: 40px 30px;
    background: #ffffff;
    border: 1px solid #e7eaea;
    border-radius: 14px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.about-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #e8f7f5;
    font-size: 30px;
}

.about-feature-card h3 {
    margin: 0 0 15px;
    font-size: 25px;
    color: #111111;
}

.about-feature-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}


/* =========================================================
   SUPPORT LOCAL
========================================================= */

.about-local {
    padding: 110px 20px;
    background: #ffffff;
}

.about-local-content h2 {
    margin: 0 0 25px;
    font-size: 44px;
    line-height: 1.15;
    color: #111111;
}

.about-local-content p {
    max-width: 600px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #5f6666;
}

.about-local-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 40px;
    background: #e9f8f6;
    border-radius: 20px;
}

.about-local-box-inner {
    max-width: 400px;
    text-align: center;
}

.about-local-box-inner > span {
    display: block;
    margin-bottom: 20px;
    font-size: 65px;
}

.about-local-box-inner h3 {
    margin: 0 0 15px;
    font-size: 30px;
    color: #111111;
}

.about-local-box-inner p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.7;
    color: #5f6666;
}

.about-local-box-inner a {
    color: #079b95;
    font-weight: 700;
    text-decoration: none;
}

.about-local-box-inner a:hover {
    text-decoration: underline;
}


/* =========================================================
   BUTTONS
========================================================= */

.about-button {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 25px;
    border-radius: 6px;
    background: #079b95;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-button:hover {
    background: #067d79;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================================
   COMMUNITY
========================================================= */

.about-community {
    padding: 110px 20px;
    background: #111111;
}

.about-community-content {
    max-width: 800px;
}

.about-community .about-label {
    color: #55d3cc;
}

.about-community h2 {
    margin: 0 0 25px;
    font-size: 48px;
    line-height: 1.15;
    color: #ffffff;
}

.about-community p {
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.8;
    color: #d5dddd;
}


/* =========================================================
   CALL TO ACTION
========================================================= */

.about-cta {
    padding: 100px 20px;
    text-align: center;
    background: #079b95;
}

.about-cta .about-container {
    max-width: 800px;
}

.about-cta h2 {
    margin: 0 0 20px;
    font-size: 45px;
    line-height: 1.15;
    color: #ffffff;
}

.about-cta p {
    margin: 0 auto 25px;
    font-size: 19px;
    line-height: 1.7;
    color: #e5fffd;
}

.about-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.about-button-light {
    background: #ffffff;
    color: #079b95;
}

.about-button-light:hover {
    background: #f2f2f2;
    color: #079b95;
}

.about-button-outline {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.about-button-outline:hover {
    background: #ffffff;
    color: #079b95;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .about-hero {
        padding: 80px 20px;
    }

    .about-hero h1 {
        font-size: 40px;
    }

    .about-hero-text {
        font-size: 17px;
    }

    .about-introduction,
    .about-features,
    .about-local,
    .about-community,
    .about-cta {
        padding: 75px 20px;
    }

    .about-two-column {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-column h2,
    .about-local-content h2 {
        font-size: 36px;
    }

    .about-section-heading h2 {
        font-size: 36px;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-community h2 {
        font-size: 38px;
    }

    .about-cta h2 {
        font-size: 36px;
    }

}

/* =========================================================
   CONTACT US PAGE
========================================================= */

.contact-page {
    background: #ffffff;
}

.contact-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   CONTACT HERO
========================================================= */

.contact-hero {
    padding: 120px 20px;
    text-align: center;
    background: #f4fbfa;
}

.contact-hero .contact-container {
    max-width: 850px;
}

.contact-label {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #079b95;
}

.contact-hero h1 {
    margin: 0 auto 25px;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    color: #111111;
}

.contact-hero-text {
    max-width: 750px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: #5f6b6b;
}


/* =========================================================
   CONTACT MAIN
========================================================= */

.contact-main {
    padding: 110px 20px;
    background: #ffffff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: start;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-information h2 {
    margin: 0 0 25px;
    font-size: 44px;
    line-height: 1.15;
    color: #111111;
}

.contact-description {
    max-width: 500px;
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #5f6666;
}

.contact-info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e8f7f5;
    font-size: 24px;
}

.contact-info-item h3 {
    margin: 0 0 6px;
    font-size: 19px;
    color: #111111;
}

.contact-info-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}


/* =========================================================
   CONTACT FORM
========================================================= */

.contact-form-wrapper {
    padding: 45px;
    background: #f7f8f8;
    border: 1px solid #e7eaea;
    border-radius: 16px;
}

.contact-form-wrapper h2 {
    margin: 0 0 10px;
    font-size: 32px;
    color: #111111;
}

.contact-form-intro {
    margin: 0 0 30px;
    color: #666666;
    line-height: 1.6;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form-field {
    margin-bottom: 22px;
}

.contact-form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
}

.contact-form-field input,
.contact-form-field textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    border: 1px solid #d7dddd;
    border-radius: 6px;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}

.contact-form-field input {
    height: 52px;
}

.contact-form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
    border-color: #079b95;
    box-shadow: 0 0 0 3px rgba(7, 155, 149, 0.12);
}

.contact-submit-button {
    display: inline-block;
    padding: 15px 28px;
    border: 0;
    border-radius: 6px;
    background: #079b95;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-submit-button:hover {
    background: #067d79;
    transform: translateY(-2px);
}


/* =========================================================
   BUSINESS SECTION
========================================================= */

.contact-business {
    padding: 100px 20px;
    background: #f7f8f8;
}

.contact-business-content {
    max-width: 800px;
}

.contact-business h2 {
    margin: 0 0 20px;
    font-size: 44px;
    line-height: 1.15;
    color: #111111;
}

.contact-business p {
    max-width: 700px;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.8;
    color: #5f6666;
}


/* =========================================================
   BUTTONS
========================================================= */

.contact-button {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 6px;
    background: #079b95;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-button:hover {
    background: #067d79;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================================
   FINAL CTA
========================================================= */

.contact-cta {
    padding: 100px 20px;
    text-align: center;
    background: #079b95;
}

.contact-cta .contact-container {
    max-width: 800px;
}

.contact-cta h2 {
    margin: 0 0 20px;
    font-size: 45px;
    line-height: 1.15;
    color: #ffffff;
}

.contact-cta p {
    margin: 0 auto 30px;
    font-size: 19px;
    line-height: 1.7;
    color: #e5fffd;
}

.contact-button-light {
    background: #ffffff;
    color: #079b95;
}

.contact-button-light:hover {
    background: #f2f2f2;
    color: #079b95;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .contact-hero {
        padding: 80px 20px;
    }

    .contact-hero h1 {
        font-size: 40px;
    }

    .contact-hero-text {
        font-size: 17px;
    }

    .contact-main,
    .contact-business,
    .contact-cta {
        padding: 75px 20px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-information h2,
    .contact-business h2 {
        font-size: 36px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-cta h2 {
        font-size: 36px;
    }

}


/* =========================================================
   CONTACT FORM MESSAGES
========================================================= */

.contact-message {
    margin-bottom: 25px;
    padding: 18px 20px;
    border-radius: 8px;
    line-height: 1.6;
}

.contact-message strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}

.contact-message p {
    margin: 0;
}

.contact-message-success {
    background: #e8f7f1;
    border: 1px solid #b7e5d2;
    color: #176b4a;
}

.contact-message-error {
    background: #fff0f0;
    border: 1px solid #f0c2c2;
    color: #9b2c2c;
}


/* =========================================================
   404 ERROR PAGE
========================================================= */

.error-page {
    background: #ffffff;
}

.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
    padding: 100px 20px;
    box-sizing: border-box;
    background: #f4fbfa;
    text-align: center;
}

.error-container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.error-number {
    margin-bottom: 5px;
    color: #079b95;
    font-size: 130px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -5px;
}

.error-label {
    margin: 0 0 15px;
    color: #079b95;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.error-container h1 {
    margin: 0 0 20px;
    color: #111111;
    font-size: 44px;
    line-height: 1.15;
}

.error-message {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
}

.error-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.error-button {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 6px;
    background: #079b95;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.error-button:hover {
    background: #067d79;
    color: #ffffff;
    transform: translateY(-2px);
}

.error-button-outline {
    background: transparent;
    border: 2px solid #079b95;
    color: #079b95;
}

.error-button-outline:hover {
    background: #079b95;
    color: #ffffff;
}


/* 404 Search */

.error-search {
    max-width: 650px;
    margin: 0 auto;
}

.error-search > p {
    margin-bottom: 15px;
    color: #555555;
    font-size: 16px;
}

.error-search-form {
    display: flex;
    gap: 10px;
}

.error-search-input {
    position: relative;
    flex: 1;
}

.error-search-input span {
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
}

.error-search-input input {
    width: 100%;
    height: 54px;
    padding: 0 18px 0 48px;
    box-sizing: border-box;
    border: 1px solid #d7dddd;
    border-radius: 7px;
    background: #ffffff;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}

.error-search-input input:focus {
    border-color: #079b95;
    box-shadow: 0 0 0 3px rgba(7, 155, 149, 0.10);
}

.error-search-form button {
    height: 54px;
    padding: 0 25px;
    border: 0;
    border-radius: 7px;
    background: #079b95;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.error-search-form button:hover {
    background: #067d79;
}


/* Mobile */

@media (max-width: 768px) {

    .error-section {
        min-height: 70vh;
        padding: 70px 20px;
    }

    .error-number {
        font-size: 90px;
    }

    .error-container h1 {
        font-size: 34px;
    }

    .error-message {
        font-size: 16px;
    }

    .error-search-form {
        flex-direction: column;
    }

    .error-search-form button {
        width: 100%;
    }

}

/* =========================
   Account Pages
========================= */

.account-section {
    padding: 90px 20px;
    background: #f7f7f7;
}

.account-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.account-header {
    text-align: center;
    margin-bottom: 35px;
}

.account-label {
    margin-bottom: 10px;
    color: #009999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.account-header h1 {
    margin-bottom: 15px;
    font-size: 42px;
}

.account-header p {
    color: #666;
}

.account-form {
    width: 100%;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #009999;
}

.form-group small {
    display: block;
    margin-top: 6px;
    color: #777;
}

.account-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 6px;
    background: #009999;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.account-button:hover {
    background: #007f7f;
}

.account-message {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.account-error {
    background: #ffeaea;
    color: #b00020;
}

.account-footer {
    margin-top: 25px;
    text-align: center;
}

.account-footer a {
    color: #009999;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 600px) {

    .account-container {
        padding: 30px 20px;
    }

    .account-header h1 {
        font-size: 34px;
    }

}


/* =========================================================
   SINGLE BUSINESS PAGE
========================================================= */

.single-business-page {
    background: #f7f7f7;
}

.business-single-hero {
    background: #ffffff;
    padding: 60px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.business-single-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.business-single-hero .business-single-container {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 50px;
    align-items: center;
}

.business-single-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 16px;
}

.business-single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.business-single-header h1 {
    margin: 10px 0 15px;
    font-size: 48px;
    line-height: 1.1;
}

.business-single-category {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.business-single-location {
    margin: 0;
    font-size: 17px;
}


/* =========================================================
   BUSINESS CONTENT
========================================================= */

.business-single-content {
    padding: 60px 20px;
}

.business-single-content .business-single-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
    align-items: start;
}

.business-single-main {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
}

.business-single-main h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
}

.business-description {
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.business-contact {
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
}

.business-contact-item {
    padding: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

.business-contact-item strong {
    display: block;
    margin-bottom: 6px;
}

.business-contact-item p {
    margin: 0;
    line-height: 1.6;
}

.business-contact-item a {
    text-decoration: none;
}


/* =========================================================
   SIDEBAR
========================================================= */

.business-single-sidebar {
    position: sticky;
    top: 30px;
}

.business-action-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.business-action-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.business-action-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

.business-back-link {
    display: block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .business-single-hero .business-single-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .business-single-image {
        height: 260px;
    }

    .business-single-header h1 {
        font-size: 36px;
    }

    .business-single-content .business-single-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .business-single-main {
        padding: 25px;
    }

    .business-single-sidebar {
        position: static;
    }

}


/* =========================================
   BUSINESS PHOTO GALLERY
========================================= */

.business-single-gallery {
    padding: 60px 20px;
    background: #ffffff;
}

.business-gallery-heading {
    margin-bottom: 30px;
}

.business-gallery-heading h2 {
    margin: 5px 0 0;
    font-size: 32px;
}

.business-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.business-gallery-image {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #f3f3f3;
    aspect-ratio: 4 / 3;
}

.business-gallery-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.business-gallery-image:hover img {
    transform: scale(1.05);
}


/* Mobile */

@media (max-width: 768px) {

    .business-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .business-gallery-heading h2 {
        font-size: 26px;
    }
}


@media (max-width: 480px) {

    .business-gallery-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================
   WEAREAGBOR LEGAL PAGES
   Privacy Policy & Terms & Conditions
========================================= */

.page-content-wrapper {
    max-width: 100%;
    background: #ffffff;
}

.page-content-wrapper .page-header {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px 30px;
}

.page-content-wrapper .page-header h1 {
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
    font-weight: 800;
}

.page-content-wrapper .page-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 30px 80px;
    font-size: 17px;
    line-height: 1.8;
}

.page-content-wrapper .page-content h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 45px 0 15px;
    font-weight: 700;
}

.page-content-wrapper .page-content h3 {
    font-size: 21px;
    line-height: 1.4;
    margin: 30px 0 12px;
    font-weight: 700;
}

.page-content-wrapper .page-content p {
    margin: 0 0 20px;
}

.page-content-wrapper .page-content ul,
.page-content-wrapper .page-content ol {
    margin: 0 0 25px;
    padding-left: 28px;
}

.page-content-wrapper .page-content li {
    margin-bottom: 8px;
}

.page-content-wrapper .page-content a {
    text-decoration: underline;
}

/* Mobile */

@media (max-width: 768px) {

    .page-content-wrapper .page-header {
        padding: 40px 20px 20px;
    }

    .page-content-wrapper .page-header h1 {
        font-size: 36px;
    }

    .page-content-wrapper .page-content {
        padding: 20px 20px 60px;
        font-size: 16px;
    }

    .page-content-wrapper .page-content h2 {
        font-size: 24px;
        margin-top: 35px;
    }

}


/* =========================================
   FRONT-END LOGIN PAGE
   ========================================= */

.weareagbor-login-wrapper {
    width: 100%;
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weareagbor-login-box {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.weareagbor-login-header {
    text-align: center;
    margin-bottom: 30px;
}

.weareagbor-login-label {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.weareagbor-login-header h1 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.2;
}

.weareagbor-login-header p:last-child {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.75;
}

.weareagbor-login-error {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 6px;
    font-size: 14px;
    background: #f8d7da;
    border: 1px solid #f1aeb5;
    color: #842029;
}

.weareagbor-login-form {
    width: 100%;
}

.weareagbor-login-form .account-form-field {
    margin-bottom: 20px;
}

.weareagbor-login-form .account-form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.weareagbor-login-form .account-form-field input {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
}

.weareagbor-login-form .account-form-field input:focus {
    outline: none;
    border-color: #222;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.weareagbor-login-form .account-form-button {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: 0.2s ease;
}

.weareagbor-login-form .account-form-button:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

.weareagbor-login-box .account-form-footer {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
}

.weareagbor-login-box .account-form-footer p {
    margin: 0;
}

.weareagbor-login-box .account-form-footer a {
    font-weight: 600;
    text-decoration: none;
}

.weareagbor-login-box .account-form-footer a:hover {
    text-decoration: underline;
}


/* =========================================
   LOGIN PAGE - MOBILE
   ========================================= */

@media (max-width: 600px) {

    .weareagbor-login-wrapper {
        padding: 40px 15px;
    }

    .weareagbor-login-box {
        padding: 30px 22px;
        border-radius: 8px;
    }

    .weareagbor-login-header h1 {
        font-size: 27px;
    }

}


/* =========================================
   WEAREAGBOR LOGIN PAGE
   ========================================= */

.weareagbor-login-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.weareagbor-login-box {
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    padding: 45px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #eeeeee;
}

.weareagbor-login-header {
    text-align: center;
    margin-bottom: 35px;
}

.weareagbor-login-label {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.weareagbor-login-header h1 {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 1.2;
}

.weareagbor-login-header p:last-child {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}


/* Form fields */

.weareagbor-login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.account-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-form-field label {
    font-size: 14px;
    font-weight: 600;
}

.account-form-field input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-form-field input:focus {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}


/* Login button */

.account-form-button {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    background: #111111;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.account-form-button:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}


/* Footer */

.account-form-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.account-form-footer p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

.account-form-footer a {
    font-weight: 700;
    text-decoration: none;
}


/* Error message */

.weareagbor-login-error {
    margin-bottom: 20px;
    padding: 12px 15px;
    border-radius: 8px;
    background: #fff1f1;
    color: #b42318;
    font-size: 14px;
    text-align: center;
}


/* Logged-in message */

.weareagbor-account-message {
    max-width: 480px;
    margin: 70px auto;
    padding: 40px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.weareagbor-account-message h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.weareagbor-account-message p {
    color: #666666;
    line-height: 1.6;
}

.weareagbor-account-message a {
    font-weight: 700;
    text-decoration: none;
}


.wa-hero {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
