.elementor-74370 .elementor-element.elementor-element-662b553{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2552815 */.plotvista-page,
.plotvista-page * {
    box-sizing: border-box;
}

.plotvista-page {
    background: #f8fafc;
    color: #111827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

/* Scrollbar */
.plotvista-page ::-webkit-scrollbar {
    width: 8px;
}

.plotvista-page ::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.plotvista-page ::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.plotvista-page ::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Selection */
.plotvista-page ::selection {
    background: #dcfce7;
    color: #14532d;
}

/* Images */
.plotvista-page img {
    max-width: 100%;
    display: block;
}

/* Animation */
@keyframes plotvistaFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plotvista-main>section,
.plotvista-sidebar>div {
    animation: plotvistaFadeIn 0.6s ease-out forwards;
}

.plotvista-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: 0;
}

.plotvista-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
}

.plotvista-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.plotvista-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.plotvista-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    min-width: 0;
    max-width: 100%;
}

.plotvista-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.plotvista-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.plotvista-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #16a34a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}

.plotvista-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #16a34a;
}

.plotvista-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

.plotvista-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.plotvista-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    transition: 0.3s ease;
}

.plotvista-topbar-links a:hover {
    color: #16a34a;
}

.plotvista-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

.plotvista-hero {
    overflow: hidden;
}

.plotvista-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.plotvista-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.plotvista-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.plotvista-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.plotvista-badge-gray {
    background: #f9fafb;
    color: #4b5563;
    border-color: #e5e7eb;
}

.plotvista-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
}

.plotvista-hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.plotvista-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #111827;
}

.plotvista-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 850px;
}

.plotvista-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.plotvista-hero-actions .plotvista-btn {
    flex: 1;
    min-width: 140px;
    padding: 14px 10px;
}

.plotvista-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
    text-align: center;
}

.plotvista-btn:active,
.plotvista-form-btn:active {
    transform: scale(0.98);
}

.plotvista-btn-primary {
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.18);
}

.plotvista-btn-primary:hover {
    background: #15803d;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 32px rgba(22, 163, 74, 0.25);
}

.plotvista-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.plotvista-btn-outline:hover {
    background: #ffffff;
    border-color: #16a34a;
    color: #16a34a;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.plotvista-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.plotvista-btn-light:hover {
    background: #ffffff;
    border-color: #d1d5db;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.plotvista-btn-white {
    background: #ffffff;
    color: #16a34a;
}

.plotvista-btn-white:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.plotvista-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.plotvista-btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.4);
}

.plotvista-full-btn {
    width: 100%;
}

.plotvista-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.plotvista-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 18px;
}

.plotvista-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
}

.plotvista-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    color: #111827;
}

.plotvista-hero-facts {
    width: 100%;
    display: flex;
    justify-content: center;
}

.plotvista-facts-card {
    width: 100%;
    max-width: 900px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
}

.plotvista-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
}

.plotvista-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #d1d5db;
}

.plotvista-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.plotvista-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #6b7280;
}

.plotvista-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.plotvista-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
    min-height: auto;
    min-width: 0;
    max-width: 100%;
}

.plotvista-gallery-main,
.plotvista-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.plotvista-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.plotvista-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-width: 0;
}

.plotvista-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.plotvista-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(17, 24, 39, 0.78);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
}

.plotvista-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.plotvista-section-head h2,
.plotvista-dark-inner h2,
.plotvista-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.plotvista-section-head p,
.plotvista-client-box p,
.plotvista-service-card p,
.plotvista-testimonial-card p,
.plotvista-faq-item p,
.plotvista-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.plotvista-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.plotvista-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.plotvista-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.plotvista-highlight-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40%;
    background: #16a34a;
    border-radius: 0 4px 4px 0;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.plotvista-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #16a34a;
    box-shadow: 0 20px 40px rgba(22, 163, 74, 0.08);
    color: #111827;
    background: linear-gradient(to bottom right, #ffffff, #f0fdf4);
}

.plotvista-highlight-box:hover::before {
    height: 70%;
    opacity: 1;
}

.plotvista-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.plotvista-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.plotvista-service-card:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

.plotvista-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ecfdf5;
    color: #16a34a;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.plotvista-service-card h3,
.plotvista-dark-box h3,
.plotvista-client-box h3,
.plotvista-faq-item h3,
.plotvista-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
    color: #111827;
}

.plotvista-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.plotvista-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
}

.plotvista-dark-section {
    background: linear-gradient(135deg, #111827 0%, #064e3b 100%);
    color: #ffffff;
}

.plotvista-dark-inner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.plotvista-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.plotvista-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
}

.plotvista-dark-box h3 {
    color: #ffffff;
}

.plotvista-dark-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.plotvista-coverage-card {
    background: #0f172a;
    color: #ffffff;
}

.plotvista-coverage-card .plotvista-section-head h2,
.plotvista-coverage-card .plotvista-section-head p {
    color: #ffffff;
}

.plotvista-coverage-card .plotvista-section-head p {
    opacity: 0.72;
}

.plotvista-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.plotvista-coverage-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.plotvista-client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.plotvista-client-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 32px;
    transition: all 0.4s ease;
    cursor: default;
}

.plotvista-client-box h3 {
    transition: color 0.3s ease, transform 0.3s ease;
}

.plotvista-client-box:hover {
    transform: scale(1.02);
    border-color: #16a34a;
    background: #fcfffd;
    box-shadow: 0 25px 50px -12px rgba(22, 163, 74, 0.12);
}

.plotvista-client-box:hover h3 {
    color: #16a34a;
    transform: translateX(4px);
}

.plotvista-testimonial-slider-container {
    position: relative;
    padding: 0 40px;
}

.plotvista-testimonial-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.plotvista-testimonial-grid::-webkit-scrollbar {
    display: none;
}

.plotvista-testimonial-card {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 30px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.plotvista-testi-user {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.plotvista-testi-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.plotvista-testi-info {
    flex: 1;
}

.plotvista-testi-info h4 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
}

.plotvista-testi-sub {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.plotvista-testi-info span {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.plotvista-testi-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 2px;
}

.plotvista-testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    font-weight: 500;
    margin: 0;
}

.plotvista-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.plotvista-slider-btn:hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.25);
}

.plotvista-slider-btn:active {
    transform: translateY(-50%) scale(0.9);
}

.plotvista-slider-prev {
    left: -4px;
}

.plotvista-slider-next {
    right: -4px;
}

.plotvista-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plotvista-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.plotvista-faq-item[open] {
    border-color: #16a34a;
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.05);
}

.plotvista-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.plotvista-faq-item summary::-webkit-details-marker {
    display: none;
}

.plotvista-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    flex: 1;
}

.plotvista-faq-item summary::after {
    content: '+';
    font-size: 22px;
    color: #16a34a;
    font-weight: 500;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 50%;
}

.plotvista-faq-item[open] summary::after {
    content: '−';
    transform: rotate(180deg);
    background: #16a34a;
    color: #ffffff;
}

.plotvista-faq-item p {
    padding: 0 24px 24px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    animation: plotvistaFAQSlide 0.4s ease-out;
}

@keyframes plotvistaFAQSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plotvista-cta-section {
    background: linear-gradient(90deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
}

.plotvista-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.plotvista-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.plotvista-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.plotvista-cta-actions {
    display: grid;
    gap: 12px;
}

.plotvista-profile-card {
    text-align: center;
}

.plotvista-profile-top {
    margin-bottom: 22px;
}

.plotvista-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #f3f4f6;
    margin: 0 auto 14px;
    background: #ecfdf5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plotvista-profile-letter {
    width: 100%;
    height: 100%;
    background: #16a34a;
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plotvista-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.plotvista-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #16a34a;
    font-weight: 700;
}

.plotvista-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.plotvista-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.plotvista-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.plotvista-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 6px;
}

.plotvista-sidebar-row strong,
.plotvista-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
}

.plotvista-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.plotvista-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
}

.plotvista-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    font-weight: 800;
}

.plotvista-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    color: #111827;
}

.plotvista-form-card {
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.08);
    border: 1px solid #dcfce7;
}

.plotvista-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.plotvista-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 8px;
}

.plotvista-form input,
.plotvista-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    outline: none;
}

.plotvista-form input:focus,
.plotvista-form select:focus {
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

.plotvista-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.plotvista-form-btn {
    width: 100%;
    border: none;
    background: #16a34a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.plotvista-form-btn:hover {
    background: #15803d;
}

/* Responsive */
@media (max-width: 1199px) {
    .plotvista-layout {
        grid-template-columns: 1fr;
    }

    .plotvista-sidebar {
        position: static;
    }

    .plotvista-highlight-grid,
    .plotvista-service-grid,
    .plotvista-client-grid,
    .plotvista-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .plotvista-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {

    .plotvista-hero-grid,
    .plotvista-cta-grid {
        grid-template-columns: 1fr;
    }

    .plotvista-gallery {
        grid-template-columns: 1fr;
    }

    .plotvista-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .plotvista-dark-grid {
        grid-template-columns: 1fr;
    }

    .plotvista-hero-content h1 {
        font-size: 38px;
    }

    .plotvista-section-head h2,
    .plotvista-dark-inner h2,
    .plotvista-cta-grid h2 {
        font-size: 28px;
    }

    .plotvista-fact-row {
        flex-direction: column;
    }

    .plotvista-fact-row span,
    .plotvista-fact-row strong {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .plotvista-container {
        padding: 0 12px;
    }

    .plotvista-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .plotvista-topbar-links {
        width: 100%;
    }

    .plotvista-topbar-links a {
        font-size: 14px;
    }

    .plotvista-card,
    .plotvista-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .plotvista-hero-content h1 {
        font-size: 30px;
    }

    .plotvista-hero-content p {
        font-size: 16px;
    }

    .plotvista-stat-mini-grid,
    .plotvista-highlight-grid,
    .plotvista-service-grid,
    .plotvista-coverage-grid,
    .plotvista-client-grid,
    .plotvista-mini-grid,
    .plotvista-form-double {
        grid-template-columns: 1fr;
    }

    .plotvista-gallery-side {
        grid-template-columns: 1fr;
    }

    .plotvista-gallery-main img,
    .plotvista-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .plotvista-hero-actions {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .plotvista-btn {
        width: 100%;
    }

    .plotvista-hero-actions .plotvista-btn {
        width: auto;
    }

    .plotvista-testimonial-card {
        width: 100%;
        min-width: 100%;
    }

    .plotvista-testimonial-slider-container {
        padding: 0 10px;
    }

    .plotvista-slider-btn {
        display: none;
    }
}

/* Extra Responsive Safety */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.plotvista-page {
    width: 100%;
    overflow-x: hidden;
}

.plotvista-container {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.plotvista-layout,
.plotvista-main,
.plotvista-sidebar,
.plotvista-card,
.plotvista-hero,
.plotvista-hero-grid,
.plotvista-gallery,
.plotvista-testimonial-grid {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 1025px) {
    .plotvista-layout {
        grid-template-columns: 1fr !important;
    }

    .plotvista-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .plotvista-hero-content h1 {
        font-size: 36px;
    }

    .plotvista-highlight-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 769px) {
    .plotvista-topbar {
        flex-direction: column;
        padding: 20px;
        border-radius: 20px;
    }

    .plotvista-topbar-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .plotvista-sidebar {
        grid-template-columns: 1fr;
    }

    .plotvista-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .plotvista-service-grid,
    .plotvista-dark-grid,
    .plotvista-coverage-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 426px) {
    .plotvista-hero-content h1 {
        font-size: 28px;
    }

    .plotvista-hero-actions {
        flex-direction: column !important;
        gap: 10px;
    }

    .plotvista-hero-actions .plotvista-btn {
        width: 100% !important;
        min-width: 0 !important;
    }

    .plotvista-stat-mini-grid {
        grid-template-columns: 1fr;
    }

    .plotvista-fact-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .plotvista-fact-row span,
    .plotvista-fact-row strong {
        width: 100%;
    }

    .plotvista-highlight-grid,
    .plotvista-service-grid,
    .plotvista-dark-grid,
    .plotvista-coverage-grid,
    .plotvista-client-grid {
        grid-template-columns: 1fr;
    }

    .plotvista-topbar-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .plotvista-topbar-btn {
        grid-column: span 2;
    }
}

@media (max-width: 321px) {
    .plotvista-hero-content h1 {
        font-size: 24px;
    }

    .plotvista-card {
        padding: 15px;
    }

    .plotvista-container {
        padding: 0 10px;
    }
}

/* Lightbox */
.plotvista-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.plotvista-lightbox.active {
    display: flex;
}

.plotvista-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.plotvista-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}/* End custom CSS */