:root {
    --header-height: 85px;
    --primary-color: #2872FA;
    --secondary-color: #2872FA33;
    --text-color: #122831;
    --dark-color: #1A1B20;
    --gray-color: #1A1B2033;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Variable.woff2') format('woff2-variations'),
        url('../fonts/Satoshi/Satoshi-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

a,
a:visited {
    text-decoration: none;
    color: var(--primary-color)
}

a:hover {
    color: var(--text-color);
}

body {
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: 0 0 20px;
}

h1 {
    font-size: 60px;
    line-height: 76px;
}

h2 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.01em;
}

h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}

figure {
    margin: 0;
}

ul {
    margin: 0 0 20px;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phone"],
textarea {
    width: auto;
    height: 48px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #DFEAFE;
}

select {
    min-width: 160px;
}

.form-search-group {
    position: relative;
}

.form-search-group svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.form-search {
    padding-left: 40px !important;
    min-width: 260px;
}

.wpcf7-form {
    gap: 16px;
    border-radius: 24px;
    border-width: 1px;
    padding: 32px;
    border: 1px solid #DFEAFE;
}

.wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="phone"],
.wpcf7-form input[type="submit"],
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7-form label {
    line-height: 1.5;
}

.wpcf7-form textarea {
    min-height: 130px;
}

.wpcf7-form>p {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.wpcf7-form>p br {
    display: none;
}

.wpcf7-form>p>* {
    flex: 0 0 100%;
}

.wpcf7-form>p .wd-50 {
    flex: 0 0 calc(50% - 20px);
}

.wpcf7-form>p input[type="submit"].cta-button {
    min-width: 128px;
    height: 48px;
    padding: 15px 25px;
    border-radius: 9999px;
    background: var(--primary-color);
    box-shadow: 2px -2px 0.3px 0px #0458F1 inset;
    border: solid 1px #0458F1;
    color: #fff;
    transition: 200ms;
    cursor: pointer;
}

.wpcf7-form>p input[type="submit"].cta-button:hover {
    border: solid 1px #0458F1;
    color: #fff;
    background: #0458F1;
}

.wpcf7-list-item {
    display: block;
    margin: 0.5em 0 0 1em;
}

.button {
    min-width: 128px;
    height: 48px;
    padding: 15px 25px;
    border-radius: 9999px;
    background: var(--primary-color);
    box-shadow: 2px -2px 0.3px 0px #0458F1 inset;
    border: solid 1px #0458F1;
    color: #fff;
    transition: 200ms;
    cursor: pointer;
}

.button.bordered {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: transparent;
    box-shadow: none;
}

.button:hover {
    border: solid 1px #0458F1;
    color: #fff;
    background: #0458F1;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    width: 100%;
}

.cta-button {
    background-color: var(--primary-color);
    color: #fff !important;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 9999px;
    border: solid 1px #0458F1;
    box-shadow: 2px -2px 0.3px 0px #0458F1 inset;
    cursor: pointer;
    /* border: none; */
    transition: 200ms;
}

.cta-button:hover {
    background-color: #0458F1;
}

/* NAV */
header {
    transition: 200ms;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

body.sticky {
    margin-top: calc(40px + var(--header-height));
}

.site-header {
    position: relative;
    z-index: 11;
}

.site-header .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #DFEAFE;
    border-radius: 60px;
    padding: 15px 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(239, 237, 252, 0.2) 100%);
    backdrop-filter: blur(56px);
    margin-top: 40px;
    height: var(--header-height);
}

.site-header .nav-wrapper>* {
    width: auto;
}

.site-header .nav-wrapper .site-branding .custom-logo-link {
    display: block;
    line-height: 1;
}

.site-header .nav-wrapper .site-branding .custom-logo-link img {
    max-width: 160px;
    width: 100%;
}

.site-header .nav-wrapper .nav-menu {
    gap: 25px;
    align-items: center;
}

.site-header .nav-wrapper .nav-menu a {
    color: var(--text-color);
}

.site-header .nav-wrapper .nav-menu .nav-search-btn a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.site-header .nav-wrapper .nav-menu .nav-search-btn a:before {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9765 11.4713H12.1865L11.9065 11.2013C13.1065 9.80133 13.7265 7.89133 13.3865 5.86133C12.9165 3.08133 10.5965 0.861329 7.79646 0.521329C3.56646 0.00132874 0.00645569 3.56133 0.526456 7.79133C0.866456 10.5913 3.08646 12.9113 5.86646 13.3813C7.89646 13.7213 9.80646 13.1013 11.2065 11.9013L11.4765 12.1813V12.9713L15.7265 17.2213C16.1365 17.6313 16.8065 17.6313 17.2165 17.2213C17.6265 16.8113 17.6265 16.1413 17.2165 15.7313L12.9765 11.4713ZM6.97646 11.4713C4.48646 11.4713 2.47646 9.46133 2.47646 6.97133C2.47646 4.48133 4.48646 2.47133 6.97646 2.47133C9.46646 2.47133 11.4765 4.48133 11.4765 6.97133C11.4765 9.46133 9.46646 11.4713 6.97646 11.4713Z" fill="%23122831"/></svg>');
    margin-right: 10px;
    line-height: 0;
}

.site-header .nav-wrapper .nav-menu .nav-cta-btn a {
    background-color: var(--primary-color);
    color: #fff !important;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 9999px;
    border: solid 1px #0458F1;
    box-shadow: 2px -2px 0.3px 0px #0458F1 inset;
    transition: 200ms;
}

.site-header .nav-wrapper .nav-menu .nav-cta-btn a:hover {
    background-color: #0458F1;
}

/* SECTIONS */
.hero-section {
    margin-top: calc(-40px + (-1 * var(--header-height)));
    position: relative;
    padding-top: calc(40px + var(--header-height));
}

.hero-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.hero-section .hero-bg img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-section h1 {
    text-align: center;
}

.hero-section h1 span {
    color: var(--primary-color);
    display: block;
}

.hero-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    max-width: 760px;
    margin: 0 auto 40px;
    position: relative;
}

.hero-section p::before {
    content: url('data:image/svg+xml,<svg width="104" height="147" viewBox="0 0 104 147" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10_13)"><path d="M57.6275 120.441C57.6272 120.44 57.6268 120.44 57.6264 120.44L49.0027 117.381C48.9036 117.345 48.7969 117.337 48.6935 117.356C48.59 117.375 48.4934 117.421 48.4134 117.49L41.6493 123.273C41.0175 123.799 41.3643 124.827 42.1862 124.862L66.2816 125.887C66.4485 125.895 66.614 125.855 66.7597 125.773C66.9054 125.692 67.0255 125.571 67.1064 125.425C67.1874 125.279 67.2261 125.113 67.2181 124.947C67.2101 124.78 67.1559 124.618 67.0614 124.481L53.4242 104.589C52.959 103.911 51.9028 104.163 51.7915 104.976L50.4724 113.778C50.4566 113.882 50.4685 113.988 50.507 114.086C50.5455 114.185 50.6092 114.271 50.6916 114.336L57.857 120.028C57.9008 120.063 57.9308 120.113 57.9416 120.169C57.9524 120.224 57.9433 120.281 57.916 120.331C57.8886 120.38 57.8448 120.418 57.7921 120.438C57.7396 120.458 57.6818 120.459 57.6286 120.441C57.6282 120.441 57.6279 120.441 57.6275 120.441Z" fill="%232872FA"/></g><path d="M57.9533 3.10533C43.3829 17.9643 21.2612 51.5388 49.338 66.9648C84.4341 86.2473 91.2745 21.0099 59.9424 23.9934C28.6102 26.977 -8.31643 77.6179 40.8234 110.762" stroke="%232872FA" stroke-width="2.69638" stroke-linejoin="round" stroke-dasharray="7.19 7.19"/><defs><clipPath id="clip0_10_13"><rect width="28.7614" height="28.7614" fill="white" transform="translate(51.2805 100.211) rotate(29.001)"/></clipPath></defs></svg>');
    position: absolute;
    right: calc(100% - 60px);
    top: 20px;
    pointer-events: none;
}

.hero-section .hero-search-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

/* Upcoming Section */
.upcoming-section {
    background-color: #F8FAFB;
    margin-top: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
}

/* Meetings Table Section */
.meetings-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* States Section */
.states-section {
    padding-top: 80px;
    /* padding-bottom: 80px; */
}

.states-section .description {
    margin-bottom: 40px;
}

/* Cities Section */
.cities-section {
    padding-top: 80px;
    /* padding-bottom: 80px; */
}

/* CTA Section */
.cta-section {
    margin-top: 80px;
    /* margin-bottom: 80px; */
}

.cta-wrapper {
    background: #F8FAFB;
    padding: 70px 30px;
    border-radius: 24px;
    text-align: center;
}

.cta-content {
    margin-bottom: 25px;
}

.cta-section .cta-button {
    display: block;
    width: fit-content;
    margin: 0 auto 25px;
}

.cta-section .openModalBtn {
    display: flex !important;
    gap: 4px;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    color: #5F6368;
    width: fit-content;
    margin: 0 auto;
}

/* Fixed CTA */
.grecaptcha-badge {
    z-index: 10;
}

.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
}

.fixed-cta .fixed-cta-flex {
    padding: 0.75em 1em;
    gap: 40px;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.fixed-cta .fixed-cta-flex .flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.fixed-cta .fixed-cta-flex span a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fixed-cta .fixed-cta-flex span.floating-call-now a {
    background-color: #fbd13c;
    padding: 10px 26px;
    border-radius: 20px;
    font-weight: bold;
    color: #000;
}

.fixed-cta .fixed-cta-flex span.floating-call-now a svg path {
    fill: #000 !important;
}

/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    /* justify-content: center;
    align-items: center; */
    z-index: 9999;
    overflow-y: auto;
}

.modal {
    background: #fff;
    padding: 2.5rem;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    position: relative;
    margin: 60px auto;
}

.modal p {
    margin-bottom: 10px;
}

.modal h2 {
    font-size: 28px;
}

.modal img {
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.modal-open {
    display: block;
}

.openModalBtn {
    cursor: pointer;
}


/* Search */
.search-input-container {
    position: relative;
}

.search-input-container .search-icon {
    position: absolute;
    z-index: 12;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input-container .clear-icon {
    cursor: pointer;
    display: none;
    font-size: 20px;
    padding: 10px;
    line-height: 1;
}

.search-input-container .search-icon-wrapper {
    position: absolute;
    z-index: 12;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.search-input-container .loader-icon {
    display: none;
}

input[type="text"].search-input {
    height: 80px;
    width: 100%;
    border-radius: 56px;
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #0000001A;
    padding: 25px;
    position: relative;
    z-index: 11;
    padding-left: 50px;
}

input[type="text"].search-input::placeholder {
    color: #AFAFAF;
}

.custom-search-link {
    position: relative;
}

.custom-search-button {
    line-height: 0;
    padding: 0 10px;
}

.suggest-results {
    position: absolute;
    background: #fff;
    border: 1px solid #DFEAFE;
    z-index: 10;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 20px;
    top: calc(100% + 10px);
}

.suggest-item {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    color: var(--dark-color);
}


.suggest-item:not(:last-child) {
    border-bottom: 1px solid #DFEAFE;
}

.suggest-item:hover {
    background-color: #f0f0f0;
    color: var(--dark-color);
}

.suggest-item:visited {
    color: var(--dark-color);
}

#openPanel {
    margin: 2rem;
    padding: 0.75rem 1.5rem;
}

.off-canvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.off-canvas-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 500px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.off-canvas-panel.active {
    right: 0;
}

.off-canvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

.off-canvas-panel .close-btn {
    background: transparent;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 4rem;
    right: 2rem;
    cursor: pointer;
    padding: 0;
}

.panel-content {
    padding: 8rem 2rem;
}

.panel-content .search-input-container {
    position: relative;
    width: 100%;
}

.panel-content .search-input-container input {
    height: 80px;
}

.menu-toggle {
    border: none;
    padding: 0;
    cursor: pointer;
    display: none;
    background: transparent;
}

.mobile-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    pointer-events: none;
    /* inactive by default */
    z-index: 1000;
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 300px;
    width: 70%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    padding: 100px 20px 20px;
    pointer-events: none;
    transform: translateX(100%);
}

.mobile-menu.active {
    pointer-events: all;
    transform: translateX(0%);
}

.mobile-menu-wrapper.active {
    pointer-events: all;
}

.mobile-menu-wrapper.active .menu-overlay {
    opacity: 1;
}

.mobile-menu-wrapper .close-btn {
    color: var(--dark-color);
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 60px;
    font-size: 2rem;
    line-height: 1;
}

.mobile-menu .search-input-container {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.mobile-menu .search-input-container input,
.mobile-menu .search-input-container input:focus {
    height: 80px;
    /* color: #fff; */
}

.header-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

body.mobile-menu-open {
    overflow: hidden;
}

.header-mobile-menu li {
    margin-bottom: 20px;
}

.header-mobile-menu li a {
    color: var(--text-color);
}

@media (max-width: 767px) {
    .main-navigation #primary-menu {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-menu-wrapper {
        display: block;
    }
}

/* custom */
/* sidebar */
.sidebar-cta {
    border: 2px dashed #2872FA;
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
}

/* page with right sidebar */
.page-container-w-sb {
    display: flex;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.page-container-w-sb #primary {
    width: 75%;
}

.page-container-w-sb #secondary {
    width: 25%;
}

/* footer */
.site-footer {
    margin-bottom: 85px;
    color: #5F6368;
    padding-top: 80px;
    position: relative;
}

.footer-bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}

.footer-widgets {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-widgets .footer-logo {
    width: 20%;
}


.footer-widgets .footer-disclaimer {
    width: 60%;
    padding-left: 80px;
    padding-right: 80px;
}

.footer-widgets .footer-disclaimer p:first-child {
    margin-top: 0px;
}

.footer-widgets .footer-menu {
    width: auto;
}

.footer-widgets .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widgets .footer-menu li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets .footer-menu li a {
    color: var(--dark-color);
    text-decoration: none;
}

.footer-widgets .footer-menu li a:hover {
    color: var(--primary-color);
}

.site-footer .site-info {
    justify-content: space-between;
    border-top: 1px solid #DFEAFE;
    padding-top: 1em;
    margin-top: 1em;
    display: flex;
    gap: 30px;
    color: #5F6368;
}

.site-footer .site-info a {
    color: #5F6368;
    text-decoration: none;
}

.site-footer .site-info a:hover {
    color: var(--primary-color);
}

.footer-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

@media (max-width: 900px) {
    .hero-section .container {
        max-width: 700px;
    }

    .hero-section .hero-search-wrapper {
        max-width: 90%;
    }

    .footer-widgets {
        flex-wrap: wrap;
    }

    .footer-widgets .footer-logo {
        width: 100%;
    }

    .footer-widgets .footer-logo .site-branding {
        width: 200px;
    }

    .footer-widgets .footer-disclaimer {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-widgets .footer-menu {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .hero-section p::before {
        display: none;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 40px;
        line-height: 56px;
    }

    h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .upcoming-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer-widgets .footer-logo {
        width: 100%;
    }

    .footer-widgets .footer-disclaimer {
        width: 100%;
    }

    .footer-widgets .footer-menu {
        width: 100%;
    }

    .site-footer .site-info {
        flex-direction: column-reverse;
    }

    body.page {
        margin-bottom: 120px;
    }

    .fixed-cta .fixed-cta-flex {
        flex-direction: column;
        gap: 10px;
    }

    .wpcf7-form>p .wd-50 {
        flex: 0 0 100%;
    }
}