/*
Theme Name: WebDigital Custom Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
body {
    -webkit-font-smoothing: antialiased;
}
p span {
    color: var(--gold);
    font-weight: 600;
}
.section.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 252, 245, .99) 0%, rgba(255, 252, 245, .92) 22%, rgba(255, 252, 245, .54) 38%, rgba(255, 255, 255, .08) 58%, rgba(255, 255, 255, .02) 100%);
    z-index: 9;
}
.section.hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 230px;
    background: linear-gradient(180deg, transparent, rgba(0, 41, 32, .82) 90%);
    z-index: 9;
}
.section.hero .section-content {
    z-index: 99;
}
.orbit {
    position: absolute;
    right: 10.5%;
    top: 21%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    /*opacity: .94;*/
}
.orbit img {
    opacity: 0.35;
}
.orbit:before {
    inset: 0;
    box-shadow: 0 0 48px rgba(222, 175, 77, .18);
}
.orbit:before, .orbit:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(194, 139, 34, .28);
}
.orbit .ant {
    width: 250px;
    filter: drop-shadow(0 0 18px rgba(232, 190, 95, .25));
}
.orbit .glow {
    position: absolute;
    inset: 105px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 235, 179, .24), transparent 70%);
}
.orbit .ring {
    position: absolute;
    inset: 55px;
    border-radius: 50%;
    border: 1px solid rgba(194, 139, 34, .22);
}
/*.hero h1 {
    font-size: clamp(64px, 80px, 108px);
    color: var(--green);
}*/
.title-serif {
    letter-spacing: -.04em;
    line-height: 1.3;
    font-weight: 600;
}
h2.title-serif,.title-serif h2 {
    font-size: 60px;
}
h2.title-serif span,.title-serif h2 span {
    /*display: block;*/
    color: var(--gold);
}
.text.title-nho h2 {
    font-size: 50px;
    line-height: 1.15;
}
.text.title.title-serif.title-nho.title-min h2 {
    font-size: 29px;
}
.hero .lead {
    font-size: 20px;
    line-height: 1.5;
    max-width: 550px;
    color: #2A2825;
}
.button.primary.is-link {
    background: linear-gradient(135deg, #063F38, #07524A);
    color: #fff;
    box-shadow: 0 18px 34px rgba(7, 63, 56, .18);
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    /*min-height: 58px;*/
    border-radius: 10px;
    transition: .28s ease;
}
a.button span {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
    padding: 15px 34px;
}
.button:hover {
    transform: translateY(-3px);
}
.button.secondary {
    background: rgba(255, 255, 255);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(164, 103, 4, .52);
    color: var(--gold);
}
a.button.secondary:hover {
    background-color: white !important;
}
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: inset 0 0 0 100px rgb(255 255 255 / 0%);
    opacity: 1;
    outline: none;
}
.hero-stat {
    display: flex;
    align-items: center;
    gap: 26px;
    /*padding: 18px 35px;*/
    position: relative;
}
.hero-stat b {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    color: white;
    margin-bottom: 0 !important;
}
.hero-stat p {
    display: block;
    font-size: 16px;
    line-height: 1.35;
    margin-top: 7px;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
}
.hero-stat img {
    width: 42px;
    height: 42px;
}
.hero-stat .icon {
    width: 72px !important;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid #BD851A;
}
.about {
    overflow: hidden;
    background: radial-gradient(circle at 80% 35%, rgba(255, 255, 255, .65), transparent 40%), var(--cream);
}
.about-img .media-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0 0 0 18px;
    width: 42%;
    padding: 34px 30px 30px;
    background: linear-gradient(145deg, rgba(6, 69, 60, .94), rgba(4, 44, 40, .92));
    color: #fff;
    display: flex;
    flex-direction: column;
}
img.mini-emblem {
    width: 62px;
    margin-bottom: 18px;
}
.media-overlay .mini-emblem {
    width: 62px;
    margin-bottom: 18px;
}
.media-overlay h4 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #E0A93C;
    text-transform: uppercase;
}
.media-overlay h4 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    color: #E0A93C;
    /* text-transform: uppercase; */
    text-align: left;
}
.media-overlay p {
    color: #EEE7DC;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}
.about-img .box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
.about-img .box-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.eco-card .box-text-inner .eco-badge {
    position: absolute;
    right: 18px;
    top: -28px;
    width: 58px !important;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--gold-2), #d59b22);
    border: 4px solid #fff;
}
.box.eco-card .box-text{
    padding: 24px 22px 22px;
    position: relative;
    background-color: white;
}
.eco-badge img {
    width: 32px;
    height: 32px;
        filter: brightness(0) invert(1);
}
.box.eco-card {
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: .3s ease;
}
.eco-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 24px 44px rgba(60, 36, 21, .12);
}
.eco-card h3 {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 8px;
}
.eco-card .companies {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.65;
    color: var(--brown-dark);
    color: #07524A;
    font-weight: 700;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    height: 60px;
}
.icon-box.company-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border: 1px solid var(--line-2);
    box-shadow: var(--shadow-soft);
    border-radius: 14px;
    background: #fff;
    transition: .25s ease;
}
.icon-box.company-card .icon img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #fff;
    /*border: 1px solid var(--line);*/
    color: var(--gold);
    padding-top: 0;
}
.icon-box.company-card .icon-box-text h3 {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    color: var(--green);
    line-height: 1.35;
}
.icon-box.company-card .icon-box-text{
    padding-left: 0em;
}

/*.icon-box.company-card {
    min-height: 84px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 14px 10px;
    box-shadow: var(--shadow-soft);
}*/
.company-card:hover {
    transform: translateY(-3px);
    border-color: rgba(164, 103, 4, .42);
    background: #fff;
}
.company-list .col-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stats {
    background: linear-gradient(90deg, rgba(34, 18, 10, .96), rgba(66, 33, 13, .94), rgba(34, 18, 10, .96));
    color: #fff;
    padding: 36px 0;
}
.stats-intro .kicker p {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #E8C36B;
}
.stats-intro h3 {
    font-size: 34px;
    line-height: 1.02;
    font-family: 'Gotham FIANT', Montserrat, Arial, sans-serif;
    font-weight: 700;
    margin: 8px 0 10px;
    color: white
}
/*.stat-box:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .12);
}*/
.stat-box {
    border-left: 1px solid rgba(255, 255, 255, .12);
}
.stat-box b {
    display: block;
    font-size: 44px;
    line-height: 1;
    color: #F2C35D;
}
.stat-box b {
    display: block;
    font-size: 44px;
    line-height: 1;
    color: #F2C35D;
    font-weight: 600;
    font-family: 'Montserrat';
}
.stat-box p {
    margin-bottom: 10px;
}
.stats-intro p {
    margin-bottom: 0;
}
.col.stat-box,.col.stats-intro {
    padding: 15px !important;
}
.final-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 86px 0;
    background: linear-gradient(90deg, rgba(83, 42, 8, .9), rgba(164, 103, 4, .82), rgba(50, 24, 6, .88));
    background-size: cover;
    background-position: center;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/webdigital-custom-theme/fonts/Gotham-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --bg: #fbfaf6;
    --paper: #fffdf9;
    --ink: #26211c;
    --muted: #766e64;
    --line: #e8e1d6;
    --brown: #a46704;
    --brown2: #7f5204;
    --dark: #3c2415;
    --gold: #ecc158;
    --green: #069b50;
    --green2: #74a85a;
    --black: #231f20;
    --radius: 20px;
    --shadow: 0 18px 50px rgba(51, 37, 20, .10);
    --container: min(1320px, calc(100vw - 64px));
}
:root {
    --brown-dark: #3C2415;
    --bronze: #A46704;
    --gold-light: #ECC158;
    --brown-deep: #603913;
    --khaki: #957743;
    --yellow-accent: #EFC81E;
    --ink: #231F20;
    --white: #FFFFFF;
    --paper: #FBF9F6;
    --line: #E7E0D3;
    --ink-soft: #5B5450;
}
:root {
    --gold: #A46704;
    --gold-2: #B67C0A;
    --gold-3: #D9AE52;
    --green: #073B34;
    --green-2: #06423B;
    --ink: #252320;
    --muted: #5F5750;
    --cream: #F8F3EA;
    --cream-2: #FCF8F1;
    --line: #DDCFBA;
    --line-2: #E8DDCF;
    --shadow: 0 24px 60px rgba(60, 36, 21, .12);
    --shadow-soft: 0 14px 35px rgba(60, 36, 21, .08);
    --max: 1440px;
}
.hero {
    position: relative;
    overflow: hidden;
}

/*.text.hero h2 {
    font-size: 66px;
    line-height: 1.18;
    letter-spacing: -.5px;
    margin: 18px 0 28px;
    color: #1b1b1b;
}
.text.hero-home h2{
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 10px 0 20px;
}*/
.eyebrow h3{
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    color: #a46704;
    margin-bottom: 0;
}
.lead p {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 34px;
    color:black;
}
.lead.home p {
    font-size: 17px;
    line-height: 1.65;
    color: #5d554c;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.button span {
    display: inline-block;
    line-height: 1.6;
    /* display: inline-flex; */
    /* align-items: center; */
    /* gap: 22px; */
    width: max-content;
    /* padding: 15px 20px; */
    /* background: var(--gold); */
    /* color: #fff; */
    /* font-size: 12px; */
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: .25s;
    font-weight: 300;
}
/*.reveal.in {
    opacity: 1;
    transform: none;
}*/
.reveal {
    /*opacity: 0;*/
    transform: translateY(28px);
    transition: opacity .8s ease, transform .8s ease;
}
.metrics {
    grid-column: 6 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-self: end;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.metric:first-child {
    border-left: 0;
}
.metric {
    padding: 34px 24px;
    border-left: 1px solid var(--line);
}
.metric strong {
    display: block;
    font-size: clamp(38px, 4.6vw, 72px);
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 500;
    color: var(--brown);
}
.metric span {
    display: block;
    font-size: 13px;
    color: var(--muted);
    margin-top: 14px;
}
.sub-title-home h3 {
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.section.about {
    border-top: 1px solid rgba(164, 103, 4, .10);
    background: radial-gradient(circle at 80% 35%, rgba(255, 255, 255, .65), transparent 40%), var(--cream);
}
.core-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 34px;
}
.value {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #574d43;
}
.value-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(164, 103, 4, .25);
    display: grid;
    place-items: center;
    color: var(--brown);
    background: rgba(255, 255, 255, .65);
}
.pillar {
    border-right: 1px solid rgba(255, 255, 255, .45);
}
.banner p {
    font-size: 16px;
}
/*.prefooter {
    background: linear-gradient(100deg, rgba(35, 22, 13, .94), rgba(59, 35, 19, .9));
    color: #fff;
    padding: 36px 0 !important;
}*/
.section.prefooter .col, .section.prefooter p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.final-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 86px 0;
    background: linear-gradient(90deg, rgba(83, 42, 8, .9), rgba(164, 103, 4, .82), rgba(50, 24, 6, .88)), url(/wp-content/uploads/2026/08/Br-footer.webp);
    background-size: cover;
    background-position: center;
}
.cta-inner h2 {
    color: var(--champagne);
    color: var(--gold-3);
    font-size: clamp(34px, 4vw, 38px);
}
.cta-inner h3{
    color: #f2e7d8;
}
.cta-inner p {
    margin-top: 12px;
    color: #f2e7d8;
    max-width: 720px;
}
.col-footer .col-inner h3 {
    color: var(--gold-3);
}
.absolute-footer .container.clearfix {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.copyright-footer p, .footer-secondary p {
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
}
.footer-secondary {
    padding: 0;
}
.footer-custom h3 {
    font-size: 16px;
    font-weight: 500;
}
.footer-custom a, .footer-custom p, .footer-custom li {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .56);
    margin: 5px 0;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid;
}
.box-blog-post .is-divider {
    display: none;
}
.row h5.post-title.is-large a {
    font-size: 16px;
}
.row.post-home h5.post-title.is-large a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 16px;
}
.col.post-item .image-cover img.wp-post-image {
    background: #fff;
    border: 1px solid #eee5da;
    box-shadow: 0 12px 30px rgba(52, 37, 19, .05);
    overflow: hidden;
    border-radius: 8px;
}
p.from_the_blog_excerpt {
    font-size: 15px;
}
.text.hero h2 span {
    color: var(--fs-color-primary);
}
.banner p {
    font-size: 18px;
    font-weight: 500;
}
.banner .lead span {
    color: var(--fs-color-primary);
}
.philosophy-card {
    background: linear-gradient(135deg, var(--bronze) 0%, var(--brown-dark) 100%);
    color: white;
    padding: 44px !important;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.philosophy-card .ring-b {
    width: 180px;
    height: 180px;
    top: -40px;
    right: -10px;
    border-color: rgba(236, 193, 88, 0.3);
}
.philosophy-card .ring-a {
    width: 260px;
    height: 260px;
    top: -110px;
    right: -90px;
}
.philosophy-card .ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.16);
}
.icon-box-text.last-reset {
    font-size: 16px;
}
.vmv-col h3 {
    font-size: 18px;
}
.text.philosophy-tag h3 {
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ECC158 !important;
    margin-bottom: 16px !important;
    position: relative;
    z-index: 1;
}
.philosophy-card h3 {
    font-size: 23px;
    margin-bottom: 16px;
    color: var(--white);
    position: relative;
    z-index: 1;
}
.philosophy-signature {
    margin-top: 22px;
    font-style: italic;
    color: var(--gold-light);
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.lead.home.intro-text p {
    font-size: 19px;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.5;
}
.eyebrow::before {
    content: "";
    width: 16px;
    height: 2px;
    background: var(--bronze);
    border-radius: 2px;
}
.eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bronze);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    width: fit-content;
}
.section.about .row .col {
    padding-bottom: 15px !important;
}
/*.reveal.show {
    opacity: 1;
    transform: none;
}
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .6s ease;
}
*/.stats-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255, 255, 255, .80);
    border: 1px solid rgba(164, 103, 4, .12);
    box-shadow: var(--shadow);
    border-radius: 20px;
    padding: 22px 24px;
    backdrop-filter: blur(8px);
}
.stat {
    padding: 10px 26px;
    border-right: 1px solid var(--line);
}
.stat strong {
    font-family: Georgia, serif;
    font-size: 42px;
    color: var(--brown);
    display: block;
    line-height: 1;
}
.stat span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6c6258;
}
.stat:last-child {
    border-right: 0;
}
.banner .button {
    font-size: 15px;
}
.col.icon-banner-home {
    display: none;
}
.reveal.show {
    opacity: 1;
    transform: none;
}

.reveal {
    /*opacity: 0;*/
    transform: translateY(24px);
    transition: opacity .75s ease, transform .75s ease;
}
/*CSS Philosophy*/
.philosophy:before {
    content: "";
    position: absolute;
    left: -220px;
    top: -200px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(217, 174, 82, .08);
}
.philosophy:after {
    content: "";
    position: absolute;
    right: -240px;
    bottom: -280px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    border: 1px solid rgba(217, 174, 82, .06);
}
.philosophy {
    background: linear-gradient(135deg, #140E09, #2C170B 60%, #110B07);
    color: #fff;
    overflow: hidden;
}
.ph-circle .col-inner .img {
    width: 270px !important;
    height: 270px;
    border-radius: 50%;
    margin: auto;
    display: grid;
    place-items: center;
    position: relative;
    border: 1px solid rgba(217, 174, 82, .3);
}
.ph-circle .col-inner .img:before {
    inset: 24px;
}
.ph-circle .col-inner .img:before, .ph-circle:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(217, 174, 82, .16);
}
.ph-circle .col-inner .img:after {
    inset: 54px;
}
.ph-circle img {
    width: 200px;
    filter: brightness(1.04);
}


.philosophy {
    background: var(--ivory);
    background: #F9F5EE;
        padding: 100px 0 50px !important;
}
/*.value-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
}*/
/*.value-item {
    padding: 20px 18px;
    border: 1px solid rgba(217, 174, 82, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .02);
}*/
.philosophy .eyebrow {
    color: #E6C16F;
}
.philosophy .title h2 {
    font-size: 60px;
    /*color: #fff;*/
}
.icon-box.value-item .icon-inner {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(164, 103, 4, .06);
    margin-bottom: 0;
}
.icon-box.value-item .icon-box-img img {
    width: 40px;
}
.value-item h4 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #E6C16F;
}
.value-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #635B54;
    margin: 0;
}
.value-item {
    padding: 22px 20px;
    border: 1px solid #E7DDD2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(60, 36, 21, .08);;
}
.vmv-col:not(:nth-child(3)) {
    border-right: 1px solid var(--line);
}
.section.vmv {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.vmv-col .icon-box .icon-box-text {
    display: flex;
    align-items: center;
}
.kicker p {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 20px;
        font-family: 'Montserrat';
}
.section.about .section-bg.fill {
    position: absolute;
    right: -100px !important;
    top: 170px;
    width: 690px;
    max-height: 700px;
    opacity: .88;
    pointer-events: none;
    left: auto;
}
.col.company-list .col-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.social-icons a.icon.button {
    line-height: 3em !important;
    color: #ECC158;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(236, 193, 88, .25);
    font-size: 12px;
    font-weight: 900;
    margin-right: 6px;
}
.brand-line {
    margin-top: 26px;
    /*font-family: Georgia, 'Times New Roman', serif;*/
        font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 600;
    color: var(--gold);
}
.corp-section {
    background: linear-gradient(180deg, #fbf9f5, #fff);
}
.gov-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 26px;
}
.gov-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 16px;
    display: flex;
    gap: 13px;
    min-height: 102px;
}
.gov-card .mini {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(8, 122, 74, .16);
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: var(--green);
}
.gov-card svg {
    width: 36px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}
.gov-card strong {
    font-weight: 700;
    font-family: 'Montserrat';
}
.gov-card p{
    font-size: 15px;
}
.timeline {
    margin-top: 28px;
    position: relative;
    padding-left: 34px;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(var(--gold), #e0c786);
}
.t-row {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 18px;
    padding: 0 0 24px;
}
.t-row:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--gold);
}
.t-year {
    font-weight: 900;
    color: #3C2415;
    /* font-weight: 600; */
    font-family: 'Montserrat';
}

.t-text {
    font-size: 15px;
    color: #655c53;
}
@media (max-width: 1000px) {
    .mobile-sidebar .nav>li>a {
    font-size: 1em;
    color: var(--bronze);
    font-family: 'Be Vietnam Pro' !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
    .col.company-list .col-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .stats-box {
        grid-template-columns: 1fr 1fr;
    }
    .stat {
        border-bottom: 1px solid var(--line);
    }

    .text.hero h2 {
        font-size: 40px;
    }
    .stat:nth-child(2),.stat:nth-child(4) {
        border-right: 0;
    }
    .stat:nth-child(3),.stat:nth-child(4) {
        border-bottom: 0;
    }
    .banner .button {
        font-size: 15px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.eco-card h3 {
    font-size: 20px;
}
    .text.hero h2 {
        font-size: 46px;
    }
    .post-home .box.box-blog-post {
        display: flex;
    }
    .text.hero h2 {
        font-size: 36px;
    }
    .stats-box {
        padding: 10px;
    }
    .stat {
        display: flex;
        padding: 10px 0px 10px 15px;
        flex-direction: column;
        gap: 8px;
        align-content: flex-start;
    }
    .reveal.show {
        opacity: 0.9;
    }
    .col.col-banner-number {
        padding-bottom: 0;
        margin-bottom: -20px;
    }
    .stat strong {
        font-size: 33px;
    }
    .stat span,.stat strong  {
        text-align: left;
    }





    .col.hero-copy {
        padding-top: 30px;
    }
    .hero-stat .icon {
        width: 50px !important;
        height: 50px;
    }
    .hero-stat {
        display: flex;
        flex-direction: row;
        gap: 0px;
    }
    .hero-stat b {
        font-size: 26px;
    }
   /* .orbit {
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        margin-top: -107%;
        z-index: -2;
        opacity: .54;
    }*/
    .hero h1 {
        font-size: 50px;
    }
    .philosophy .title h2 {
        font-size: 38px;
    }
    .vmv-col h3 {
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -1.0px;
    }
    .vmv-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--line);
    }
    .text.title-nho h2 {
        font-size: 32px;
    }
    .col.company-list .col-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    h2.title-serif, .title-serif h2 {
        font-size: 38px;
    }
        .orbit {
        top: -275px;
        position: absolute;
        right: -10%;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        margin-top: -107%;
        z-index: -2;
        opacity: .54;
        display: none;
    }
    .about-img .media-overlay {
        width: 66%;
}
.section.about .row .col {
    padding-bottom: 30px !important;
}
.brand-line {
    font-size: 20px;
}

}