/* ===== UI POLISH UPGRADES ===== */

/* ===== 1. NAVBAR POLISH ===== */
#site-header {
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
#site-header.is_stuck {
    box-shadow: 0 4px 30px rgba(0,0,0,0.1) !important;
}
#site-header-menu #site-navigation div.nav-menu > ul > li > a {
    position: relative;
    transition: color 0.3s ease;
}
#site-header-menu #site-navigation div.nav-menu > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #3368c6;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    border-radius: 2px;
}
#site-header-menu #site-navigation div.nav-menu > ul > li:hover > a::after,
#site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a::after {
    width: 30px;
}
.tm-header-icons .tm-header-search-link a {
    transition: all 0.3s ease !important;
}
.tm-header-icons .tm-header-search-link a:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(51,104,198,0.3);
}

/* ===== 2. SERVICE CARDS / CTA BOXES ===== */
.tm-vc_cta3-container {
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
    border-radius: 8px;
}
.tm-vc_cta3-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12) !important;
}

/* ===== 3. SERVICE BOX CARDS ===== */
.themetechmount-box-service {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border-radius: 10px !important;
    overflow: hidden;
}
.themetechmount-box-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,39,85,0.15) !important;
}
.themetechmount-box-service .tm-vc_icon_element-inner {
    background: linear-gradient(135deg, #3368c6 0%, #002b5c 100%) !important;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}
.themetechmount-box-service:hover .tm-vc_icon_element-inner {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 24px rgba(51,104,198,0.35);
}
.themetechmount-box-service .tm-vc_icon_element-inner .tm-vc_icon_element-icon {
    color: #fff !important;
}

/* ===== 4. BUTTONS POLISH ===== */
.tm-vc_btn3 {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}
.tm-vc_btn3:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(51,104,198,0.25);
}
.tm-vc_btn3.tm-vc_btn3-color-skincolor {
    box-shadow: 0 4px 15px rgba(51,104,198,0.3);
}
.tm-vc_btn3.tm-vc_btn3-color-skincolor:hover {
    box-shadow: 0 8px 25px rgba(51,104,198,0.4);
    transform: translateY(-2px);
}

/* ===== 5. SECTION HEADINGS ===== */
.tm-custom-heading {
    letter-spacing: 0.3px;
}
.tm-element-heading-wrapper .tm-custom-heading {
    letter-spacing: 0.5px;
}

/* ===== 6. FOOTER POLISH ===== */
.itl-main-footer h4::after {
    background: linear-gradient(90deg, #3368c6, #5b8fd9) !important;
    height: 3px;
    border-radius: 2px;
    transition: width 0.4s ease;
    width: 50px;
}
.itl-main-footer .footer-links li a {
    transition: all 0.3s ease;
}
.itl-main-footer .footer-links li a:hover {
    color: #fff !important;
    padding-left: 8px;
}
.itl-bottom-bar .social-links li a {
    transition: all 0.35s ease !important;
}
.itl-bottom-bar .social-links li a:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 16px rgba(51,104,198,0.4);
}
.tm-footer-cta-wrapper {
    position: relative;
    overflow: hidden;
}
.tm-footer-cta-wrapper .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* ===== 7. COUNTER NUMBERS ===== */
.numinate {
    background: linear-gradient(135deg, #3368c6, #002b5c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===== 8. FLOATING SIDEBAR ===== */
.ttm_floting_customsett {
    border-radius: 8px 0 0 8px !important;
    box-shadow: -4px 4px 20px rgba(0,0,0,0.12) !important;
    overflow: hidden;
}
.tmtheme_fbar_icons:hover {
    background-color: #f0f5ff;
}
.tmtheme_fbar_icons i {
    transition: all 0.3s ease !important;
}
.tmtheme_fbar_icons:hover i {
    transform: scale(1.15);
    color: #3368c6 !important;
}

/* ===== 9. TITLEBAR / PAGE HEADER ===== */
.tm-titlebar-wrapper {
    position: relative;
}
.tm-titlebar-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3368c6, #002b5c);
}
.tm-titlebar h1.entry-title {
    text-shadow: 0 2px 8px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
}

/* ===== 10. IMAGE HOVER ===== */
.themetechmount-box-blog .tm-featured-wrapper img,
.tm-box-col-wrapper img {
    transition: transform 0.5s ease !important;
}
.themetechmount-box-blog:hover .tm-featured-wrapper img,
.tm-box-col-wrapper:hover img {
    transform: scale(1.05);
}

/* ===== 11. DROPDOWN MENU ===== */
#site-header-menu #site-navigation div.nav-menu > ul > li ul,
.mega-sub-menu {
    border-top: 3px solid #3368c6 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12) !important;
    animation: dropdownFade 0.25s ease;
}
@keyframes dropdownFade {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== 12. SCROLL TO TOP ===== */
#totop {
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    box-shadow: 0 4px 16px rgba(51,104,198,0.3);
    transition: all 0.3s ease !important;
}
#totop:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(51,104,198,0.4);
}

/* ===== 13. SELECTION COLOR ===== */
::selection {
    background: #3368c6;
    color: #fff;
}
::-moz-selection {
    background: #3368c6;
    color: #fff;
}

/* ===== 14. SMOOTH SCROLL ===== */
html {
    scroll-behavior: smooth;
}

/* ===== 15. WHATSAPP BUTTON ===== */
.whatsapp-float {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.whatsapp-float:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 8px 28px rgba(37,211,102,0.45) !important;
}

/* ===== 16. CHECK REPORT BTN ===== */
.themetechmount-topbar-wrapper a[href*="report_verification"] {
    transition: all 0.3s ease;
}
.themetechmount-topbar-wrapper a[href*="report_verification"]:hover {
    background: #3368c6 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(51,104,198,0.3);
}
