.hero-badge {
    width: fit-content;
}



/***** Responsive start ****/
@media only screen and (max-width: 600px){

.nav-right {
    display: none !important;
}

ul.nav-center {
    border-radius: 0px !important;
}
.hero-badge {
    align-items: center !important;
}

span.badge-dot {
    object-fit: cover;
    border-radius: 100px;
}

.hero-left {
    padding: 0px !important;
}

.hero-stats-row {margin-bottom: 20px;justify-content: space-between;}

.h-stat {
    width: 33%;
}

.stat-sep:nth-child(4) {
    display: none;
}
.contact-grid, .faq-layout, .about-grid {
    margin-top: 0px !important;
}

.contact-form-box.reveal.rd2.visible {
    padding: 24px !important;
}

footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.intro-stat-row div {
    width: 46%;
}

.intro-stat-row {
    margin-top: 0;
}

section#vision {
    padding-top: 0px !important;
}

.vm-card-vision {
    padding: 24px !important;
}

.vm-card-mission {
    padding: 24px !important;
}

.step-card {
    margin-bottom: 20px;
}
.step-card {
    border-radius: 20px !important;
}
.step-card {
    border-radius: 20px !important;
}
.founder-spotlight {
    max-width: 100% !important;
    display: block !important;
}
.f-stat-label {
    font-size: 9px !important;
}

.cta-strip-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.intro-grid {
    margin-top: 0px !important;
}

.why-grid {
    margin-top: 0px !important;
}
.culture-content {
    padding-bottom: 0px !important;
}

section.perks-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.perks-inner {
    padding: 0px !important;
}
.cases-wrap {
    gap: 26px !important;
}
section#offices {
    padding: 70px 24px !important;
}

.map-section {padding-top: 72px !important;}
.stat-num {
    font-size: 40px !important;
}
section#upcoming {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.faq-section {
    padding-top: 0px !important;
}

.cta-strip {
    padding-top: 72px !important;
}
section.process-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.why-grid {
    margin-top: 30px !important;
}

.franchise-form-section {
    padding-top: 0px !important;
}
.manifesto-inner h2, .manifesto-inner p {
    color: white;
    margin-bottom: 16px;
}
section#faq {
    padding-top: 72px !important;
}
.cost-grid {
    margin-top: 0px !important;
}
.kpi-big-num {
    font-size: 36px !important;
}
.overview-grid {
    margin-top: 0px !important;
}
.privacy-sidebar nav {
    padding-left: 0px !important;
}

.sidebar-badge {
    display: none !important;
}
aside.privacy-sidebar nav {
    padding-left: 0px !important;
}

.privacy-layout nav {
    position: inherit !important;
    padding-left: 0px !important;
}

.privacy-layout nav a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.impact-section {
    padding: 72px 0px !important;
}

.impact-grid.reveal.visible {
    display: block;
}
nav#navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
ul.nav-center {
    align-items: flex-start !important;
}

}
.nav-logo img {
    max-width: 90px;
}
.footer-brand .logo-name {
    color: white !important;
}
.privacy-layout nav {
    position: inherit !important;
    padding-left: 0px !important;
}

.privacy-layout nav a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.logo-pill {
    background: transparent !important;
    padding: 0px !important;
}

a.nav-logo {
    gap: 0px !important;
}
.nav-center {
    list-style: none;
    gap: 20px;
    position: relative;
}

.nav-center li {
    position: relative;
}

.nav-center a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: black;
}

/* Dropdown hidden by default */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 0;
    min-width: 180px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.dropdown-menu li a {
    padding: 10px;
    color: black;
}

.dropdown-menu li a:hover {
    background: #f0f0f0;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-center li:hover ul.dropdown-menu {
    display: block;
}
nav#navbar {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 4px 32px rgba(193, 117, 63, 0.06);
    padding: 14px 52px;
}
.dropdown-menu li a:hover,.dropdown-menu li a.active {
    background: transparent !important;
    color: #c1753f !important;
}
.footer-brand p, .footer-col ul a {
    color: white !important;
}
.footer-bottom p {
    color: white !important;
}