body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ===== TOP BAR ===== */
.top-bar {
    background-color: #e10072;
    color: white;
    font-size: 1rem;
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 15s linear infinite;
}

@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

.contact-number {
    font-weight: bold;
    color: #ffd700;
}

/* ===== LOGO & CONTACT BUTTONS ===== */
.logo {
    max-height: 70px;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-btn {
    background: linear-gradient(90deg, #28a745, #20c997);
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 6px 14px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 128, 0, 0.4);
}

.whatsapp-btn {
    background: linear-gradient(90deg, #ff8800, #ff0080);
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 6px 14px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(255, 0, 128, 0.4);
}

/* ===== NAVIGATION BAR ===== */
.main-nav {
    background-color: #e10072;
}

.main-nav .nav-link {
    color: white !important;
    font-weight: bold;
    padding: 10px 30px;
    position: relative;
    transition: background 0.3s, color 0.3s;
}

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

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

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    background-color: #ff007f;
    border-radius: 4px;
}

/* Center align links in phone view */
@media (max-width: 768px) {
    .main-nav .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main-nav .nav-link {
        padding: 10px 15px;
    }
}

/* Move hamburger to the right */
.main-nav .navbar-toggler {
    margin-left: auto;
}



/* ===== ABOUT SECTION ===== */
.about-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    text-align: center;
}

.header-text {
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards 0.5s;
}

.header-text h1 {
    font-size: 2.5rem;
    color: #e10072;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-text .breadcrumb {
    color: #777;
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic;
}

.about-content {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.about-content h2 {
    color: #e10072;
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.btn-contact {
    display: inline-block;
    padding: 12px 28px;
    background-color: #e10072;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: #ff007f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 0, 114, 0.3);
}
.eagle-image
{
    width: 100%;
}

/* ===== PREMIUM QUALITY SECTION ===== */
.premium-section {
    padding: 50px 20px;
    background-color: #ffffff;
}

.about-us-box {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.about-us-box h3 {
    background-color: #d4a017;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 10px;
}

.about-us-box h2 {
    color: #d4a017;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-us-box p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.services-banners {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.banner {
    flex: 1;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 10px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wholesale {
    background-color: #28a745;
}
.wholesale_img {
    width: 100%;
}

.retail {
    background-color: #1e90ff;
}

.retail_img {
    width: 100%;
}

@media (max-width: 768px) {
    .services-banners {
        flex-direction: column;
    }
    .banner {
        min-height: 150px;
    }
}



/* ===== WHY EAGLE CRACKERS SECTION ===== */
.choose-container {
    padding: 60px 20px;
    background-color: #f8f1e9;
    text-align: center;
}

.choose-title {
    font-size: 2.5rem;
    color: #d35400;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}

.choose-title::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #e74c3c;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.choose-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.choose-card {
    background: linear-gradient(135deg, #f1c40f, #e67e22);
    color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.choose-icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.choose-card-content h3 {
    font-size: 1.3rem;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
}

.choose-card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #f5f5f5;
    margin: 0;
}

@media (max-width: 768px) {
    .choose-title {
        font-size: 2rem;
    }
    .choose-cards-container {
        grid-template-columns: 1fr;
    }
    .choose-card {
        padding: 20px;
    }
}



/* footer */


.footer-section {
    background: linear-gradient(to bottom, #ff007f, #b3005e);
    color: white;
    padding: 40px 20px;
    border-top: 2px solid #ff007f;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-logo {
    flex: 1;
    min-width: 250px;
}

.footer-logo-img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.footer-links, .footer-contact {
    flex: 1;
    min-width: 200px;
}

.footer-links h3, .footer-contact h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
}

.footer-links ul, .footer-contact ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li, .footer-contact ul li {
    margin: 10px 0;
    font-size: 1.1rem;
    font-family: 'Helvetica', sans-serif;
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

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

.footer-contact ul li span {
    display: block;
    font-size: 1.1rem;
    font-family: 'Helvetica', sans-serif;
}

.social-icon {
    color: white;
    font-size: 1.8rem;
    margin: 0 12px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

.social-icon:hover {
    color: #e64a19;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    font-family: 'Georgia', serif;
}

.footer-bottom p {
    margin: 5px 0;
    font-weight: 500;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo, .footer-links, .footer-contact {
        margin-bottom: 20px;
    }

    .footer-logo-img {
        width: 120px;
    }

    .footer-links h3, .footer-contact h3 {
        font-size: 1.2rem;
    }

    .footer-links ul li, .footer-contact ul li {
        font-size: 1rem;
    }

    .social-icon {
        font-size: 1.5rem;
    }

    .footer-bottom {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .footer-logo-img {
        width: 100px;
    }

    .footer-links h3, .footer-contact h3 {
        font-size: 1rem;
    }

    .footer-links ul li, .footer-contact ul li {
        font-size: 0.9rem;
    }

    .social-icon {
        font-size: 1.2rem;
    }

    .footer-bottom {
        font-size: 0.8rem;
    }
}





/* Footer Bar */
.footer-bar {
    position: fixed;
    bottom: 20px;
    background-color: transparent;
    left: 0;
    right: 0;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Social Media Links */
.footer-left a {
    color: #ffcc33;
    font-size: 24px;
    margin-right: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}
.footer-left a:hover {
    color: #ff6600;
    transform: scale(1.2);
}

/* Order Now Button */
.order-now-btn {
    background: #ff0000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    transition: 0.3s ease;
}
.order-now-btn:hover {
    background: #ff4d4d;
    box-shadow: 0 0 25px rgba(255, 0, 0, 1);
}

/* Responsive Design */
@media (max-width: 900px) {
    .welcome-section {
        flex-direction: column;
        text-align: center;
    }
    .welcome-left img {
        max-width: 90%;
    }
    .welcome-right {
        max-width: 100%;
    }
}


/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 15px;
    }
    .header-text h1 {
        font-size: 2rem;
    }
    .about-content {
        padding: 20px;
        margin-top: 20px;
    }
    .about-content h2 {
        font-size: 1.7rem;
    }
    .btn-contact {
        padding: 10px 20px;
    }
}
