/* ==========================================================================
   General Styles & Typography
   ========================================================================== */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #1a202c;
    position: relative;
    overflow-x: hidden;
}

/* Decorative Background Blob for Contact Page */
body.contact-page::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(237, 28, 36, 0.05) 0%, rgba(237, 28, 36, 0) 70%);
    z-index: 0;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(45deg, #132A90, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title-decorator {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #ED1C24, #132A90);
    margin: 0.75rem auto 0;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #4a5568;
}

.reveal {
    visibility: hidden;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.nav-link {
    position: relative;
    padding-bottom: 8px;
    color: #4a5568;
    transition: color 0.3s ease;
    font-weight: 500;
}
.nav-link:hover {
    color: #ED1C24;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ED1C24;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.nav-link.active {
    color: #ED1C24;
    font-weight: 600;
}
.nav-link.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%; /* Start off-screen */
    width: 100%;
    height: 100%;
    background-color: rgba(19, 42, 144, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 100;
    transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    color: white;
}
.mobile-menu-overlay.show {
    left: 0; /* Slide in */
}
.mobile-menu-overlay .nav-link {
    color: white;
    opacity: 0.8;
}
.mobile-menu-overlay .nav-link:hover,
.mobile-menu-overlay .nav-link.active {
    opacity: 1;
    color: white;
}

.page-header {
    background: linear-gradient(rgba(19, 42, 144, 0.85), rgba(19, 42, 144, 0.85)), url('https://placehold.co/1920x400/001933/FFFFFF?text=Wicon') center/cover no-repeat fixed;
}
/* ==========================================================================
   Hero Slider (Swiper.js)
   ========================================================================== */
.swiper-container {
    width: 100%;
    /* Height is set by JavaScript */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill; /* Changed from 'fill' to prevent distortion */
}

@media screen and (max-width: 768px) {
    #home .swiper-container {
        width: 100%;
        height: 300px !important;
        /* Height is set by JavaScript */
    }

    #home .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #home .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: fill; /* Changed from 'fill' to prevent distortion */
    }

}

/* ==========================================================================
   About Section (Main Page)
   ========================================================================== */
#about {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

#about::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, rgba(19, 42, 144, 0.1), rgba(237, 28, 36, 0.05));
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}

.about-content-wrapper {
    position: relative;
    z-index: 1;
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #132A90, #ED1C24);
    border-radius: 0.75rem;
    z-index: 0;
    transform: rotate(-5deg);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-image-wrapper:hover::before {
    transform: rotate(0deg) scale(1.05);
    opacity: 0.9;
}

.about-image-wrapper img {
    position: relative;
    z-index: 1;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-button {
    background: linear-gradient(45deg, #ED1C24, #a11218);
    box-shadow: 0 4px 14px 0 rgba(237, 28, 36, 0.39);
    transition: all 0.3s ease;
}

.about-button:hover {
    background: linear-gradient(45deg, #a11218, #ED1C24);
    box-shadow: 0 6px 20px 0 rgba(237, 28, 36, 0.3);
    transform: translateY(-2px);
}

/* Experience Badge Style with Animation */
.experience-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.4);
    z-index: 10;
    border: 4px solid white;
    line-height: 1.1;
    animation: float 4s ease-in-out infinite;
}

.experience-badge .badge-text-large {
    font-size: 2rem;
    font-weight: 800;
}

.experience-badge .badge-text-small {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes float {
    0% { transform: translateY(0px) rotate(10deg); }
    50% { transform: translateY(-15px) rotate(15deg); }
    100% { transform: translateY(0px) rotate(10deg); }
}

@media (max-width: 768px) {
    .experience-badge { display: none; }
}

/* ==========================================================================
   Products Section (Main Page)
   ========================================================================== */
#products {
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

#products::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(19, 42, 144, 0.07) 0%, rgba(19, 42, 144, 0) 70%);
    z-index: 0;
}

.product-card {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #e5e7eb;
    z-index: 1;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-color: #ED1C24;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-image-wrapper img {
    transition: transform 0.4s ease;
}

.product-card:hover .product-image-wrapper img {
    transform: scale(1.1);
}
/* ==========================================================================
   Category Slider (Products Section)
   ========================================================================== */
.category-slider {
    padding: 0 10px; /* Add some padding so shadows are not cut off */
}

.category-slider .swiper-slide {
    height: auto;
    display: flex;
}
.category-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 20rem !important;
	object-fit: fill;
}
/* Custom Navigation Buttons */
.category-next,
.category-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #132A90;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.category-next:hover,
.category-prev:hover {
    background-color: #ED1C24;
    color: white;
}

.category-prev {
    left: -25px;
}

.category-next {
    right: -25px;
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .category-prev {
        left: 0;
    }
    .category-next {
        right: 0;
    }
}

.expanding-horizons {
    background: linear-gradient(45deg, #132A90, #2b45c3);
    color: white;
    border-radius: 0.75rem;
    padding: 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.expanding-horizons:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 30px -10px rgba(19, 42, 144, 0.4);
}



/* ==========================================================================
   Gallery Section & Lightbox
   ========================================================================== */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(19, 42, 144, 0.9) 0%, rgba(237, 28, 36, 0.1) 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    text-align: center;
    color: white;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .title {
    font-size: 1.25rem;
    font-weight: 600;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

.gallery-item:hover .gallery-overlay .title {
    transform: translateY(0);
}

.gallery-overlay .icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay .icon {
    transform: translateY(0);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.show {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 0.5rem;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 101;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover {
    background: rgba(0,0,0,0.8);
}

.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev { top: 50%; left: 1rem; transform: translateY(-50%); }
.lightbox-next { top: 50%; right: 1rem; transform: translateY(-50%); }

/* ==========================================================================
   Partners Section (Logo Slider)
   ========================================================================== */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.logos-slider {
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logos-slide-track {
    display: flex;
    width: calc(250px * 16); /* 250px per logo * 16 logos (8 unique, duplicated) */
    animation: scroll 40s linear infinite;
}

.logos-slider:hover .logos-slide-track {
    animation-play-state: paused;
}

.slide {
    width: 250px;
    padding: 0 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* ==========================================================================
   About Page Specifics
   ========================================================================== */
.story-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.story-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(19, 42, 144, 0.08) 0%, rgba(19, 42, 144, 0) 70%);
    z-index: 0;
}

.story-image-wrapper {
    position: relative;
    transition: transform 0.4s ease;
}

.story-image-wrapper img {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    border-radius: 0.75rem;
}

.mission-vision-card {
    background: white;
    padding: 2.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
    transition: all 0.3s ease-in-out;
    border: 1px solid #e5e7eb;
}

.mission-vision-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-color: #ED1C24;
}

.mission-vision-card .icon {
    background: linear-gradient(45deg, #ED1C24, #132A90);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(237, 28, 36, 0.3);
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card .team-img {
    transition: transform 0.4s ease;
}

.team-card:hover .team-img {
    transform: scale(1.1);
}

.team-card .team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 2rem 1.5rem 1.5rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-card:hover .team-overlay {
    transform: translateY(0);
}

.team-card .team-info-static {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    transition: opacity 0.5s ease;
}

.team-card:hover .team-info-static {
    opacity: 0;
}

.team-card .social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.social-links a {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.social-links a:hover {
    background-color: white;
    color: #132A90;
    transform: scale(1.1);
}

/* ==========================================================================
   Gemini API Feature
   ========================================================================== */
.gemini-feature {
    background: #f8fafc;
}

.gemini-button {
    background: linear-gradient(45deg, #16a34a, #22c55e);
    box-shadow: 0 4px 14px 0 rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
}

.gemini-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(34, 197, 94, 0.2);
}

.gemini-response {
    background: #f0fdf4;
    border-left: 4px solid #22c55e;
    transition: opacity 0.5s ease-in-out;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #22c55e;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==========================================================================
   Product Page Specifics
   ========================================================================== */
.breadcrumb a {
    color: #132A90;
}
.breadcrumb span {
    color: #6b7280;
}
.filter-btn {
    transition: background-color 0.2s, color 0.2s;
}
.filter-btn.active {
    background-color: #132A90;
    color: white;
    border-color: #132A90;
}

/* Elegant Product Card Styles (Grid View) */
.product-page-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px -3px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s ease;
}
.product-page-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px -5px rgba(237, 28, 36, 0.15);
    border-color: #ED1C24;
}
.product-page-card .image-wrapper {
    overflow: hidden;
    position: relative;
}
.product-page-card .image-wrapper img {
    transition: transform 0.4s ease;
}
.product-page-card:hover .image-wrapper img {
    transform: scale(1.05);
}
.product-page-card .category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: rgba(19, 42, 144, 0.9);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}
.product-page-card .details-button {
    background: linear-gradient(45deg, #ED1C24, #a11218);
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px 0 rgba(237, 28, 36, 0.3);
}
.product-page-card .details-button:hover {
    background: linear-gradient(45deg, #a11218, #ED1C24);
    box-shadow: 0 6px 20px 0 rgba(237, 28, 36, 0.25);
    transform: translateY(-2px);
}

/* Elegant Product Card Styles (List View) */
.product-card-list {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px -3px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}
.product-card-list:hover {
    box-shadow: 0 10px 25px -5px rgba(237, 28, 36, 0.1);
    border-color: #ED1C24;
}
/* ==========================================================================
   Product Detail Page Specifics
   ========================================================================== */

/* Fix for Swiper slider width issues in a grid/flex container */
.slider-column-wrapper {
    min-width: 0;
}

/* Main product image slider container */
.product-gallery-main {
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
}

/* Individual thumbnail slides */
.product-gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

/* The currently active thumbnail slide */
.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #ED1C24; /* Primary Red */
}

/* "Get a Quote" button styling */
.quote-button {
    background: linear-gradient(45deg, #132A90, #2b45c3); /* Secondary Blue Gradient */
    box-shadow: 0 4px 14px 0 rgba(19, 42, 144, 0.3);
    transition: all 0.3s ease;
}

.quote-button:hover {
    background: linear-gradient(45deg, #2b45c3, #132A90);
    box-shadow: 0 6px 20px 0 rgba(19, 42, 144, 0.25);
    transform: translateY(-2px);
}

/* Styling for the Description, Specifications, and Downloads tabs */
.tab-btn {
    padding: 1rem 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #4a5568;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    color: #132A90; /* Secondary Blue */
}

.tab-btn.active {
    color: #ED1C24; /* Primary Red */
    border-bottom-color: #ED1C24;
}

/* Fade-in animation for tab content */
.tab-content {
    animation: fadeIn 0.5s ease;
}

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

/* General styles that are also used on this page */
.prose { /* Used for styling the full description text */
    /* Tailwind CSS Prose plugin styles are applied here if you were using it.
       For now, it will just inherit standard paragraph styles. */
}

/* ==========================================================================
   Contact Page Specifics
   ========================================================================== */
.contact-info-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0.75rem;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}
.contact-icon {
    background: linear-gradient(45deg, #ED1C24, #132A90);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}
.map-container iframe {
    filter: grayscale(30%) contrast(90%);
}
.showroom-card {
    background: white; border-radius: 0.75rem;
    box-shadow: 0 4px 15px -3px rgba(0,0,0,0.05);
    transition: all 0.3s ease; cursor: pointer;
    border: 1px solid #e5e7eb; position: relative; overflow: hidden;
}
.showroom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px -5px rgba(237, 28, 36, 0.15);
    border-color: #ED1C24;
}
.showroom-card .icon-wrapper {
    position: absolute; top: 1rem; right: 1rem;
    background-color: #fef2f2; color: #ED1C24;
    border-radius: 50%; width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease; transform: scale(0);
}
.showroom-card:hover .icon-wrapper { transform: scale(1); }
.contact-form-wrapper {
    background: white; border-radius: 0.75rem;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
    position: relative; padding: 2px;
    background-clip: padding-box; border: solid 2px transparent;
}
.contact-form-wrapper::before {
    content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1; margin: -2px; border-radius: inherit;
    background: linear-gradient(to right, #ED1C24, #132A90);
}
.submit-button {
    background: linear-gradient(45deg, #ED1C24, #a11218);
    box-shadow: 0 4px 14px 0 rgba(237, 28, 36, 0.39);
    transition: all 0.3s ease;
}
.submit-button:hover {
    background: linear-gradient(45deg, #a11218, #ED1C24);
    box-shadow: 0 6px 20px 0 rgba(237, 28, 36, 0.3);
    transform: translateY(-2px);
}
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7); z-index: 100; display: flex;
    align-items: center; justify-content: center; opacity: 0;
    visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.show { opacity: 1; visibility: visible; }
.modal-content {
    background: white; border-radius: 0.75rem; max-width: 800px;
    width: 90%; max-height: 90vh; overflow: hidden;
    transform: scale(0.9); transition: transform 0.3s ease;
    display: flex; flex-direction: column;
}
.modal-overlay.show .modal-content { transform: scale(1); }
.modal-body { overflow-y: auto; padding: 2rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-title {
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #ED1C24;
}
.footer-link {
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}
.footer-link:hover {
    color: #ED1C24;
    transform: translateX(4px);
}
.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.social-link:hover {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: white;
    transform: translateY(-3px);
}
.footer-bottom {
    border-top: 1px solid #374151;
}

