/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-red: #c41e3a;
    --primary-dark: #1a1a1a;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --gray-medium: #e0e0e0;
    --text-dark: #333333;
    --text-muted: #666666;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Top Header */
.top-header {
    background: var(--white);
    border-bottom: 1px solid var(--gray-medium);
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.logo-main {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-red);
    letter-spacing: 2px;
}

.logo-xerox {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-dark);
    background: linear-gradient(to right, #333 50%, #c41e3a 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.logo-tagline {
    font-size: 8px;
    color: var(--text-muted);
    letter-spacing: 1px;
    margin-left: 5px;
    font-weight: 500;
}

.slogan {
    display: flex;
    align-items: baseline;
    gap: 3px;
    font-size: 12px;
}

.slogan-text {
    font-weight: 600;
    color: var(--text-dark);
}

.slogan-we {
    background: var(--primary-red);
    color: var(--white);
    padding: 2px 5px;
    font-weight: 700;
    font-size: 10px;
}

.slogan-print {
    color: var(--primary-red);
    font-weight: 700;
}

.slogan-sub {
    font-size: 10px;
    color: var(--text-muted);
    font-style: italic;
}

.header-center .hours {
    font-size: 11px;
    color: var(--text-dark);
    line-height: 1.4;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 150px;
}

.main-nav {
    display: flex;
    gap: 57px;
}

.main-nav a {
    text-decoration: none;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--primary-red);
}

.payment-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--gray-medium);
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 17px;
    transition: box-shadow 0.3s;
}

.payment-btn:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.payment-btn .icon {
    font-size: 18px;
    color: #3399cc;
}

.payment-btn .text {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
}

.payment-btn .sub {
    font-size: 8px;
    color: var(--text-muted);
}

/* Secondary Navigation */
.secondary-nav {
    background: linear-gradient(90deg,
        #e71f2b 0%,   /* Red */
        #f7c600 50%, /* Yellow */
        #00bcd4 100% /* Cyan Blue */
    );
    padding: 5px 0;
   
}

.secondary-nav .container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.secondary-nav a {
        color:white;
    text-decoration: none;
    font-size: 14px;
   
    font-weight: 500;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.secondary-nav a:hover {
    opacity: 0.8;
}

/* Hero Section */
.hero {
   
    min-height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

.hero-text {
    color: var(--white);
    max-width: 500px;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 350px;
}

.hero-image {
    position: relative;
    width: 500px;
    height: 300px;
}

.business-cards-display {
    position: relative;
    width: 100%;
    height: 100%;
}

.card {
    position: absolute;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.card-1 {
    width: 140px;
    height: 200px;
    top: 20px;
    right: 80px;
    transform: rotate(-5deg);
    background: linear-gradient(135deg, #d0d0d0 0%, #b8b8b8 100%);
}

.card-2 {
    width: 130px;
    height: 180px;
    top: 10px;
    right: 200px;
    transform: rotate(8deg);
    background: linear-gradient(135deg, #c8c8c8 0%, #a8a8a8 100%);
}

.card-3 {
    width: 150px;
    height: 90px;
    top: 120px;
    right: 20px;
    transform: rotate(15deg);
    background: linear-gradient(135deg, #e0d5c5 0%, #c8b8a0 100%);
}

.card-4 {
    width: 140px;
    height: 85px;
    top: 180px;
    right: 150px;
    transform: rotate(-8deg);
    background: linear-gradient(135deg, #d8d8d8 0%, #b8b8b8 100%);
}

.hero-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-arrow {
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 36px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    padding: 0 15px;
}

.nav-arrow:hover {
    opacity: 1;
}

.carousel-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: var(--white);
}

/* Products Section */
.products {
    padding: 60px 0;
    background: var(--white);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card {
    text-align: center;
}

.product-image {
    background: linear-gradient(135deg, #e8e8e8 0%, #d8d8d8 100%);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.placeholder-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

/* View Pricing Button with Hover Effect */
.product-image {
    position: relative;
    overflow: hidden;
}

.view-pricing-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-red);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.4);
    white-space: nowrap;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 5;
}

.product-card:hover .product-image::before {
    opacity: 1;
    visibility: visible;
}

.product-card:hover .view-pricing-btn {
    opacity: 1;
    visibility: visible;
}

.view-pricing-btn:hover {
    background: #a01830;
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.5);
}

.badge-sample {
    background: #2d5a3d;
    color: #ffd700;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Infrastructure Section */
.infrastructure {
    display: flex;
    min-height: 500px;
}

.infra-left {
    flex: 1;
    background: var(--primary-dark);
    color: var(--white);
    padding: 60px;
    display: flex;
    align-items: center;
}

.infra-content {
    max-width: 600px;
}

.section-label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary-red);
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.infra-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

.infra-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.85);
}

.infra-right {
    flex: 0 0 40%;
    background: var(--primary-red);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.brand-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
}

.logo-item {
    color: var(--white);
    font-weight: 600;
}

.xerox {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 3px;
}

.konica {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    letter-spacing: 1px;
}

.konica-circle {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    margin-bottom: 5px;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 3px,
        rgba(255,255,255,0.5) 3px,
        rgba(255,255,255,0.5) 6px
    );
}

.hp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-logo {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-red);
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
}

.epson {
    font-size: 32px;
    letter-spacing: 2px;
}

.canon {
    font-size: 38px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: 1px;
}

/* About Us Section */
.about {
    padding: 80px 0;
    background: var(--white);
}

.section-title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.about-card {
    text-align: center;
}

.about-icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--gray-medium);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--text-dark);
}

.about-icon svg {
    width: 40px;
    height: 40px;
}

.about-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.about-card p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--text-muted);
}

/* Testimonials Section */
.testimonials {
    padding: 60px 0;
    background: var(--gray-light);
}

.testimonials-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.testimonials-left .section-label {
    color: var(--text-dark);
    border-color: var(--primary-red);
}

.testimonials-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0;
    color: var(--primary-dark);
}

.testimonials-left p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 25px;
}

.google-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.google-icon {
    width: 45px;
    height: 45px;
    background: #4285f4;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.rating-info {
    display: flex;
    flex-direction: column;
}

.rating-score {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.stars {
    color: #ffc107;
    font-size: 14px;
    letter-spacing: 2px;
}

.review-count {
    font-size: 12px;
    color: var(--text-muted);
}

.testimonials-right {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.testimonial-carousel {
    position: relative;
}

.quote-icon {
    font-size: 60px;
    color: var(--gray-medium);
    line-height: 0.5;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar {
    width: 30px;
    height: 30px;
    background: var(--gray-medium);
    border-radius: 50%;
}

.author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.carousel-btn {
    background: transparent;
    border: 1px solid var(--gray-medium);
    width: 30px;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    color: var(--text-dark);
    transition: all 0.3s;
}

.carousel-btn:hover {
    background: var(--primary-red);
    color: var(--white);
    border-color: var(--primary-red);
}

.slide-counter {
    font-size: 12px;
    color: var(--text-muted);
}

/* Clients Section */
.clients {
    padding: 60px 0;
    background: var(--white);
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    align-items: center;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.logo-placeholder {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    max-width: 100px;
}

.govt {
    color: #2d5a3d;
    border: 2px solid #2d5a3d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

.police {
    background: #1a3a5c;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
}

.pistahouse {
    background: #1a4d1a;
    color: #d4af37;
    padding: 10px 20px;
    border: 2px solid #d4af37;
    font-family: 'Playfair Display', serif;
}

.neerus {
    color: #e91e63;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 1px;
}

.bahar {
    background: #8b0000;
    color: #ffd700;
    padding: 8px 15px;
    border-radius: 50%;
    font-size: 10px;
}

.hamstech {
    color: var(--text-dark);
    font-size: 14px;
    letter-spacing: 2px;
}

.indigo {
    color: #000080;
    font-size: 24px;
    font-weight: 700;
}

.airindia {
    color: #dc143c;
    font-size: 12px;
    font-weight: 700;
}

.gar {
    font-size: 32px;
    font-weight: 800;
    color: #1e4d8c;
    letter-spacing: -2px;
}

.gar::first-letter {
    color: #dc143c;
}

.crest {
    width: 50px;
    height: 50px;
    background: #1a4d1a;
    border-radius: 50%;
    border: 3px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
}

.kangaroo {
    color: #8b4513;
    font-weight: 700;
}

.sreenidhi {
    width: 50px;
    height: 50px;
    background: #1e4d8c;
    border-radius: 50%;
    border: 3px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 8px;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .top-header .container {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .header-left {
        flex-wrap: wrap;
    }
    
    .main-nav {
        flex-wrap: wrap;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }
    
    .hero-text p {
        margin: 0 auto;
    }
    
    .hero-image {
        margin-top: 40px;
    }
    
    .infrastructure {
        flex-direction: column;
    }
    
    .infra-right {
        flex: 0 0 auto;
        padding: 40px 20px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .testimonials-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .secondary-nav .container {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 12px 10px;
    }
    
    .hero-text h1 {
        font-size: 32px;
    }
    
    .infra-content h2,
    .section-title,
    .testimonials-left h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brand-logos {
        grid-template-columns: 1fr;
    }
}

/* Contact Us Section */
.contact {
    padding: 80px 0 40px;
    background: var(--gray-light);
    text-align: center;
}

.contact-subtitle {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.contact-icon {
    width: 60px;
    height: 60px;
    border: 2px solid var(--gray-medium);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
}

.contact-icon svg {
    width: 30px;
    height: 30px;
}

.contact-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.contact-info p {
    font-size: 13px;
    color: var(--text-muted);
}

.contact-info a {
    color: var(--primary-red);
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Locations Section */
.locations {
    background: var(--primary-dark);
    padding: 60px 0;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.location-card {
    color: var(--white);
}

.location-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white);
}

.location-detail {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.loc-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--white);
}

.loc-icon svg {
    width: 100%;
    height: 100%;
}

.loc-content h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--white);
}

.loc-content p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
}

.location-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s;
}

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

.map-btn {
    background: var(--white);
    color: #4285f4;
}

.whatsapp-btn {
    background: #25d366;
    color: var(--white);
}

.action-btn svg {
    width: 18px;
    height: 18px;
}

/* Footer */
.footer {
    background: var(--primary-dark);
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-brand .footer-logo {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 15px;
}

.footer-brand .logo-main {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-red);
}

.footer-brand .logo-xerox {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.copyright {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}

.footer-links {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
}

.footer-links a {
    color: #4285f4;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-nav,
.footer-products,
.footer-products-col2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav a,
.footer-products a,
.footer-products-col2 a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s;
}

.footer-nav a:hover,
.footer-products a:hover,
.footer-products-col2 a:hover {
    color: var(--white);
}

.footer-social {
    text-align: left;
}

.social-text {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.social-icon {
    width: 24px;
    height: 24px;
    color: var(--white);
    transition: color 0.3s;
}

.social-icon:hover {
    color: var(--primary-red);
}

.social-icon svg {
    width: 100%;
    height: 100%;
}

/* Additional Responsive Styles for Contact & Footer */
@media (max-width: 1200px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .contact-options {
        flex-direction: column;
        gap: 30px;
    }
    
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-social {
        text-align: left;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .locations-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-box {
        flex-direction: column;
        text-align: center;
    }
}

/* Product Modals */
.product-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.product-modal.active {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    background: var(--white);
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(5, 27, 36, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    transition: all 0.3s;
}

.modal-close:hover {
    background: var(--primary-red);
    color: var(--white);
}

.modal-header {
    background: var(--primary-red);
    padding: 20px 30px;
    position: relative;
}

.modal-header::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transform: skewX(-15deg);
}

.modal-header::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-15deg);
}

.modal-header h2 {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-left: 20px;
}

.modal-body {
    padding: 30px;
}

/* Card Samples Grid */
.card-samples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.sample-card {
    background: linear-gradient(135deg, #ffcdd2 0%, #f8bbd9 100%);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    position: relative;
}

.sample-num {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    background: var(--primary-red);
    color: var(--white);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample-img {
    width: 100%;
    height: 80px;
    background: var(--white);
    border-radius: 4px;
    margin: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sample-label {
    font-size: 10px;
    color: var(--text-dark);
    display: block;
    line-height: 1.3;
}

/* Pricing Table */
.pricing-table {
    overflow-x: auto;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.pricing-table th {
    background: var(--primary-red);
    color: var(--white);
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

.pricing-table th:first-child {
    border-radius: 4px 0 0 0;
}

.pricing-table th:last-child {
    border-radius: 0 4px 0 0;
}

.pricing-table td {
    padding: 12px 8px;
    text-align: center;
    border-bottom: 1px solid var(--gray-medium);
    background: #ffebee;
}

.pricing-table tr:nth-child(even) td {
    background: #fff0f3;
}

.pricing-table tr:hover td {
    background: #ffcdd2;
}

.qty-col {
    font-weight: 700;
    color: var(--primary-red);
    font-size: 14px;
}

.price {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 13px;
}

.pricing-table small {
    font-size: 9px;
    color: var(--text-muted);
}

/* Letterhead Specific Styles */
.letterhead-header {
    background: var(--primary-red);
}

.letterhead-body {
    padding: 30px;
}

.letterhead-preview {
    background: linear-gradient(135deg, #ffcdd2 0%, #f8bbd9 100%);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.letterhead-img {
    width: 100%;
    max-width: 400px;
    height: 500px;
    background: var(--white);
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    position: relative;
}

.letterhead-img::before {
    content: 'BHAVANA ASTHANA & CO.';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 10px;
    color: var(--text-dark);
    font-weight: 600;
}

.letterhead-img::after {
    content: 'CHARTERED ACCOUNTANTS';
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 8px;
    color: var(--text-muted);
}

.letterhead-table th {
    padding: 15px;
    font-size: 13px;
}

.letterhead-table td {
    padding: 15px;
}

.product-name {
    font-weight: 700;
    color: var(--primary-red);
}

/* Modal Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 85vh;
    }
    
    .card-samples {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal-header h2 {
        font-size: 18px;
    }
    
    .pricing-table {
        font-size: 11px;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 8px 4px;
    }
    
    .letterhead-img {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .card-samples {
        grid-template-columns: 1fr;
    }
    
    .modal-body {
        padding: 15px;
    }
}

/* Product Placeholder in Modals */
.product-placeholder {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #ffebee 0%, #fff3e0 100%);
    border-radius: 8px;
}

.product-placeholder p {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.product-placeholder p:last-child {
    color: var(--primary-red);
    font-weight: 500;
}

/* Section Banner */
.section-banner {
    background: var(--primary-red);
    color: var(--white);
    text-align: center;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 25px;
    margin: 20px auto;
    display: table;
}

/* Sample Card Large */
.sample-card.large {
    padding: 20px;
}

.sample-card.large .sample-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-red);
    display: block;
    margin-bottom: 10px;
}

/* Product Card with Price Tag */
.sample-card.product-card {
    position: relative;
    padding: 15px;
}

.sample-card.product-card .sample-title {
    font-size: 10px;
    line-height: 1.3;
    display: block;
    margin-bottom: 5px;
    min-height: 30px;
}

.price-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-red);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
}

.price-tag::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right-color: var(--primary-red);
}

.product-icons {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    color: var(--text-muted);
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.product-icons span {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-icons span::before {
    content: '◯';
    font-size: 16px;
    margin-bottom: 2px;
    color: var(--primary-red);
}

/* Invitation Samples */
.invitation-samples {
    grid-template-columns: repeat(2, 1fr);
}

.wedding-samples {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}

/* Mug Samples - 3x2 Grid */
.mug-samples {
    grid-template-columns: repeat(3, 1fr);
}

/* Frame Samples */
.frame-samples {
    grid-template-columns: repeat(3, 1fr);
}

.lamination-samples {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.frame-table th,
.frame-table td {
    font-size: 12px;
}

/* Calendar Samples */
.calendar-samples {
    grid-template-columns: repeat(3, 1fr);
}

.calendar-table th,
.calendar-table td {
    font-size: 11px;
    padding: 10px 6px;
}

/* T-Shirt Modal Specifics */
.tshirt-hero {
    margin-bottom: 20px;
}

.sample-card.featured {
    background: linear-gradient(135deg, #ffcdd2 0%, #f8bbd9 100%);
    padding: 20px;
    position: relative;
}

.sample-card.featured .sample-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-red);
}

.price-large {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--white);
    color: var(--primary-red);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
}

.price-large::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--white);
}

.features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
}

.features li {
    font-size: 12px;
    color: var(--text-dark);
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.features li::before {
    content: '•';
    color: var(--primary-red);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.color-options {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 15px 0;
}

.color-options.large {
    margin: 20px 0;
}

.color {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--white);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.color.white { background: #ffffff; }
.color.black { background: #1a1a1a; }
.color.navy { background: #1a237e; }
.color.blue { background: #2196f3; }
.color.red { background: #f44336; }
.color.yellow { background: #ffeb3b; }
.color.grey { background: #9e9e9e; }

.color-banner {
    background: var(--white);
    padding: 8px;
    text-align: center;
    font-size: 12px;
    color: var(--text-muted);
    margin: 10px 0;
}

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

.tshirt-table {
    margin-top: 20px;
}

.premium-features {
    list-style: none;
    padding: 15px;
    margin: 20px 0 0;
    background: var(--primary-red);
    border-radius: 8px;
}

.premium-features li {
    color: var(--white);
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}

.premium-features li::before {
    content: '✓';
    margin-right: 8px;
}

/* Wide Modal for Stickers */
.wide-modal .modal-content {
    max-width: 1100px;
}

/* Stickers Two Column Layout */
.stickers-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stickers-panel {
    background: linear-gradient(135deg, #ffcdd2 0%, #f8bbd9 100%);
    border-radius: 8px;
    padding: 15px;
}

.panel-title {
    background: var(--primary-red);
    color: var(--white);
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 4px;
}

.sticker-samples-small {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.sticker-sample {
    padding: 10px;
}

.sticker-sample .sample-img {
    min-height: 70px;
}

.section-subtitle {
    background: var(--primary-red);
    color: var(--white);
    text-align: center;
    padding: 6px;
    font-size: 11px;
    font-weight: 600;
    margin: 10px 0;
    border-radius: 4px;
}

.compact-table {
    font-size: 10px;
}

.compact-table th,
.compact-table td {
    padding: 4px 2px;
    font-size: 9px;
}

.table-note {
    display: block;
    text-align: center;
    font-size: 9px;
    color: var(--text-muted);
    margin-top: 10px;
}

/* Banner Samples */
.banner-samples {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.banner-sample {
    padding: 12px;
}

.banner-sample .sample-title {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary-red);
    display: block;
    margin-bottom: 8px;
}

.banner-sample .sample-img {
    min-height: 90px;
}

.banner-table {
    font-size: 12px;
}

.banner-table .product-name {
    text-align: left;
    font-size: 11px;
}

.banner-table .product-name strong {
    font-size: 12px;
    color: var(--primary-dark);
}

.banner-table .product-name small {
    font-size: 9px;
    color: var(--text-muted);
    line-height: 1.3;
}

.size-tag {
    display: inline-block;
    background: var(--primary-red);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    margin-left: 10px;
}

/* Face Mask Modal */
.mask-showcase {
    background: linear-gradient(135deg, #ffcdd2 0%, #f8bbd9 100%);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.mask-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.mask-img {
    background: var(--white);
    border-radius: 8px;
    min-height: 150px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.mask-template {
    background: var(--white);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.template-area {
    border: 2px dashed var(--primary-red);
    border-radius: 20px 20px 40px 40px;
    padding: 30px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 100px;
}

.template-area span {
    font-size: 11px;
    color: var(--text-muted);
    text-align: center;
}

.template-specs {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: var(--text-muted);
}

.mask-table {
    max-width: 400px;
    margin: 0 auto 20px;
}

.mask-table .qty-large {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-red);
}

.mask-table .rate-large {
    font-size: 14px;
    color: var(--text-dark);
}

.mask-table .rate-large .price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-red);
}

.mask-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.feature-icon {
    text-align: center;
}

.feature-icon span {
    display: block;
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.feature-icon small {
    font-size: 10px;
    color: var(--text-dark);
    line-height: 1.2;
}

/* Modal Sample Image Placeholders */
.sample-img {
    background: var(--white);
    min-height: 100px;
}

.invitation-a5,
.invitation-bifold {
    min-height: 120px;
}

.mug-white,
.mug-black,
.mug-cozi,
.bottle-smart,
.bottle-compass,
.bottle-vacuum {
    min-height: 100px;
}

.tshirt-polyester,
.tshirt-collar,
.tshirt-round {
    min-height: 150px;
}

.sticker-chocolate,
.sticker-haldiram,
.sticker-brand,
.sticker-creamstone {
    min-height: 70px;
}

.banner-flex,
.banner-shape,
.banner-foam,
.banner-standee,
.banner-vinyl,
.banner-fabric {
    min-height: 90px;
}

/* Responsive adjustments for new elements */
@media (max-width: 992px) {
    .wide-modal .modal-content {
        max-width: 95%;
    }
    
    .stickers-two-column {
        grid-template-columns: 1fr;
    }
    
    .banner-samples {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .invitation-samples,
    .wedding-samples,
    .mug-samples {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .frame-samples,
    .lamination-samples,
    .calendar-samples {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tshirt-samples {
        grid-template-columns: 1fr;
    }
    
    .price-large {
        font-size: 18px;
        padding: 6px 12px;
    }
    
    .section-banner {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .mask-features {
        gap: 15px;
    }
    
    .feature-icon span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .compact-table th,
    .compact-table td {
        padding: 3px 1px;
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .invitation-samples,
    .wedding-samples,
    .mug-samples,
    .frame-samples,
    .lamination-samples,
    .calendar-samples,
    .tshirt-samples,
    .banner-samples,
    .sticker-samples-small {
        grid-template-columns: 1fr;
    }
    
    .price-tag {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .sample-card.product-card .sample-title {
        font-size: 9px;
    }
    
    .mask-images {
        grid-template-columns: 1fr;
    }
    
    .template-area {
        flex-direction: column;
        gap: 10px;
    }
    
    .template-specs {
        flex-direction: column;
        gap: 5px;
    }
}
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 600px;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    transition: opacity 0.6s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation */

.hero-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    z-index: 10;
}

.nav-arrow {
    background: rgba(255,255,255,0.7);
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
}

.carousel-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.dot.active {
    background: #c4002f;
}
/* =========================================
   MOBILE RESPONSIVE MEDIA QUERY
========================================= */
@media (max-width: 768px) {

    /* BODY */
    body {
        overflow-x: hidden;
    }

    /* CONTAINER */
    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* HEADER */
    header {
        padding: 10px 15px;
    }

    /* LOGO */
    .logo img {
        width: 140px;
        height: auto;
    }

    /* HAMBURGER BUTTON */
    .menu-toggle {
        display: block;
        font-size: 28px;
        cursor: pointer;
        color: #000;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    /* NAVIGATION */
    .secondary-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 260px;
        height: 100vh;
        background: #fff;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        transition: 0.4s ease;
        padding-top: 80px;
        z-index: 999;
    }

    /* OPEN MENU */
    .secondary-nav.active {
        right: 0;
    }

    /* MENU LIST */
    .secondary-nav ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .secondary-nav ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .secondary-nav ul li a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .secondary-nav ul li a:hover {
        background: #f5f5f5;
    }

    /* DROPDOWN */
    .dropdown-menu {
        position: static !important;
        width: 100%;
        display: none;
        box-shadow: none;
        border: none;
        background: #f9f9f9;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }

    /* HERO SECTION */
    .hero-section {
        padding: 50px 15px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-section p {
        font-size: 15px;
    }

    /* GRID / CARDS */
    .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .card {
        width: 100%;
    }

    /* IMAGES */
    img {
        max-width: 100%;
        height: auto;
    }

    /* BUTTONS */
    .btn,
    button {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    /* FOOTER */
    footer {
        text-align: center;
        padding: 20px 15px;
    }

    footer .row {
        flex-direction: column;
    }
}
@media (max-width:768px){

/* SECOND NAV */
.secondary-nav{
    width:100% !important;
    background:#c41e3a !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    white-space:nowrap !important;
    position:relative !important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

/* HIDE SCROLLBAR */
.secondary-nav::-webkit-scrollbar{
    display:none;
}

/* CONTAINER */
.secondary-nav .container{
    display:inline-flex !important;
    flex-wrap:nowrap !important;
    min-width:max-content !important;
    gap:8px;
    padding:10px 12px;
}

/* LINKS */
.secondary-nav .container a{
    display:inline-block !important;
    white-space:nowrap !important;
    flex-shrink:0 !important;
    color:#fff !important;
    text-decoration:none;
    padding:8px 14px;
    font-size:13px;
}

}
/* =========================
   MOBILE AUTO SCROLL NAV
========================= */
@media (max-width:768px){

.secondary-nav{
    width:100%;
    overflow:hidden;
    background:#c41e3a;
    position:relative;
}

/* SCROLL TRACK */
.secondary-nav .container{
    display:flex;
    width:max-content;
    gap:20px;
    padding:10px 0;
    animation:navScroll 18s linear infinite;
}

/* STOP ON TOUCH / HOVER */
.secondary-nav .container:hover,
.secondary-nav .container:active{
    animation-play-state:paused;
}

/* LINKS */
.secondary-nav .container a{
    white-space:nowrap;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    padding:6px 12px;
    flex-shrink:0;
}

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

}
@media (max-width:768px){

.secondary-nav{
    width:100%;
    overflow:hidden;
    background:#c41e3a;
    position:relative;
}

.secondary-nav .container{
    display:flex;
    width:max-content;
    gap:15px;
    padding:10px 0;
    animation:marqueeMove 25s linear infinite;
}

/* STOP WHEN TOUCH */
.secondary-nav .container:hover,
.secondary-nav .container:active{
    animation-play-state:paused;
}

.secondary-nav a{
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
    font-size:13px;
    padding:6px 12px;
    flex-shrink:0;
}

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

}
.footer-logo img {
    width: 250px;
}
/* Footer Bottom */

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 20px 60px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;

    color: #fff;
    font-size: 14px;
    background: #020b1c;
}

.footer-bottom-right{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-right a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom-right a:hover{
    color: #c8a96e;
}

/* Mobile */

@media(max-width:768px){

    .footer-bottom{
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .footer-bottom-right{
        justify-content: center;
    }
}