/* Vional IT Service — Professional Theme Overrides */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

:root {
    --vits-navy: #0F172A;
    --vits-navy-mid: #1E293B;
    --vits-blue: #F5B800;
    --vits-blue-dark: #D99E00;
    --vits-blue-light: #FFD84D;
    --vits-accent: #F5B800;
    --vits-accent-dark: #D99E00;
    --vits-accent-light: #FFD84D;
    --vits-on-accent: #0F172A;
    --vits-surface: #F8FAFC;
    --vits-surface-alt: #F1F5F9;
    --vits-text: #475569;
    --vits-heading: #0F172A;
    --vits-border: #E2E8F0;
    --vits-primary: #F5B800;
    --vits-primary-dark: #D99E00;
    --vits-btn-text: #0F172A;
    --vits-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.05);
    --vits-shadow-lg: 0 12px 24px -4px rgba(245, 184, 0, 0.12), 0 4px 8px -4px rgba(15, 23, 42, 0.06);
}

/* ── Typography ── */
body {
    font-family: 'Inter', 'Barlow', sans-serif;
    color: var(--vits-text);
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Plus Jakarta Sans', 'Lato', sans-serif;
    color: var(--vits-heading);
    letter-spacing: -0.02em;
}

a {
    color: var(--vits-heading);
}

a:hover {
    color: var(--vits-blue);
}

/* ── Header Top Bar ── */
.temkuri-header-top {
    background: var(--vits-navy) !important;
    padding: 12px 0;
}

.top-address p span,
.top-address p a,
.top-welcomet p span,
.top-welcomet p a,
.top-welcome p span,
.top-welcome p a,
.top-welcome p,
.top-right-menu ul.social-icons li a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px;
}

.top-address p a:hover,
.top-right-menu ul.social-icons li a:hover {
    color: var(--vits-blue-light) !important;
}

.top-address p span i,
.top-address p a i {
    color: var(--vits-blue-light) !important;
}

/* ── Navigation ── */
.temkuri_nav_area {
    background: var(--vits-white) !important;
    box-shadow: 0 1px 0 var(--vits-border), 0 4px 16px rgba(15, 23, 42, 0.04);
}

.temkuri_menu > ul > li > a {
    color: var(--vits-heading) !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.temkuri_menu > ul > li > a:hover,
.temkuri_nav_area.prefix .temkuri_menu > ul > li > a:hover {
    color: var(--vits-blue) !important;
}

.temkuri_nav_area.prefix {
    background: var(--vits-navy) !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.2);
}

.temkuri_nav_area.prefix .temkuri_menu > ul > li > a {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ── CTA Buttons ── */
a.dtbtn,
.witr_btn,
.feature_btn a,
.witr_ser_btnb a,
.service-btn > a,
.witr_bbtn,
.witr_gbtn,
.temkuri_button a {
    background: var(--vits-accent) !important;
    color: var(--vits-on-accent) !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 14px rgba(245, 184, 0, 0.35);
    transition: all 0.25s ease !important;
    letter-spacing: 0.02em;
}

a.dtbtn:hover,
.witr_btn:hover,
.feature_btn a:hover,
.temkuri_button a:hover {
    background: var(--vits-accent-dark) !important;
    color: var(--vits-on-accent) !important;
    box-shadow: 0 6px 20px rgba(245, 184, 0, 0.45);
    transform: translateY(-1px);
}

/* ── Hero Slider ── */
.txbdsinner {
    height: 680px !important;
}

.txbdslider {
    background-position: center center !important;
    background-size: cover !important;
}

.txbdslider::before {
    background: linear-gradient(
        105deg,
        rgba(15, 23, 42, 0.92) 0%,
        rgba(15, 23, 42, 0.72) 42%,
        rgba(245, 184, 0, 0.22) 100%
    ) !important;
}

.witr_swiper_content h2 {
    color: var(--vits-white) !important;
    font-weight: 800 !important;
    font-size: clamp(36px, 5vw, 62px) !important;
    width: 100% !important;
    max-width: 720px;
    line-height: 1.1 !important;
    text-shadow: none;
}

.witr_swiper_content h3:not(.hero-subtitle) {
    color: var(--vits-white) !important;
    font-size: clamp(28px, 4vw, 48px) !important;
    width: 100% !important;
    max-width: 720px;
}

.witr_swiper_content h2 span,
.witr_swiper_content h3 span {
    color: var(--vits-blue-light) !important;
}

.hero-eyebrow {
    display: inline-block;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 16px !important;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-subtitle,
.witr_swiper_content p.hero-subtitle,
.witr_swiper_area .witr_swiper_content p {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    max-width: 560px;
    width: 100% !important;
    margin-top: 18px !important;
    font-weight: 400;
}

.slider_btn .witr_btn_sinner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Hero slider buttons */
.witr_swiper_area .slider_btn .witr_btn:not(.vits-btn-outline) {
    background: var(--vits-accent) !important;
    color: var(--vits-on-accent) !important;
    box-shadow: 0 4px 14px rgba(245, 184, 0, 0.35) !important;
}

.witr_swiper_area .slider_btn .witr_btn:not(.vits-btn-outline):hover {
    background: var(--vits-accent-dark) !important;
    color: var(--vits-on-accent) !important;
}

.witr_btn.vits-btn-outline,
.witr_swiper_area .slider_btn .witr_btn.vits-btn-outline {
    background: #ffffff !important;
    color: var(--vits-heading) !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.2) !important;
}

.witr_btn.vits-btn-outline:hover,
.witr_swiper_area .slider_btn .witr_btn.vits-btn-outline:hover {
    background: #f8fafc !important;
    border-color: #ffffff !important;
    color: var(--vits-heading) !important;
}

.witr_btn.vits-btn-light {
    background: var(--vits-accent) !important;
    color: var(--vits-on-accent) !important;
    box-shadow: 0 4px 14px rgba(245, 184, 0, 0.35) !important;
}

.witr_btn.vits-btn-light:hover {
    background: var(--vits-accent-dark) !important;
    color: var(--vits-on-accent) !important;
}

.vits-logo {
    height: 44px;
    width: auto;
    max-width: 200px;
}

.vits-logo-footer {
    filter: brightness(1.1);
    margin-bottom: 16px;
}

.logo img.vits-logo {
    display: block;
}

.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.witr_swiper_area .swiper-scrollbar-drag {
    background: var(--vits-blue) !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--vits-blue) !important;
    color: var(--vits-white) !important;
}

/* ── Feature Strip ── */
.temkuri_features_area {
    margin-top: -60px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.features_bg {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--vits-shadow-lg) !important;
    border: 1px solid var(--vits-border);
}

.features_bg .em-service2.sleft.all_color_service {
    border-right-color: var(--vits-border) !important;
    transition: background 0.25s ease;
}

.features_bg .em-service2.sleft.all_color_service:hover {
    background: var(--vits-surface) !important;
}

.features_bg .all_color_service h3 a {
    color: var(--vits-heading) !important;
    font-size: 17px !important;
    font-weight: 700;
}

.features_bg .all_color_service h3 a:hover {
    color: var(--vits-blue) !important;
}

.features_bg .all_color_service p {
    color: var(--vits-blue) !important;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vits-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(245, 184, 0, 0.12), rgba(255, 216, 77, 0.08));
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vits-feature-icon i {
    font-size: 22px;
    color: var(--vits-blue);
}

.features_bg .em-service-icon img {
    display: none;
}

/* ── Solution Cards Grid ── */
.vits-solution-grid {
    margin-top: 48px;
}

.vits-solution-card {
    background: var(--vits-white);
    border: 1px solid var(--vits-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--vits-shadow);
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.vits-solution-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vits-shadow-lg);
    border-color: rgba(245, 184, 0, 0.3);
}

.vits-solution-image {
    height: 220px;
    overflow: hidden;
}

.vits-solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vits-solution-card:hover .vits-solution-image img {
    transform: scale(1.06);
}

.vits-solution-body {
    padding: 28px 28px 32px;
}

.vits-solution-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--vits-blue);
    margin-bottom: 10px;
}

.vits-solution-body h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.vits-solution-body h3 a {
    color: var(--vits-heading) !important;
}

.vits-solution-body h3 a:hover {
    color: var(--vits-blue) !important;
}

.vits-solution-body p {
    color: var(--vits-text);
    font-size: 15px;
    margin: 0;
    line-height: 1.65;
}

/* ── Why Choose Us ── */
.vits-why-area {
    padding: 90px 0;
    background: var(--vits-white);
}

.vits-why-content h2 {
    color: var(--vits-blue) !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 10px !important;
}

.vits-why-content h3 {
    font-size: 34px !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
    line-height: 1.2;
}

.vits-why-content p {
    color: var(--vits-text);
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 440px;
}

.vits-why-card {
    background: var(--vits-surface);
    border: 1px solid var(--vits-border);
    border-radius: 14px;
    padding: 28px 24px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    transition: all 0.25s ease;
}

.vits-why-card:hover {
    background: var(--vits-white);
    box-shadow: var(--vits-shadow);
    border-color: rgba(245, 184, 0, 0.25);
}

.vits-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--vits-accent), var(--vits-accent-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.vits-why-icon i {
    color: var(--vits-on-accent);
    font-size: 18px;
}

.vits-why-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--vits-heading);
}

.vits-why-card p {
    font-size: 14px;
    color: var(--vits-text);
    margin: 0;
    line-height: 1.6;
}

/* ── CTA Banner ── */
.vits-cta-area {
    padding: 0 0 90px;
    background: var(--vits-white);
}

.vits-cta-box {
    background: linear-gradient(135deg, var(--vits-navy) 0%, #1a2744 55%, #3d2e00 100%);
    border-radius: 20px;
    padding: 48px 56px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
    position: relative;
    overflow: hidden;
}

.vits-cta-box::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 216, 77, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.vits-cta-box h3 {
    color: var(--vits-white) !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
}

.vits-cta-box p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    margin: 0;
}

/* ── Section Titles ── */
.witr_section_title_inner h2 {
    color: var(--vits-blue) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 8px !important;
}

.witr_section_title_inner h3 {
    color: var(--vits-heading) !important;
    font-size: 32px !important;
    font-weight: 800 !important;
}

.witr_section_title_inner p {
    color: var(--vits-text);
    max-width: 640px;
    margin: 12px auto 0;
    font-size: 16px;
}

/* ── Service Cards ── */
.temkuri_serivce_area {
    background: var(--vits-surface) !important;
}

.serivce_bg .witr_feature2 {
    background: var(--vits-white) !important;
    border: 1px solid var(--vits-border);
    border-radius: 16px !important;
    box-shadow: var(--vits-shadow);
    padding: 40px 28px 36px !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.serivce_bg .witr_feature2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--vits-blue), var(--vits-blue-light));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.serivce_bg .witr_feature2:hover::before {
    opacity: 1;
}

.serivce_bg .witr_feature2:hover {
    transform: translateY(-5px);
    box-shadow: var(--vits-shadow-lg);
    border-color: rgba(245, 184, 0, 0.35);
}

.serivce_bg .witr_feature2 h3 {
    color: var(--vits-heading) !important;
    font-size: 18px;
    margin-top: 16px;
}

.serivce_bg .witr_feature2 p {
    color: var(--vits-text) !important;
    font-size: 15px;
    line-height: 1.6;
}

.serivce_bg .witr_fea2_icon_top i,
.serivce_bg .witr_feature2_icon i {
    color: var(--vits-blue) !important;
    font-size: 42px;
}

/* ── About / Solution Cards ── */
.temkuri_about_area {
    background: var(--vits-white);
}

.temkuri_about_area .witr_content_pslide p {
    color: var(--vits-blue) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px !important;
}

.ps3.ps1 .witr_content_pslide_text {
    border-radius: 10px !important;
    border: 1px solid var(--vits-border);
    box-shadow: var(--vits-shadow) !important;
}

.ps3.ps1 .witr_content_pslide_text h3 a {
    color: var(--vits-heading) !important;
    font-weight: 700;
}

.ps3.ps1 .witr_content_pslide_text a:hover {
    color: var(--vits-blue) !important;
}

/* ── Project Carousel ── */
.temkuri_project_area {
    background: var(--vits-surface-alt);
    padding: 90px 0;
}

.temkuri_project_area .witr_pslide_image {
    border-radius: 14px;
    overflow: hidden;
    height: 320px;
}

.temkuri_project_area .witr_pslide_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.temkuri_project_area .witr_single_pslide {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--vits-shadow-lg);
}

.temkuri_project_area .witr_content_pslide_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px !important;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%) !important;
    border-radius: 0 0 14px 14px;
}

.temkuri_project_area .witr_content_pslide_text h3 {
    font-size: 20px !important;
    margin-bottom: 4px !important;
}

.temkuri_project_area .witr_content_pslide_text h3 a,
.temkuri_project_area .witr_content_pslide_text p {
    color: var(--vits-white) !important;
}

.temkuri_project_area .witr_content_pslide_text p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.85;
}

.temkuri_project_area .witr_pslide_image::before {
    display: none;
}

.temkuri_project_area .witr_single_pslide:hover .witr_pslide_image img {
    transform: scale(1.05);
}

.ps1 .witr_content_pslide_text a:hover {
    color: var(--vits-blue-light) !important;
}

/* ── Counter Stats ── */
.temkuri_counter_area {
    background: var(--vits-navy);
    padding: 80px 0;
}

.counter_bg {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.counter_bg .witr_custom_icon i {
    color: var(--vits-blue-light) !important;
    background: rgba(245, 184, 0, 0.15);
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 12px;
}

.counter_bg .all_counter_color h3,
.counter_bg .all_counter_color span {
    color: var(--vits-blue-light) !important;
    font-size: 42px !important;
    font-weight: 800;
}

.counter_bg .all_counter_color h4 {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px !important;
    font-weight: 500;
}

/* ── FAQ Section ── */
.single_faq_bg_area,
.faq_area {
    background: var(--vits-white) !important;
    padding: 100px 0 !important;
}

.faq_area .witr_label {
    color: var(--vits-heading);
    font-weight: 600;
}

.faq_area .progress-bar {
    background: linear-gradient(90deg, var(--vits-blue), var(--vits-blue-light)) !important;
    border-radius: 4px;
}

.faq_area .witr_progress-style2.progress {
    background: var(--vits-surface-alt);
    border-radius: 4px;
    height: 8px;
}

.faq_area .witr_ac_style {
    color: var(--vits-heading) !important;
    font-weight: 600;
    border-bottom: 1px solid var(--vits-border);
}

.faq_area .witr_ac_style:hover {
    color: var(--vits-blue) !important;
}

.faq_area .card-2 .collapse p {
    color: var(--vits-text);
    padding: 0 30px 20px;
    line-height: 1.7;
}

/* FAQ page images */
.vits-faq-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: var(--vits-shadow-lg);
}

.vits-faq-image-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.vits-faq-image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(15, 23, 42, 0.88);
    color: var(--vits-white);
    padding: 14px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
}

.vits-faq-image-badge i {
    color: var(--vits-primary);
    font-size: 18px;
}

.vits-faq-side-image .single_image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--vits-shadow-lg);
}

.vits-faq-side-image img {
    width: 100%;
    height: auto;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

/* Portfolio CTA on homepage */
.vits-portfolio-cta {
    margin-top: 40px;
}

.vits-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.witr_btn.vits-btn-outline-light {
    background: transparent !important;
    color: var(--vits-white) !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
}

.witr_btn.vits-btn-outline-light:hover {
    background: var(--vits-white) !important;
    color: var(--vits-heading) !important;
}

@media (max-width: 991px) {
    .vits-cta-actions {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .vits-faq-side-image {
        margin-top: 32px;
    }

    .vits-faq-side-image img {
        min-height: 280px;
    }
}

/* ── Breadcrumb (inner pages) ── */
.breadcumb-area {
    background-image: url('../images/breadcrumb-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 90px 0 !important;
}

.breadcumb-area::before {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 58, 95, 0.82) 100%) !important;
}

.brpt h2,
.breadcumb-inner li,
.breadcumb-inner li a {
    /* color: var(--vits-white) !important; */
    color: #fff !important;
}

.breadcumb-inner li a:hover {
    color: var(--vits-blue-light) !important;
}

.breadcumb-inner li i {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ── Contact Page ── */
.temkuri_contact5_area {
    background: var(--vits-surface);
    padding: 80px 0;
}

.temkuri_contact5_area .service-item {
    background: var(--vits-white);
    border: 1px solid var(--vits-border);
    border-radius: 10px;
    box-shadow: var(--vits-shadow);
    margin-bottom: 20px;
    padding: 24px;
}

.temkuri_contact5_area .service-item h3 {
    color: var(--vits-blue);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.witr_apartment_form input,
.witr_apartment_form textarea,
.witr_apartment_form select {
    border: 1px solid var(--vits-border) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: border-color 0.2s ease;
}

.witr_apartment_form input:focus,
.witr_apartment_form textarea:focus {
    border-color: var(--vits-blue) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 184, 0, 0.12);
}

.witr_apartment_form .btn-primary {
    background: var(--vits-accent) !important;
    color: var(--vits-on-accent) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 32px !important;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(245, 184, 0, 0.35);
}

.witr_apartment_form .btn-primary:hover {
    background: var(--vits-accent-dark) !important;
    color: var(--vits-on-accent) !important;
}

/* ── Footer ── */
.witrfm_area::before {
    background: var(--vits-navy) !important;
}

.footer-middle {
    padding: 70px 0 60px;
}

.footer-middle .widget h2,
.footer-middle .widget-title {
    color: var(--vits-white) !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px !important;
}

.footer-middle .widget h2::after,
.footer-middle .widget-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--vits-blue);
    margin-top: 10px;
    border-radius: 2px;
}

.temkuri-description-area p,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.copy-right-text p,
.footer-menu ul li a,
.footer-address p,
.footer-logo p,
.about-footer p {
    color: rgba(255, 255, 255, 0.72) !important;
}

.footer-middle .widget ul li a:hover,
.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: var(--vits-blue-light) !important;
}

.footer-bottom::before {
    background: rgba(255, 255, 255, 0.1) !important;
    width: 100% !important;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.15);
}

.temkuri-description-area .social-icons a {
    background: rgba(255, 255, 255, 0.08);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all 0.2s ease;
}

.temkuri-description-area .social-icons a i {
    color: rgba(255, 255, 255, 0.8) !important;
}

.temkuri-description-area .social-icons a:hover {
    background: var(--vits-blue);
}

/* ── Mobile Menu ── */
.mean-container .mean-bar,
.mean-container .mean-nav {
    background: var(--vits-navy) !important;
}

.mean-container a.meanmenu-reveal span {
    background: var(--vits-white);
}

/* About page long-form text */
.witr_section_title_inner h6 {
    color: var(--vits-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* ── Misc Polish ── */
.witr_pslide_custom a span {
    background: var(--vits-blue) !important;
    border-radius: 50%;
}

.witr_pslide_custom a span:hover {
    background: var(--vits-blue-dark) !important;
}

.sub-item i {
    background: var(--vits-blue) !important;
}

/* ── Responsive Tweaks ── */
@media (max-width: 991px) {
    .txbdsinner {
        height: 560px !important;
    }

    .witr_swiper_content h2,
    .witr_swiper_content h3:not(.hero-subtitle) {
        font-size: 36px !important;
        width: 100% !important;
    }

    .hero-subtitle {
        font-size: 16px !important;
    }

    .text-left .witr_swiper_content p,
    .text-right .witr_swiper_content p {
        width: 100% !important;
    }

    .temkuri_features_area {
        margin-top: 0;
        padding-top: 40px;
    }

    .witr_section_title_inner h3 {
        font-size: 26px !important;
    }

    .vits-cta-box {
        padding: 36px 28px;
        text-align: center;
    }

    .vits-cta-box .text-lg-end {
        text-align: center !important;
        margin-top: 20px;
    }

    .vits-why-content h3 {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .witr_swiper_content h2,
    .witr_swiper_content h3 {
        font-size: 32px !important;
    }

    .serivce_bg .witr_feature2 {
        padding: 36px 24px !important;
    }

    .counter_bg .all_counter_color h3,
    .counter_bg .all_counter_color span {
        font-size: 32px !important;
    }
}

::selection {
    background: rgba(245, 184, 0, 0.2);
    color: var(--vits-heading);
}

/* ── Testimonials ── */
.vits-testimonials-area {
    padding: 90px 0;
    background: var(--vits-surface);
}

.vits-testimonial-grid {
    margin-top: 48px;
}

.vits-testimonial-card {
    background: var(--vits-white);
    border: 1px solid var(--vits-border);
    border-radius: 16px;
    padding: 32px 28px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    box-shadow: var(--vits-shadow);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vits-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--vits-shadow-lg);
    border-color: rgba(245, 184, 0, 0.25);
}

.vits-testimonial-stars {
    color: #F59E0B;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.vits-testimonial-stars i {
    margin-right: 2px;
}

.vits-testimonial-card > p {
    color: var(--vits-text);
    font-size: 15px;
    line-height: 1.75;
    font-style: italic;
    flex-grow: 1;
    margin-bottom: 24px;
}

.vits-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--vits-border);
}

.vits-testimonial-author img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(245, 184, 0, 0.2);
}

.vits-testimonial-author h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--vits-heading);
    margin: 0 0 4px;
}

.vits-testimonial-author span {
    font-size: 13px;
    color: var(--vits-text);
    line-height: 1.4;
    display: block;
}

/* ── Service Detail Pages ── */
.vits-service-detail-area {
    padding: 80px 0 90px;
    background: var(--vits-white);
}

.vits-service-detail-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: var(--vits-shadow);
}

.vits-service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.vits-service-detail-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--vits-heading);
    margin-bottom: 16px;
}

.vits-service-detail-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--vits-heading);
    margin: 28px 0 16px;
}

.vits-lead {
    font-size: 17px;
    line-height: 1.75;
    color: var(--vits-text);
    margin-bottom: 8px;
}

.vits-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.vits-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: var(--vits-text);
    border-bottom: 1px solid var(--vits-border);
}

.vits-feature-list li:last-child {
    border-bottom: none;
}

.vits-feature-list li i {
    color: var(--vits-primary);
    margin-top: 4px;
    flex-shrink: 0;
}

.vits-service-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.vits-btn-outline-dark {
    background: transparent !important;
    color: var(--vits-heading) !important;
    border: 2px solid var(--vits-heading) !important;
}

.vits-btn-outline-dark:hover {
    background: var(--vits-heading) !important;
    color: var(--vits-white) !important;
}

.vits-service-sidebar {
    position: sticky;
    top: 100px;
}

.vits-service-sidebar .departmentList {
    background: var(--vits-surface);
    border: 1px solid var(--vits-border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.vits-service-sidebar .departmentList h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--vits-heading);
}

.vits-service-sidebar .departmentList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vits-service-sidebar .departmentList ul li a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--vits-text);
    font-size: 14px;
    transition: all 0.2s ease;
}

.vits-service-sidebar .departmentList ul li a:hover,
.vits-service-sidebar .departmentList ul li a.active {
    background: var(--vits-primary);
    color: var(--vits-btn-text);
}

.vits-sidebar-contact {
    background: var(--vits-heading);
    color: var(--vits-white);
    border-radius: 12px;
    padding: 28px 24px;
}

.vits-sidebar-contact h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--vits-white);
    margin-bottom: 12px;
}

.vits-sidebar-contact p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.85);
}

.vits-sidebar-contact p i {
    color: var(--vits-primary);
    margin-right: 8px;
    width: 16px;
}

.vits-sidebar-contact .witr_btn {
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

/* ── Legal / Privacy Policy ── */
.vits-legal-area {
    padding: 70px 0 90px;
    background: var(--vits-white);
}

.vits-legal-content {
    background: var(--vits-surface);
    border: 1px solid var(--vits-border);
    border-radius: 16px;
    padding: 48px 40px;
}

.vits-legal-updated {
    font-size: 14px;
    color: var(--vits-text);
    margin-bottom: 32px;
    font-style: italic;
}

.vits-legal-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--vits-heading);
    margin: 28px 0 12px;
}

.vits-legal-content h3:first-of-type {
    margin-top: 0;
}

.vits-legal-content p,
.vits-legal-content li {
    font-size: 15px;
    line-height: 1.75;
    color: var(--vits-text);
}

.vits-legal-content ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.vits-legal-content a {
    color: var(--vits-primary-dark);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .vits-service-sidebar {
        position: static;
        margin-top: 40px;
    }

    .vits-legal-content {
        padding: 32px 24px;
    }
}
