/*
Theme Name: autoschluessel-experte
Description: autoschluessel-experte is a theme for car key services provider
Author: AgentSigma Vienna
Version: 6.3
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: 
        radial-gradient(ellipse at 80% 50%, transparent 40%, rgba(42, 82, 152, 0.8) 70%),
        linear-gradient(135deg, rgba(12, 20, 69, 0.85) 0%, rgba(30, 60, 114, 0.8) 20%, rgba(42, 82, 152, 0.75) 40%, rgba(74, 144, 226, 0.7) 60%, rgba(107, 182, 255, 0.65) 80%, rgba(135, 206, 235, 0.6) 100%),
        url('images/photo7.jpeg');
    background-size: cover, cover, cover;
    background-position: center, center, 9.9cap center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    color: #ffffff;
    position: relative;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    position: relative;
    z-index: 5;
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.logo-top-left {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    color: #000000;
    padding: 15px 25px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 
        0 8px 20px rgba(255, 215, 0, 0.4),
        0 4px 10px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.logo-top-left:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 12px 25px rgba(255, 215, 0, 0.5),
        0 6px 15px rgba(0, 0, 0, 0.3);
}

.logo-top-left i {
    font-size: 1.3rem;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nav-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    border: none;
    padding: 12px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 
        0 4px 15px rgba(255, 215, 0, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(255, 215, 0, 0.4),
        0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

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

.fixed-social-icons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 1000;
}

.fixed-social-icons .social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.fixed-social-icons .facebook {
    background: linear-gradient(135deg, #4267B2 0%, #3b5998 100%);
}

.fixed-social-icons .whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.fixed-social-icons .phone {
    background: #ff9e00;
}

.fixed-social-icons .social-icon:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.fixed-social-icons a,
.fixed-social-icons a:visited,
.fixed-social-icons a:hover,
.fixed-social-icons a:active {
    text-decoration: none;
    color: inherit;
}

.fixed-social-icons .social-icon i {
    display: block;          /* removes baseline gap */
    background: none !important; /* ensures no background color */
    line-height: 1;          /* eliminates vertical spacing */
}

.main-content {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 40px 0px 40px 0px; /* Remove left/right padding */
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.content-wrapper {
    max-width: 800px;
    margin-left: 0;
    position: relative;
    z-index: 10;
    padding-left: 0; /* Ensure no left padding */
}

.content-wrapper h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #FFD700;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 215, 0, 0.5);
    line-height: 1.2;
    animation: textGlow 3s ease-in-out infinite alternate;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
}

@keyframes textGlow {
    from { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.5); }
    to { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 215, 0, 0.8); }
}

.main-text {
    font-size: 1.6rem;
    line-height: 1.3;
    max-width: 800px;
    width: 800px;
    margin: 0;
    padding: 40px 50px;
    background: rgba(42, 82, 152, 0.25);
    border: 2px solid rgba(74, 144, 226, 0.4);
    border-radius: 25px;
    backdrop-filter: blur(25px);
    box-shadow: 
        0 25px 50px rgba(42, 82, 152, 0.4),
        inset 0 2px 4px rgba(107, 182, 255, 0.3);
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}

/* Add this new class for the centered line */
.center-line {
    text-align: center;
}

.main-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(107, 182, 255, 0.2), transparent);
    animation: shimmer 4s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.services-section {
    display: none;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    color: #333;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #FF8C00, #FFD700);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.service-card:hover::before {
    transform: translateX(0);
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #FF8C00;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    color: #FFD700;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #FF8C00;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: #FFD700;
}

.service-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

.service-btn {
    background: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service-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.5s;
}

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

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 140, 0, 0.4);
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
}

.contact-section-middle {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.contact-numbers {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.phone-box {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    padding: 20px 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 1.4rem;
    box-shadow: 
        0 10px 25px rgba(255, 215, 0, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.phone-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.phone-box:hover::before {
    width: 200%;
    height: 200%;
}

.phone-box:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(255, 215, 0, 0.4),
        0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

.phone-box i {
    font-size: 1.8rem;
    z-index: 1;
    position: relative;
}

.phone-number {
    z-index: 1;
    position: relative;
}

/* Footer */
.footer {
    background: rgba(30, 60, 114, 0.8);
    padding: 40px;
    border-radius: 25px;
    margin-top: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left p {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.footer-link {
    color: #87ceeb;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration-color: rgba(135, 206, 235, 0.5);
}

.footer-link:hover {
    color: #FFD700;
    text-decoration-color: #FFD700;
    transform: translateY(-1px);
}

.footer-right {
    display: flex;
    gap: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding-top: 120px;
    }
    
    .top-header {
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
    }
    
    .logo-top-left {
        font-size: 16px;
        padding: 12px 20px;
    }
    
    .logo-top-left i {
        font-size: 1.1rem;
    }
    
    .nav-buttons {
        justify-content: center;
        width: 100%;
        gap: 10px;
    }
    
    .nav-btn {
        flex: 1;
        min-width: 120px;
        padding: 12px 15px;
        font-size: 12px;
    }
    
    .fixed-social-icons {
        bottom: 20px;
        right: 20px;
        flex-direction: column;
    }
    
    .fixed-social-icons .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .content-wrapper h1 {
        font-size: 2.8rem;
    }
    
    .main-text {
        font-size: 1.3rem;
        padding: 30px 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .services-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-numbers {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .phone-box {
        width: 100%;
        justify-content: center;
        font-size: 1.2rem;
        padding: 18px 25px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-right {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
        padding-top: 140px;
    }

    .nav-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .nav-btn {
        width: 100%;
        min-width: auto;
    }

    .content-wrapper h1 {
        font-size: 2.2rem;
    }

    .main-text {
        font-size: 1.1rem;
        padding: 25px 20px;
    }

    .phone-box {
        font-size: 1.1rem;
        padding: 16px 20px;
    }
}

/* Add these new styles to your existing CSS file */

/* Logo section with address */
.logo-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.address-line {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.address-line i {
    font-size: 0.9rem;
    color: #FFD700;
}

/* Highlight text in yellow */
.highlight-text {
    color: #FFD700;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

/* Contact numbers under main text */
.contact-numbers-main {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-numbers-main .phone-box {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    padding: 18px 35px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 1.3rem;
    box-shadow: 
        0 10px 25px rgba(255, 215, 0, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.contact-numbers-main .phone-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.contact-numbers-main .phone-box:hover::before {
    width: 200%;
    height: 200%;
}

.contact-numbers-main .phone-box:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(255, 215, 0, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

.contact-numbers-main .phone-box i {
    font-size: 1.6rem;
    z-index: 1;
    position: relative;
}

.contact-numbers-main .phone-number {
    z-index: 1;
    position: relative;
}

/* Remove the old contact section since we moved it */
.contact-section-middle {
    display: none;
}

/* Mobile responsiveness for new elements */
@media (max-width: 768px) {
    .logo-section {
        align-items: center;
        text-align: center;
    }
    
    .address-line {
        font-size: 12px;
        padding: 6px 12px;
        justify-content: center;
    }
    
    .contact-numbers-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .contact-numbers-main .phone-box {
        width: 100%;
        justify-content: center;
        font-size: 1.2rem;
        padding: 16px 25px;
    }
}

@media (max-width: 480px) {
    .address-line {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .contact-numbers-main .phone-box {
        font-size: 1.1rem;
        padding: 14px 20px;
    }
}

@media (max-width: 480px) {
    /* .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    } */
    
    /* .manufacturers-slider {
        gap: 20px;
    } */
    
    /* Only on very small screens, make logos smaller */
    .manufacturer-logo {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
        height: 65px;
        padding: 12px;
    }
    
    .manufacturer-logo img {
        max-width: 75px;
        max-height: 40px;
    }
}

/* Auto Models Page Styles */
/* .manufacturers-slider-section {
    padding: 40px 0;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
} */

/* .manufacturers-slider:hover {
    animation-play-state: paused;
} */

/* @keyframes autoSlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
} */


.manufacturer-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.manufacturer-logo:hover::before {
    left: 100%;
}

.manufacturer-logo:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.3);
}

.manufacturer-logo:hover img {
    transform: scale(1.1);
}

/* .slider-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.4rem;
    box-shadow: 
        0 6px 20px rgba(255, 215, 0, 0.3),
        0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
} */

/* .slider-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.slider-btn:hover::before {
    width: 100%;
    height: 100%;
}

.slider-btn:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 10px 30px rgba(255, 215, 0, 0.4),
        0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

.slider-btn:active {
    transform: scale(1.05) rotate(2deg);
}

.slider-btn i {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.slider-btn:hover i {
    transform: scale(1.1);
} */

/* .slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(255, 215, 0, 0.05) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgba(255, 215, 0, 0.05) 100%);
    pointer-events: none;
    border-radius: 20px;
} */

/* Auto Models Content Layout */
.auto-models-content {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    min-height: 600px;
}

.categories-sidebar {
    width: 300px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    height: fit-content;
    max-height: 80vh;
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column; /* Add this */
}

.manufacturer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto; /* Move scrolling here */
    flex: 1; /* Add this - makes list take remaining space */
    max-height: 400px; /* Add this - limits list height */
}

/* Style the scrollbar for the list only */
.manufacturer-list::-webkit-scrollbar {
    width: 6px;
}

.manufacturer-list::-webkit-scrollbar-track {
    background: rgba(255, 215, 0, 0.1);
    border-radius: 3px;
}

.manufacturer-list::-webkit-scrollbar-thumb {
    background: #FFD700;
    border-radius: 3px;
}

.manufacturer-list::-webkit-scrollbar-thumb:hover {
    background: #FF8C00;
}

.categories-heading {
    color: #FF8C00;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 15px;
}

.search-box {
    position: relative;
    margin-bottom: 25px;
}

.search-box input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 2px solid #FFD700;
    border-radius: 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.search-box input:focus {
    border-color: #FF8C00;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #FF8C00;
    font-size: 1rem;
}

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

.manufacturer-item {
    padding: 15px 20px;
    margin-bottom: 8px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: #333;
}

.manufacturer-item:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.manufacturer-item.active {
    background: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
    color: #000000;
    font-weight: 600;
}

.manufacturer-item i {
    font-size: 1rem;
}

/* Manufacturer Details */
.manufacturer-details {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.manufacturer-content {
    position: relative;
    z-index: 2;
}

.manufacturer-content h2 {
    color: #FF8C00;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.manufacturer-logo-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 200px;
    opacity: 0.1;
    z-index: 1;
}

.manufacturer-logo-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.manufacturer-content p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.welcome-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.welcome-message h2 {
    color: #FF8C00;
    font-size: 2rem;
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .auto-models-content {
        flex-direction: column;
    }
    
    .categories-sidebar {
        width: 100%;
        position: static;
    }
}
@media (max-width: 767px) {
	.manufacturer-details {
		padding: 24px;
	}
}


.manufacturer-content ul li {
    color: #FF8C00; /* Change this to your desired color */
    font-weight: 500;
    margin-bottom: 8px;
}

/* If you want different colors for different elements */
.manufacturer-content ul {
    color: #333; /* Overall list color */
}

.manufacturer-content ul li {
    color: #FF8C00; /* Individual list item color */
}

.highlight-text-center {
    color: #FFD700;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
    display: inline;
    text-align: center;
    margin: 0;
}

/* Contact Page Styles */
.contact-hero {
    text-align: center;
    padding: 60px 0 40px;
    margin-top: 20px;
}

.contact-title {
    font-size: 4rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 215, 0, 0.5);
    margin-bottom: 20px;
    animation: textGlow 3s ease-in-out infinite alternate;
}

.contact-subtitle {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 0;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    margin-top: 50px;
}

/* Contact Information Cards */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    border-left: 5px solid transparent;
}

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

.phone-card {
    border-left-color: #4CAF50;
}

.phone-card .contact-icon {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
}

.email-card {
    border-left-color: #2196F3;
}

.email-card .contact-icon {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.address-card {
    border-left-color: #FF9800;
}

.address-card .contact-icon {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-details h3 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-details p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Contact Form */
.contact-form-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
}

.form-title {
    color: #FF8C00;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

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

.form-group {
    position: relative;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 45px 15px 15px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    background: rgba(255, 255, 255, 1);
}

.form-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFD700;
    font-size: 1.1rem;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    padding-top: 15px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 25px 0;
}

.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #FFD700;
}

.checkbox-group label {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.privacy-link {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: #FF8C00;
}

.submit-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000000;
    border: none;
    padding: 18px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
}

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

/* Form Messages */
.form-messages {
    margin-top: 20px;
    padding: 15px;
    border-radius: 12px;
    display: none;
    text-align: center;
    font-weight: 600;
}

.form-messages.success {
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    border: 2px solid rgba(76, 175, 80, 0.3);
}

.form-messages.error {
    background: rgba(244, 67, 54, 0.1);
    color: #F44336;
    border: 2px solid rgba(244, 67, 54, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-info-section {
        order: 2;
    }
    
    .contact-form-section {
        order: 1;
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 3rem;
    }
    
    .contact-subtitle {
        font-size: 1.2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contact-form-section {
        padding: 25px;
    }
    
    .contact-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        padding: 40px 0 30px;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
    
    .contact-form-section {
        padding: 20px;
    }
    
    .submit-btn {
        padding: 16px 30px;
        font-size: 14px;
    }
}

.address-line {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; /* Add this */
}

.address-line:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.address-line i {
    font-size: 0.9rem;
    color: #FFD700;
}

.logo-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.address-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    padding: 2px 0;
}

.address-text:hover {
    opacity: 1;
    transform: translateY(-1px);
    color: #FFD700;
}

.address-text i {
    font-size: 0.9rem;
    color: #FFD700;
    transition: all 0.3s ease;
}

.address-text:hover i {
    color: #FFA500;
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .logo-section {
        align-items: center;
        text-align: center;
    }
    
    .address-text {
        font-size: 11px;
        text-align: center;
        justify-content: center;
    }
}

.map-icon {
    width: 20px;
    height: 25px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.address-text:hover .map-icon {
    transform: scale(1.1);
}

/* Address Section at Top Under Header */
.address-section-top {
    padding: 2px 0;
    margin-bottom: -25px;
}

.address-container {
    display: flex;
    justify-content: left;
}

.address-box-top {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.address-box-top:hover {
    color: #FFD700;
    transform: translateY(-1px);
}

.address-icon-top {
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 5px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.address-box-top:hover .address-icon-top {
    transform: scale(1.1);
    background: rgba(255, 215, 0, 0.3);
}

.address-text-top {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFD700;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .address-section-top {
        padding: 32px 0 10px;
        margin-bottom: 8px;
    }
    
    .address-box-top {
        font-size: 1.1rem;
        gap: 6px;
    }
    
    .address-icon-top {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}

@media (max-width: 480px) {
    .address-box-top {
        font-size: 1rem;
        gap: 5px;
    }
    
    .address-icon-top {
        width: 28px;
        height: 28px;
        padding: 5px;
    }
}

/* Manufacturer Content Styling */
.manufacturer-section-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
    padding: 20px;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.section-image {
    width: 160px;
    height: 120px;
    object-fit: contain;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.section-image:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.4);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .manufacturer-section-images {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .section-image {
        width: 100px;
        height: 65px;
    }
}

@media (max-width: 480px) {
    .manufacturer-section-images {
        gap: 10px;
        padding: 12px;
    }
    
    .section-image {
        width: 80px;
        height: 55px;
    }
}

/* .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    animation: rotateImages 12s infinite;
}

.bg-image-1 {
    animation-delay: 0s;
}

.bg-image-2 {
    animation-delay: 4s;
}

.bg-image-3 {
    animation-delay: 8s;
} */


.manufacturer-section-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
    padding: 30px;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    perspective: 1000px;
}

.section-image {
    width: 160px;
    height: 120px;
    object-fit: contain;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transform-origin: center top;
}

/* .section-image:nth-child(1) {
    animation: pendulum1 3s ease-in-out infinite;
}

.section-image:nth-child(2) {
    animation: pendulum2 3.5s ease-in-out infinite;
}

.section-image:nth-child(3) {
    animation: pendulum3 4s ease-in-out infinite;
}

@keyframes pendulum1 {
    0%, 100% { transform: rotateY(0deg) rotateX(5deg); }
    25% { transform: rotateY(15deg) rotateX(-2deg); }
    50% { transform: rotateY(0deg) rotateX(5deg); }
    75% { transform: rotateY(-15deg) rotateX(-2deg); }
}

@keyframes pendulum2 {
    0%, 100% { transform: rotateY(0deg) rotateX(-5deg) scale(1); }
    25% { transform: rotateY(-20deg) rotateX(3deg) scale(1.05); }
    50% { transform: rotateY(0deg) rotateX(-5deg) scale(1); }
    75% { transform: rotateY(20deg) rotateX(3deg) scale(1.05); }
}

@keyframes pendulum3 {
    0%, 100% { transform: rotateY(0deg) rotateX(0deg) translateZ(0); }
    25% { transform: rotateY(25deg) rotateX(-5deg) translateZ(20px); }
    50% { transform: rotateY(0deg) rotateX(0deg) translateZ(0); }
    75% { transform: rotateY(-25deg) rotateX(-5deg) translateZ(20px); }
} */

/* .section-image:hover {
    animation-play-state: paused;
    transform: scale(1.1) rotateY(0deg) !important;
    z-index: 10;
} */


@keyframes rotateImages {
    0%, 25% { opacity: 1; }
    33.33%, 100% { opacity: 0; }
}

.manufacturer-content h2 {
    color: #FF8C00;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    position: relative;
}

.sub-heading {
    color: #666;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-align: center;
}

.manufacturer-content h3 {
    color: #FF8C00;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.manufacturer-content h4 {
    color: #FF8C00;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 25px 0 10px 0;
}

.divider {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #FFD700, #FF8C00);
    margin-bottom: 15px;
}

.model-list {
    background: rgba(255, 215, 0, 0.05);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0;
}

.problem-list {
    background: rgba(255, 140, 0, 0.05);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #FF8C00;
    margin: 15px 0;
}

.problem-list li {
    margin-bottom: 8px;
    color: #FF8C00;
    font-weight: 500;
    list-style: none; /* Remove default dots */
    position: relative;
    padding-left: 25px; /* Add space for icon */
}

.problem-list li::before {
    content: '\f084'; /* FontAwesome key icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FFD700;
    position: absolute;
    left: 0;
    top: 0;
}

.manufacturer-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
    z-index: 10;
    position: relative;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .manufacturer-bg-images {
        width: 150px;
        height: 150px;
    }
    
    .manufacturer-content h2 {
        font-size: 1.3rem;
    }
    
    .manufacturer-content h3 {
        font-size: 1.2rem;
    }
}

.manufacturer-list-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    object-fit: contain;
}


.manufacturer-logo {
    min-width: 120px; /* Keep consistent size */
    max-width: 120px;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.manufacturer-logo img {
    max-width: 90px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
}


/* .slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
} */

/* Main Layout - Reviews and Map Section */
.reviews-map-section {
    margin: 60px auto 80px;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 20px;
}

/* Section Headers */
.section-header {
    margin-bottom: 30px;
    text-align: center;
}

.section-title {
    color: #FF8C00;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title i {
    font-size: 1.8rem;
    color: #FFD700;
}

/* Reviews Display Container */
.reviews-display-container {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    border-radius: 25px;
    padding: 40px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 8px 25px rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.reviews-stats {
    margin-top: 15px;
}

.average-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.rating-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
}

.rating-stars {
    font-size: 1.2rem;
    color: #FFD700;
    margin-bottom: 5px;
}

.reviews-count {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

/* Reviews Display Grid */
.reviews-display-grid {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.reviews-display-grid::-webkit-scrollbar {
    width: 6px;
}

.reviews-display-grid::-webkit-scrollbar-track {
    background: rgba(255, 215, 0, 0.1);
    border-radius: 3px;
}

.reviews-display-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    border-radius: 3px;
}

/* Review Display Cards */
.review-display-card {
    background: rgba(255, 215, 0, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.review-display-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFD700, #FF8C00, #FFD700);
}

.review-display-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.3);
}

.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.customer-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.customer-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.customer-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.review-date {
    font-size: 0.85rem;
    color: #888;
}

.review-rating {
    display: flex;
    gap: 2px;
    font-size: 1rem;
}

.review-rating i.filled {
    color: #FFD700;
}

.review-rating i.empty {
    color: #e0e0e0;
}

.review-content {
    padding-top: 10px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
}

.review-footer {
    display: flex;
    justify-content: flex-end;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #51cf66;
    font-weight: 500;
}

.verified-badge i {
    font-size: 0.9rem;
}

/* Map Display Container */
.map-display-container {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    border-radius: 25px;
    padding: 40px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 8px 25px rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.map-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.map-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: none;
}

.map-wrapper:hover .map-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.map-click-hint {
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.map-wrapper:hover .map-click-hint {
    transform: translateY(0);
    opacity: 1;
}

/* Location Details */
.location-details {
    margin-top: 20px;
}

.location-card {
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 18px;
    padding: 25px;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.location-item:last-child {
    border-bottom: none;
}

.location-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.location-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.location-text strong {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.location-text span {
    font-size: 0.95rem;
    color: #666;
}


/* Textarea Footer */
.textarea-footer {
   display: flex;
   justify-content: flex-end;
   margin-top: 5px;
}

.char-count {
   font-size: 0.85rem;
   color: #888;
   transition: color 0.3s ease;
}

/* Form Footer */
.form-footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-top: 25px;
   border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.privacy-notice {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 0.9rem;
   color: #666;
   max-width: 300px;
}

.privacy-notice i {
   color: #51cf66;
   font-size: 1rem;
}


/* Responsive Design */
@media (max-width: 1024px) {
   .reviews-map-section {
       grid-template-columns: 1fr;
       gap: 40px;
       margin: 40px auto 60px;
   }
   
   .map-display-container {
       position: static;
   }
   
   .form-layout {
       grid-template-columns: 1fr;
       gap: 25px;
   }
   
   .form-footer {
       flex-direction: column;
       gap: 20px;
       text-align: center;
   }
   
   .privacy-notice {
       max-width: none;
       justify-content: center;
   }
}

@media (max-width: 768px) {
   .reviews-map-section {
       padding: 0 15px;
       margin: 30px auto 50px;
   }
   
   .reviews-display-container,
   .map-display-container {
       padding: 25px;
   }
   
   .feedback-container {
       padding: 30px 20px;
   }
   
   .feedback-header {
       flex-direction: column;
       gap: 20px;
       text-align: center;
   }
   
   .feedback-title {
       font-size: 2rem;
   }
   
   .section-title {
       font-size: 1.6rem;
   }
   
   .star-label {
       font-size: 2rem;
   }
   
   .form-group input,
   .form-group textarea {
       padding: 15px 18px;
   }
   
   .customer-avatar {
       width: 40px;
       height: 40px;
       font-size: 1rem;
   }
   
   .location-item {
       flex-direction: column;
       text-align: center;
       gap: 10px;
   }
   
   .map-wrapper iframe {
       height: 300px;
   }
}

@media (max-width: 480px) {
   .reviews-display-container,
   .map-display-container,
   .feedback-container {
       padding: 20px 15px;
   }
   
   .feedback-title {
       font-size: 1.8rem;
       flex-direction: column;
       gap: 10px;
   }
   
   .section-title {
       font-size: 1.4rem;
       flex-direction: column;
       gap: 8px;
   }
   
   .rating-number {
       font-size: 2rem;
   }
   
   .star-label {
       font-size: 1.8rem;
   }
   
   .review-display-card {
       padding: 20px;
   }
   
   .customer-profile {
       flex-direction: column;
       text-align: center;
       gap: 10px;
   }
   
   .review-card-header {
       flex-direction: column;
       gap: 15px;
       text-align: center;
   }
   
   .location-card {
       padding: 20px;
   }
   
   .location-icon {
       width: 35px;
       height: 35px;
       font-size: 1rem;
   }
   
   .submit-button {
       padding: 16px 30px;
       font-size: 14px;
       min-width: 180px;
   }
   
   .map-wrapper iframe {
       height: 250px;
   }
}

/* Smooth transitions for all interactive elements */
* {
   transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Remove transitions for no-animation requirement */
@media (prefers-reduced-motion: reduce) {
   * {
       transition: none !important;
   }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
   .reviews-display-container,
   .map-display-container,
   .feedback-container {
       background: linear-gradient(145deg, rgba(30, 30, 30, 0.98), rgba(40, 40, 40, 0.95));
       border-color: rgba(255, 215, 0, 0.3);
   }
   
   .section-title,
   .feedback-title,
   .customer-name,
   .form-label {
       color: #ffffff;
   }
   
   .feedback-subtitle,
   .reviews-count,
   .review-date,
   .review-text,
   .location-text span,
   .rating-text,
   .privacy-notice,
   .char-count {
       color: #cccccc;
   }
   
   .location-text strong {
       color: #ffffff;
   }
   
   .form-group input,
   .form-group textarea {
       background: rgba(60, 60, 60, 0.8);
       color: #ffffff;
       border-color: rgba(255, 215, 0, 0.3);
   }
   
   .review-display-card,
   .location-card,
   .feedback-form-wrapper {
       background: rgba(50, 50, 50, 0.5);
       border-color: rgba(255, 215, 0, 0.2);
   }
}

/* Google Reviews Specific Styles */
.google-reviews-link {
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.view-all-reviews-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
}

.view-all-reviews-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
    color: white;
    text-decoration: none;
}

.google-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #4285f4;
    font-weight: 500;
}

.loading-message, .api-notice {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.loading-message i, .api-notice i {
    font-size: 2rem;
    color: #FFD700;
    margin-bottom: 15px;
}

.view-google-link {
    display: inline-block;
    margin-top: 15px;
    color: #4285f4;
    text-decoration: none;
    font-weight: 600;
}

.view-google-link:hover {
    text-decoration: underline;
}

/* About Page Styles - Simplified */
.about-hero {
    text-align: center;
    padding: 60px 0 40px;
    margin-top: 20px;
}

.about-title-container {
    max-width: 600px;
    margin: 0 auto;
}

.about-title {
    font-size: 4rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 215, 0, 0.5);
    margin-bottom: 0;
    animation: textGlow 3s ease-in-out infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-title i {
    font-size: 3.5rem;
}

/* About Content */
.about-content-wrapper {
    max-width: 900px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.about-main-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    border-radius: 25px;
    padding: 50px;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.about-main-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FFD700, #FF8C00, #FFD700);
}

.about-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 3px solid rgba(255, 215, 0, 0.2);
}

.company-title {
    color: #FF8C00;
    font-size: 2.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0;
    line-height: 1.2;
}

.company-title i {
    font-size: 2rem;
    color: #FFD700;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.content-section {
    padding: 20px 0;
}

.content-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
    text-align: justify;
    font-weight: 400;
}

.intro-paragraph {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #222 !important;
}

.highlight {
    color: #FF8C00;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 140, 0, 0.1));
    padding: 2px 6px;
    border-radius: 5px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.4);
}

.solution-text {
    background: rgba(255, 215, 0, 0.1);
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #FFD700;
    font-weight: 600 !important;
    color: #FF8C00 !important;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.solution-text i {
    font-size: 1.5rem;
    color: #FFD700;
    flex-shrink: 0;
}

.service-area-section {
    margin-top: 35px;
    text-align: center;
}

.location-box {
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    padding: 25px 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 1.4rem;
    font-weight: 700;
    box-shadow: 
        0 10px 30px rgba(255, 215, 0, 0.4),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 300px;
}

.location-box:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 40px rgba(255, 215, 0, 0.5),
        0 8px 20px rgba(0, 0, 0, 0.15);
}

.location-box i {
    font-size: 1.6rem;
}

.location-text {
    white-space: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-title {
        font-size: 3rem;
        flex-direction: column;
        gap: 15px;
    }
    
    .about-title i {
        font-size: 2.5rem;
    }
    
    .about-main-card {
        padding: 35px 25px;
        margin: 0 10px;
    }
    
    .company-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .company-title i {
        font-size: 1.6rem;
    }
    
    .content-section p {
        font-size: 1.1rem;
        text-align: left;
    }
    
    .intro-paragraph {
        font-size: 1.2rem !important;
    }
    
    .solution-text {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px;
    }
    
    .location-box {
        flex-direction: column;
        gap: 10px;
        padding: 20px 30px;
        font-size: 1.2rem;
        min-width: auto;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 40px 0 30px;
    }
    
    .about-title {
        font-size: 2.5rem;
    }
    
    .about-main-card {
        padding: 25px 20px;
    }
    
    .company-title {
        font-size: 1.5rem;
    }
    
    .content-section p {
        font-size: 1rem;
    }
    
    .intro-paragraph {
        font-size: 1.1rem !important;
    }
    
    .location-box {
        font-size: 1.1rem;
        padding: 18px 25px;
    }
}

/* Services Page Styles */
.services-hero {
    text-align: center;
    padding: 60px 0 40px;
    margin-top: 20px;
}

.services-title-container {
    max-width: 600px;
    margin: 0 auto;
}

.services-title {
    font-size: 4rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 215, 0, 0.5);
    margin-bottom: 0;
    animation: textGlow 3s ease-in-out infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.services-title i {
    font-size: 3.5rem;
}

/* Services Navigation */
.services-navigation {
    margin: 40px 0;
    padding: 0 20px;
}

.services-nav-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.service-nav-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #FF8C00;
    border: 2px solid rgba(255, 215, 0, 0.3);
    padding: 15px 25px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    white-space: nowrap;
    min-width: 250px;
    text-align: center;
}

.service-nav-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.6);
}

.service-nav-btn.active {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000;
    border-color: rgba(255, 215, 0, 0.8);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

/* Services Content */
.services-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-content-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    border-radius: 25px;
    padding: 50px;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.service-content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FFD700, #FF8C00, #FFD700);
}

.service-header {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 3px solid rgba(255, 215, 0, 0.2);
}

.service-main-title {
    color: #FF8C00;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-body {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
}

.service-body p {
    margin-bottom: 20px;
    text-align: justify;
}

.service-body .highlight {
    color: #FF8C00;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 140, 0, 0.1));
    padding: 2px 6px;
    border-radius: 5px;
}

.service-body ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.service-body ul li {
    background: rgba(255, 215, 0, 0.1);
    margin-bottom: 12px;
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #FFD700;
    font-weight: 500;
    color: #FF8C00;
    position: relative;
    padding-left: 50px;
}

.service-body ul li::before {
    content: '\f084';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FFD700;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
}

.service-footer {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 2px solid rgba(255, 215, 0, 0.2);
    text-align: center;
}

.service-company-info {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.05));
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.service-company-info p {
    color: #FF8C00;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
}

.service-location {
    color: #FFD700;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}

/* Loading state */
.loading-content {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.loading-content i {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 20px;
    animation: spin 2s linear infinite;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
    .services-nav-buttons {
        gap: 12px;
    }
    
    .service-nav-btn {
        min-width: 220px;
        padding: 12px 20px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .services-title {
        font-size: 3rem;
        flex-direction: column;
        gap: 15px;
    }
    
    .services-title i {
        font-size: 2.5rem;
    }
    
    .services-nav-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .service-nav-btn {
        min-width: 280px;
        width: 100%;
        max-width: 350px;
    }
    
    .service-content-card {
        padding: 35px 25px;
        margin: 0 10px;
    }
    
    .service-main-title {
        font-size: 2rem;
    }
    
    .service-body {
        font-size: 1rem;
    }
    
    .service-body p {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 40px 0 30px;
    }
    
    .services-title {
        font-size: 2.5rem;
    }
    
    .service-content-card {
        padding: 25px 20px;
    }
    
    .service-main-title {
        font-size: 1.8rem;
    }
    
    .service-nav-btn {
        padding: 15px 20px;
        font-size: 12px;
        min-width: auto;
    }
    
    .service-body ul li {
        padding-left: 45px;
        font-size: 0.95rem;
    }
}

/* Gallery Page Styles */
.gallery-hero {
    text-align: center;
    padding: 60px 0 40px;
    margin-top: 20px;
}

.gallery-title-container {
    max-width: 800px;
    margin: 0 auto;
}

.gallery-title {
    font-size: 4rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 215, 0, 0.5);
    margin-bottom: 20px;
    animation: textGlow 3s ease-in-out infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.gallery-title i {
    font-size: 3.5rem;
}

.gallery-subtitle {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

/* Gallery Navigation */
.gallery-navigation {
    margin: 40px 0;
    padding: 0 20px;
}

.gallery-nav-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.gallery-nav-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #FF8C00;
    border: 2px solid rgba(255, 215, 0, 0.3);
    padding: 18px 40px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
    justify-content: center;
}

.gallery-nav-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.6);
}

.gallery-nav-btn.active {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000;
    border-color: rgba(255, 215, 0, 0.8);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.gallery-nav-btn i {
    font-size: 1.2rem;
}

/* Gallery Content */
.gallery-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-section {
    opacity: 1;
    transition: all 0.3s ease;
}

.gallery-section.hidden {
    display: none;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    color: #FF8C00;
    font-size: 2.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.section-title i {
    color: #FFD700;
    font-size: 2rem;
}

.section-description {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.9;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    min-height: 400px;
}

.gallery-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 2px solid rgba(255, 215, 0, 0.2);
}

.gallery-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 215, 0, 0.5);
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item:hover img,
.gallery-item:hover video {
    transform: scale(1.05);
}

.gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

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

.gallery-item-overlay i {
    font-size: 3rem;
    color: #FFD700;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.gallery-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

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

.gallery-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.gallery-item-description {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.4;
}

/* Video specific styles */
.video-item {
    position: relative;
}

.video-item::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FF8C00, #FFD700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-item::after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1rem;
    z-index: 3;
}

/* Gallery Navigation Controls */
.gallery-navigation-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    padding: 20px;
}

.nav-control-btn {
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.nav-control-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.nav-control-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.gallery-counter {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 25px;
    border-radius: 20px;
    color: #FF8C00;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255, 215, 0, 0.3);
    backdrop-filter: blur(10px);
}

/* Lightbox Styles */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.lightbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.lightbox-close:hover {
    transform: scale(1.1) rotate(90deg);
}

.lightbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80vw;
    max-height: 80vh;
}

.lightbox-content img,
.lightbox-content video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.lightbox-content video {
    outline: none;
}

.lightbox-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 -60px;
}

.lightbox-nav-btn {
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.lightbox-nav-btn:hover {
    transform: scale(1.1);
}

.lightbox-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.lightbox-info {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 15px;
    color: #FF8C00;
    font-weight: 600;
    border: 2px solid rgba(255, 215, 0, 0.3);
    backdrop-filter: blur(10px);
}

/* Loading State */
.gallery-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: #FFD700;
    font-size: 1.2rem;
    flex-direction: column;
    gap: 20px;
}

.gallery-loading i {
    font-size: 3rem;
    animation: spin 2s linear infinite;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .lightbox-container {
        max-width: 95vw;
        max-height: 95vh;
        padding: 15px;
    }
    
    .lightbox-content {
        max-width: 85vw;
        max-height: 85vh;
    }
}

@media (max-width: 768px) {
    .gallery-title {
        font-size: 3rem;
        flex-direction: column;
        gap: 15px;
    }
    
    .gallery-title i {
        font-size: 2.5rem;
    }
    
    .gallery-subtitle {
        font-size: 1.2rem;
    }
    
    .gallery-nav-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .gallery-nav-btn {
        width: 100%;
        max-width: 300px;
        padding: 15px 30px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery-navigation-controls {
        gap: 20px;
    }
    
    .nav-control-btn {
        width: 45px;
        height: 45px;
    }
    
    .lightbox-navigation {
        padding: 0 -40px;
    }
    
    .lightbox-nav-btn {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .gallery-hero {
        padding: 40px 0 30px;
    }
    
    .gallery-title {
        font-size: 2.5rem;
    }
    
    .gallery-content-wrapper {
        padding: 0 15px;
    }
    
    .lightbox-container {
        padding: 10px;
    }
    
    .lightbox-content {
        max-width: 90vw;
        max-height: 90vh;
    }
    
    .lightbox-close {
        width: 40px;
        height: 40px;
        top: -12px;
        right: -12px;
    }
}

/* ===== SINGLE CLEAN SLIDER CSS - REPLACE ALL SLIDER CSS WITH THIS ===== */

/* Auto Models Page Styles */
.manufacturers-slider-section {
    padding: 40px 0;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    overflow: hidden; /* Prevent page scrolling */
}

/* Slider Container - SINGLE DEFINITION */
.slider-container {
    position: relative !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    overflow: hidden !important;
    padding: 0 10px !important;
    width: 100% !important;
    transform: translateZ(0) !important;
}

/* Manufacturers Slider - SINGLE DEFINITION */
.manufacturers-slider {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    overflow: visible;
    flex: 1; /* Takes space between buttons */
    padding: 20px 0;
    transform: translateX(0px);
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
    width: auto;
}

/* Logo Styling - SINGLE DEFINITION */
.manufacturer-logo {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.manufacturer-logo img {
    max-width: 90px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
}

/* Logo Hover Effects */
.manufacturer-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.manufacturer-logo:hover::before {
    left: 100%;
}

.manufacturer-logo:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.3);
}

.manufacturer-logo:hover img {
    transform: scale(1.1);
}

/* Slider Buttons - SINGLE DEFINITION */
.slider-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.4rem;
    box-shadow: 
        0 6px 20px rgba(255, 215, 0, 0.3),
        0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
    flex-shrink: 0; /* Prevent buttons from shrinking */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.slider-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.slider-btn:hover::before {
    width: 100%;
    height: 100%;
}

.slider-btn:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 10px 30px rgba(255, 215, 0, 0.4),
        0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

.slider-btn:active {
    transform: scale(1.05) rotate(2deg);
}

.slider-btn i {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.slider-btn:hover i {
    transform: scale(1.1);
}

/* Container Background Effect */
.slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(255, 215, 0, 0.05) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgba(255, 215, 0, 0.05) 100%);
    pointer-events: none;
    border-radius: 20px;
}

/* Mobile Responsive */


@media (max-width: 768px) {
    /* .slider-container {
        gap: 10px;
        padding: 0 5px;
    } */
    
    .slider-btn {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    /* .manufacturers-slider {
        gap: 25px;
    } */
}

@media (max-width: 480px) {
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    /* .manufacturers-slider {
        gap: 20px;
    } */
    
    .manufacturer-logo {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
        height: 65px;
        padding: 12px;
    }
    
    .manufacturer-logo img {
        max-width: 75px;
        max-height: 40px;
    }
}

/* FORCE BUTTON FIX - ADD AT THE VERY END */
.slider-container {
    position: relative !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    overflow: hidden !important;
    padding: 0 10px !important;
    width: 100% !important;
    transform: translateZ(0) !important;
}

.prev-btn, .next-btn {
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 100 !important;
}

.manufacturers-slider {
    flex: 1 !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* Mobile fixes */
@media (max-width: 1024px) {
    .slider-container {
        gap: 15px !important;
    }
    
    .slider-btn {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.3rem !important;
    }
}

@media (max-width: 768px) {
    .slider-container {
        gap: 10px !important;
        padding: 0 5px !important;
    }
    
    .slider-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.2rem !important;
    }
    
    .manufacturers-slider {
        gap: 25px !important;
    }
}

@media (max-width: 480px) {
    .slider-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
    }
    
    .manufacturers-slider {
        gap: 20px !important;
    }
}

/* Services Carousel Styles */
.services-carousel-section {
    padding: 60px 0;
    margin: 50px 0;
    overflow: hidden;
}

.services-carousel-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.services-carousel {
	display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    /* animation: rotateServices 45s linear infinite; */
    will-change: transform;
}
/*
.services-carousel:hover {
    animation-play-state: paused;
}*/

@keyframes rotateServices {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.service-carousel-card {
    width: 100%;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    flex-shrink: 0;
}

.service-carousel-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.service-card-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.service-carousel-card:hover .service-card-image img {
    transform: scale(1.1);
}

.service-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent);
    padding: 40px 30px 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.service-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.service-card-button {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000;
    padding: 15px 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    width: fit-content;
    gap: 15px;
    min-width: 150px;
}

.service-carousel-card:hover .service-card-button {
    background: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 215, 0, 0.4);
}

.service-card-button i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.service-carousel-card:hover .service-card-button i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .service-carousel-card {
        min-width: 100%;
        height: 280px;
    }
    
    .service-card-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .services-carousel-section {
        padding: 40px 0;
        margin: 30px 0;
    }

    .services-carousel {
    	grid-template-columns: repeat(2, 1fr);
    }

    .service-carousel-card {
        min-width: 100%;
        height: 250px;
    }
    
    .service-card-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .service-card-overlay {
        padding: 30px 20px 20px;
    }
    
    .service-card-button {
        padding: 12px 20px;
        font-size: 0.9rem;
        min-width: 130px;
    }
}

@media (max-width: 480px) {

    .services-carousel {
    	grid-template-columns: repeat(1, 1fr);
    }

    .service-carousel-card {
        min-width: 100%;
        height: 220px;
    }
    
    .service-card-title {
        font-size: 1.2rem;
    }
    
    .service-card-button {
        padding: 10px 18px;
        font-size: 0.8rem;
        min-width: 120px;
    }
}


/* Footer Styles */
.footer {
    background-color: #2c3e50;
    color: white;
    padding: 94px 0 20px;
    margin-top: 50px;
    text-align: center;
}
.footer a {
    color: white;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.footer-section h3 {
    color: #f39c12;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-link:hover {
    color: #f39c12;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item i {
    color: #f39c12;
    margin-top: 2px;
    width: 20px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #34495e;
}

/* Popup Modal Styles */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
}

.popup-content {
    background-color: white;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    position: relative;
    color: #333;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}

.popup-close:hover {
    color: #000;
}

#popupTitle {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 30px
}

#popupTitle:has(.mb_0) {
  margin-bottom: 0 !important;
}

.popup-content .datenschutz b {
	font-size: 24px;
	color: #2c3e50;
}

.popup-content:has(.datenschutz) {
  font-size: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .popup-content {
        width: 95%;
        margin: 10% auto;
        padding: 20px;
    }

    #popupTitle:has(.mb_0),
    .popup-content .datenschutz b,
    .popup-content:has(.datenschutz) {
      font-size: 20px;
    }
}

.footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* New CSS */
.footer-section.contact-info {
	padding: 0 10px 32px;
	background: rgba(0,0,0,.1);
}
.footer-section.contact-info .logo-section {
	margin-top: -36px;
	margin-bottom: 12px;
}
.footer-section.contact-info .contact-item i {
	color: white;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
@media (max-width: 768px) {
	.footer-section.contact-info {
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	.main-content {
		padding: 20px 0px 40px 0px
	}
	.main-text {
		font-size: 0.9rem
	}
	.services-carousel-section {
		padding: 20px 0 0;
		margin: 0px 0;
	}
}
/* Blog page styling */
.blog-wrap{max-width:1100px;margin:40px auto;padding:0 16px;}
.blog-hero{
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,215,0,.35);
  border-radius: 18px;
  padding: 22px;
}
.blog-hero h1{margin:0 0 10px 0;color:#FFD700;font-size:34px;font-weight:800;}
.blog-hero p{margin:0;color:#fff;opacity:.95;line-height:1.6;}

.blog-card{
  background: rgba(18,24,38,.88);
  border: 1px solid rgba(255,215,0,.25);
  border-radius: 18px;
  padding: 18px;
  margin-top:16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.blog-card h2{margin:0 0 10px 0;font-size:22px;line-height:1.25}
.blog-card h2 a{color:#FFD700;text-decoration:none}
.blog-card h2 a:hover{text-decoration:underline}
.blog-excerpt{color:#fff;opacity:.95;line-height:1.65;margin:0 0 14px 0}
.blog-btn{
  display:inline-block;background:#FFD700;color:#111;text-decoration:none;
  font-weight:800;padding:10px 14px;border-radius:12px;
}
.blog-btn:hover{filter:brightness(.95)}

