/*
Theme Name: Old WR Motorsports
Theme URI: http://wrmotorsports.com
Author: WR Motorsports
Description: Clone do site antigo WR Motorsports
Version: 1.0
*/

/* Bootstrap já carregado - apenas ajustes */

:root {
    --primary-red: #e74c3c;
    --dark-blue: #2c3e50;
    --light-gray: #f8f9fa;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Header */
header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #e74c3c;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.logo h1 {
    font-size: 2.5rem;
    color: #e74c3c;
    font-weight: bold;
}

.contact-info {
    text-align: right;
}

.contact-info p {
    margin: 5px 0;
    font-size: 0.95rem;
}

/* Fixed Navigation */
nav.sticky-nav {
    background: #4789BE;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    width: 100%;
}

/* Add padding to body to compensate for fixed nav */
body {
    padding-top: 60px;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 10px 20px;
    transition: all 0.3s;
}

.nav-menu a:hover {
    background: #e74c3c;
    border-radius: 3px;
}

/* Social Icons in Nav */
.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icons a {
    color: white;
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #e74c3c;
    transform: scale(1.1);
    text-decoration: none;
}

/* Hero Section */
.hero {
    background: linear-gradient(90deg, #ff6b00 0%, #ff8c00 100%);
    color: #000;
    text-align: center;
    padding: 80px 20px;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

.hero .tagline {
    font-size: 1.5rem;
    font-style: italic;
    color: #000;
    margin-top: 20px;
}

/* Hero Brand Logos */
.hero-brand-logo {
    max-width: 300px;
    height: auto;
    transition: transform 0.3s ease;
}

.hero-brand-logo:hover {
    transform: scale(1.05);
}


/* Sections */
section {
    padding: 60px 20px;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid #e74c3c;
    display: inline-block;
    padding-bottom: 10px;
}

.section-centered {
    text-align: center;
}

/* About Section */
.about {
    background: #f8f9fa;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Download Section */
.download-section {
    background: #4789BE;
    padding: 40px 20px;
}
.download-section { 
	color: #FFF;
}

/* Partners Section - Layout Simples */
.partners {
    background: white;
    padding: 60px 20px;
}

.partner-simple {
    background: white;
    padding: 20px;
    text-align: center;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.partner-simple:hover {
    transform: scale(1.05);
}

.partner-simple img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

/* Gallery Section */
.gallery {
    background: linear-gradient(90deg, #ff6b00 0%, #ff8c00 100%);
    padding: 60px 20px;
}

.gallery .section-title {
    color: #000 !important;
    border-color: #000 !important;
}

.gallery-plugin {
    max-width: 1200px;
    margin: 0 auto;
}

/* FooGallery Carousel Styles */
.foogallery-container {
    max-height: 500px !important;
    overflow: hidden;
    background: transparent !important;
}

.foogallery .fg-item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 500px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.foogallery .fg-item img {
    max-height: 500px !important;
    width: auto !important;
    object-fit: contain;
    margin: 0 auto;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.foogallery .fg-item-inner {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
    box-shadow: none !important;
}

.foogallery .fg-item a {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.foogallery-container,
.foogallery-container * {
    box-sizing: border-box !important;
}

/* Carousel Navigation Arrows */
.foogallery .fg-prev,
.foogallery .fg-next {
    background: rgba(231, 76, 60, 0.8) !important;
    color: white !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foogallery .fg-prev:hover,
.foogallery .fg-next:hover {
    background: rgba(231, 76, 60, 1) !important;
}

/* Press Release Section */
.press-release {
    background: white;
    padding: 60px 20px;
}

.press-item {
    text-align: center;
    transition: all 0.3s;
}

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

.press-thumb {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
}

.press-thumb img {
    width: 100%;
    height: auto;
}

.press-item h4 {
    font-size: 1rem;
    margin: 10px 0;
}

.press-item h4 a {
    color: var(--dark-blue);
    text-decoration: none;
}

.press-item h4 a:hover {
    color: var(--primary-red);
}

.press-date {
    font-size: 0.9rem;
    color: #999;
}

/* YouTube Section */
.youtube-section {
    background: #4789BE;
    padding: 60px 20px;
}

/* Subscribe Section */
.subscribe-section {
    background: linear-gradient(90deg, #ff6b00 0%, #ff8c00 100%);
    padding: 40px 20px;
    color: white;
}

.subscribe-section h3 {
    font-size: 2rem;
    margin: 0;
}

.subscribe-form .input-group {
    max-width: 500px;
    margin-left: auto;
}

.subscribe-form .form-control {
    border: none;
    padding: 12px 20px;
}

.subscribe-form .btn {
    padding: 12px 30px;
    font-weight: bold;
}

/* Contact Section */
.contact {
    background: #4789BE;
    color: white;
    padding: 60px 20px;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-content h3 {
    color: white;
    margin-bottom: 30px;
}

/* Contact Form 7 styles for home page */
.contact .wpcf7 {
    width: 100%;
}

.contact .wpcf7-form p {
    margin-bottom: 15px;
    text-align: left;
}

.contact .wpcf7-form label {
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.contact .wpcf7-form input[type="text"],
.contact .wpcf7-form input[type="email"],
.contact .wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    font-family: inherit;
}

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

.contact .wpcf7-form input[type="submit"] {
    background: white;
    color: #2c3e50;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s;
    text-transform: uppercase;
}

.contact .wpcf7-form input[type="submit"]:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.contact .wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

/* Footer */
footer {
    background: #1a252f;
    color: white;
    text-align: center;
    padding: 30px 20px;
}

footer p {
    margin: 5px 0;
}

footer a {
    color: #e74c3c;
    text-decoration: none;
}

/* Alfano System Page */
.alfano-main-products {
    background: var(--light-gray);
    padding: 60px 20px;
}

.alfano-features {
    padding: 0;
}

.feature-item {
    margin: 0;
}

.feature-item h3 {
    color: var(--dark-blue);
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.main-product-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-image-large {
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.product-image-large img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-details {
    padding: 30px;
}

.product-details h3 {
    color: var(--dark-blue);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.product-details p strong {
    color: var(--primary-red);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.feature-list li {
    padding: 8px 0;
    color: #666;
}

.feature-list i {
    color: #28a745;
    margin-right: 10px;
}

/* Features Section */
.alfano-features {
    padding: 60px 20px;
    background: white;
}

.feature-box {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s;
}

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

.feature-icon {
    color: var(--primary-red);
    margin-bottom: 20px;
}

.feature-image {
    margin-bottom: 20px;
}

.feature-image img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Feature box grande para plug-in sensors */
.feature-box-large {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-large img {
    max-width: 100%;
    height: auto;
}

.feature-box h4 {
    color: var(--dark-blue);
    margin: 15px 0;
    font-size: 1.2rem;
}

.feature-box p {
    color: #666;
    font-size: 0.95rem;
}

/* More Products Section */
.more-products {
    background: var(--light-gray);
    padding: 60px 20px;
}

.product-card-small {
    background: white;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.product-img {
    margin-bottom: 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
}

.product-img img {
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
}

.product-card-small h5 {
    color: var(--dark-blue);
    margin: 10px 0 5px;
    font-size: 1rem;
    font-weight: bold;
}

.product-card-small .product-price {
    color: #e74c3c;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 5px 0;
}

.product-card-small .product-desc {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-top: 10px;
    flex-grow: 1;
}

.product-card-small p {
    color: #666;
    font-size: 0.9rem;
}

/* Alfano Contact Section */
.alfano-contact {
    background: #3d5266;
    color: white;
    padding: 60px 20px;
}

.alfano-contact h2 {
    color: white;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.alfano-contact .wpcf7 {
    width: 100%;
}

.alfano-contact .wpcf7-form p {
    margin-bottom: 15px;
    text-align: left;
}

.alfano-contact .wpcf7-form label {
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.alfano-contact .wpcf7-form input[type="text"],
.alfano-contact .wpcf7-form input[type="email"],
.alfano-contact .wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
}

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

.alfano-contact .wpcf7-form input[type="submit"] {
    background: #f0f0f0;
    color: #333;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: normal;
    transition: all 0.3s;
}

.alfano-contact .wpcf7-form input[type="submit"]:hover {
    background: #e0e0e0;
}

.alfano-contact .wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
}

/* Downloads and Links Section */
.downloads-links {
    background: white;
    padding: 60px 20px;
}

.download-pdf-box {
    background: var(--light-gray);
    padding: 40px;
    border-radius: 8px;
    border: 2px dashed var(--primary-red);
}

.download-pdf-box h3 {
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.download-pdf-box h3 i {
    color: var(--primary-red);
}

.link-card {
    background: var(--light-gray);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.link-icon {
    color: var(--primary-red);
    margin-bottom: 20px;
}

.link-card h4 {
    color: var(--dark-blue);
    margin: 15px 0;
}

.link-card p {
    color: #666;
    margin-bottom: 20px;
}

/* Mobile Apps Section */
.mobile-apps {
    background: white;
    padding: 40px 0;
}

.mobile-apps h3 {
    color: var(--dark-blue);
}

.app-card {
    background: var(--light-gray);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.app-card h5 {
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.app-card h5 i {
    color: var(--primary-red);
}

.app-card p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-buttons .btn {
    width: 100%;
}

.placeholder-box {
    width: 100%;
    height: 150px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.1rem;
    border-radius: 4px;
}

/* Video Demo Section */
.video-demo {
    background: var(--light-gray);
    padding: 60px 20px;
}

/* Responsive - Bootstrap cuida da maioria */
@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        text-align: center;
    }
    
    .nav-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .hero h2 {
        font-size: 1.8rem;
    }
    
    .hero-brand-logo {
        max-width: 200px;
    }
}

/* Botão estilizado */
.btn-wrm {
    background: var(--primary-red);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-wrm:hover {
    background: #c0392b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

