/* ==========================================
   TEMPLATE 4 - PROFESSIONAL BUSINESS THEME
   Primary: Rich Brown (#6b4423)
   Accent: Warm Beige (#d4a574)
   Dark: Deep Brown (#3e2723)
   ========================================== */

   :root {
    --color-primary: #6b4423;
    --color-primary-dark: #4a2f18;
    --color-primary-light: #8b5e3c;
    --color-accent: #d4a574;
    --color-accent-hover: #b8895e;
    --color-dark: #3e2723;
    --color-dark-medium: #5d4037;
    --color-light: #f5f5dc;
    --color-white: #ffffff;
    --color-gray: #795548;
    --color-bg-section: #faf8f3;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    color: var(--color-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ==========================================
   TOP HEADER INFO BAR
   ========================================== */

.top-header-info {
    background: var(--color-dark);
    color: var(--color-white);
    padding: 0.875rem 0;
    border-bottom: 3px solid var(--color-accent);
}

.top-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.header-phone,
.header-email {
    color: var(--color-white);
    font-size: 0.95rem;
    font-weight: 500;
}

.header-phone::before {
    content: "📞 ";
    margin-right: 0.5rem;
}

.header-email::before {
    content: "✉️ ";
    margin-right: 0.5rem;
}

.header-email a {
    color: var(--color-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-email a:hover {
    color: var(--color-accent);
}

/* ==========================================
   MAIN NAVIGATION
   ========================================== */

#mainNav {
    background: var(--color-white);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.75rem 0;
}

.navbar-brand {
    display: inline-block;
}

.navbar-brand img {
    transition: transform 0.3s ease;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-toggler {
    border: 2px solid var(--color-primary);
    padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(107, 68, 35, 0.25);
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(107, 68, 35, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.container-nav-menu {
    justify-content: flex-end;
}

.navbar-nav {
    gap: 0.25rem;
}

.nav-link {
    color: var(--color-dark) !important;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 80%;
}

.nav-link:hover {
    color: var(--color-primary) !important;
}

.nav-link.active {
    color: var(--color-white) !important;
    background: var(--color-primary) !important;
    border-radius: 25px;
}

.nav-link.active::after {
    display: none;
}

.nav-link.active:hover {
    background: var(--color-primary-dark) !important;
}

/* Dropdown styles */
.services-dropdown-option,
.locations-dropdown-option {
    position: relative;
}

.dropdown-menu {
    background: var(--color-white);
    border: 2px solid var(--color-light);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    min-width: 200px;
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    color: var(--color-dark);
    font-weight: 500;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.dropdown-item:hover {
    background: var(--color-bg-section);
    color: var(--color-primary);
    border-left-color: var(--color-primary);
    padding-left: 1.5rem;
}

.dropdown-item.active {
    background: var(--color-primary);
    color: var(--color-white);
    border-left-color: var(--color-accent);
}

/* Hover-to-open dropdowns on desktop */
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu {
        margin-top: 0;
    }
    
    .dropdown:hover > .nav-link {
        color: var(--color-primary) !important;
    }
}

/* ==========================================
   MAIN HEADER (mainhead)
   ========================================== */

.mainhead {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mainhead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".1" fill="%23ffffff"/></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.1;
}

.mainhead h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 1rem;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}

.mainhead h2 {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.mainhead .divider {
    width: 100px;
    height: 3px;
    background: var(--color-accent);
    margin: 1.5rem auto;
    border: none;
}

.btn-primary {
    background: var(--color-accent);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    color: var(--color-dark);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: var(--color-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
    color: var(--color-dark);
}

.btn-xl {
    padding: 1.25rem 3rem;
    font-size: 1.125rem;
}

/* ==========================================
   HERO BANNER SECTION
   ========================================== */

.hero-banner {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background: var(--color-dark);
}

.hero-background-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/* Mobile hero image (small screens only) */
.banner-img:nth-child(2) {
    display: block;
}

/* Large hero image (hidden on mobile) */
.banner-img:first-child {
    display: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.8) 0%, rgba(107, 68, 35, 0.6) 100%);
    z-index: 2;
}

.hero-text-div {
    position: relative;
    z-index: 3;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}

.hero-text-inner {
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.hero-text-inner h1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 1rem;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-text-inner h2 {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    margin: 0;
}

.divider-line {
    width: 100px;
    height: 3px;
    background: var(--color-accent);
    margin: 1.5rem auto;
}

/* ==========================================
   MAIN CONTENT SECTIONS
   ========================================== */

.main-content {
    padding: 4rem 0;
    background: var(--color-white);
}

.main-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 1rem;
}

.main-content .divider {
    width: 80px;
    height: 3px;
    background: var(--color-accent);
    margin: 1.5rem auto 3rem;
    border: none;
}

.main-content h3 {
    font-size: 1.25rem;
    color: var(--color-dark);
    margin-bottom: 1rem;
}

.text-muted {
    color: var(--color-gray) !important;
}

/* Feature Icon styles */
.feature-icon {
    color: var(--color-primary);
    transition: all 0.3s ease;
    margin: 0 auto;
    display: block;
}

.mt-5:hover .feature-icon {
    transform: scale(1.1) translateY(-5px);
    color: var(--color-accent);
}

.mt-5 {
    margin-top: 2rem !important;
    transition: transform 0.3s ease;
}

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

/* ==========================================
   CONTENT BLOCKS & SPACING
   ========================================== */

.content-inner-spacing {
    padding: 4rem 1.5rem;
}

.content-block-alpha,
.content-block-beta,
.content-block-gamma,
.content-block-delta {
    padding: 0;
    margin: 0;
}

.content-block-alpha {
    background: var(--color-white);
}

.content-block-beta,
.content-block-delta {
    background: var(--color-bg-section);
}

.content-block-gamma {
    background: var(--color-white);
}

.content-block-alpha h2,
.content-block-beta h2,
.content-block-gamma h2,
.content-block-delta h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.content-block-alpha h3,
.content-block-beta h3,
.content-block-gamma h3,
.content-block-delta h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--color-dark-medium);
    margin-bottom: 1rem;
}

.content-block-alpha p,
.content-block-beta p,
.content-block-gamma p,
.content-block-delta p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--color-gray);
    margin-bottom: 1.25rem;
}

.text-spacing-below {
    margin-bottom: 2rem;
}

/* ==========================================
   IMAGES & MEDIA SECTIONS
   ========================================== */

.dual-media-section {
    position: relative;
}

.media-container-one,
.media-container-two,
.media-one,
.media-two {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}

.dual-media-section img {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dual-media-section img:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.media-row-secondary {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

/* ==========================================
   CTA BUTTONS
   ========================================== */

.cta-section-wrapper {
    padding: 3rem 1rem;
    background: var(--color-dark);
    text-align: center;
    margin: 0;
}

.primary-cta-container {
    background: linear-gradient(135deg, var(--color-dark) 0%, #2c1810 100%);
}

.secondary-cta-container {
    background: var(--color-dark);
}

.action-button a {
    text-decoration: none;
    display: inline-block;
}

.action-button p {
    color: var(--color-white);
    padding: 1rem 2.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    background: var(--color-accent);
    border: 3px solid var(--color-accent);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(212, 165, 116, 0.3);
    letter-spacing: 0.5px;
}

.action-button p:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(107, 68, 35, 0.4);
}

/* ==========================================
   NEAR ME SECTION
   ========================================== */

.nearme {
    background: var(--color-white);
    padding: 0;
    margin: 0;
}

.nearme h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

.nearme p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--color-gray);
    margin-bottom: 1.25rem;
}

/* ==========================================
   ABOUT VIDEO SECTION
   ========================================== */

.about-video-section {
    padding: 2rem 0;
    margin-top: 2rem;
}

.about-video-wrapper {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.about-video-wrapper iframe {
    border: none;
}

/* ==========================================
   MAP SECTION
   ========================================== */

.map-section {
    background: var(--color-white);
    padding: 0;
    margin: 0;
}

.map-wrapper-fullwidth {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.map-wrapper-fullwidth iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(15%);
    transition: filter 0.3s ease;
}

.map-wrapper-fullwidth iframe:hover {
    filter: grayscale(0%);
}

/* ==========================================
   CONTACT SECTION
   ========================================== */

.contact-section {
    background: var(--color-bg-section);
    padding: 4rem 0;
    margin: 0;
}

.contact-info-grid {
    padding: 1rem 0;
}

.contact-details-block {
    background: var(--color-white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-heading {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 2rem;
    text-align: center;
}

.contact-item {
    margin-bottom: 1.75rem;
}

.contact-item p {
    font-size: 1.0625rem;
    color: var(--color-dark-medium);
    margin-bottom: 0.5rem;
}

.business-name {
    font-size: 1.375rem !important;
    font-weight: 700;
    color: var(--color-dark) !important;
    margin-bottom: 0.75rem !important;
}

.hours-label {
    font-weight: 600;
    color: var(--color-dark) !important;
}

.contact-item hr {
    border: none;
    border-top: 2px solid var(--color-light);
    margin: 1.25rem 0;
}

/* ==========================================
   FOOTER
   ========================================== */

footer {
    background: var(--color-white);
    border-top: 3px solid var(--color-primary);
    padding: 2rem 0;
    margin-top: 0;
}

footer p {
    color: var(--color-gray);
    font-size: 0.9375rem;
    margin: 0;
}

footer a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 0.9375rem;
}

footer a:hover {
    color: var(--color-accent);
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--color-light);
    transition: all 0.3s ease;
}

.social-icon-link:hover {
    background: var(--color-primary);
    transform: translateY(-3px);
}

.social-icon-link i {
    font-size: 1.25rem;
    color: var(--color-dark);
    transition: color 0.3s ease;
}

.social-icon-link:hover i {
    color: var(--color-white);
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

@media (min-width: 576px) {
    .mainhead h1 {
        font-size: 3rem;
    }
    
    .mainhead h2 {
        font-size: 1.5rem;
    }
    
    .hero-text-inner h1 {
        font-size: 2.5rem;
    }
    
    .hero-text-inner h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    /* Show large hero image on tablets and up */
    .banner-img:first-child {
        display: block;
    }
    
    /* Hide mobile hero image on tablets and up */
    .banner-img:nth-child(2) {
        display: none;
    }
    
    .hero-banner {
        min-height: 500px;
    }
    
    .hero-text-div {
        min-height: 500px;
    }
    
    .hero-text-inner h1 {
        font-size: 3rem;
    }
    
    .hero-text-inner h2 {
        font-size: 1.75rem;
    }
    
    .divider-line {
        width: 140px;
    }
    
    .content-inner-spacing {
        padding: 5rem 2rem;
    }
    
    .main-content h2 {
        font-size: 2.25rem;
    }
    
    .contact-details-block {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .mainhead {
        padding: 5rem 0;
    }
    
    .mainhead h1 {
        font-size: 3.5rem;
    }
    
    .mainhead h2 {
        font-size: 1.75rem;
    }
    
    .hero-banner {
        min-height: 600px;
    }
    
    .hero-text-div {
        min-height: 600px;
    }
    
    .hero-text-inner h1 {
        font-size: 3.5rem;
    }
    
    .hero-text-inner h2 {
        font-size: 2rem;
    }
    
    .content-inner-spacing {
        padding: 6rem 3rem;
    }
    
    .main-content {
        padding: 5rem 0;
    }
    
    .main-content h2 {
        font-size: 2.5rem;
    }
    
    .action-button p {
        font-size: 1.75rem;
        padding: 1.25rem 3rem;
    }
    
    .map-wrapper-fullwidth {
        height: 550px;
    }
}

@media (min-width: 1200px) {
    .hero-text-inner h1 {
        font-size: 4rem;
    }
    
    .hero-text-inner h2 {
        font-size: 2.25rem;
    }
    
    .divider-line {
        width: 160px;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        gap: 0.25rem;
    }
    
    .nav-link {
        padding: 0.75rem !important;
    }
    
    .dropdown-menu {
        text-align: center;
        border: none;
        box-shadow: none;
    }
    
    .navbar-brand img {
        max-height: 80px;
    }
}

/* ==========================================
   UTILITY CLASSES
   ========================================== */

.text-primary {
    color: var(--color-primary) !important;
}

.bg-secondary-subtle {
    background-color: var(--color-bg-section) !important;
}

.text-white {
    color: var(--color-white) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.gx-lg-5 {
    --bs-gutter-x: 3rem;
}

/* Accessibility */
a:focus-visible,
button:focus-visible,
.nav-link:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .navbar,
    .mainhead,
    .cta-section-wrapper,
    .top-header-info,
    footer {
        display: none;
    }
}



.form-container {
    background: var(--color-bg-section);
    padding: 4rem 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-secondary-subtle {
    background-color: var(--color-bg-section) !important;
}

.contact-form {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    background: var(--color-white);
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-form h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    text-align: center;
}

.form-subtitle {
    color: var(--color-gray);
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 1rem;
}

.form-group {
    margin-bottom: 1.75rem;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--color-dark);
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--color-light);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    background-color: var(--color-white);
    color: var(--color-dark);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(107, 68, 35, 0.1);
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: var(--color-dark-medium);
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background: var(--color-accent);
    color: var(--color-dark);
    border: none;
    padding: 1.125rem 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 68, 35, 0.4);
}

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

.btn-text {
    position: relative;
    z-index: 1;
}

.btn-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-icon {
    transform: translateX(5px);
}

.submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(107, 68, 35, 0.3);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.submit-btn:disabled:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

/* Form validation styles */
.form-group input:invalid:not(:focus):not(:placeholder-shown),
.form-group textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #dc3545;
}

.form-group input:valid:not(:focus):not(:placeholder-shown),
.form-group textarea:valid:not(:focus):not(:placeholder-shown) {
    border-color: #28a745;
}

/* Responsive form */
@media (min-width: 768px) {
    .contact-form {
        width: 85%;
        padding: 3.5rem 3rem;
    }
    
    .contact-form h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .form-container {
        padding: 5rem 0;
    }
    
    .contact-form {
        width: 100%;
    }
}