/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 24 May 2025, 2:10:49 pm
    Author     : Shri Krishna
*/

.img-responsiv{
    width: 100%;
    height: auto;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 5px;
    }
        /* Custom CSS for the video hero section */
        .hero-video-section {
            position: relative;
            width: 100%;
            height: 100vh; /* Full viewport height */
            overflow: hidden;
            display: flex;
            align-items: center; /* Vertically center content */
            justify-content: center; /* Horizontally center content */
            color: white; /* Text color for content over video */
            text-align: center;
        }

        .hero-video-section video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1; /* Send video to background */
            transform: translate(-50%, -50%);
            /* Optional: object-fit cover to ensure video covers the area without distortion */
            object-fit: cover;
        }

        .hero-video-section .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay to make text readable */
            z-index: 0; /* Ensure overlay is above video but below content */
        }

        .hero-video-section .content {
            position: relative;
            z-index: 1; /* Ensure content is above the overlay */
            padding: 20px; /* Add some padding for smaller screens */
        }

        /* Optional: Responsive adjustments for font size */
        @media (max-width: 768px) {
            .hero-video-section h1 {
                font-size: 2.5rem; /* Adjust font size for smaller screens */
            }
            .hero-video-section p {
                font-size: 1.1rem;
            }
        }
        
         .category-showcase {
            padding: 60px 0; /* Add some vertical padding to the section */
            background-color: #f8f9fa; /* Light background for the section */
        }

        .category-card {
            display: block; /* Make the entire card clickable */
            text-decoration: none; /* Remove underline from link */
            color: inherit; /* Inherit text color */
            background-color: #ffffff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%; /* Ensure all cards in a row have equal height */
        }

        .category-card:hover {
            transform: translateY(-5px); /* Lift effect on hover */
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
        }

        .category-card img {
            width: 80%;
            height: 250px; /* Fixed height for images */
            object-fit: cover; /* Cover the area, cropping if necessary */
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .category-card .card-content {
            padding: 20px;
            text-align: center;
        }

        .category-card h4 {
            margin-bottom: 5px;
            color: #343a40; /* Darker title color */
        }

        .category-card p {
            font-size: 0.95rem;
            color: #6c757d; /* Muted description color */
        }
        
        .featured-products {
            padding: 60px 0;
            background-color: #e9ecef; /* Slightly darker background than categories */
        }

        .product-card {
            border: none; /* Remove default card border */
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%; /* Ensure cards have equal height */
            display: flex;
            flex-direction: column;
        }

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

        .product-card img {
                width: 80%;
    padding-top: 15px;
    height: auto;
            object-fit: cover; /* Ensure images cover the area */
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .product-card .card-body {
            flex-grow: 1; /* Allow body to take up remaining space */
            padding: 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-card .card-body h5 {
            font-weight: bold;
            color: #343a40;
            margin-bottom: 15px;
        }

        .product-card .specs-list {
            list-style: none;
            padding: 0;
            margin-bottom: 15px;
            font-size: 0.9rem;
            color: #6c757d;
        }

        .product-card .specs-list li {
            margin-bottom: 5px;
        }

        .product-card .price-section {
            margin-top: auto; /* Push price and buttons to the bottom */
            margin-bottom: 15px;
        }

        .product-card .current-price {
            font-size: 1.5rem;
            font-weight: bold;
            color: #007bff; /* Primary blue for current price */
            display: block;
        }

        .product-card .original-price {
            font-size: 1rem;
            color: #dc3545; /* Red for original price */
            text-decoration: line-through;
            margin-left: 10px;
            display: inline-block;
        }

        .product-card .btn-group {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 10px; /* Space between buttons */
        }
        .product-card .btn {
            flex: 1; /* Make buttons take equal space */
            padding: 10px 15px;
            font-size: 0.9rem;
        }

        /* Adjust button group for smaller screens */
        @media (max-width: 575.98px) {
            .product-card .btn-group {
                flex-direction: column;
            }
            .product-card .btn {
                width: 100%;
            }
        }
        
        .img-center-about{
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            height:auto;
        }
        .bg-color-c{
            background-color:#e9ecef;
        }
        .section-padding {
            padding: 80px 50px;
        }

        /* Hero Section */
        .about-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://via.placeholder.com/1920x600/3498db/ffffff?text=Our+Journey') no-repeat center center;
            background-size: cover;
            color: white;
            text-align: center;
            padding: 120px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 450px;
        }

        .about-hero h1 {
            font-size: 3.8rem;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .about-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin: 0 auto;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        }

        /* Mission, Vision, Values Section */
        .motto-card {
            background-color: #fff;
            border: none;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%; /* Ensure equal height */
        }

        .motto-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .motto-card .icon-wrapper {
            font-size: 3.5rem;
            color: #007bff; /* Bootstrap primary color */
            margin-bottom: 20px;
        }

        .motto-card h4 {
            margin-bottom: 15px;
            font-weight: 600;
        }

        /* Our Team Section */
        .team-member-card {
            background-color: #fff;
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .team-member-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        .team-member-card img {
            width: 100%;
            height: 250px; /* Fixed height for team images */
            object-fit: cover;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        .team-member-card .card-body {
            padding: 25px;
            text-align: center;
        }

        .team-member-card h5 {
            font-weight: bold;
            margin-bottom: 5px;
            color: #343a40;
        }

        .team-member-card p.text-muted {
            font-size: 0.95rem;
            margin-bottom: 15px;
        }

        .social-icons a {
            font-size: 1.2rem;
            color: #6c757d;
            margin: 0 8px;
            transition: color 0.3s ease;
        }
        .social-icons a:hover {
            color: #007bff;
        }

        /* Why Choose Us Section */
        .advantage-card {
            background-color: #fff;
            border: none;
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
            height: 100%;
        }
        .advantage-card .icon-wrapper {
            font-size: 3rem;
            color: #28a745; /* Bootstrap success color */
            margin-bottom: 15px;
        }
        .advantage-card h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }
        .footer {
            background-color: #212529; /* Dark background */
            color: #f8f9fa; /* Light text color */
            padding: 60px 0 30px; /* Top/bottom padding, less at bottom for copyright */
            font-size: 0.95rem;
        }

        .footer h5 {
            color: #007bff; /* Primary blue for headings */
            font-weight: bold;
            margin-bottom: 25px;
            position: relative;
        }

        .footer h5::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px; /* Position below text */
            width: 50px; /* Line width */
            height: 3px;
            background-color: #ffffff; /* White line */
            border-radius: 5px;
        }

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

        .footer ul li {
            margin-bottom: 10px;
        }

        .footer ul li a {
            color: #adb5bd; /* Muted link color */
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer ul li a:hover {
            color: #007bff; /* Hover color matches heading */
        }

        .footer .contact-info p {
            margin-bottom: 10px;
            color: #adb5bd;
        }

        .footer .contact-info i {
            margin-right: 10px;
            color: #007bff;
        }

        .footer .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #343a40; /* Darker background for icons */
            color: #f8f9fa;
            border-radius: 50%;
            text-align: center;
            line-height: 40px; /* Vertically center icon */
            font-size: 1.2rem;
            margin-right: 10px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .footer .social-icons a:hover {
            background-color: #007bff; /* Blue on hover */
            color: #fff;
        }

        .footer .newsletter-form .form-control {
            background-color: #343a40;
            border: 1px solid #495057;
            color: #f8f9fa;
        }

        .footer .newsletter-form .form-control::placeholder {
            color: #adb5bd;
        }

        .footer .newsletter-form .btn-primary {
            background-color: #007bff;
            border-color: #007bff;
        }

        .footer .newsletter-form .btn-primary:hover {
            background-color: #0056b3;
            border-color: #0056b3;
        }

        .footer-bottom {
            background-color: #1a1d20; /* Even darker for copyright */
            padding: 20px 0;
            font-size: 0.85rem;
            color: #adb5bd;
        }

        .footer-bottom a {
            color: #adb5bd;
            text-decoration: none;
        }

        .footer-bottom a:hover {
            color: #007bff;
        }