/*
Theme Name: ShinyBay Locksmith Child Theme
Template: generatepress
Version: 1.0
*/

/* Общие стили */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Стили для шапки */
/* Existing Header Styles - with improvements */
.site-header {
    background-color: #1a365d;
    color: white;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    position: relative;
}

/* Ensure menu is visible on desktop */
@media (min-width: 769px) {
    .main-nav {
        display: block !important;
    }

    .menu {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu li {
        margin: 0 15px;
    }

    .menu li a {
        color: white;
        text-decoration: none;
        font-weight: 500;
        padding: 10px 0;
        transition: color 0.3s;
        display: block;
    }

    .menu li a:hover {
        color: #ffd700;
    }
}
/* Главная страница */
.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/wp-content/uploads/locksmith-hero-bg.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.hero-inner h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero-inner p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-call {
    display: inline-block;
    background-color: #ffd700;
    color: #1a365d;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-call:hover {
    background-color: #ffdf33;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.services {
    padding: 80px 20px;
    text-align: center;
    background-color: #f8f9fa;
}

.services h2 {
    color: #1a365d;
    margin-bottom: 40px;
    font-size: 2rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-item {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    font-weight: 500;
}

.service-item:hover {
    transform: translateY(-5px);
}

.reviews {
    padding: 80px 20px;
    text-align: center;
}

.reviews h2 {
    color: #1a365d;
    margin-bottom: 40px;
    font-size: 2rem;
}

.reviews blockquote {
    background-color: #f8f9fa;
    padding: 30px;
    border-left: 5px solid #ffd700;
    margin: 20px auto;
    max-width: 700px;
    font-style: italic;
}

.contact {
    padding: 80px 20px;
    text-align: center;
    background-color: #f8f9fa;
}

.contact h2 {
    color: #1a365d;
    margin-bottom: 20px;
    font-size: 2rem;
}

.contact p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form button {
    background-color: #1a365d;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: #2d4a86;
}

/* Form >*/


/* Quick Request Form Styles */
.quick-request {
    padding: 80px 20px;
    background: #f8f9fa;
}

.quick-request h2 {
    text-align: center;
    color: #1a365d;
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.quick-request > p {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.service-request-form {
    max-width: 800px;
    margin: 40px auto;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-group small {
    font-weight: normal;
    color: #666;
    font-size: 0.85rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1a365d;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}

.form-group select {
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") right-0.5rem center/1.5em 1.5em no-repeat;
    padding-right: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-group select:hover {
    border-color: #cbd5e0;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5;
}

.btn-submit {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a86 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 54, 93, 0.3);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.form-note {
    text-align: center;
    color: #666;
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.direct-call {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.direct-call p {
    color: #666;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.btn-call-large {
    display: inline-block;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 20px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.btn-call-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.4);
    color: white;
}

.warning-message {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 0.9rem;
    line-height: 1.5;
    border-left: 4px solid #ffc107;
}

.warning-message:before {
    content: "⚠️ ";
    font-weight: bold;
    margin-right: 8px;
}

#form-messages {
    margin: 20px 0;
}

.message {
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
}

.message.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.message.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-request-form {
    animation: fadeIn 0.6s ease-out;
}

@media (max-width: 768px) {
    .quick-request {
        padding: 50px 15px;
    }

    .service-request-form {
        padding: 25px 20px;
        margin: 20px auto;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .quick-request h2 {
        font-size: 1.8rem;
    }

    .btn-call-large {
        padding: 16px 30px;
        font-size: 1.2rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .quick-request {
        padding: 30px 10px;
    }

    .service-request-form {
        padding: 20px 15px;
    }

    .quick-request h2 {
        font-size: 1.6rem;
    }

    .btn-submit {
        padding: 16px 30px;
        font-size: 16px;
    }

    .btn-call-large {
        padding: 14px 25px;
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
    }
}


/* <Form */

/* About Page Improvements */
.about-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 60px;
}

.about-stats {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.stat-item {
    margin-bottom: 25px;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a365d;
    margin-bottom: 5px;
}

.stat-label {
    color: #666;
    font-size: 0.9rem;
}

.why-choose-us {
    background: #f8f9fa;
    padding: 60px 40px;
    border-radius: 10px;
    margin: 60px 0;
    text-align: center;
}

.why-choose-us h2 {
    color: #1a365d;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-item {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-item h3 {
    color: #1a365d;
    margin-bottom: 15px;
}

.service-cta {
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(135deg, #1a365d 0%, #2d4a86 100%);
    color: white;
    border-radius: 10px;
    margin-top: 40px;
}

.service-cta h2 {
    color: #ffd700;
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
    .about-main {
        grid-template-columns: 1fr;
    }

    .about-stats {
        order: -1;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons a {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

/* Страница "Услуги" */
.service-list {
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-block {
    background-color: white;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.service-block:hover {
    transform: translateY(-5px);
}

.service-block h2 {
    color: #1a365d;
    margin-bottom: 15px;
}

/* Футер */
.site-footer {
    background-color: #1a365d;
    color: white;
    padding: 50px 0 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #ffd700;
    margin-bottom: 20px;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ffd700;
}

.footer-section p,
.footer-section a {
    margin-bottom: 10px;
    color: #ccc;
    text-decoration: none;
    display: block;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #ffd700;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-menu li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu li a:hover {
    color: #ffd700;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-size: 0; /* Скрываем текст */
    position: relative;
}

.social-links a:before {
    content: '';
    font-size: 18px; /* Возвращаем размер для иконок */
}

.social-links a[aria-label="Facebook"]:before {
    content: 'f';
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.social-links a[aria-label="Instagram"]:before {
    content: '📷';
}

.social-links a[aria-label="Twitter"]:before {
    content: 't';
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.social-links a:hover {
    background-color: #ffd700;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #ccc;
    font-size: 0.9rem;
}

/* Footer Styles */
.site-footer {
    background-color: #1a365d;
    color: white;
    padding: 50px 0 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #ffd700;
    margin-bottom: 20px;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ffd700;
}

.contact-info p {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #ffd700;
}

.hours {
    color: #ffd700;
    font-weight: bold;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-menu li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    padding: 5px 0;
}

.footer-menu li a:hover {
    color: #ffd700;
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.social-link {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover {
    background: #ffd700;
    color: #1a365d;
    transform: translateY(-2px);
}

.emergency-notice {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid #dc3545;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.emergency-call {
    display: block;
    background: #dc3545;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background 0.3s;
}

.emergency-call:hover {
    background: #c82333;
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #ccc;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .footer-section h3:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-info p {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-menu li a:hover {
        padding-left: 0;
        background: rgba(255, 255, 255, 0.1);
    }
}
/* Стили для основного меню */
#main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu li {
    position: relative;
    margin: 0 15px;
}

#main-menu li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s;
    display: block;
}

#main-menu li a:hover {
    color: #ffd700;
}

/* Выпадающие меню (если будут использоваться) */
#main-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 1000;
}

#main-menu li:hover > ul {
    display: block;
}

#main-menu li ul li {
    margin: 0;
}

#main-menu li ul li a {
    color: #333;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

#main-menu li ul li a:hover {
    color: #1a365d;
    background-color: #f8f9fa;
}

/* Адаптивность для меню */
@media (max-width: 768px) {
    #main-menu {
        flex-direction: column;
        width: 100%;
    }

    #main-menu li {
        margin: 5px 0;
        width: 100%;
    }

    #main-menu li ul {
        position: static;
        box-shadow: none;
        margin-left: 15px;
    }
}

/* Стили для уведомления о меню */
.menu-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 10px 15px;
    border-radius: 5px;
    color: #856404;
}

.menu-notice a {
    color: #004c97;
    text-decoration: underline;
}

/* Fallback меню для страниц */
.fallback-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fallback-menu li {
    margin: 0 15px;
}

.fallback-menu li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.fallback-menu li a:hover {
    color: #ffd700;
}

/* Адаптивность для fallback меню */
@media (max-width: 768px) {
    .fallback-menu {
        flex-direction: column;
    }

    .fallback-menu li {
        margin: 5px 0;
    }
}

#wpforms-85-field_3-container{
    width: 60% !important;
}

/* Service Areas Styles */
.service-areas {
    padding: 60px 20px;
}

.areas-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.map-container {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
}

.simple-map {
    text-align: center;
}

.map-placeholder {
    background: white;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cities-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
}

.city-group h4 {
    color: #1a365d;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffd700;
    padding-bottom: 5px;
}

.city-group ul {
    list-style: none;
    padding: 0;
}

.city-group li {
    padding: 5px 0;
    color: #666;
}

.areas-info {
    padding: 20px 0;
}

.coverage-list {
    margin: 30px 0;
}

.coverage-item {
    margin-bottom: 25px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.coverage-item h3 {
    color: #1a365d;
    margin-bottom: 10px;
}

.emergency-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
}

/* Quick Request Form */
.quick-request {
    padding: 80px 20px;
    background: #f8f9fa;
}

.service-request-form {
    max-width: 800px;
    margin: 40px auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1a365d;
    outline: none;
}

.btn-submit {
    background: #1a365d;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #2d4a86;
}

.form-note {
    text-align: center;
    color: #666;
    margin-top: 15px;
    font-size: 0.9rem;
}

.direct-call {
    text-align: center;
    margin-top: 40px;
}

.btn-call-large {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 20px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
}

/* FAQ Styles */
.faq-section {
    padding: 60px 20px;
}

.faq-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-category h2 {
    color: #1a365d;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffd700;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.faq-item h3 {
    color: #1a365d;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.emergency-help {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 10px;
}

/* GMB Elements */
.gmb-elements {
    background: #1a365d;
    color: white;
    padding: 30px 0;
    margin-top: 40px;
}

.business-info {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.business-info h3 {
    color: #ffd700;
    margin-bottom: 20px;
}

.info-item {
    margin-bottom: 10px;
}

.info-item a {
    color: white;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .areas-map {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

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



/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100vh;
        background: #1a365d;
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
    }

    .main-nav.active {
        right: 0;
    }

    .menu {
        flex-direction: column;
    }

    .menu li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu li:last-child {
        border-bottom: none;
    }

    .menu li a {
        display: block;
        padding: 15px 0;
        font-size: 1.1rem;
    }

    .header-phone {
        margin-left: auto;
        margin-right: 15px;
    }

    .header-phone a {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .header-inner {
        padding: 10px 0;
    }

    .logo a {
        font-size: 1.1rem;
    }

    .header-phone {
        display: none;
    }

    .main-nav {
        width: 100%;
        right: -100%;
    }
}