/* everything has a soul — selí 💚⬆️ */

/* ==========================================
   CAPITALIZE FUNDING — MASTER STYLESHEET
   ========================================== */
/* RESET & FONTS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HAMBURGER - hidden on desktop, shown via mobile.css */
.hamburger {
    display: none;
}

.nav-overlay {
    display: none;
}

@font-face {
    font-family: 'Vectora Light';
    src: url('fonts/vectora-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Vectora Roman';
    src: url('fonts/vectora-400.woff') format('woff');
}

@font-face {
    font-family: 'Vectora Bold';
    src: url('fonts/vectora-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Vectora Black';
    src: url('fonts/vectora-900.woff2') format('woff2');
}


/* ==========================================
   UTILITY CLASSES
   ========================================== */

/* COLORS */
.green {
    color: #6ab235;
}

.black {
    color: #000000;
}

.bg-gray {
    background-color: #f5f7fa;
}

.bg-white {
    background-color: #ffffff;
}

/* TYPOGRAPHY - Fonts */
.font-light {
    font-family: 'Vectora Light';
}

.font-roman {
    font-family: 'Vectora Roman';
}

.font-bold {
    font-family: 'Vectora Bold';
    letter-spacing: -0.04em;
}

.font-bold-g {
    font-family: 'Vectora Bold';
    letter-spacing: -0.04em;
    color: #6ab235;
}

.font-black {
    font-family: 'Vectora Black';
    letter-spacing: -0.06em;
}

.font-black-g {
    font-family: 'Vectora Black';
    letter-spacing: -0.06em;
    color: #6ab235;
}

/* CURSOR */
.cursor-pointer {
    cursor: pointer;
}

/* ==========================================
   TEXT CLASSES
   ========================================== */

.pre-text {
    text-align: center;
    font-size: 14.5px;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-text-stroke: 0.3px;
    text-transform: uppercase;
}

.micro-signal {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    margin-bottom: 0px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.9;
}

.micro-signal-g {
    font-size: 14px;
    color: #6ab235;
    line-height: 1.6;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
    text-transform: uppercase;
    opacity: 1.0;
}

.micro-signal a {
    color: #6ab235;
    text-decoration: underline;
    -webkit-text-stroke: 0.3px;
    margin-bottom: 0px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 1.0;
}

/* ==========================================
   REUSABLE COMPONENT CLASSES
   ========================================== */

/* SECTION PADDING - USE THIS FOR ALL SECTIONS */
.section {
    padding: 80px 0;
}

/* CONTAINER */
.container {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.container-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.container-small {
    max-width: 850px;
    margin: 0 auto;
}

.container-content {
    max-width: 980px;
    margin: 0 auto;
}

.container-sized {
    max-width: 1050px;
    margin: 0 auto;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
}

.container-mid {
    max-width: 1300px;
    margin: 0 auto;
}

.container-avg {
    max-width: 1400px;
    margin: 0 auto;
}

.container-full {
    max-width: 1500px;
    margin: 0 auto;
}

.container-aye {
    max-width: 1600px;
    margin: 0 auto;
}

.container-max {
    max-width: 1800px;
    margin: 0 auto;
}


/* ==========================================
   FONTS
   ========================================== */

body {
    font-family: 'Vectora Roman';
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    color: #000000;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 15px;
}

.body-sm {
    font-family: 'Vectora Roman';
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 20px;
}

a {
    font-family: 'Vectora Roman';
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    color: #6ab235;
    text-decoration: underline;
}

h1 {
    font-family: 'Vectora Black';
    font-size: 55px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Vectora Black';
    font-size: 55px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: #000000;
}

h3 a {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.04em;
    line-height: 1.1;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    color: #6ab235;
    text-decoration: underline;
}

.subheading {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.preheading {
    font-family: 'Vectora Bold';
    font-size: 22px;
    color: #6ab235;
    letter-spacing: 0.1em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* ==========================================
   CARDS
   ========================================== */

.card {
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 30px;
}

.card-elevated {
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

/* ==========================================
   BUTTONS
   ========================================== */

/* PRIMARY BUTTON */
.btn-primary {
    display: inline-block;
    background: #7be42f;
    color: #000000;
    padding: 10px 42px;
    border-radius: 28px;
    text-decoration: none;
    font-family: 'Vectora Roman';
    font-size: 18px;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background: #000000;
    color: #ffffff;
}

/* SECONDARY BUTTON */
.btn-secondary {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 10px 42px;
    border-radius: 28px;
    text-decoration: none;
    font-family: 'Vectora Roman';
    font-size: 18px;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: #7be42f;
    color: #000000;
}

/* ==========================================
   SITE HEADER
   ========================================== */

/* HEADER */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px;
    background: white;
}

.logo {
    height: 60px;
}

/* NAVIGATION */
nav {
    position: relative;
    display: flex;
    gap: 60px;
    align-items: center;
}

nav>a {
    font-family: 'Vectora Roman';
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.2s ease;
}

nav>a:hover,
nav>a.active {
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
}

/* DROPDOWN MENU */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f7fa;
    border-radius: 9px;
    padding: 30px 80px;
    min-width: 800px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}

nav:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

nav>a:first-child:hover~.dropdown-menu {
    opacity: 0;
    visibility: hidden;
}

/* DROPDOWN CONTENT SECTIONS */
.dropdown-content {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 60px;
    justify-items: center;
    font-family: 'Vectora Light';
    font-size: 18px;
}

.dropdown-content.active {
    display: grid;
}

/* DROPDOWN LINKS */
.dropdown-menu a {
    font-family: 'Vectora Light';
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    padding: 8px 0;
    white-space: nowrap;
    transition: color 0.2s ease;
    -webkit-text-stroke: 0.2px;
}

.dropdown-menu a:hover {
    color: #6ab235;
    font-family: 'Vectora Roman';
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
}

/* CTA BUTTON */
.cta-button {
    background: #7be42f;
    color: #000000;
    padding: 10px 42px;
    border-radius: 28px;
    text-decoration: none;
    font-family: 'Vectora Roman';
    letter-spacing: -0.02em;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    font-size: 18px;
}

.cta-button:hover {
    background: #000000;
    color: #ffffff;
    -webkit-text-stroke: 0.2px;
}

/* ==========================================
   FOOTER
   ========================================== */

.footer {
    background-color: #f5f7fa;
    padding: 60px 0 40px 0;
}

.footer-container {
    max-width: 1500px;
    padding: 0 40px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

/* FOOTER - LEFT COLUMN */
.footer-left {
    max-width: 340px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
    margin-left: 12px;
}

.footer-sprout {
    height: 60px;
    width: auto;
}

.footer-wordmark {
    height: 50px;
    width: auto;
}

.footer-tagline {
    font-family: 'Vectora Roman';
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.12em;
    color: #000000;
    margin-bottom: 40px;
    white-space: nowrap;
}

.footer-left .cta-button {
    display: inline-flex;
    margin-bottom: 50px;
    margin-left: 15%;
}

.footer-contact {
    margin-bottom: 60px;
    text-align: center;
}

.footer-contact p {
    font-family: 'Vectora Roman';
    font-size: 16px;
    margin-bottom: 2px;
}

.footer-contact a {
    color: #6ab235;
    text-decoration: underline;
    -webkit-text-stroke: 0px;
    font-size: 16px;
}

.footer-contact a:hover {
    color: #000000;
    -webkit-text-stroke: 0px;
    font-size: 16px;
}

.footer-legal {
    margin-bottom: 10px;
}

.copyright {
    font-family: 'Vectora Light';
    font-size: 12.5px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    margin-left: 13px;
    white-space: nowrap;
}

.legal-links {
    display: flex;
    gap: 20px;
    margin-left: 18px;
    -webkit-text-stroke: 0px;
}

.legal-links a {
    font-family: 'Vectora Light';
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
    color: #000000;
    text-decoration: underline;
}

.legal-links a:hover {
    color: #6ab235;
    -webkit-text-stroke: 1px;
}

/* FOOTER - RIGHT COLUMN */
.footer-right {
    flex: 1;
    max-width: 750px;
}

/* FOOTER NEWSLETTER */
.footer-newsletter {
    max-width: 640px;
    margin-top: 15px;
    margin-bottom: 50px;
    margin-left: 60px;
    margin-right: 60px;
}

.footer-newsletter h3 {
    font-family: 'Vectora Bold';
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}

.footer-newsletter h3 .green {
    color: #6ab235;
}

.newsletter-form {
    display: flex;
    max-width: 640px;
    gap: 12px;
    align-items: center;
    /* keeps inputs and button vertically centered */
    margin: 0 auto 12px;
}

.newsletter-form input[type="text"] {
    flex: 1;
    padding: 6px 15px;
    border: 1px solid #e0e6ee;
    border-radius: 6px;
    font-family: 'Vectora Roman';
    font-size: 16px;
    line-height: 1.7;
    background-color: #ffffff;
}

.newsletter-form input[type="email"] {
    flex: 2;
    padding: 6px 15px;
    border: 1px solid #e0e6ee;
    border-radius: 6px;
    font-family: 'Vectora Roman';
    font-size: 16px;
    line-height: 1.7;
    background-color: #ffffff;
}

.newsletter-form button {
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 11px 28px;
    /* was 10px — thinner so it doesn't look fat */
    border-radius: 28px;
    font-family: 'Vectora Roman';
    font-size: 16px;
    -webkit-text-stroke: 0.3px;
    font-weight: 700;
    cursor: pointer;
}

.newsletter-form button:hover {
    background: #6ab235;
    color: #000000;
}

.newsletter-checkbox {
    display: flex;
    margin-left: 10px;
    justify-content: center;
    /* centers the checkbox+text block horizontally */
    gap: 10px;
    font-family: 'Vectora Light';
    font-size: 12.5px;
    color: #000000;
    cursor: pointer;
}

/* Round checkbox — strips default square look, draws a custom circle.
   Turns green when checked. */
.newsletter-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #e0e6ee;
    border-radius: 12px;
    /* makes it a circle */
    background: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 3px;
}

.newsletter-checkbox input[type="checkbox"]:checked {
    background: #6ab235;
    /* fills green when checked */
    border-color: #6ab235;
}

/* FOOTER NAVIGATION */
.footer-nav {
    display: flex;
    justify-content: space-between;
    line-height: 1.38em;
    gap: 60px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h4 {
    font-family: 'Vectora Bold';
    font-size: 20px;
    color: #6ab235;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.footer-column a {
    font-family: 'Vectora Light';
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    -webkit-text-stroke: 0.0px;
    white-space: nowrap;
}

.footer-column a:hover {
    color: #6ab235;
    -webkit-text-stroke: 0.2px;
}

/* FOOTER DISCLAIMER */
.footer-disclaimer {
    max-width: 945px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 10.5px;
    padding-top: 50px;
    border-top: 0px solid #ddd;
}

.info-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.footer-disclaimer p {
    font-family: 'Vectora Light';
    font-size: 10.5px;
    line-height: 1.6;
    text-align: justify;
    color: #000000;
}

.footer-disclaimer p strong {
    font-family: 'Vectora Bold';
}

/* ==========================================
   FRUIT SALAD
   ========================================== */

/* APPLE */
.apple {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    text-align: center;
}

.apple-item img {
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
}

.apple-item h3 {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    color: #6ab235;
}

.apple p {
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

/* BANANA */
.banana {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.banana-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.banana-item p {
    margin-left: calc(24px + 12px);
    /* icon width + gap */
    font-size: 17px;
    line-height: 1.6;
}

.banana-override p {
    margin-left: calc(0px + 0px);
    /* icon width + gap */
    font-size: 17px;
    line-height: 1.6;
}


/* CHERRY */
.cherry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}

.cherry h3 {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 10px;
}

.cherry p {
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

/* COCONUT */
.coconut {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.coconut-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.coconut-text {
    text-align: center;
}

.coconut img {
    height: 50px;
    width: 50px;
}

.coconut h3 {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    color: #6ab235;
}

/* ==========================================
   VEGGIE TALES
   ========================================== */

/* POTATO */
.potato {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.potato-item {
    text-align: left;
}

.potato-item p {
    text-align: justify;
}

/* BROCCOLI */
.broccoli {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.broccoli-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0px;
}

.broccoli-item p {
    margin-left: calc(0px + 1px);
    /* icon width + gap */
    margin-top: 10px;
}

.broccoli img {
    height: 45px;
    width: 45px;
}

/* BEAN */
.bean {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bean-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ==========================================
   DELI MENU
   ========================================== */

/* ITALIAN HERO */
.italian-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.italian-hero-head {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 8px;
}

.italian-hero-item p {
    margin-left: calc(24px + 12px);
}

/* PHILLY CHEESESTEAK */
.philly-cheesesteak {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
    justify-content: center;
}

.philly-item img {
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
}

.philly-item h3 {
    margin-bottom: 10px;
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.03em;
}

.philly-item p {
    font-size: 17px;
    line-height: 1.6;
}

.philly-cheesesteak--3up {
    grid-template-columns: repeat(3, 1fr);
}

/* CLUB SANDWICH */
.club-sandwich {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.club-sandwich-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
}

.club-sandwich-item p {
    grid-column: 2;
    margin-top: 0;
}

.club-sandwich-item h3 {
    margin-bottom: 2px;
}

.club-sandwich img {
    height: 50px;
    width: 50px;
}

/* REUBEN */
.reuben {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.reuben-item {
    text-align: left;
}

.reuben-item p {
    text-align: justify;
}

/* ==========================================
   SUPERHEROES
   ========================================== */

/* SUPERMAN */
.superman {
    padding-top: 60px;
}

.superman-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.superman-content h1 {
    margin-bottom: 16px;
}

.superman-content h2 {
    margin-bottom: 24px;
    color: #6ab235;
}

.superman-content p {
    max-width: 520px;
    margin-bottom: 24px;
}

.superman-image img {
    max-width: 100%;
    height: auto;
}

/* WONDER WOMAN */
.wonder-woman {
    text-align: center;
    padding: 60px;
}

.wonder-woman .hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.wonder-woman h1 {
    margin-bottom: 20px;
    font-family: 'Vectora Black';
    font-size: 60px;
    letter-spacing: -0.05em;
}

.wonder-woman h2 {
    margin-bottom: 25px;
    font-weight: 900;
}

.wonder-woman p {
    text-align: justify;
    margin: 0 auto 40px;
    max-width: 780px;
    font-size: 18px;
    line-height: 1.7;
}

.wonder-woman .hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* BATMAN */
.batman {
    padding-top: 60px;
}

.batman-inner {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.batman h1 {
    text-align: center;
    font-family: 'Vectora Black';
    margin: 0 0 40px;
}

.batman-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    /* left bigger, right smaller */
    gap: 48px;
    align-items: center;
}

.batman-content h2 {
    text-align: center;
    margin: 0 0 16px;
}

.batman-content p {
    text-align: justify;
    max-width: 520px;
    /* keeps the “centered block” feel */
    margin: 0 auto 28px;
    /* centers the text block */
}

.batman .hero-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.batman-media img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* centers pigmo inside the right column */
}

/* SPIDERMAN */
.hero-spiderman {
    padding-top: 60px;
}

.hero-spiderman .hero-inner {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.hero-spiderman .hero-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
}

/* LEFT COLUMN (content) */
.hero-spiderman .hero-col--primary {
    text-align: center;
}

/* EYEBROW: left-aligned, everything else centers */
.hero-spiderman .hero-eyebrow {
    display: block;
    text-align: left;
    margin-bottom: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* DESCRIPTION: centered block, justified text */
.hero-spiderman p {
    max-width: 520px;
    margin: 0.75rem auto 0;
    text-align: justify;
}

/* RIGHT COLUMN (Bean) */
.hero-spiderman .hero-col--secondary {
    display: flex;
    justify-content: center;
}

.section--no-top {
    padding-top: 0;
}

/* ==========================================
   WARDROBE
   ========================================== */

/* ZAC POSEN BAG*/
.zac-posen-bag-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.h2 {
    font-size: 55px;
    font-family: 'Vectora Black';
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}

/* IMAGE COLUMN */
.zac-posen-bag-right img {
    width: 100%;
    display: block;
}

/* CONTENT COLUMN */
.zac-posen-bag-left h2 {
    font-family: 'Vectora Black';
    font-size: 50px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.zac-posen-bag-left p {
    font-family: 'Vectora Roman';
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}

/* OPTIONAL FOOTNOTE / CTA */
.zac-posen-bag-footnote {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 18px;
}

.zac-posen-bag--reverse {
    direction: rtl;
}

.zac-posen-bag--reverse>* {
    direction: ltr;
}

.zac-posen-bag--reverse h2 {
    font-family: 'Vectora Black';
    font-size: 55px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.zac-posen-bag--reverse p {
    font-family: 'Vectora Roman';
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 20px;
}

.container h2 {
    font-size: 55px;
    font-family: 'Vectora Black';
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.container p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.bold {
    -webkit-text-stroke: 0.04px;
    font-weight: 700;
}

.container-box {
    width: 900px;
    /* Sets the width of the content area */
    height: auto;
    /* Height will adjust based on content */
    border: 1px solid #ccc;
    /* Adds a border to the box */
    padding: 25px;
    /* Space between the border and the content */
    margin: 20px auto;
    /* Centers the box horizontally and adds vertical space */
    background-color: #fff;
    /* Adds a background color */
    box-sizing: border-box;
    /* Ensures padding and border are included in the width calculation*/
    border-radius: 9px;
}

.privacy-sidebar {
    width: 333px;
    flex-shrink: 0;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 50px 43px 50px 43px;
    margin-top: 0px;
}

.privacy-nav a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.privacy-nav a:hover {
    color: #6ab235;
    font-weight: 900;
    text-decoration: none;
}

.terms-sidebar {
    width: 333px;
    flex-shrink: 0;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 50px 43px 50px 43px;
    margin-top: 0px;
}

.terms-nav a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.terms-nav a:hover {
    color: #6ab235;
    font-weight: 900;
    text-decoration: none;
}

/*STICKY SIDEBAR*/
.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}


.contact-features a {
    color: #000000;
    font-weight: 400;
    text-decoration: underline;
}

.contact-features a:hover {
    color: #6ab235;
    font-weight: 900;
    text-decoration: underline;
}

.contact-features img {
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

.search-container {
    position: relative;
    width: 428px;
    /* Adjust width as needed */
}

.search-container input[type=text] {
    width: 100%;
    padding: 15px 100px 15px 15px;
    /* Adjust padding-right to make space for the icon */
    border: 1px solid #ccc;
    border-radius: 9px;
    box-sizing: border-box;
    /* Ensures padding doesn't increase total width */
    font-family: 'Vectora Roman';
    font-size: 17px;
}

.search-icon {
    position: absolute;
    right: 20px;
    /* Position the icon from the right */
    top: 50%;
    transform: translateY(-50%);
    /* Vertically centers the icon */
    color: #6ab235;
    pointer-events: none;
    /* Allows clicks to pass through the icon to the input */
}


.apply-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.apply-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.apply-feature img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    flex-shrink: 0;
}

.apply-feature-text p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #000000;
}

.partner-sidebar {
    width: 383px;
    flex-shrink: 0;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 50px 43px 50px 43px;
    margin-top: 0px;
}

.partner-sidebar p {
    font-family: 'Vectora Roman';
    font-size: 14px;
}

.partner-sidebar h3 {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 15px;
}

.careers-form {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 60px 42px;
    margin-top: 0px;
}

.wrapper {
    /* Use Flexbox to place boxes side-by-side */
    display: flex;
    gap: 0px;
    /* Space between the boxes */
    padding: 0px;
    border-radius: 9px;
    border: 1px solid #ccc;
}

/* Common styles for both boxes */
.boxLeft,
.boxRight {
    flex: 1;
    /* Allows boxes to grow and fill the container equally */
    padding: 60px 60px 60px 60px;
    color: #000000;
}

.boxLeft {
    background-color: #fff;
    outline: 0px solid;
    border-radius: 9px 0 0 9px;
    /* Optional outline */
}

.boxRight {
    background-color: #f5f7fa;
    /* Blue color using RGB values */
    outline: 0px solid;
    border-radius: 0 9px 9px 0;
    /* Optional outline */
}

.case-box {
    border-radius: 9px;
    background-color: #f5f7fa;
    box-sizing: border-box;
    padding: 40px;
}

/* RELATED RESOURCES*/
:root {
    --green: #6ab235;
    --radius: 12px;
    --gap: 20px;
    --text: #000000;
}

* {
    box-sizing: border-box;
}

#resources-wrap {
    width: 100%;
    font-family: 'Vectora LT Std';
    color: var(--text);
}

#resources-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    align-items: stretch;
}

/* Popular Resources Modifier */
#resources-rack {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: stretch;
}

.resource-card {
    background: #ffffff;
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0);
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

/* Popular Resources Modifier */
.resource-bard {
    border-radius: 9px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #f5f7fa;
    padding: 40px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.resource-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    object-fit: contain;
}

.resource-type {
    font-family: 'Vectora LT Std';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    color: #000000;
}

.resource-type.case-study {
    color: #000000;
}

.resource-type.product {
    color: #000000;
}

.resource-title {
    font-family: 'Vectora LT Std';
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.05em;
    color: var(--green);
    margin-bottom: 6px;
    line-height: 1.2;
}

/* Popular Resources Modifier */
.resource-itle {
    font-family: 'Vectora LT Std';
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.05em;
    color: var(--green);
    margin-bottom: 10px;
    line-height: 1.2;
}

.resource-body {
    font-family: 'Vectora Roman';
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    line-height: 1.6;
    color: var(--text);
    flex: 1;
}

/* Popular Resources Modifier */
.resource-ody {
    font-family: 'Vectora Roman';
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 6px;
    color: #000000;
    flex: 1;
}

.resource-link {
    font-family: 'Vectora Roman';
    font-weight: 700;
    font-size: 17px;
    color: #6ab235;
    text-decoration: none;
    margin-top: 10px;
    text-align: right;
}

.resource-link:hover {
    text-decoration: underline;
    color: #6ab235;
}

/* Popular Resources Modifier */
.resource-ink {
    font-family: 'Vectora Roman';
    font-weight: 700;
    font-size: 18px;
    color: #6ab235;
    text-decoration: none;
    margin-top: 8px;
    text-align: right;
}

/* Popular Resources Modifier */
.resource-ink a {
    font-family: 'Vectora Roman';
    font-weight: 700;
    color: #6ab235;
    font-size: 18px;
    -webkit-text-stroke: 0.4px;
    text-decoration: underline;
    margin-top: 8px;
    text-align: right;
}

.resource-ink:hover {
    text-decoration: underline;
    color: #000000;
    -webkit-text-stroke: 0.4px;
}

.resource-ink a:hover {
    text-decoration: underline;
    color: #000000;
    -webkit-text-stroke: 0.4px;
}

#resources-nav {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 20px;
}

#resources-nav button {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

#resources-nav button:focus,
#resources-nav button:active,
#resources-nav button:hover {
    border-color: #6ab235;
    outline: none;
}

#resources-nav button:disabled {
    opacity: 0.6;
    cursor: default;
}

@media (max-width: 920px) {
    #resources-track {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #resources-track {
        grid-template-columns: 1fr;
    }
}

/**USE CASE PAGES**/
.use-box {
    width: 383px;
    border-radius: 9px;
    background-color: #f5f7fa;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #f5f7fa;
    padding: 55px 43px 50px 43px;
    margin-top: 0px;
}

.use-box-best {
    width: 383px;
    border-radius: 9px;
    background-color: #f5f7fa;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #f5f7fa;
    padding: 55px 43px 50px 43px;
    margin-top: 0px;
    border: 4px solid #6ab235;
}

.use-box p,
.use-box-best p {
    font-family: 'Vectora Roman';
    font-size: 17px;
    text-align: justify;
    line-height: 1.6;
}

.use-box h3,
.use-box-best h3 {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 15px;
    color: #6ab235;
}

.use-box p a,
.use-box-best p a {
    color: #6ab236;
    font-weight: normal;
    text-decoration: underline;
    -webkit-text-stroke: 0.2px;
}

.use-box h3 a,
.use-box-best h3 a {
    font-family: 'Vectora Bold';
    font-size: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #6ab236;
    font-weight: normal;
    text-decoration: none;
    -webkit-text-stroke: 0.2px;
}

.use-box a:hover,
.use-box-best a:hover {
    color: #000000;
    font-weight: 900;
    text-decoration: underline;
    -webkit-text-stroke: 0.2px;
}

/* Common styles for both boxes */
.useLeft,
.useRight {
    flex: 1;
    /* Allows boxes to grow and fill the container equally */
    padding: 60px 60px 60px 60px;
    color: #000000;
}

.useLeft {
    flex: 1;
    background-color: #fff;
    outline: 0px solid;
    border-radius: 9px 0 0 9px;
    /* Optional outline */
}

.useRight {
    flex: 2;
    background-color: #f5f7fa;
    /* Blue color using RGB values */
    outline: 0px solid;
    border-radius: 0 9px 9px 0;
    /* Optional outline */
}


.usebox {
    width: 1200px;
    /* Sets the width of the content area */
    height: auto;
    /* Height will adjust based on content */
    border: 0px solid #333;
    /* Adds a border to the box */
    padding: 25px;
    /* Space between the border and the content */
    margin: 20px auto;
    /* Centers the box horizontally and adds vertical space */
    background-color: #fff;
    /* Adds a background color */
    box-sizing: border-box;
    /* Ensures padding and border are included in the width calculation*/
    border-radius: 9px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

/* ==========================================
   SITE SEARCH
   ========================================== */

.site-search {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.site-search-bar {
    display: flex;
    align-items: center;
    background: #f5f7fa;
    border: 1px solid #ddd;
    border-radius: 9px;
    padding: 12px 20px;
    gap: 12px;
    justify-items: center;
}

.site-search-bar img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-bottom: 2px;
}

.site-search-bar input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: 'Vectora Roman';
    font-size: 16px;
    margin-bottom: 0px;
    color: #000000;
    outline: none;
}

.site-search-bar input::placeholder {
    color: #777;
    font-family: 'Vectora Roman';
}

/* SEARCH RESULTS DROPDOWN */
#site-search-results {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    max-height: 420px;
    overflow-y: auto;
    padding: 8px;
}

.search-result {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s ease;
}

.search-result:hover {
    background: #f5f7fa;
}

.search-result-category {
    display: block;
    font-family: 'Vectora Bold';
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6ab235;
    margin-bottom: 2px;
}

.search-result-title {
    display: block;
    font-family: 'Vectora Bold';
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 3px;
}

.search-result-desc {
    display: block;
    font-family: 'Vectora Light';
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.search-no-results {
    padding: 20px 16px;
    font-family: 'Vectora Roman';
    font-size: 15px;
    color: #666;
    text-align: center;
}

.search-error {
    font-family: 'Vectora Roman';
    font-size: 14px;
    color: #999;
    text-align: center;
}

.calc-link {
    text-align: right;
    text-transform: uppercase;
}

.calc-link a {
    text-align: right;
    font-weight: 900;
    text-decoration: none;
    -webkit-text-stroke: 0.2px;
}

.resource-box {
    width: 428px;
    flex-shrink: 0;
    background-color: #fffffe;
    border-radius: 9px;
    padding: 50px 60px 50px 60px;
    margin-top: 0px;
}

.resource-box img {
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
}

.resource-box h3 {
    color: #6ab235;
    margin-bottom: 10px;
}

.resource-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.resource-link a {
    text-align: right;
    text-transform: uppercase;
    -webkit-text-stroke: 0.4px;
}


.case-sidebar {
    display: flex;
    width: 287px;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 50px;
    align-items: center;
}

.case-nav h3 {
    text-align: center;
    margin-bottom: 15px;
}

.case-nav a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.case-nav a:hover {
    color: #6ab235;
    font-weight: 900;
    text-decoration: none;
    -webkit-text-stroke: 0.4px;
}


.study-box {
    width: 500px;
    flex-grow: 1;
    background-color: #FFFFFE;
    border: 1.5px solid;
    border-color: #ccc;
    border-radius: 9px;
    padding: 30px 50px;
    margin-top: 0px;
    justify-content: center;
}

.study-inner {
    display: flex;
    gap: 12px;
    align-self: flex-end;
    margin-bottom: 12px;
}

.study-box h3 {
    text-align: left;
    line-height: 1.3;
    color: #000000;
}

.study-box p {
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

/* ============================================================
   CASE STUDIES PAGE — Sidebar + Accordion Filter + See More Button
   The values most likely to tweak are labeled "CHANGE THIS".
   ============================================================ */


/* ---- THE SIDEBAR BOX (the gray box on the left) ---- */
.sidebar {
    width: 295px;
    /* CHANGE THIS → sidebar width */
    background: #f5f7fa;
    /* CHANGE THIS → sidebar background color */
    border-radius: 9px;
    /* rounded corner radius */
    padding: 60px 40px 60px 40px;
    /* space between edge of box and its contents */
}

/* "Search Categories" title at the top of the sidebar */
.sidebar h3 {
    text-align: center;
    font-size: 22px;
    color: #6ab235;
    /* CHANGE THIS → title font size */
    margin-bottom: 20px;
}

/* ---- ACCORDION HEADERS ("View By Industry", etc.) ---- */
.filter-title {
    font-size: 18px;
    /* CHANGE THIS → accordion header text size */
    font-weight: 700;
    /* bold */
    cursor: pointer;
    /* shows "hand" cursor on hover */
    margin-top: 20px;
    /* space above each accordion header */
    text-align: left;
    color: #000000;
    -webkit-text-stroke: 0.3px;
    margin-bottom: 12px;
    /* These 3 lines line the label up on the left and the chevron on the right: */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* The "+" or "−" sign on the right of each accordion header.
   JS flips the text between "+" and "−" when the section opens/closes. */
.chevron {
    font-size: 22px;
    /* CHANGE THIS → chevron size */
    font-weight: 600;
    color: #000000;
    /* CHANGE THIS → chevron color */
    line-height: 1;
}


/* ---- CATEGORY LINKS (Construction, Healthcare, etc.) ---- */
/* Hidden by default. JS shows/hides by setting this element's style.display */
.filter-options {
    display: none;
    margin-top: 10px;
    margin-left: 12px;
}

/* Each individual category link */
.filter-options div {
    font-size: 17px;
    /* CHANGE THIS → category link text size */
    font-weight: 700;
    /* bold */
    margin-top: 10px;
    /* space between category links */
    margin-left: 12px;
    color: #000000;
    cursor: pointer;
}

/* Hover color for category links */
.filter-options div:hover {
    color: #6ab235;
    /* CHANGE THIS → hover color */
    -webkit-text-stroke: 0.4px;
}

.filter-options div:a {
    color: #6ab235;
    /* CHANGE THIS → hover color */
    -webkit-text-stroke: 0.4px;
}

.filter-options a {
    color: #6ab235;
    /* CHANGE THIS → hover color */
    -webkit-text-stroke: 0.4px;
}

/* ---- CLEAR FILTER LINK AT THE BOTTOM OF THE SIDEBAR ---- */
/* Hidden by default. JS shows it when a filter gets picked. */
.filter-clear {
    display: none;
    margin-top: 18px;
    padding-top: 15px;
    text-align: center;
    font-size: 14.5px;
    color: #000000;
    cursor: pointer;
}

.filter-clear:hover {
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.4px;
}


/* ---- "SEE MORE STORIES" BUTTON ---- */
.see-more-btn {
    background: transparent;
    border: 0px;
    color: #6ab235;
    font-family: 'Vectora Roman';
    font-size: 18px;
    font-weight: 700;
    -webkit-text-stroke: 0.4px;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.2s ease;
}

.see-more-btn:hover {
    background: transparent;
    color: #6ab235;
    text-decoration: underline;
}


/*RECENTLY FUNDED DEALS*/

.recent-child {
    width: 500px;
    flex-grow: 1;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 30px 50px;
    margin-top: 0px;
    justify-content: center;
}

.recent-inner {
    display: flex;
    gap: 12px;
    align-self: flex-end;
    margin-bottom: 12px;
}

.study-box h3 {
    text-align: left;
    line-height: 1.3;
    color: #000000;
}

.study-box p {
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}





.flex-container {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
}

.boxes {
    height: 200px;
    width: 500px;
    color: white;
    flex: 1;
}


.flex-item-1 {
    background-color: #B4C1D4;
    align-self: flex-start;
}

.flex-item-2 {
    background-color: #536682;
    align-self: center;
}

.flex-item-3 {
    background-color: #5F90D9;
    align-self: flex-end;
}

/*Carousel Hates Me*/
/* ===== CAROUSEL ===== */
.carousel {
    width: 100%;
    max-width: 1000px;
    /* optional but helps control layout */
    margin: 0 auto;
    /* centers everything */
    overflow: hidden;
}

/* ===== TRACK ===== */
.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

/* ===== CARDS ===== */
.carousel-card {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    background: #f5f7fa;
    padding: 40px 20px;
    border-radius: 9px;
    box-sizing: border-box;
}

/* ===== NAV (BOTTOM CENTER) ===== */
.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

/* ===== BUTTONS ===== */
.carousel-btn {
    background: white;
    border: 1px solid #ddd;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* HOVER */
.carousel-btn:hover {
    background: #f5f7fa;
    border-color: #ccc;
}


/* ============================================================
   FOOTER NEWSLETTER FORM — placeholder styling
   (::placeholder is a pseudo-selector, can't be done inline)
   ============================================================ */
.newsletter-form input::placeholder {
    font-family: 'Vectora Roman', sans-serif;
    color: #718096;
    font-size: 16px;
}

/* ============================================================
   CONTACT US FORM — /company/contact/index.html
   ============================================================ */

.contact-form-card {
    background: #ffffff;
    border-radius: 9px;
    padding: 38px;
    max-width: 640px;
    margin: 0 auto;
}

/* Inputs + textarea — same visual as other forms (borders match) */
.contact-form-card input[type="text"],
.contact-form-card input[type="tel"],
.contact-form-card input[type="email"],
.contact-form-card textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e0e6ee;
    border-radius: 9px;
    background-color: #ffffff;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
    font-family: 'Vectora Roman', sans-serif;
    color: #718096;
    font-size: 16px;
}

/* Full-width single-column input (Company Name) */
.contact-form-card .contact-full-input {
    display: block;
}

/* Textarea — taller for message */
.contact-form-card .contact-textarea {
    min-height: 110px;
    line-height: 1.5;
    font-family: 'Vectora Roman', sans-serif;
    resize: vertical;
}

/* First/Last name grid — 50/50 */
.contact-form-card .contact-grid-equal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-form-card .contact-grid-equal input {
    margin-bottom: 12px;
}

/* Mobile/Email grid — 1fr 1.3fr */
.contact-form-card .contact-grid-asym {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 12px;
}

.contact-form-card .contact-grid-asym input {
    margin-bottom: 12px;
}

/* Consent checkbox */
.contact-form-card .contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Vectora Light', sans-serif;
    font-size: 12.5px;
    color: #000000;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-form-card .contact-consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #828282;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-form-card .contact-consent input[type="checkbox"]:checked {
    background: #6ab235;
    border-color: #6ab235;
}

.contact-form-card .contact-consent a {
    color: #6ab235;
    text-decoration: underline;
}

/* GET IN TOUCH button — centered, green pill */
.contact-form-card .contact-submit-row {
    text-align: center;
}

.contact-form-card .btn-contact {
    display: inline-block;
    background: #7be42f;
    color: #000000;
    padding: 13px 42px;
    border-radius: 28px;
    text-decoration: none;
    font-family: 'Vectora Roman';
    font-size: 18px;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-form-card .btn-contact:hover {
    background: #000000;
    color: #ffffff;
}

/* Thank You — Step 2 */
.contact-form-card .contact-thank-you-heading {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 25px;
    letter-spacing: -0.06em;
    color: #6ab235;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form-card .contact-thank-you-body {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    text-align: center;
}


/* ABOUT US */
.about-timeline {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 50px;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.year {
    font-family: 'Vectora Black';
    font-size: 55px;
    letter-spacing: -0.06em;
    color: #6ab235;
}

.about-timeline p {
    text-align: justify;
    font-size: 17 px;
    line-height: 1.6;
}

.about-timeline h3 {
    margin-bottom: 10px;
}

.about-card {
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 20px;
}

.card-text {
    font-size: 15px;
    line-height: 1.4;
    text-align: justify;
}

.about-timeline pre-text {
    margin-bottom: 10px;
    color: #6ab235;
}

.sidebar-divider {
    height: 1px;
    background-color: #b2b2b2;
    margin: 25px 0;
    margin-left: 60px;
    margin-right: 60px;
}