/**
 * Single Service Styles
 *
 * @package WoundCare_at_Home
 * @since 1.0.0
 */

/* ========================================
   Hero Section
   ======================================== */
.vp-service-hero {
    padding-bottom: 60px;
}

.vp-service-hero-inner {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.vp-service-hero-icon img,
.vp-service-hero-icon svg {
    width: 28px;
    height: 28px;
}

.vp-service-hero-icon {
    width: 80px;
    height: 80px;
    border-radius: 44px;
    background: #F3EEFB;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.02);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vp-service-hero-content {
    width: 50%;
}

.vp-service-hero-content .vp-title-underline {
    display: block;
    max-width: 308px;
}

.vp-service-hero-desc {
    color: var(--Neutral-600);
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
    margin-top: 24px;
}

.vp-service-hero-content .vp-right-car-btn {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.vp-service-hero-awards {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

/* Google rating block styles are global — see main.css */

.vp-hero-award {
    background: #fff;
    border: 1px solid rgba(110, 47, 208, 0.12);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(42, 25, 67, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vp-hero-award:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(42, 25, 67, 0.14);
}

.vp-hero-award img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vp-hero-award-photo {
    width: 280px;
}

@media (max-width: 924px) {
    /* Flatten the content wrapper so hero items can be reordered:
       title > underline > description > award image > buttons */
    .vp-service-hero-content {
        display: contents;
    }

    .vp-service-hero-content > * {
        width: 100%;
    }

    .vp-service-hero-inner {
        gap: 0;
    }

    .vp-service-hero-content .vp-right-car-btn {
        order: 1;
        margin-top: 0;
    }

    .vp-service-hero-awards {
        flex-direction: column;
        gap: 32px;
        width: 100%;
        margin: 32px 0;
    }

    .vp-service-hero-awards .vp-service-hero-rating {
        order: 1;
        width: 100%;
    }

    .vp-hero-award-photo {
        width: 100%;
    }
}

/* Featured Image */
.vp-service-featured-img {
    margin-top: 36px;
}

.vp-service-featured-img img {
    width: 100%;
    min-height: 480px;
    max-height: 600px;
    object-fit: cover;
    border-radius: var(--24);
}

/* ========================================
   Content + Sidebar Section
   ======================================== */
.vp-service-content-section {
    padding: 60px 0 100px;
}

.vp-service-content-grid {
    display: flex;
    gap: 84px;
}

/* ========================================
   Main Content
   ======================================== */
.vp-service-main-content {
    flex: 1;
}

.vp-wound-title {
    color: var(--Neutral-800);
    font-size: 46px;
    font-weight: 600;
    line-height: 126.1%;
    margin-bottom: var(--16);
}

/* Content Body - Base Styles */
.vp-service-content-body {
    color: var(--Neutral-700);
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
}

/* Paragraphs */
.vp-service-content-body p {
    margin-bottom: var(--16);
    color: var(--Neutral-700);
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
}

/* Headings */
.vp-service-content-body h2,
.vp-service-content-body h3,
.vp-service-content-body h4,
.vp-service-content-body h5,
.vp-service-content-body h6 {
    color: var(--Neutral-800);
    font-weight: 600;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: var(--16);
}

.vp-service-content-body h2 {
    font-size: 46px;
}

.vp-service-content-body h2:first-child {
    margin-top: 0;
    line-height: 1;
}

.vp-service-content-body h3 {
    font-size: 24px;
}

.vp-service-content-body h4 {
    font-size: 22px;
}

.vp-service-content-body h5 {
    font-size: 20px;
}

.vp-service-content-body h6 {
    font-size: 18px;
}

/* Unordered List - Dots (default) */
.vp-service-content-body ul {
    color: var(--Neutral-700);
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
    margin-top: var(--16);
    margin-bottom: var(--16);
    list-style-type: disc;
    margin-left: 34px;
    padding: 0;
}

.vp-service-content-body ul li {
    margin-bottom: 6px;
    padding-left: 8px;
}

.vp-service-content-body ul li::marker {
    color: var(--Primary-primary);
    font-size: var(--24);
}

/* Ordered List - Numbers */
.vp-service-content-body ol {
    list-style-type: decimal;
    color: var(--Neutral-700);
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
    margin-top: var(--16);
    margin-bottom: var(--16);
    margin-left: 25px;
    padding: 0;
}

.vp-service-content-body ol li {
    margin-bottom: 6px;
    padding-left: 8px;
}

.vp-service-content-body ol li::marker {
    color: var(--Primary-primary);
    font-weight: 600;
}

/* Checkmark List - Add class "vp-ul-checked" in editor if needed */
.vp-service-content-body ul.vp-ul-checked {
    list-style: none;
    margin-left: 0;
    padding-top: var(--16);
}

.vp-service-content-body ul.vp-ul-checked li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
}

.vp-service-content-body ul.vp-ul-checked li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6667 5L7.50001 14.1667L3.33334 10' stroke='%238C58DA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* Links */
.vp-service-content-body a {
    color: var(--Primary-primary);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.vp-service-content-body a:hover {
    opacity: 0.8;
}

/* Strong/Bold */
.vp-service-content-body strong,
.vp-service-content-body b {
    font-weight: 600;
    color: var(--Neutral-800);
}

/* Italic/Emphasis */
.vp-service-content-body em,
.vp-service-content-body i {
    font-style: italic;
}

/* Blockquote */
.vp-service-content-body blockquote {
    border-left: 4px solid var(--Primary-primary);
    padding-left: 24px;
    margin: 24px 0;
    font-style: italic;
    color: var(--Neutral-600);
}

.vp-service-content-body blockquote p {
    margin-bottom: 0;
}

/* Images in content */
.vp-service-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--16);
    margin: 24px 0;
}

/* Figures/Captions */
.vp-service-content-body figure {
    margin: 24px 0;
}

.vp-service-content-body figcaption {
    font-size: 14px;
    color: var(--Neutral-600);
    text-align: center;
    margin-top: 8px;
}

/* Tables */
.vp-service-content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.vp-service-content-body th,
.vp-service-content-body td {
    padding: 12px 16px;
    border: 1px solid var(--Neutral-300);
    text-align: left;
}

.vp-service-content-body th {
    background: var(--Neutral-200);
    font-weight: 600;
    color: var(--Neutral-800);
}

/* Horizontal Rule */
.vp-service-content-body hr {
    border: none;
    border-top: 1px solid var(--Neutral-300);
    margin: 40px 0;
}

/* Code */
.vp-service-content-body code {
    font-family: monospace;
    background: var(--Neutral-200);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 16px;
}

.vp-service-content-body pre {
    background: var(--Neutral-200);
    padding: 16px;
    border-radius: var(--16);
    overflow-x: auto;
    margin: 24px 0;
}

.vp-service-content-body pre code {
    background: none;
    padding: 0;
}

/* ========================================
   Social Share
   ======================================== */
.vp-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--Neutral-300);
    flex-flow: wrap;
}

.vp-share span {
    color: var(--Neutral-600);
    font-size: 18px;
    font-weight: 600;
    line-height: 128%;
    margin-right: 8px;
}

.vp-share a {
    display: inline-flex;
    transition: opacity 0.3s ease;
}

.vp-share a:hover svg path{
    fill: var(--Secondary-1);
}

.vp-share a svg{
    width: 32px;
    height: 32px;
}

/* ========================================
   Sidebar Form
   ======================================== */

.vp-sidebar-form-wrapper .vp-title-inner {
    margin: 0 0 12px;
    text-align: left;
    max-width: 360px;
}

.vp-sidebar-form-wrapper .vp-title {
    text-align: left;
} 

   .vp-service-sidebar {
    flex-shrink: 0; 
}

.vp-sidebar-form-wrapper {
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding-right: 8px;
    padding-bottom: 24px;
}

/* Custom scrollbar for sidebar */
.vp-sidebar-form-wrapper::-webkit-scrollbar {
    width: 6px;
}

.vp-sidebar-form-wrapper::-webkit-scrollbar-track {
    background: var(--Neutral-200);
    border-radius: 3px;
}

.vp-sidebar-form-wrapper::-webkit-scrollbar-thumb {
    background: var(--Primary-2);
    border-radius: 3px;
}

.vp-sidebar-form-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--Primary-primary);
}

/* ========================================
   FAQs Section
   ======================================== */
   .vp-faqs-section {
    background: var(--Neutral-100);
    padding: 100px 0;
}

.vp-faqs-section .vp-title {
    display: grid;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.vp-faqs-desc {
    color: var(--Neutral-600);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
    width: 53%;
    margin: 24px auto 44px;
}

.vp-faqs-section .vp-acc-items-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 816px;
    width: 100%;
    margin: 0 auto;
}

/* Individual FAQ Item */
.vp-faqs-section .vp-faq-item {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: var(--24, 24px);
    border: 1px solid var(--Neutral-300);
}

/* FAQ Question Button */
.vp-faqs-section .vp-faq-question {
    width: 100%;
    background: var(--Neutral-100, #fff);
    border: none;
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-radius: var(--24, 24px);
    color: var(--Neutral-800);
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: left; 
}

.vp-faqs-section .vp-faq-question span:first-child {
    flex: 1;
}

.vp-faqs-section .vp-faq-question:hover {
    color: var(--Primary-primary);
    border-color: var(--Neutral-400);
}

.vp-faqs-section .vp-faq-question:focus {
    outline: 2px solid var(--Primary-primary);
    outline-offset: 2px;
}

.vp-faqs-section .vp-faq-question:focus:not(:focus-visible) {
    outline: none;
}

/* Arrow Button */
.vp-faqs-section .vp-faq-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--Neutral-300);
    background: #fff;
    color: var(--Primary-primary);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.vp-faqs-section .vp-faq-arrow svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

/* Arrow Hover State */
.vp-faqs-section .vp-faq-question:hover .vp-faq-arrow {
    background-color: var(--Primary-primary);
    border-color: var(--Primary-primary);
    color: #fff;
}

/* FAQ Answer */
.vp-faqs-section .vp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.vp-faqs-section .vp-faq-answer-inner {
    padding: 16px 24px 24px;
}

.vp-faqs-section .vp-faq-answer-inner p {
    margin: 0 0 12px;
    color: var(--Neutral-600);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.vp-faqs-section .vp-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/* Active/Open State */
.vp-faqs-section .vp-faq-item.active {
    border-radius: var(--24, 24px);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.vp-faqs-section .vp-faq-item.active .vp-faq-question {
    color: var(--Primary-primary);
    border: none;
    border-radius: 24px 24px 0 0;
    box-shadow: none;
    background: #fff;
}

.vp-faqs-section .vp-faq-item.active .vp-faq-answer { 
    transition: max-height 0.4s ease-in;
}

.vp-faqs-section .vp-faq-item.active .vp-faq-arrow {
    background-color: var(--Primary-primary);
    border-color: var(--Primary-primary);
    color: #fff;
}

.vp-faqs-section .vp-faq-item.active .vp-faq-arrow svg {
    transform: rotate(180deg);
}

.vp-faqs-btn {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

/* Responsive */
@media (max-width: 768px) {
    .vp-faqs-section {
        padding: 60px 0;
    }

    .vp-faqs-desc {
        width: 100%;
        font-size: var(--16);
        margin-bottom: 20px;
    }

    .vp-faqs-section .vp-faq-question {
        font-size: 16px;
        padding: 16px;
        gap: 12px;
        border-radius: 16px;
    }

    .vp-faqs-section .vp-faq-item {
        border-radius: 16px;
    }

    .vp-faqs-section .vp-faq-item.active .vp-faq-question {
        border-radius: 16px 16px 0 0;
    }

    .vp-faqs-section .vp-faq-arrow {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    .vp-faqs-section .vp-faq-arrow svg {
        width: 16px;
        height: 16px;
    }

    .vp-faqs-section .vp-faq-answer-inner {
        padding: 12px 16px 16px;
    }

    .vp-faqs-section .vp-faq-answer-inner p {
        font-size: 16px;
    }

    .vp-faqs-btn {
        width: 100%;
    }

    .vp-faqs-btn a {
        width: 100%;
    }
    .vp-service-content-body h2 {
        font-size: 36px;
    }
    .vp-service-hero-icon,
    .vp-service-hero-content .vp-sub-title{
        display: none;
    }
}

/* ========================================
   Reviews Section
   ======================================== */
.vp-service-reviews {
    padding: 100px 0;
}

.vp-service-reviews .vp-max-width {
    position: relative;
}

.vp-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 44px;
}

.vp-reviews-header .vp-title {
    max-width: 640px;
}

.vp-reviews-nav {
    display: flex;
    gap: 12px;
}

.vp-reviews-nav-mobile {
    display: none;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}

.vp-reviews-slider {
    width: 100%;
}

.vp-reviews-slider .swiper {
    position: unset;
}

.vp-review-card {
    padding: var(--40) var(--32);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.02);
    background: var(--Neutral-100);
    border: 1px solid var(--Neutral-300);
    border-radius: var(--24);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vp-review-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vp-review-text p {
    color: var(--Neutral-600);
}

.vp-stars {
    display: flex;
    gap: 4px;
    padding-left: 2px;
}

.vp-review-author {
    display: flex;
    gap: 8px;
    align-items: center;
}

.vp-review-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.vp-review-author p {
    color: var(--Primary-primary);
}

.vp-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Swiper Disabled State */
.swiper-button-prev-review.swiper-button-disabled,
.swiper-button-next-review.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

/* Avatar Initial */
.vp-avatar-initial {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ========================================
   More Services Section
   ======================================== */
.vp-more-services {
    padding: 100px 0 200px;
    background: var(--Neutral-100);
}

.vp-more-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
}

.vp-services-cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.vp-service-card {
    max-width: 384px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vp-service-card-img {
    border-radius: var(--24);
    margin-bottom: -60px;
    overflow: hidden;
}

.vp-service-card-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: var(--24);
}

.vp-service-card-content {
    border-radius: 0 var(--24) var(--24) var(--24);
    border: 1px solid var(--Neutral-300);
    background: var(--Neutral-100);
    padding: var(--44) var(--24) var(--24) var(--24);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.02);
    min-height: 280px;
    max-width: 344px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vp-service-card-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vp-service-card-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vp-service-card-list li {
    display: flex;
    gap: 8px; 
    color: var(--Neutral-600);
    font-size: 18px;
    line-height: 148%;
}

.vp-service-card-list li svg {
    flex-shrink: 0;
}

.vp-service-card-icon {
    position: absolute;
    left: 24px;
    top: 199px;
    z-index: 2;
}

.vp-browse-mobile {
    display: none;
    width: 100%;
    margin-top: 32px;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 998px) {
    .vp-service-content-grid {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .vp-sidebar-form-wrapper {
        position: static;
        max-height: 100%;
    }

    .vp-sidebar-form-wrapper .vp-form {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    /* Breadcrumb */
    .vp-single-service .vp-site-navigation {
        padding: 32px 16px 36px;
    }

    .vp-single-service .vp-site-navigation .vp-max-width {
        padding: 0;
    }

    /* Hero */
    .vp-service-hero-inner {
        flex-direction: column;
    }

    .vp-service-hero-content {
        width: 100%;
        text-align: left;
    }

    .vp-service-hero-content .vp-title-underline {
        width: fit-content;
    }

    .vp-service-hero-content .vp-right-car-btn {
        flex-direction: column;
        width: 100%;
    }

    .vp-service-featured-img img {
        min-height: 220px;
    }

    .vp-service-hero {
        padding-bottom: 0;
    }

    /* Content */
    .vp-wound-title {
        font-size: var(--24);
    }

    .vp-service-content-body,
    .vp-service-content-body p,
    .vp-service-content-body ul,
    .vp-service-content-body ol {
        font-size: var(--16);
    }

    .vp-service-content-body h2 {
        font-size: var(--30);
    }

    .vp-service-content-body h3 {
        font-size: var(--22);
    }

    .vp-service-content-body h4 {
        font-size: var(--20);
    }

    .vp-service-content-body h5 {
        font-size: var(--18);
    }

    .vp-service-content-body h2,
    .vp-service-content-body h3,
    .vp-service-content-body h4,
    .vp-service-content-body h5,
    .vp-service-content-body h6 {
        margin-top: 32px;
    }

    .vp-service-content-body ul {
        margin-left: 24px;
    }

    .vp-service-content-body ol {
        margin-left: 20px;
    }

    .vp-service-content-body blockquote {
        padding-left: 16px;
        margin: 20px 0;
    }

    /* Sidebar Form */
    .vp-sidebar-form-wrapper .vp-form {
        padding: 32px 24px;
    }

    /* FAQs */
    .vp-faqs-section {
        padding: 60px 0;
    }

    .vp-faqs-desc {
        width: 100%;
        font-size: var(--16);
        margin-bottom: 20px;
    }

    .vp-faq-question {
        font-size: var(--18);
        padding: 16px;
    }

    .vp-faq-question span {
        width: 90%;
    }

    .vp-faq-item {
        max-width: 100%;
    }

    .vp-faqs-btn {
        width: 100%;
    }

    .vp-faqs-btn a {
        width: 100%;
    }

    /* Reviews */
    .vp-service-reviews {
        padding: 60px 0;
    }

    .vp-reviews-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vp-reviews-nav.arrow-desk {
        display: none;
    }

    .vp-reviews-nav-mobile {
        display: flex;
    }

    .vp-review-card {
        padding: var(--36) var(--24);
    }

    .vp-review-card {
        font-size: var(--18);
    }

    .vp-review-author h5 {
        font-size: var(--16);
        line-height: 148%;
    }

    .vp-author-info {
        gap: 0;
    }

    /* More Services */
    .vp-more-services {
        padding: 60px 0 120px;
    }

    .vp-more-services-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .vp-browse-desktop {
        display: none;
    }

    .vp-browse-mobile {
        display: flex;
    }

    .vp-service-card-content {
        min-height: 240px;
        max-width: 303px;
    }

    .vp-service-card-list li {
        font-size: 16px;
    }
}

@media (max-width: 570px) {
    .vp-service-hero-content .vp-right-car-btn {
        display: grid;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .vp-service-card {
        max-width: 100%;
    }

    .vp-service-card-icon {
        top: 36%;
    }
}

/* ==========================================================================
   Form Styles
   ========================================================================== */

   .wpforms-field-limit-text,
   .wpforms-hidden{
       display: none!important;
   }

   .vp-sidebar-form-wrapper .vp-form {
    border-radius: var(--24);
    border: 1px solid var(--Neutral-300);
    background: var(--Neutral-100);
    padding: var(--32) var(--24);
    max-width: 440px;
}

.vp-sidebar-form-wrapper .vp-form input,
.vp-sidebar-form-wrapper .vp-form select,
.vp-sidebar-form-wrapper .vp-form textarea {
    border-radius: var(--16);
    border: 1px solid var(--Neutral-400, #D0D0DB);
    background: var(--Neutral-100, #FFF);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.02);
    padding: var(--16);
    width: 100%;
    font-family: var(--font-family-onest);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.vp-sidebar-form-wrapper .vp-form textarea {
    min-height: 140px;
    resize: vertical;
}

.vp-sidebar-form-wrapper .vp-form select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.57086 14.7091L4.98086 10.1191C4.7946 9.93174 4.69006 9.67829 4.69006 9.41411C4.69006 9.14992 4.7946 8.89647 4.98086 8.70911C5.07382 8.61538 5.18442 8.54098 5.30628 8.49021C5.42814 8.43945 5.55884 8.41331 5.69086 8.41331C5.82287 8.41331 5.95357 8.43945 6.07543 8.49021C6.19729 8.54098 6.30789 8.61538 6.40086 8.70911L10.9809 13.3091C11.0738 13.4028 11.1844 13.4772 11.3063 13.528C11.4281 13.5788 11.5588 13.6049 11.6909 13.6049C11.8229 13.6049 11.9536 13.5788 12.0754 13.528C12.1973 13.4772 12.3079 13.4028 12.4009 13.3091L16.9809 8.70911C17.1678 8.5208 17.422 8.41449 17.6873 8.41355C17.9527 8.41261 18.2076 8.51713 18.3959 8.70411C18.5842 8.89108 18.6905 9.14521 18.6914 9.41057C18.6924 9.67593 18.5878 9.9308 18.4009 10.1191L13.8109 14.7091C13.2484 15.2709 12.4859 15.5865 11.6909 15.5865C10.8959 15.5865 10.1334 15.2709 9.57086 14.7091Z' fill='%23626270'/%3E%3C/svg%3E") no-repeat right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 48px;
}

.vp-sidebar-form-wrapper .vp-form input::placeholder,
.vp-sidebar-form-wrapper .vp-form select,
.vp-sidebar-form-wrapper .vp-form textarea::placeholder {
    color: var(--Neutral-600, #626270);
    font-family: var(--font-family-onest);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
} 

.vp-sidebar-form-wrapper .vp-form-check label {
    color: var(--Neutral-600);
    cursor: pointer;
}

/* ==========================================================================
   WPForms Styling
   ========================================================================== */

   .wpforms-field{
    margin-bottom: 12px;
   }

   .gm-form .wpforms-field-label {
    font-weight: 700;
    font-size: var(--18);
    line-height: 148%;
}

.gm-form .wpforms-field-large {
    margin-top: 6px;
}

.gm-form input:focus,
.gm-form select:focus,
.gm-form textarea:focus {
    border-color: var(--Primary-primary) !important; 
}

.gm-form .wpforms-field-layout-rows .wpforms-layout-row {
    margin-bottom: 24px;
}

#wpforms-error-noscript,
.wpforms-label-hide {
    display: none !important;
}

.wpforms-submit.gm-submit-form {
    border: none;
    cursor: pointer;
    display: inline-flex;
    padding: var(--20);
    justify-content: center;
    align-items: center;
    gap: var(--12);
    border-radius: var(--12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
    height: var(--64);
    background: var(--Primary-primary);
    color: var(--Neutral-100);
    transition: background 0.3s ease;
    font-weight: 700;
    font-size: var(--18);
    line-height: 148%;
    margin-top: 12px;
    width: 100%;
}

.wpforms-submit.gm-submit-form:hover {
    background: var(--Secondary-1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.gm-form .wpforms-error {
    color: #DC2B2B;
}

.gm-form .wpforms-confirmation-container {
    color: #11845B;
    font-weight: 500;
    font-size: 20px;
}

/* Select with value selected (valid) */
.wpforms-container select:valid {
    color: var(--Neutral-800) !important;
    font-weight: 500;
}

/* Privacy Checkbox */
.gm-form .gm-privacy {
    margin-top: 24px;
}

.gm-form .gm-privacy fieldset {
    border: none;
}

.gm-form .gm-privacy ul li {
    display: flex;
    gap: 12px;
}

.gm-form .gm-privacy ul li input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 6px;
    border: 1px solid var(--Neutral-500);
    background: var(--Neutral-100);
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
}

.gm-form .gm-privacy ul li input[type="checkbox"]:checked {
    background-color: var(--Primary-primary);
    border-color: var(--Primary-primary);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8l3 3 5-6' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.gm-form .gm-privacy ul li a {
    text-decoration: underline;
    color: #8c59da;
}

/* ==========================================================================
   Responsive - Tablet
   ========================================================================== */
@media (max-width: 1024px) {
    .vp-sidebar-form-wrapper .vp-contact {
        padding: 30px 0 60px;
    }

    .vp-sidebar-form-wrapper .vp-contact-bg-1 {
        right: -7%;
    }

    .vp-sidebar-form-wrapper .vp-form {
        padding: var(--32) var(--24);
    }
}

/* ==========================================================================
   Responsive - Mobile
   ========================================================================== */
@media (max-width: 768px) {
    .contact-page .vp-site-navigation {
        padding: 32px 16px 36px;
    }

    .contact-page .vp-site-navigation .vp-max-width {
        padding: 0;
    }

    .vp-sidebar-form-wrapper .vp-form {
        padding: var(--32) var(--24);
    }

    .vp-sidebar-form-wrapper .vp-contact-bg-1 {
        right: -19px;
    }

    .vp-sidebar-form-wrapper .vp-form input,
    .vp-sidebar-form-wrapper .vp-form select,
    .vp-sidebar-form-wrapper .vp-form textarea {
        font-size: var(--16);
        padding: var(--16);
    }

    .vp-sidebar-form-wrapper .vp-form textarea {
        min-height: 98px;
    }

    .vp-contact-form .vp-d-flex.vp-f-d-column.vp-a-i-f-start.vp-gap-24 {
        gap: var(--32);
    }

    .vp-contact-form .vp-d-flex .vp-d-flex.vp-f-d-column-mob {
        gap: var(--12);
    }

    .vp-sidebar-form-wrapper .vp-hero-email,
    .vp-sidebar-form-wrapper .vp-hero-call {
        max-width: 100%;
        padding: var(--12) var(--20);
        gap: 8px;
    }

    .vp-sidebar-form-wrapper .vp-contact-info-more .vp-btn-simple-two-large span:first-child {
        border-right: none;
        padding-right: 0;
    }

    .vp-contact-form .vp-contact-info-more .vp-d-flex .vp-d-flex.vp-f-d-column-mob {
        gap: 8px;
    }
}

@media (max-width: 700px) {
    .vp-sidebar-form-wrapper .vp-contact-bg-1 {
        right: -16px;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .gm-form .wpforms-field-layout-rows .wpforms-layout-row {
        margin-bottom: 12px;
        gap: 12px;
    }
}

/* Equal height cards fix */
.vp-services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vp-service-card {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.vp-service-card-content {
    border-radius: 0 var(--24) var(--24) var(--24);
    border: 1px solid var(--Neutral-300);
    background: var(--Neutral-100);
    padding: var(--44) var(--24) var(--24) var(--24);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.02);
    min-height: 280px;
    max-width: 344px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

/* Tablet - 2 columns */
@media (max-width: 1100px) {
    .vp-services-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vp-service-card-content {
        max-width: 100%;
    }
}

/* Mobile - 1 column */
@media (max-width: 768px) {
    .vp-services-cards {
        grid-template-columns: 1fr;
    }
    
    .vp-service-card {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .vp-service-card-content {
        min-height: auto;
        max-width: 90%;
    }
}

@media (max-width: 500px) {
    .vp-service-card {
        max-width: 100%;
    }
    
    .vp-service-card-content {
        max-width: 88%;
    }
}

/* ========================================
   Mobile Sticky CTA Button
   ======================================== */
   .vp-sticky-cta {
    position: fixed;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 16px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0) 100%);
    display: none;
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vp-sticky-cta.is-visible {
    bottom: 0;
}

.vp-sticky-cta-btn {
    display: flex;
    width: 100%;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 16px;
    background: var(--Primary-primary, #8C58DA);
    box-shadow: 0 8px 24px rgba(140, 88, 218, 0.35);
    color: #fff;
    font-family: var(--font-family-onest);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.vp-sticky-cta-btn:hover {
    background: var(--Secondary-1, #7B4BC4);
    box-shadow: 0 10px 28px rgba(140, 88, 218, 0.45);
    transform: translateY(-2px);
}

.vp-sticky-cta-btn:active {
    transform: translateY(0);
}

/* Only show on mobile */
@media (min-width: 999px) {
    .vp-sticky-cta {
        display: none !important;
    }
}

@media (max-width: 998px) {
    .vp-sticky-cta {
        display: block;
    } 
    .vp-single-service .vp-more-services {
        padding-bottom: 160px;
    }
} 

/* ============================================
   Service Areas Section
   ============================================ */
   .vp-service-areas-section {
    padding: 100px 0;
    background: var(--Primary-3);
}

.vp-service-areas-header {
    text-align: center;
    margin-bottom: 48px;
}

.vp-total-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--Neutral-100);
    border: 1px solid var(--Neutral-300);
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--Neutral-600);
    margin-top: 16px;
}

.vp-service-areas-desc{
    color: var(--Neutral-600);
    font-size: 18px;
    font-weight: 400;
    line-height: 148%;
    max-width: 640px;
    margin: 20px auto 0;
}

.vp-cities-columns-wrapper {
    background: var(--Neutral-100);
    border-radius: 24px;
    border: 1px solid var(--Neutral-300);
    padding: 40px;
}

.vp-cities-columns {
    column-count: 4;
    column-gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vp-cities-columns li {
    break-inside: avoid;
    margin-bottom: 4px;
}

.vp-cities-columns li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--Neutral-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 148%;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.vp-cities-columns li a:hover {
    background: var(--Primary-3);
    color: var(--Primary-primary);
    font-weight: 500;
}

.vp-cities-columns li a .vp-city-arrow {
    opacity: 0;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.vp-cities-columns li a:hover .vp-city-arrow {
    opacity: 1;
}

.vp-letter-sep {
    font-size: 13px;
    font-weight: 700;
    color: var(--Primary-primary);
    padding: 12px 12px 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid var(--Neutral-300);
    margin-bottom: 4px;
    break-inside: avoid;
    break-after: avoid;
}

.vp-service-areas-cta {
    text-align: center;
    margin-top: 48px;
}

.vp-total-count strong{
    color: var(--Primary-primary);
    font-weight: 700;
}

/* Responsive */
@media (max-width: 998px) {
    .vp-service-areas-section {
        padding: 80px 0;
    }
    .vp-cities-columns {
        column-count: 3;
    }
    .vp-cities-columns-wrapper {
        padding: 28px;
    }
    .vp-service-areas-header svg{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .vp-cities-columns {
        column-count: 2;
    }
}

@media (max-width: 640px) {
    .vp-service-areas-section {
        padding: 60px 0;
    }
    .vp-cities-columns-wrapper {
        padding: 20px;
    }
}