/* General */
.services-card .vc_column-inner,
.how-we-work-single-row img,
.why-stat-column > .vc_column-inner {
    border-radius: 1rem 1rem 1rem 0 !important;
    overflow: hidden;
}
#why-palomarr {
    border-radius: 2.2rem 2.2rem 2.2rem 0 !important;
    overflow: hidden;
}
.calendar-modal .modal-subheader-text {
    display: none;
}
.container-wrap h2,
#why-palomarr h2 {
    padding-bottom: 0.5rem;
    background: linear-gradient(160deg, #5AAE7F, #2F9376, #307D78, #252827);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin: 0 auto;
    font-size: 3.8rem !important;
    line-height: 4rem !important;
}
#trust,
#services,
#how-we-work {
    margin: 14em 0;
}
@media only screen and (max-width: 1024px) {
    #trust,
    #services,
    #how-we-work {
        margin: 6em 0;
    }
}
@media only screen and (max-width: 640px) {
    #trust,
    #services,
    #how-we-work {
        margin: 4rem 0;
    }
}

/* Hero */
#hero {
    padding: 10rem 0 !important;
}
#hero .row-bg-layer .row-bg {
    background-image: none !important;
    position: relative;
    overflow: hidden;
}
#hero .row-bg-layer .row-bg::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50rem;
    transform: translateX(-50%);
    width: 100%;
    height: 80rem;
    background-image: url(/wp-content/uploads/2025/11/palomarr-bg-circles-lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    pointer-events: none;
}
#hero h1 {
    line-height: 4.5rem;
    font-size: 4.2rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(160deg, #FFFFFF, #daff98, #99f682, #22b49c 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#hero h3 {
    margin-top: 2.5rem;
    line-height: 2rem;
    font-size: 1.05rem;
    padding: 0 5rem;
    opacity: 0.95;
}
#hero .button-row {
    margin-top: 5rem;
}
#hero .nectar-button {
    width: auto !important;
    max-width: 20rem;
    margin: 0 auto !important;
    padding: 14px 18px 14px 35px !important;
    transition: all 0.3s ease-in-out !important;
}
.nectar-button.talk-to-a-consultant span:after {
    content: 'Free';
    font-family: 'Satoshi-medium', sans-serif;
    font-size: 0.7rem;
    background: #1f2926;
    color: #f2ffda;
    padding: 0.15rem 0.5rem 0.25rem;
    margin-left: 1.4rem;
    border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
    #hero .row-bg-layer .row-bg::before {
        bottom: -40rem;
    }
}
@media only screen and (max-width: 640px) {
    #hero .row-bg-layer .row-bg::before {
        width: 160%;
        bottom: -30rem;
    }
    #hero h1 {
        line-height: 3.4rem;
        font-size: 3.4rem;
    }
    #hero .button-row {
        margin-top: 4rem;
    }
}

/* Trust */
.carousel-dynamic-wrapper {
    overflow: visible !important;
}

/* Services */
.services-card .vc_column-inner {
    box-shadow: 0 3px 24px 0 #c4c3b63d;
    padding: 2.5rem;
    transition: all 0.3s ease-in-out;
}
.services-cards {
    padding: 0.3rem 0;
    margin: 0 !important;
}
.services-cards > .col {
    display: flex;
    align-items: stretch;
}
.services-cards > .col > .services-card {
    flex: 1;
    display: flex;
}
.services-cards > .col > .services-card > .vc_column-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}
body[data-col-gap="50px"] #services .vc_row-fluid .wpb_column {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
#services .nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 1rem 0 2rem;
}
/*
.services-card.define h3,
.services-card.optimize h3 {
color: #2780A7;
}
.services-card.find h3,
.services-card.negotiate h3 {
color: #2F9376;
}
.services-card.streamline h3,
.services-card.deploy h3 {
color: #63AE4E;
} */
@media only screen and (max-width: 640px) {
    #services > .col > .col > .vc_column-inner > .wpb_wrapper > div > .col {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .services-cards > .col > .services-card {
        width: 100% !important;
        flex: 0 0 100%;
        margin-bottom: 0.6rem;
    }
    .services-card .vc_column-inner {
        padding: 1rem 1.5rem 1.5rem;
    }
    .how-text-col {
        padding: 0 !important;
    }
    #services .nectar_icon_wrap[data-padding="20px"] .nectar_icon {
        padding: 1rem 0 1.5rem;
    }
    #services .nectar_icon_wrap[data-padding="20px"] .nectar_icon i {
        font-size: 40px !important;
        line-height: 40px !important;
        height: 40px !important;
        width: 40px !important;
    }
    #services .vc_col-sm-4 h3,
    #services .col h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    #services .col h5,
    #services .vc_col-sm-4 h5 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

/* How we work */
.how-header {
    margin-bottom: 8rem !important;
}
.how-we-work-single-row {
    margin-bottom: 12rem !important;
}
.how-text-col {
    padding: 5rem !important;
    display: flex;
    align-items: center;
}
.how-text-col h3 {
    font-size: 2rem !important;
}
@media only screen and (max-width: 640px) {
    .how-header,
    .how-we-work-single-row {
        margin-bottom: 3rem !important;
    }
    #how-we-work h5 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    #how-we-work h3 {
        line-height: 2rem;
    }
    .how-we-work-single-row:nth-of-type(2) .vc_col-sm-6:first-of-type,
    .how-we-work-single-row:nth-of-type(4) .vc_col-sm-6:first-of-type {
        order: 99;
    }
    .how-text-col {
        padding: 3rem !important;
    }
}

/* Why Palomarr */
#why-palomarr {
    padding: 0.7rem !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 60px #2528271a;
}
#why-palomarr > .col > .col:first-of-type {
    padding: 3rem 8rem;
}
/* Testimonial Blockquotes */
#why-palomarr .testimonial_slider {
    opacity: 0 !important;
    visibility: hidden;
    margin: 3rem 0 2rem;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

#why-palomarr .testimonial_slider.testimonials-ready {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.3s ease-in-out, visibility 0s 0s;
}

#why-palomarr blockquote {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
#why-palomarr blockquote p {
    text-align: left;
    margin-bottom: 0.7rem;
}
#why-palomarr .button-secondary {
    display: inline-block !important;
    width: auto !important;
    min-width: 45% !important;
}
#why-palomarr blockquote .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
#why-palomarr blockquote .image-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: 0;
}
#why-palomarr blockquote .testimonial-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left;
}
#why-palomarr blockquote .testimonial-name {
    font-size: 1.05rem !important;
    display: block;
}
#why-palomarr blockquote .title {
    font-size: 0.85rem;
    opacity: 0.7;
    display: block;
    margin-top: 0.3rem;
}
.testimonial_slider .controls {
    bottom: 2.2rem;
    text-align: right;
    right: 0;
    width: auto;
}
.why-stat-card {
    display: flex;
    margin: 0 !important;
    padding: 1.5rem 1.8rem;
    align-items: center;
    flex: 1;
}
.why-stat-card.vc_row-fluid .span_12 {
    margin: 0 !important;
}
.why-stat-card:first-of-type {
    background: #38C673;
}
.why-stat-card:nth-of-type(2) {
    background: #15A061;
}
.why-stat-card:nth-of-type(3) {
    background: #00734B;
}
.why-stat-card:nth-of-type(4) {
    background: #07604B;
}
.why-stat-card h3,
.audience-card h3 {
    color: #ffffff;
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
}
.why-stat-card p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0.5rem;
}
.why-stat-card .wpb_content_element {
    margin: 0 !important;
}
.why-stat-column > .vc_column-inner,
.why-stat-column > .vc_column-inner > .wpb_wrapper {
    height: 100% !important;
}
.why-stat-column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}
#why-palomarr .nectar-button.talk-to-a-consultant span:after {
    display: none;
}
@media only screen and (max-width: 640px) {
    #why-palomarr > .col > .col:first-of-type {
        padding: 0.5rem 2.5rem 1rem;
    }
    #why-palomarr h2 {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }
    #why-palomarr .testimonial_slider {
        margin: 2rem 0 3rem;
    }
    #why-palomarr .button-secondary {
        min-width: 100% !important;
    }
    .testimonial_slider .controls,
    .testimonial_slider .controls ul {
        text-align: left !important;
        left: 0;
        bottom: -0.5rem;
    }
}
@media only screen and (max-width: 1024px) {
    .testimonial_slider .slides {
        overflow: visible !important;
    }
    #why-palomarr > .col > .col:first-of-type {
        padding: 1.5rem 3rem 1rem;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .why-stat-column > .vc_column-inner > .wpb_wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .why-stat-card {
        display: flex;
        margin: 0 !important;
        padding: 2.5rem 1.8rem;
        align-items: center;
        flex: 1;
        flex: 0 0 50%;
    }
}

/* Consult promo */
#consult-promo {
    padding: 8rem 0 !important;
}
#consult-promo .nectar-button,
#consult-promo .nectar-button:hover {
    display: inline-block;
    background: var(--color-black) !important;
    width: auto !important;
    max-width: 25rem;
    margin: 4rem auto 0 !important;
    padding: 14px 18px 14px 35px !important;
}
#consult-promo .nectar-button.talk-to-a-consultant span:after {
    background: #2f9376;
    color: var(--text-white) !important;
}
@media only screen and (max-width: 640px) {
    #consult-promo {
        padding: 4rem 0 !important;
    }
    #consult-promo .nectar-button.talk-to-a-consultant span:after {
        display: none;
    }
    #consult-promo .nectar-button {
        padding: 14px 35px !important;
    }
}