/* Extracted from index.php */

@keyframes quiz-pulse { 0%,100%{box-shadow:0 4px 20px rgba(14,165,233,0.4);} 50%{box-shadow:0 4px 30px rgba(14,165,233,0.7);} }


.b2b-cta-banner .button:hover {
    background: #f59e0b !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(251, 191, 36, 0.6);
}
#commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }

    .b2b-clients-section {
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        padding: 60px 0 80px;
        overflow: hidden;
    }
    .b2b-clients-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .b2b-clients-title {
        font-size: 26px;
        font-weight: 700;
        color: #1e40af;
        text-align: center;
        margin-bottom: 48px;
        line-height: 1.4;
    }
    .b2b-clients-wrapper {
        position: relative;
        overflow: hidden;
        margin: 0 -20px;
        padding: 20px 0;
    }
    .b2b-clients-track {
        display: flex;
        gap: 32px;
        animation: scroll-clients 480s linear infinite !important;
        width: max-content;
    }
    .b2b-clients-track:hover {
        animation-play-state: paused;
    }
    @media (prefers-reduced-motion: reduce) {
        .b2b-clients-track {
            animation: scroll-clients 480s linear infinite !important;
        }
    }
    .b2b-client-logo {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        filter: grayscale(0%);
        opacity: 1;
        transition: all 0.4s ease;
        min-width: 150px;
        height: 120px;
    }
    .b2b-client-logo:hover {
        filter: grayscale(0%);
        opacity: 1;
    }
    .b2b-client-logo img {
        max-width: 140px;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }
    .b2b-client-name {
        display: block !important;
        font-size: 13px;
        font-weight: 600;
        color: #1e3a5f;
        text-align: center;
        margin-top: 10px;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }
    .b2b-client-logo:hover .b2b-client-name {
        color: #3b82f6;
    }
    .b2b-client-text {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px 24px;
        filter: grayscale(0%);
        opacity: 0.6;
        transition: all 0.4s ease;
        min-width: 180px;
        height: 120px;
    }
    .b2b-client-text:hover {
        filter: grayscale(0%);
        opacity: 1;
    }
    .b2b-client-text-icon {
        font-size: 28px;
        flex-shrink: 0;
    }
    .b2b-client-text-name {
        font-size: 15px;
        font-weight: 600;
        color: #1e3a5f;
        line-height: 1.3;
        white-space: nowrap;
    }
    .b2b-client-text:hover .b2b-client-text-name {
        color: #1e40af;
    }
    @keyframes scroll-clients {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    .b2b-clients-wrapper::before,
    .b2b-clients-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 120px;
        z-index: 2;
        pointer-events: none;
    }
    .b2b-clients-wrapper::before {
        left: 0;
        background: linear-gradient(to right, #f8fafc, transparent);
    }
    .b2b-clients-wrapper::after {
        right: 0;
        background: linear-gradient(to left, #f8fafc, transparent);
    }
    @media (max-width: 768px) {
        .b2b-clients-section { padding: 40px 0 60px; }
        .b2b-clients-title { font-size: 20px; padding: 0 20px; }
        .b2b-client-logo { width: 110px; height: 55px; }
        .b2b-client-text { min-width: 130px; height: 55px; padding: 8px 12px; }
        .b2b-client-text-icon { width: 28px; height: 28px; font-size: 12px; }
        .b2b-client-text-name { font-size: 12px; }
        .b2b-clients-wrapper::before, .b2b-clients-wrapper::after { width: 60px; }
    }
    #commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }

    .b2b-reviews-section {
        padding: 80px 0;
        background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
    }
    .b2b-reviews-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .b2b-reviews-title {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        color: #1e3a5f;
        margin-bottom: 16px;
    }
    .b2b-reviews-subtitle {
        text-align: center;
        font-size: 18px;
        color: #1e3a5f;
        margin-bottom: 50px;
    }
    .b2b-reviews-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    @media (max-width: 1024px) {
        .b2b-reviews-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
        .b2b-reviews-grid { grid-template-columns: 1fr; }
        .b2b-reviews-title { font-size: 26px; }
    }
    .b2b-review-card {
        will-change: transform;
        contain: layout style paint;
        background: #ffffff;
        border-radius: 16px;
        padding: 28px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        transition: all 0.3s ease;
        border: 1px solid #e2e8f0;
        display: flex;
        flex-direction: column;
    }
    .b2b-review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        border-color: #3b82f6;
    }
    .b2b-review-header {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 18px;
    }
    .b2b-review-avatar {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .b2b-review-company {
        font-size: 17px;
        font-weight: 700;
        color: #1e3a5f;
        line-height: 1.3;
    }
    .b2b-review-category {
        font-size: 13px;
        color: #1e3a5f;
        margin-top: 2px;
    }
    .b2b-review-text {
        font-size: 15px;
        color: #475569;
        line-height: 1.7;
        flex: 1;
        margin-bottom: 20px;
    }
    .b2b-review-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        color: #3b82f6;
        text-decoration: none;
        padding: 10px 16px;
        background: #eff6ff;
        border-radius: 8px;
        transition: all 0.3s;
    }
    .b2b-review-link:hover {
        background: #3b82f6;
        color: #fff;
    }
    .b2b-review-link svg {
        width: 18px;
        height: 18px;
    }
    .b2b-reviews-more {
        text-align: center;
        margin-top: 50px;
    }
    .b2b-reviews-more a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 32px;
        background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s;
    }
    .b2b-reviews-more a:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(30, 64, 175, 0.3);
    }
    #commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }

.recommendation-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.recommendation-lightbox.open {
    display: flex;
}
.recommendation-lightbox-content {
    background: #fff;
    border-radius: 16px;
    max-width: 900px;
    max-height: 95vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.recommendation-lightbox-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 32px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e3a5f;
    transition: all 0.3s;
    z-index: 10;
}
.recommendation-lightbox-close:hover {
    background: #fff;
    transform: scale(1.1);
}
.recommendation-lightbox-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}
.recommendation-lightbox-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1e3a5f;
}
.recommendation-lightbox-body {
    flex: 1;
    overflow: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
}
.recommendation-lightbox-body img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.recommendation-lightbox-footer {
    padding: 20px 25px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 15px;
    justify-content: center;
    background: #f8fafc;
}
.recommendation-lightbox-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    background: #3b82f6;
    color: #fff;
}
.recommendation-lightbox-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
}
.recommendation-lightbox-btn-back {
    background: #64748b;
}
.recommendation-lightbox-btn-back:hover {
    background: #475569;
}
@media (max-width: 768px) {
    .recommendation-lightbox-content { max-height: 90vh; margin: 10px; }
    .recommendation-lightbox-body img { max-height: 50vh; }
    .recommendation-lightbox-footer { flex-direction: column; }
    .recommendation-lightbox-btn { width: 100%; justify-content: center; }
}
#commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }
#coverage-map{z-index:1;}.leaflet-popup-content-wrapper{border-radius:12px!important;}@media(max-width:768px){#coverage-map{height:400px!important;}}#commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }

@keyframes modalIn { from { opacity: 0; transform: scale(0.9) translateY(-20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.city-autocomplete-wrapper #cityDropdown::-webkit-scrollbar { width: 6px; }
.city-autocomplete-wrapper #cityDropdown::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 3px; }
.city-autocomplete-wrapper #cityDropdown::-webkit-scrollbar-thumb { background: #3b82f6; border-radius: 3px; }
.city-option { padding: 12px 16px; cursor: pointer; transition: all 0.15s; border-bottom: 1px solid #f1f5f9; color: #1e293b; font-size: 15px; }
.city-option:last-child { border-bottom: none; }
.city-option:hover { background: #eff6ff; color: #1e40af; }
.city-option.active { background: #3b82f6; color: white; }
.city-no-results { padding: 20px; text-align: center; color: #1e3a5f; font-size: 14px; }
#commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }

@media (max-width: 1200px) {
    .b2b-services-main > .container > .wrapper > div:nth-child(3) {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (max-width: 992px) {
    .b2b-services-main > .container > .wrapper > div:nth-child(3) {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 768px) {
    .b2b-services-main {
        padding: 48px 0 !important;
    }
    .b2b-services-main > .container > .wrapper > div:nth-child(3) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    .b2b-services-main > .container > .wrapper > div:last-child {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px !important;
    }
    .b2b-services-main > .container > .wrapper > div:last-child button {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .b2b-services-main > .container > .wrapper > div:nth-child(3) {
        grid-template-columns: 1fr !important;
    }
}
#commercialFormType option { background: #1e293b; color: #fff; padding: 12px; } #commercialFormType:focus { outline: none; border-color: #E91E63; }