/*
Theme Name: Mobile Auto Glass Modesto
Theme URI: https://mobileautoglassmodesto.com
Author: Your Name
Description: Custom responsive WordPress theme for Mobile Auto Glass Modesto.
Version: 1.0
License: GPL v2 or later
Text Domain: mobileautoglass
*/

/* NAV LINKS BASE */
.menu-item a {
    position: relative;
    transition: all 0.3s ease;
    padding: 6px 0;
}

/* HOVER EFFECT */
.menu-item a:hover {
    color: #2563eb;
    transform: translateY(-1px);
}

/* UNDERLINE ANIMATION */
.menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.menu-item a:hover::after {
    width: 100%;
}

/* ACTIVE MENU ITEM */
.current-menu-item a {
    color: #2563eb;
    font-weight: 700;
}

.current-menu-item a::after {
    width: 100%;
}

/* MOBILE MENU LINKS */
#mobileMenu .menu-item a {
    display: block;
    padding: 10px 0;
    transition: all 0.3s ease;
}

#mobileMenu .menu-item a:hover {
    color: #2563eb;
    padding-left: 6px;
}


.cf7-input {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

.cf7-input:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15) !important;
}

.wpcf7-textarea{
    resize: vertical;
    height: 100px !important;
}

.wpcf7 p {
    margin: 0 !important;
}

.wpcf7 form .grid {
    display: grid;
    gap: 16px;
}

.cf7-btn {
    background: #2563eb !important;
    color: #fff !important;
    padding: 12px 28px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100%;
}

.cf7-btn:hover {
    background: #1d4ed8 !important;
    transform: translateY(-2px);
}