/* HEADER BTNS */
/* HEADER CTA BUTTONS ONLY */
.header-area.area-right .header-content-wrap,
.header-area.area-right .dngTextBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.collovine-header-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.collovine-header-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    outline: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, filter 0.25s ease !important;
}

.collovine-header-btn--green {
    background: linear-gradient(135deg, #5ca84c 0%, #4f9a43 100%) !important;
    border: 1px solid rgba(76, 140, 63, 0.88) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(92, 168, 76, 0.16) !important;
}

.collovine-header-btn--orange {
    background: linear-gradient(135deg, #f3a43c 0%, #e89124 100%) !important;
    border: 1px solid rgba(214, 131, 22, 0.88) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(243, 166, 70, 0.18) !important;
}

.collovine-header-btn--green:hover,
.collovine-header-btn--green:focus,
.collovine-header-btn--green:active,
.collovine-header-btn--green.is-active {
    background: linear-gradient(135deg, #519544 0%, #45853a 100%) !important;
    border-color: rgba(63, 118, 52, 0.92) !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(74, 139, 61, 0.22) !important;
    filter: brightness(0.99) !important;
    transform: none !important;
}

.collovine-header-btn--orange:hover,
.collovine-header-btn--orange:focus,
.collovine-header-btn--orange:active,
.collovine-header-btn--orange.is-active {
    background: linear-gradient(135deg, #df9534 0%, #d6831f 100%) !important;
    border-color: rgba(189, 113, 16, 0.92) !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(223, 149, 52, 0.24) !important;
    filter: brightness(0.99) !important;
    transform: none !important;
}

/* sticky/floating header adjustment */
.header-wrap.floating-nav .collovine-header-btn,
.header-wrap.floating-nav-sticky .collovine-header-btn,
.header-wrap.floating-small .collovine-header-btn {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 13.5px !important;
}

.collovine-header-actions a,
.collovine-header-actions a:link,
.collovine-header-actions a:visited {
    text-decoration: none !important;
    margin: 0 !important;
}

@media (max-width: 1199.98px) {
    .collovine-header-actions {
        gap: 8px;
    }

    .collovine-header-btn {
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 16px !important;
        font-size: 13px !important;
    }
}
/* END HEADER BTNS */

/* FOOTER */
.collovine-footer-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(89,160,71,0.10) 0%, rgba(89,160,71,0.00) 30%),
        radial-gradient(circle at 88% 14%, rgba(249,150,54,0.10) 0%, rgba(249,150,54,0.00) 28%),
        linear-gradient(180deg, #f8f8f4 0%, #eef4eb 54%, #f9f7f3 100%);
    border-top: 1px solid rgba(89,160,71,0.08);
    color: #243321;
    font-family: inherit;
}

.collovine-footer-container {
    position: relative;
    z-index: 2;
    max-width: 1680px;
    padding-left: 28px;
    padding-right: 28px;
}

.collovine-footer-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f99636;
}

.collovine-footer-eyebrow::before,
.collovine-footer-eyebrow::after {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #59a047 0%, #f99636 100%);
}

.collovine-footer-cta-band {
    padding: 62px 0 30px;
}

.collovine-footer-cta-head {
    max-width: 880px;
    margin: 0 auto 28px;
    text-align: center;
}

.collovine-footer-cta-head h2 {
    margin: 0 0 12px;
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #1b1b1b;
}

.collovine-footer-cta-head p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(36,51,33,0.72);
}

.collovine-footer-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.collovine-footer-cta-card {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 100%;
    padding: 24px 22px;
    border-radius: 24px;
    text-decoration: none !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.88) 100%);
    border: 1px solid rgba(89,160,71,0.10);
    box-shadow: 0 18px 46px rgba(36,51,33,0.05), 0 6px 18px rgba(89,160,71,0.05);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    cursor: pointer;
}

.collovine-footer-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(89,160,71,0.08) 0%, rgba(89,160,71,0) 34%),
        radial-gradient(circle at bottom right, rgba(249,150,54,0.07) 0%, rgba(249,150,54,0) 30%);
    pointer-events: none;
}

.collovine-footer-cta-card:hover,
.collovine-footer-cta-card:focus,
.collovine-footer-cta-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(89,160,71,0.18);
    box-shadow: 0 24px 60px rgba(36,51,33,0.08), 0 10px 24px rgba(89,160,71,0.06);
    outline: none;
}

.collovine-footer-cta-card--green {
    border-color: rgba(89,160,71,0.16);
}

.collovine-footer-cta-card--orange {
    border-color: rgba(249,150,54,0.16);
}

.collovine-footer-cta-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(89,160,71,0.09);
    color: #59a047;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.collovine-footer-cta-card--orange .collovine-footer-cta-icon {
    background: rgba(249,150,54,0.11);
    color: #f99636;
}

.collovine-footer-cta-icon svg {
    width: 30px;
    height: 30px;
    display: block;
}

.collovine-footer-cta-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.collovine-footer-cta-copy h3 {
    margin: 2px 0 10px;
    font-size: clamp(21px, 1.6vw, 28px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1b1b1b;
}

.collovine-footer-cta-copy p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(36,51,33,0.72);
}

.collovine-footer-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #59a047;
    transition: color 0.22s ease;
}

.collovine-footer-cta-link::after {
    content: "→";
    font-size: 15px;
    line-height: 1;
    transition: transform 0.22s ease;
}

.collovine-footer-cta-card:hover .collovine-footer-cta-link,
.collovine-footer-cta-card:focus .collovine-footer-cta-link,
.collovine-footer-cta-card:focus-visible .collovine-footer-cta-link {
    color: #2f6d2f;
}

.collovine-footer-cta-card:hover .collovine-footer-cta-link::after,
.collovine-footer-cta-card:focus .collovine-footer-cta-link::after,
.collovine-footer-cta-card:focus-visible .collovine-footer-cta-link::after {
    transform: translateX(3px);
}

.collovine-footer-main {
    display: grid;
    grid-template-columns: minmax(390px, 1.4fr) minmax(150px, 0.8fr) minmax(170px, 0.95fr) minmax(170px, 0.95fr);
    gap: 32px 34px;
    align-items: start;
    padding: 18px 0 28px;
}

.collovine-footer-brand {
    min-width: 0;
}

.collovine-footer-brand-inner {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    grid-template-areas:
        "logo copy"
        "tags tags";
    gap: 14px 18px;
    align-items: start;
}

.collovine-footer-logo {
    grid-area: logo;
    display: inline-block;
    text-decoration: none !important;
}

.collovine-footer-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(36,51,33,0.07);
    box-shadow: 0 8px 20px rgba(36,51,33,0.04);
    width: 100%;
}

.collovine-footer-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 82px;
}

.collovine-footer-brand-copy {
    grid-area: copy;
    min-width: 0;
    padding-top: 2px;
}

.collovine-footer-intro {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: rgba(36,51,33,0.76);
}

.collovine-footer-tags {
    grid-area: tags;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
    padding-top: 14px;
    border-top: 1px solid rgba(36,51,33,0.08);
}

.collovine-footer-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(89,160,71,0.10);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    color: #51634c;
    white-space: nowrap;
}

.collovine-footer-col {
    min-width: 0;
}

.collovine-footer-col h5 {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #243321;
}

.collovine-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.collovine-footer-links li {
    margin: 0 0 10px;
}

.collovine-footer-links a {
    color: rgba(36,51,33,0.78);
    text-decoration: none !important;
    transition: color 0.22s ease;
}

.collovine-footer-links a[data-module] {
    cursor: pointer;
}

.collovine-footer-links a:hover,
.collovine-footer-links a:focus {
    color: #59a047;
}

.collovine-footer-cta-wrap {
    margin-top: 14px;
}

.collovine-footer-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-height: 42px;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
    background: linear-gradient(135deg, #59a047 0%, #4d933d 100%) !important;
    border: 1px solid rgba(76,140,63,0.88) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(92,168,76,0.14);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.collovine-footer-btn:hover,
.collovine-footer-btn:focus {
    background: linear-gradient(135deg, #f99636 0%, #eb8b2d 100%) !important;
    border-color: rgba(214,131,22,0.88) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(243,166,70,0.16);
}

.collovine-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px 30px;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(36,51,33,0.08);
}

.collovine-footer-meta,
.collovine-footer-disclaimer {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.65;
    color: rgba(36,51,33,0.62);
}

.collovine-footer-disclaimer {
    max-width: 620px;
    text-align: right;
}

.collovine-footer-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.collovine-footer-orb--green {
    width: 340px;
    height: 340px;
    left: -110px;
    top: 40px;
    background: rgba(89,160,71,0.13);
    filter: blur(80px);
}

.collovine-footer-orb--orange {
    width: 280px;
    height: 280px;
    right: -70px;
    top: 20px;
    background: rgba(249,150,54,0.10);
    filter: blur(72px);
}

@media (max-width: 1399.98px) {
    .collovine-footer-cta-grid {
        gap: 18px;
    }

    .collovine-footer-cta-card {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
        padding: 22px 20px;
    }

    .collovine-footer-cta-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }

    .collovine-footer-main {
        grid-template-columns: minmax(340px, 1.2fr) repeat(3, minmax(135px, 0.85fr));
        gap: 28px 24px;
    }

    .collovine-footer-brand-inner {
        grid-template-columns: 155px minmax(0, 1fr);
        gap: 14px 16px;
    }
}

@media (max-width: 991.98px) {
    .collovine-footer-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .collovine-footer-cta-band {
        padding: 50px 0 26px;
    }

    .collovine-footer-cta-grid {
        grid-template-columns: 1fr;
    }

    .collovine-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 26px 24px;
        padding: 18px 0 26px;
    }

    .collovine-footer-brand {
        grid-column: 1 / -1;
    }

    .collovine-footer-brand-inner {
        grid-template-columns: 170px minmax(0, 1fr);
    }

    .collovine-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .collovine-footer-disclaimer {
        max-width: none;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .collovine-footer-cta-band {
        padding: 42px 0 22px;
    }

    .collovine-footer-cta-head h2 {
        font-size: 34px;
    }

    .collovine-footer-cta-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .collovine-footer-cta-card {
        grid-template-columns: 48px 1fr;
        gap: 14px;
        padding: 18px 16px;
        border-radius: 20px;
    }

    .collovine-footer-cta-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .collovine-footer-cta-icon svg {
        width: 24px;
        height: 24px;
    }

    .collovine-footer-cta-copy h3 {
        font-size: 21px;
    }

    .collovine-footer-cta-copy p {
        font-size: 14px;
        line-height: 1.6;
    }

    .collovine-footer-main {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 16px 0 22px;
    }

    .collovine-footer-brand-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "logo"
            "copy"
            "tags";
        gap: 12px;
    }

    .collovine-footer-logo-badge {
        width: auto;
        display: inline-flex;
    }

    .collovine-footer-logo img {
        max-width: 155px;
        max-height: none;
    }

    .collovine-footer-intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .collovine-footer-tags {
        padding-top: 12px;
    }

    .collovine-footer-col h5 {
        margin-bottom: 10px;
    }

    .collovine-footer-bottom {
        padding: 16px 0 20px;
    }
}
/* END FOOTER */



/* RESOURCES FAQ */
.ovgfaq-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 52px 0 40px;
    font-family: 'Poppins', sans-serif !important;
}

.ovgfaq-section * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

.ovgfaq-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.ovgfaq-orb--green {
    width: 360px;
    height: 360px;
    top: -120px;
    left: -100px;
    background: rgba(89,160,71,0.16);
    filter: blur(82px);
}

.ovgfaq-orb--orange {
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: -70px;
    background: rgba(249,150,54,0.14);
    filter: blur(72px);
}

.ovgfaq-shell {
    position: relative;
    z-index: 2;
}

.ovgfaq-head {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 18px;
}

.ovgfaq-head h2 {
    margin: 0 0 10px;
    color: #243321;
    font-size: clamp(30px, 2.5vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.ovgfaq-head p {
    margin: 0 auto;
    max-width: 760px;
    color: #566256;
    font-size: 16px;
    line-height: 1.68;
}

.ovgfaq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0 0 8px;
}

.ovgfaq-tab {
    appearance: none;
    border: 1px solid rgba(36,51,33,0.10);
    background: #ffffff;
    color: #364335;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgba(36,51,33,0.04);
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    cursor: pointer;
}

.ovgfaq-tab:hover,
.ovgfaq-tab:focus {
    color: #243321;
    border-color: rgba(89,160,71,0.22);
    transform: translateY(-1px);
    outline: none;
}

.ovgfaq-tab.is-active,
.ovgfaq-tab[aria-selected="true"] {
    background: linear-gradient(135deg, #59a047 0%, #6ab455 100%);
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(89,160,71,0.18);
}

.ovgfaq-panels {
    position: relative;
}

.ovgfaq-panel {
    display: none;
}

.ovgfaq-panel.is-active {
    display: block;
}

.ovgfaq-grid {
    row-gap: 18px;
}

.ovgfaq-card {
    height: 100%;
    padding: 20px 20px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fbfbf8 0%, #f6f7f2 100%);
    border: 1px solid rgba(36,51,33,0.08);
    box-shadow: 0 12px 28px rgba(36,51,33,0.045);
    text-align: left;
}

.ovgfaq-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0 14px;
    align-items: start;
}

.ovgfaq-markers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 34px;
    min-width: 34px;
    padding-top: 2px;
}

.ovgfaq-badge {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    flex: 0 0 28px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(36,51,33,0.08);
}

.ovgfaq-badge--q {
    background: #59a047;
}

.ovgfaq-badge--a {
    background: #6a6c6b;
}

.ovgfaq-content {
    min-width: 0;
}

.ovgfaq-content h3 {
    margin: 0 0 10px;
    color: #243321;
    font-size: 20px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.ovgfaq-content p {
    margin: 0;
    color: #586458;
    font-size: 15px;
    line-height: 1.72;
}

.ovgfaq-note {
    margin-top: 14px;
    text-align: center;
    color: #5f695f;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .ovgfaq-section {
        padding: 46px 0 34px;
    }

    .ovgfaq-head {
        margin-bottom: 16px;
    }

    .ovgfaq-head p {
        font-size: 15px;
    }

    .ovgfaq-tabs {
        margin-bottom: 16px;
        padding-bottom: 4px;
    }

    .ovgfaq-grid {
        row-gap: 16px;
    }

    .ovgfaq-card {
        padding: 18px 18px 16px;
        border-radius: 18px;
    }

    .ovgfaq-item {
        grid-template-columns: 32px 1fr;
        gap: 0 12px;
    }

    .ovgfaq-markers {
        width: 32px;
        min-width: 32px;
    }

    .ovgfaq-badge {
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
        flex-basis: 26px;
        font-size: 13px;
    }

    .ovgfaq-content h3 {
        font-size: 18px;
    }

    .ovgfaq-content p {
        font-size: 14px;
        line-height: 1.68;
    }
}

@media (max-width: 575.98px) {
    .ovgfaq-tabs {
        gap: 8px;
    }

    .ovgfaq-tab {
        width: 100%;
        max-width: 320px;
        text-align: center;
        padding: 12px 14px;
    }

    .ovgfaq-head h2 {
        font-size: 32px;
    }

    .ovgfaq-head p {
        font-size: 14px;
        line-height: 1.65;
    }

    .ovgfaq-card {
        padding: 16px 16px 15px;
    }

    .ovgfaq-item {
        grid-template-columns: 30px 1fr;
        gap: 0 10px;
    }

    .ovgfaq-markers {
        width: 30px;
        min-width: 30px;
        gap: 8px;
    }

    .ovgfaq-badge {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        flex-basis: 24px;
        font-size: 12px;
    }

    .ovgfaq-content h3 {
        font-size: 17px;
    }

    .ovgfaq-content p {
        font-size: 14px;
    }
}
/* END RESOURCES FAQ */











/* CONTACT US */
.ovg-contact-simple-section {
    position: relative;
    overflow: hidden;
    background: #f6f6f3;
    padding: 22px 0 60px;
}

.ovg-contact-simple-section > .is-boxes {
    display: block !important;
}

.ovg-contact-simple-page {
    display: block !important;
    width: 100% !important;
    position: relative;
    z-index: 2;
}

.ovg-contact-simple-inner {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.ovg-contact-simple-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.ovg-contact-simple-orb--green {
    width: 420px;
    height: 420px;
    top: -130px;
    left: -120px;
    background: rgba(89,160,71,0.18);
    filter: blur(88px);
}

.ovg-contact-simple-orb--orange {
    width: 320px;
    height: 320px;
    top: 120px;
    right: -90px;
    background: rgba(249,150,54,0.15);
    filter: blur(78px);
}

.ovg-contact-simple-top {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    width: 100%;
}

.ovg-contact-simple-card,
.ovg-contact-simple-map-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 100%);
    border: 1px solid rgba(92,168,76,0.12);
    box-shadow: 0 22px 60px rgba(33,33,33,0.06), 0 6px 18px rgba(92,168,76,0.06);
}

.ovg-contact-simple-card {
    padding: 28px 26px 26px;
}

.ovg-contact-simple-map-band {
    width: 100%;
    margin-top: 26px;
}

.ovg-contact-simple-map-card {
    padding: 28px 26px 26px;
}

.ovg-contact-simple-card::before,
.ovg-contact-simple-map-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(92,168,76,0.09) 0%, rgba(92,168,76,0) 34%),
        radial-gradient(circle at bottom right, rgba(243,164,60,0.08) 0%, rgba(243,164,60,0) 30%);
    pointer-events: none;
}

.ovg-contact-simple-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(90deg, #5ca84c 0%, #88bd5e 42%, #f3a43c 100%);
    z-index: 2;
}

.ovg-contact-simple-kicker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f3a43c;
}

.ovg-contact-simple-card h1,
.ovg-contact-simple-card h2,
.ovg-contact-simple-map-head h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #1b1b1b;
}

.ovg-contact-simple-intro,
.ovg-contact-simple-form-text,
.ovg-contact-simple-map-head p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #5f695f;
    font-size: 16px;
    line-height: 1.72;
}

.ovg-contact-simple-info-list {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    display: grid;
    gap: 18px;
}

.ovg-contact-simple-info-item {
    padding-top: 16px;
    border-top: 1px solid rgba(36,51,33,0.08);
}

.ovg-contact-simple-info-item h3 {
    margin: 0 0 8px;
    color: #243321;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.ovg-contact-simple-info-item p {
    margin: 0;
    color: #5f695f;
    font-size: 15px;
    line-height: 1.75;
}

.ovg-contact-simple-info-item a {
    color: #4f9247;
    text-decoration: none !important;
    transition: color 0.22s ease;
}

.ovg-contact-simple-info-item a:hover,
.ovg-contact-simple-info-item a:focus {
    color: #d28a26;
}

.ovg-contact-simple-info-item span {
    color: #748177;
}

.ovg-contact-simple-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ovg-contact-simple-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(92,168,76,0.09);
    border: 1px solid rgba(92,168,76,0.14);
    color: #3f7d35 !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.22s ease;
}

.ovg-contact-simple-socials a:hover,
.ovg-contact-simple-socials a:focus {
    background: rgba(243,164,60,0.11);
    border-color: rgba(243,164,60,0.18);
    color: #d28a26 !important;
    transform: translateY(-1px);
}

.ovg-contact-simple-form-placeholder {
    position: relative;
    z-index: 2;
    min-height: 420px;
    margin-top: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(246,247,242,0.95) 100%);
    border: 1px dashed rgba(92,168,76,0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #7b867c;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.ovg-contact-simple-map-head {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto 22px;
}

.ovg-contact-simple-map-placeholder {
    position: relative;
    z-index: 2;
    min-height: 420px;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(89,160,71,0.08) 0%, rgba(89,160,71,0.00) 28%),
        radial-gradient(circle at 88% 14%, rgba(249,150,54,0.09) 0%, rgba(249,150,54,0.00) 26%),
        linear-gradient(180deg, #f8f8f4 0%, #eef4eb 54%, #f9f7f3 100%);
    border: 1px dashed rgba(92,168,76,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #7b867c;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ovg-contact-simple-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ovg-contact-simple-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ovg-contact-simple-form-placeholder,
    .ovg-contact-simple-map-placeholder {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .ovg-contact-simple-section {
        padding: 10px 0 42px;
    }

    .ovg-contact-simple-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ovg-contact-simple-card,
    .ovg-contact-simple-map-card {
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .ovg-contact-simple-card-accent {
        border-radius: 22px 22px 0 0;
    }

    .ovg-contact-simple-card h1,
    .ovg-contact-simple-card h2,
    .ovg-contact-simple-map-head h2 {
        font-size: 34px;
    }

    .ovg-contact-simple-intro,
    .ovg-contact-simple-form-text,
    .ovg-contact-simple-map-head p {
        font-size: 15px;
        line-height: 1.66;
    }

    .ovg-contact-simple-form-placeholder,
    .ovg-contact-simple-map-placeholder {
        min-height: 240px;
        border-radius: 20px;
    }
}
.ovg-contact-simple-map-placeholder {
    position: relative;
    z-index: 2;
    min-height: 420px;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(89,160,71,0.08) 0%, rgba(89,160,71,0.00) 28%),
        radial-gradient(circle at 88% 14%, rgba(249,150,54,0.09) 0%, rgba(249,150,54,0.00) 26%),
        linear-gradient(180deg, #f8f8f4 0%, #eef4eb 54%, #f9f7f3 100%);
    border: 1px solid rgba(92,168,76,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.ovg-contact-simple-map-placeholder iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

@media (max-width: 991.98px) {
    .ovg-contact-simple-map-placeholder,
    .ovg-contact-simple-map-placeholder iframe {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .ovg-contact-simple-map-placeholder,
    .ovg-contact-simple-map-placeholder iframe {
        min-height: 240px;
        border-radius: 20px;
    }
}
/* END CONTACT US */






