/* Site palette override: deep blue with warm action accents. */
:root {
    --site-primary: #1D4ED8;
    --site-primary-dark: #0F172A;
    --site-primary-blue: #1E40AF;
    --site-accent: #F59E0B;
    --site-accent-dark: #D97706;
    --site-text: #1E293B;
    --site-soft: #F8FAFC;
}

.top_bar .call a,
.top_md .call a,
a[style*="background: #FF0000"],
a[style*="background:#FF0000"],
a[style*="background: #ff3c3c"],
a[style*="background:#ff3c3c"],
a[style*="background: #0F766E"],
a[style*="background:#0F766E"] {
    background: var(--site-primary) !important;
    border-color: var(--site-primary-dark) !important;
    color: #ffffff !important;
}

.hero-cta-btn.call-btn,
.call-button {
    background: linear-gradient(90deg, var(--site-primary-dark), var(--site-primary), var(--site-primary-blue)) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(29, 78, 216, 0.24) !important;
}

.call-button .icon {
    color: var(--site-primary) !important;
}

.service-card-call,
.service-link-box a,
.marka-list a:hover,
.footer .call_to_action.style_one.footer-cta-modern {
    background: linear-gradient(90deg, var(--site-primary), var(--site-primary-blue)) !important;
    color: #ffffff !important;
}

.site-credit a,
.site-credit a:hover,
[style*="color: #ff3c3c"],
[style*="color:#ff3c3c"],
[style*="color: #d90429"],
[style*="color:#d90429"] {
    color: var(--site-primary) !important;
}

body {
    color: var(--site-text);
}

.call-button,
.whatsapp-button,
.hero-cta-group,
a[href*="wa.me"]:not(.whatsapp-mini-button) {
    display: none !important;
}

.mobile-call-menu {
    display: none;
}

.whatsapp-mini-button {
    position: fixed;
    left: 14px;
    bottom: 88px;
    z-index: 9999;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.32);
    animation: whatsapp-mini-pulse 1.9s ease-in-out infinite;
}

.whatsapp-mini-button i {
    color: #ffffff;
    font-size: 23px;
    line-height: 1;
}

@keyframes whatsapp-mini-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.38), 0 10px 24px rgba(37, 211, 102, 0.32);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(37, 211, 102, 0), 0 12px 28px rgba(37, 211, 102, 0.38);
        transform: scale(1.04);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 10px 24px rgba(37, 211, 102, 0.32);
        transform: scale(1);
    }
}

.service-section .service_box.type_two .img_bx {
    display: block;
    background: #F8FAFC;
    overflow: hidden;
}

.service-section .service_box.type_two .image {
    aspect-ratio: 16 / 10;
    height: auto !important;
    min-height: 0 !important;
    background: #F8FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-section .service_box.type_two .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 8px;
}

.service-card-cta {
    display: block !important;
}

.service-card-call {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.header-area.header-style-1 .main_header_content .logo_box .logo img {
    width: 245px !important;
    max-width: 100% !important;
    height: auto !important;
}

.footer .logo_box .logo img,
.mobile_menu_box .logo img,
.menu-box .logo img {
    width: 225px !important;
    max-width: 100% !important;
    height: auto !important;
}

.main-slider {
    background: var(--site-soft) !important;
    overflow: hidden;
}

.main-slider,
.main-slider .item {
    height: 640px !important;
    min-height: 640px;
}

.main-slider .item {
    background: linear-gradient(108deg, var(--site-primary-dark) 0%, var(--site-primary) 46%, var(--site-soft) 46.1%, var(--site-soft) 100%) !important;
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}

.main-slider__content {
    max-width: 40% !important;
    padding-top: 42px;
}

.main-slider__title {
    font-size: clamp(42px, 5vw, 68px) !important;
    line-height: 1.04 !important;
    margin-bottom: 16px !important;
    letter-spacing: 0 !important;
}

.main-slider__text {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
}

.main-slider__img {
    top: 60px !important;
    right: max(34px, calc((100vw - 1240px) / 2)) !important;
    width: min(51vw, 760px);
    overflow: hidden;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.active .main-slider__img {
    max-width: 51% !important;
    transform: translate3d(0, 0, 0) !important;
}

.main-slider__img img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 540px;
    min-height: 0;
    object-fit: contain;
    border-radius: 18px !important;
    backface-visibility: hidden;
    image-rendering: auto;
    transform: translateZ(0);
    animation: none !important;
}

.main-slider__shape-1,
.main-slider__shape-2,
.main-slider__shape-3,
.main-slider__shape-4,
.main-slider__shape-5 {
    display: none !important;
}

.main-slider .owl-theme .owl-nav {
    display: none !important;
}

.main-slider .owl-theme .owl-dots {
    align-items: center !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    left: max(24px, calc((100vw - 1140px) / 2)) !important;
    right: auto !important;
    top: auto !important;
    bottom: 172px !important;
    padding: 0 !important;
    gap: 10px;
    transform: none !important;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.main-slider .owl-theme .owl-dots .owl-dot.active span,
.main-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

.reviews-page-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.reviews-page-section .section_title .title {
    color: var(--site-text);
}

.reviews-page-intro {
    max-width: 760px;
    margin: 0 0 28px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.7;
}

.customer-reviews-slider {
    padding-bottom: 54px;
}

.home-reviews-section {
    border-top: 1px solid #e2e8f0;
}

.home-reviews-link {
    margin-top: 10px;
}

.service-areas-section {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.service-areas-intro {
    max-width: 760px;
    margin: 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.7;
}

.service-areas-call {
    margin-top: 10px;
}

.service-areas-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.service-area-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid rgba(29, 78, 216, 0.14);
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.service-area-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(29, 78, 216, 0.1);
    color: var(--site-primary);
    font-size: 13px;
}

.service-area-card span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.corporate-content-section {
    background: #ffffff;
}

.corporate-page-content {
    max-width: 920px;
    color: #334155;
    font-size: 17px;
    line-height: 1.8;
}

.corporate-page-content h2 {
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    margin: 28px 0 10px;
}

.corporate-page-content p {
    margin-bottom: 16px;
}

.corporate-page-content a {
    color: var(--site-primary);
    font-weight: 700;
}

.blog-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1120px;
}

.blog-preview-card {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    padding: 26px;
    border: 1px solid rgba(29, 78, 216, 0.14);
    border-radius: 8px;
    background: #f8fafc;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.blog-preview-card h2 {
    margin-top: 0;
    font-size: 22px;
}

.blog-preview-card a {
    margin-top: auto;
}

.site-footer-modern {
    padding: 64px 0 0;
    background: #0f172a !important;
    color: #cbd5e1;
}

.site-footer-modern .container {
    position: relative;
    z-index: 2;
}

.site-footer-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #dbeafe;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer-alert i {
    color: #93c5fd;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.15fr;
    gap: 34px;
    align-items: start;
}

.site-footer-brand img {
    width: 220px !important;
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.site-footer-brand p,
.site-footer-contact p {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.site-footer-col h2,
.site-footer-contact h2 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.site-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-col li {
    margin-bottom: 10px;
}

.site-footer-col a,
.site-footer-bottom a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-col a:hover,
.site-footer-bottom a:hover {
    color: #ffffff;
}

.site-footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none !important;
    margin-bottom: 12px;
}

.site-footer-phone i {
    color: #93c5fd;
}

.site-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--site-primary), var(--site-primary-blue));
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 44px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    font-size: 14px;
}

.customer-reviews-slider .owl-stage {
    display: flex;
}

.customer-reviews-slider .owl-item {
    display: flex;
}

.review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 330px;
    padding: 30px;
    border: 1px solid rgba(29, 78, 216, 0.13);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.review-card::before {
    content: "\201C";
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgba(29, 78, 216, 0.12);
    font-family: Georgia, serif;
    font-size: 84px;
    line-height: 1;
}

.review-stars {
    color: var(--site-accent);
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.review-card p {
    position: relative;
    z-index: 1;
    color: #334155;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 24px;
}

.review-author {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.review-author strong {
    display: block;
    color: #0f172a;
    font-size: 17px;
    margin-bottom: 5px;
}

.review-author span {
    display: block;
    color: var(--site-primary);
    font-size: 14px;
    font-weight: 600;
}

.customer-reviews-slider.owl-theme .owl-dots {
    margin-top: 28px !important;
}

.customer-reviews-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
}

.customer-reviews-slider.owl-theme .owl-dots .owl-dot.active span,
.customer-reviews-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--site-primary);
}

@media (max-width: 767px) {
    body {
        padding-bottom: 76px;
    }

    .mobile-call-menu {
        position: fixed;
        right: 14px;
        bottom: 10px;
        left: 14px;
        z-index: 9998;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 3px;
        padding: 5px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
        backdrop-filter: blur(18px);
    }

    .mobile-call-menu__item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        min-height: 50px;
        padding: 6px 3px;
        border-radius: 16px;
        color: #334155 !important;
        font-size: 10.5px;
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
        text-decoration: none !important;
    }

    .mobile-call-menu__item i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #eef2ff;
        color: var(--site-primary);
        font-size: 12px;
    }

    .mobile-call-menu__item--primary {
        background: linear-gradient(135deg, var(--site-primary), var(--site-primary-blue));
        color: #ffffff !important;
        box-shadow: 0 8px 20px rgba(29, 78, 216, 0.3);
        animation: mobile-call-pulse 1.8s ease-in-out infinite;
    }

    .mobile-call-menu__item--primary i {
        background: rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }

    @keyframes mobile-call-pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(29, 78, 216, 0.36), 0 8px 20px rgba(29, 78, 216, 0.3);
            transform: translateY(0);
        }

        50% {
            box-shadow: 0 0 0 7px rgba(29, 78, 216, 0), 0 10px 24px rgba(29, 78, 216, 0.36);
            transform: translateY(-1px);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(29, 78, 216, 0), 0 8px 20px rgba(29, 78, 216, 0.3);
            transform: translateY(0);
        }
    }

    .reviews-page-intro {
        font-size: 16px;
        line-height: 1.6;
    }

    .service-areas-intro {
        font-size: 16px;
        line-height: 1.6;
    }

    .service-areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .service-area-card {
        min-height: 52px;
        padding: 12px;
        font-size: 14px;
    }

    .service-area-card i {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }

    .blog-list-grid {
        grid-template-columns: 1fr;
    }

    .corporate-page-content {
        font-size: 16px;
        line-height: 1.7;
    }

    .site-footer-modern {
        padding-top: 42px;
    }

    .site-footer-alert {
        align-items: flex-start;
        margin-bottom: 28px;
        padding: 13px 14px;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .site-footer-brand img {
        width: 185px !important;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 34px;
        padding-bottom: 82px;
    }

    .review-card {
        min-height: 0;
        padding: 24px;
    }

    .review-card p {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 1199px) {
    .main-slider__img {
        width: min(50vw, 640px);
    }

    .active .main-slider__img {
        max-width: 50% !important;
    }

    .service-areas-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .blog-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
    }

    .site-footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .header-area.header-style-1 .main_header_content .logo_box .logo img {
        width: 175px !important;
    }

    .footer .logo_box .logo img,
    .mobile_menu_box .logo img,
    .menu-box .logo img {
        width: 180px !important;
    }

    .main-slider,
    .main-slider .item {
        height: auto !important;
        min-height: 0;
    }

    .main-slider .item {
        background: var(--site-soft) !important;
        padding: 0 0 26px !important;
    }

    .main-slider__img,
    .active .main-slider__img {
        position: relative !important;
        width: 100%;
        max-width: 100% !important;
        top: auto !important;
        right: auto !important;
        border-radius: 0;
        box-shadow: none;
        transform: none !important;
        opacity: 1 !important;
    }

    .main-slider__img img {
        width: 100% !important;
        height: auto !important;
        max-height: none;
        min-height: 0;
        border-radius: 0 !important;
    }

    .main-slider .container {
        max-width: none;
        padding: 0;
    }

    .main-slider__content {
        max-width: 100% !important;
        background: linear-gradient(135deg, var(--site-primary-dark), var(--site-primary));
        padding: 22px 20px 26px;
    }

    .main-slider__title {
        font-size: 30px !important;
        line-height: 1.08 !important;
        margin: 0 0 8px !important;
        color: #ffffff !important;
    }

    .main-slider__text {
        display: block;
        font-size: 16px !important;
        line-height: 1.45 !important;
        color: rgba(255, 255, 255, 0.86) !important;
        margin: 0 !important;
    }

    .main-slider .owl-theme .owl-dots {
        top: 232px !important;
        bottom: auto !important;
        right: 12px !important;
        left: auto !important;
        align-items: center !important;
        flex-direction: column !important;
    }
}

.home-service-intro {
    padding: 36px 20px 8px !important;
    background: #ffffff;
}

.home-service-intro h2 {
    color: var(--site-text);
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.15;
    margin-bottom: 10px;
}

.home-service-intro p {
    color: #64748B !important;
    font-size: 17px !important;
}

@media (max-width: 767px) {
    .home-service-intro {
        padding: 28px 18px 0 !important;
    }

    .home-service-intro h2 {
        font-size: 26px;
    }

    .home-service-intro p {
        font-size: 15px !important;
    }

    .service-areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-list-grid {
        grid-template-columns: 1fr;
    }
}
