/* Global Typography & Layout */
body {
    margin-top: 0 !important;
}

.single-post p {

    padding-top: 15px !important;
}

.oxy-stock-content-styles strong {
    color: #003a70 !important;
}

.aioseo-author-bio-compact-left .aioseo-author-bio-compact-image {
    width: 150px !important;
    height: 150px !important;
}

/* Navigation & Menus */
.sub-menu {
    background-color: #ffffff !important;
}

.page-list {
    list-style: none;
    font-family: 'catamaran';
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.page-list li {
    display: list-item;
    text-align: center;
    color: #00587C;
}

.location-menu #menu-location {
    display: ruby-text;
    max-width: 800px;
}

.location-menu.oxy-nav-menu .oxy-nav-menu-list li.menu-item::before {
    content: "\2022";
    left: -12px;
    margin-top: -1px;
    position: absolute;
}

.location-menu.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
    margin-right: 5px;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

/* Buttons & CTAs */
.cs-city-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.cs-city-btn {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cs-city-btn.active {
    background: #2b6cb0;
    color: #fff;
    border-color: #2b6cb0;
}

.cta-btn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.button-bg:hover {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
}

/* Gravity Forms Global Styling */
.gform_button,
.gform_wrapper.gravity-theme #field_submit input {
    font-family: catamaran !important;
    background-color: #cf4520 !important;
    padding: 15px 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .25em;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #00587c;
    font-size: 16px;
    color: #efdbb2 !important;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.gform_button:hover,
.gform_wrapper.gravity-theme #field_submit input:hover {
    background-color: #f1c400 !important;
    color: #101820 !important;
    cursor: pointer !important;
}

.gform_wrapper.gravity-theme .gfield {
    color: #000 !important;
}


/* Utilities */
.desktop-only {
    display: flex;
}

.mobile-only {
    display: none;
}

.white-link a {
    color: #fff;
}

.link-color a {
    color: #fff !important;
    font-size: 15px !important;
}

.link-color a:hover {
    color: #7d7d7d !important;
}

.color-text a {
    color: #fff !important;
}

.color-text a:hover {
    color: #89cff0 !important;
}

.text-color a {
    color: #5db4ff !important;
}

.text-color a:hover {
    color: #89cff0 !important;
}

/* Animations */
@keyframes nd-attention {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.nd-animation-attention {
    animation: nd-attention 1.5s infinite;
}

/* Plugin Typography Overrides */
.wp-gr .wp-google-text,
.wp-gr .grw-review .wp-google-left,
.ti-widget.ti-goog .ti-widget-container * {
    font-family: Arial, Helvetica, sans-serif !important;
}

.ays-pb-modal {
    background-color: rgb(237 237 237) !important;
}

/* Misc */
.icon-boxes h2 {
    display: none !important;
}

.zoom-image img {
    overflow: hidden;
}

/* ===== New Sections ===== */

:root {
    --cs-black: #101820;
    --cs-navy: #003A70;
    --cs-teal: #00587C;
    --cs-lightblue: #92C1E9; 
    --cs-paleblue: #e9f4fb;
    --cs-orange: #CF4520;
    --cs-softred: #A45248;
    --cs-cream: #EFDBB2;
    --cs-yellow: #F1C400;
    --cs-white: #ffffff;
    --cs-radius: 4px;
    --cs-container: 90%;
    --cs-gap: 1.5rem;
    --cs-max: 1200px;
    --cs-pad: clamp(0px, 2.5vw, 28px);
    --cs-surface: #fff;
    --cs-muted: #6b7280;
    --cs-accent: #18a957;
    --cs-card: #f8faf9;
    --cs-border: #e5e7eb;
    --cs-radius: 14px;
    --cs-shadow: 0 6px 24px rgba(0, 0, 0, .08);
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.cs-wrap {
    max-width: var(--cs-max);
    margin-inline: auto;
    padding: var(--cs-pad);
}

.cs-h1 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    margin: 0 0 .5rem;
}

.cs-h2 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.2;
    margin: 0 0 .75rem;
}


/* Guarantee */
.page-id-32918 .cs-pdf {
    width: 100%;
    height: min(80vh, 900px);
    border: 1px solid var(--cs-border);
    border-radius: var(--cs-radius);
    box-shadow: var(--cs-shadow);
    margin: 18px 0
}

.page-id-32918 .cs-guarantee-fallback {
    background: var(--cs-card);
    border: 1px solid var(--cs-border);
    border-radius: var(--cs-radius);
    padding: 16px
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .cs-track {
        scroll-behavior: auto
    }
}

/* Equalize section heights only on desktop */
@media (min-width: 1024px) {
    .cs-fullheight {
        flex-direction: column;
        justify-content: center;
        min-height: 350px;
        /* Adjust based on your tallest content */
    }

    .cs-fullheight-cta {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 170px;
        /* Adjust based on your tallest content */
    }
}

/* Pills Styling */
.cs-city-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.cs-city-btn {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cs-city-btn.active {
    background: var(--cs-teal);
    color: #fff;
    border-color: #2b6cb0;
}

/* Mobile Dropdown Styling */
.cs-city-dropdown {
    margin-bottom: 1.5rem;
    display: none;
    justify-content: center;
}

.cs-city-select {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: rgba(var(--cs-lightblue), 0.15);
    color: var(--cs-navy);
    border-color: var(--cs-teal);
    font-size: 1rem;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='https://www.w3.org/2000/svg' width='14' height='14' fill='%23666'%3E%3Cpath d='M7 10L2 4h10L7 10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.8rem;
    cursor: pointer;
}

/* Panels */
.cs-city-panel {
    display: none;
}

.cs-city-panel.active {
    display: block;
}



@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .cs-city-dropdown{
        display: flex;
    }
}

/* ===== Slider Container ===== */
.gstemp-slider1-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.gstemp-slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--cs-radius);
}

.gstemp-slider2-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.gstemp-slider2 {
    overflow: hidden;
}

.gstemp-track {
    display: flex;
    transition: transform 600ms ease;
    will-change: transform;
}

.gstemp-slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gstemp-slide img {
    width: 100%;
    max-width: 580px;
    height: 360px;
    object-fit: cover;
    display: block;
    border-radius: var(--cs-radius);
}

.gstemp-slide .caption {
    width: 100%;
    max-width: 580px;
    background-color: #f6fafd;
    color: #333;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    border-radius: var(--cs-radius);
}

/* ===== Arrows ===== */
.gstemp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(10, 30, 63, 0.75);
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.gstemp-arrow:hover {
    background: rgba(10, 30, 63, 0.9);
}

.gstemp-prev {
    left: 8px;
}

.gstemp-next {
    right: 8px;
}

.gstemp-arrow svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ===== Dots ===== */
.gstemp-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
}

.gstemp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c7d2e5;
    border: 0;
    padding: 0;
}

.gstemp-dot[aria-current="true"] {
    background: #FF6B35;
}

@media (max-width: 600px) {
    .gstemp-slide .caption {
        font-size: 10px;
        padding: 8px;
    }
}