:root {
    /* Global Theme Colors */
    --primary-color: #0b1a30; /* Dark Blue - Professional */
    --secondary-color: #00d2ff; /* Cyan - From your MFC logo */
    --text-color: #333333;
    --bg-color: #ffffff;
    --light-gray: #f4f5f7;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
}

/* --- Premium Sticky Header Styles --- */
.site-header {
    background-color: var(--primary-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center; /* સેન્ટરમાં કન્ટેનર રાખવા માટે */
}

/* અપડેટેડ કન્ટેનર: લોગો અને મેનુનું પરફેક્ટ અંતર */
.header-container {
    width: 100%;
    max-width: 1100px; /* મેં સાઈઝ થોડી ઘટાડી છે જેથી લોગો અંદરની તરફ આવે */
    display: flex;
    align-items: center;
    justify-content: space-between; /* આનાથી લોગો ડાબી બાજુ અને મેનુ પૂરેપૂરું જમણી બાજુ જતું રહેશે */
    padding: 15px 20px;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* લોગો ઈમેજ માટે */
.logo img {
    height: 55px; 
    background-color: #ffffff;
    padding: 3px;
    border-radius: 5px;
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--secondary-color);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-links { display: none; }
}


/* --- Footer Styles (Responsive Grid) --- */
.site-footer {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 60px 20px 20px;
}

.footer-container {
    max-width: 1250px; /* જગ્યા થોડી વધારી છે */
    margin: 0 auto;
    display: grid;
    /* આનાથી પહેલા 3 કોલમ ડાબી બાજુ રહેશે અને મેપ પહોળો થશે */
    grid-template-columns: 1.2fr 0.8fr 1.3fr 1.7fr; 
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h3 {
    color: var(--secondary-color);
    margin-bottom: 25px;
    font-size: 22px; /* ટાઈટલ મોટું કર્યું */
}

.footer-about {
    margin-top: 15px;
    font-size: 16.5px; /* લખાણ મોટું કર્યું */
    line-height: 1.7;
    color: #cccccc;
}

.footer-links, .footer-contact {
    list-style: none;
}

.footer-links li, .footer-contact li {
    margin-bottom: 16px;
    font-size: 16.5px; /* લિંક્સ અને કોન્ટેક્ટ મોટું કર્યું */
    color: #cccccc;
}

.footer-links a, .footer-contact a {
    color: #cccccc;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover, .footer-contact a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.social-icon {
    display: inline-block;
    color: #ffffff;
    background-color: rgba(255,255,255,0.1);
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
}

.social-icon:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

/* Footer Map Container - લંબચોરસ દેખાવ માટે */
.map-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    color: #888888;
}

/* Tablet Layout: 2 Columns */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Layout: 1 Column */
@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    .cta-buttons {
        flex-direction: column;
    }
}

/* --- Footer Styles (Responsive Grid) --- */
.site-footer {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 60px 20px 20px;
}

.footer-container {
    max-width: 1350px; /* જગ્યા વધારી દીધી જેથી લોગો વધારે ડાબી બાજુ ખસે */
    margin: 0 auto;
    display: grid;
    /* નવું લેઆઉટ: મેપ માટે વધારે જગ્યા (2fr) અને બાકીના માટે સચોટ માપ */
    grid-template-columns: 1.3fr 0.8fr 1.2fr 2fr; 
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h3 {
    color: var(--secondary-color);
    margin-bottom: 25px;
    font-size: 22px; /* ટાઈટલ મોટું કર્યું */
}

.footer-about {
    margin-top: 15px;
    font-size: 16.5px; /* લખાણ મોટું કર્યું */
    line-height: 1.7;
    color: #cccccc;
}

.footer-links, .footer-contact {
    list-style: none;
}

.footer-links li, .footer-contact li {
    margin-bottom: 16px;
    font-size: 16.5px; /* લિંક્સ અને કોન્ટેક્ટ મોટું કર્યું */
    color: #cccccc;
}

.footer-links a, .footer-contact a {
    color: #cccccc;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover, .footer-contact a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.social-icon {
    display: inline-block;
    color: #ffffff;
    background-color: rgba(255,255,255,0.1);
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
}

.social-icon:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

/* Footer Map Container - લંબચોરસ દેખાવ માટે */
.map-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    color: #888888;
}

/* Tablet Layout: 2 Columns */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Layout: 1 Column */
@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    .cta-buttons {
        flex-direction: column;
    }
}


/* --- Global CTA Section --- */
.global-cta {
    background-color: var(--light-gray);
    padding: 60px 20px;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.cta-container h2 {
    color: var(--primary-color);
    font-size: 32px;
    margin-bottom: 15px;
}

.cta-container p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    transition: var(--transition);
}

.primary-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 2px solid var(--primary-color);
}

.primary-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.whatsapp-btn {
    background-color: #25D366; /* WhatsApp Green */
    color: #ffffff;
    border: 2px solid #25D366;
}

.whatsapp-btn:hover {
    background-color: transparent;
    color: #25D366;
}


/* --- Hero Section Styles --- */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 45vh; /* ઊંચાઈ 65vh થી ઘટાડીને સીધી 45vh કરી દીધી છે */
    /* કૃપા કરીને images ફોલ્ડર બનાવી તેમાં hero-bg.jpg ઈમેજ અપલોડ કરજો */
    background-image: url('../images/hero-bg.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px; /* ઉપર અને નીચેથી જગ્યા સેટ કરી છે */
}

/* ડાર્ક બ્લુ પારદર્શક પડદો (Overlay) જેથી લખાણ સ્પષ્ટ વંચાય */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.85; 
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    color: #ffffff;
    padding: 0 15px;
}

.hero-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-content p {
    font-size: 19px;
    color: #e0e0e0;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Mobile Responsive Adjustments for Hero */
@media (max-width: 768px) {
    .hero-section {
        min-height: 70vh;
    }
    .hero-content h1 {
        font-size: 32px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .hero-buttons .btn {
        width: 100%;
        max-width: 250px;
    }
}


/* --- About Us Summary Section --- */
.about-summary {
    padding: 80px 20px; /* ચારે બાજુ પૂરતી જગ્યા (Breathing Space) */
    background-color: var(--bg-color);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* ડેસ્કટોપમાં 2 સમાન ભાગ (50% - 50%) */
    gap: 60px;
    align-items: center;
}

.about-text h2 {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-text p {
    font-size: 18px;
    color: #555555;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* નવી આઉટલાઇન બટન સ્ટાઇલ */
.outline-btn {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.outline-btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

/* --- About Us Image Style with Click & Hover Effect --- */
.about-image img {
    width: 100%;
    max-width: 500px; 
    height: auto;
    border-radius: 15px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
    display: block;
    margin: 0 auto;
    cursor: pointer; /* માઉસ લઈ જતાં આંગળીનું નિશાન આવશે */
    transition: all 0.3s ease; /* સ્મૂથ એનિમેશન માટે */
}

/* જ્યારે માઉસ ફોટા પર જાય (Hover Effect) */
.about-image img:hover {
    transform: translateY(-8px) scale(1.02); /* ફોટો થોડો ઉપર આવશે અને મોટો થશે */
    box-shadow: 0 20px 40px rgba(0, 210, 255, 0.25); /* શાનદાર Cyan કલરનો શેડો */
}

/* જ્યારે ફોટા પર ક્લિક કરે (Click / Active Effect) */
.about-image img:active {
    transform: translateY(2px) scale(0.98); /* ફોટો અંદરની તરફ દબાશે (બટન જેવી ઈફેક્ટ) */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* શેડો ઘટી જશે */
}

/* Tablet Responsive */
@media (max-width: 992px) {
    .about-container {
        gap: 40px;
    }
    .about-text h2 {
        font-size: 30px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .about-summary {
        padding: 60px 20px;
    }
    .about-container {
        grid-template-columns: 1fr; /* મોબાઈલમાં 1 કોલમ */
        text-align: center;
    }
    .about-image {
        order: -1; /* મોબાઈલમાં ઈમેજ પહેલા દેખાશે અને લખાણ નીચે */
        margin-bottom: 20px;
    }
}


/* --- Our Products Section (Hover-Reveal Grid) --- */
.products-section {
    padding: 80px 20px;
    background-color: #f8f9fa; /* આછો ગ્રે કલર જેથી વ્હાઇટ કાર્ડ્સ ઉભરી આવે */
}

.section-title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.section-title h2 {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
    color: #666;
}

/* Perfect Balanced Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* ડેસ્કટોપમાં 3 કોલમ */
    gap: 30px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Product Card Design */
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: #fff;
    cursor: pointer;
}

.product-img {
    width: 100%;
    height: 320px; /* પ્રોપર સાઇઝ */
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* નીચેની તરફ દેખાતું વાલ્વનું નામ */
.product-name-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: #ffffff;
    padding: 40px 20px 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    transition: bottom 0.4s ease;
    z-index: 2;
}

/* હોવર કર્યા પછી દેખાતો મેજિક પડદો */
.product-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 3;
}

.product-hover-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--secondary-color); /* ટાઈટલમાં Cyan કલર */
}

.product-hover-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #e0e0e0;
}

/* હોવર બટન માટે ખાસ સ્ટાઇલ */
.hover-btn {
    border-color: var(--secondary-color);
    color: #ffffff;
    padding: 8px 25px;
    font-size: 15px;
}

.hover-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}

/* --- Hover Animations --- */
.product-card:hover .product-img {
    transform: scale(1.1); /* ફોટો મોટો થશે */
}

.product-card:hover .product-name-bar {
    bottom: -100%; /* જૂનું નામ છુપાઈ જશે */
}

.product-card:hover .product-hover-content {
    opacity: 0.95; /* ડાર્ક બ્લુ પડદો સ્પષ્ટ દેખાશે */
    visibility: visible;
}

/* --- Responsive Layout Rules --- */
/* લેપટોપ અને ટેબ્લેટ: બરાબર 2 કોલમ */
@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* મોબાઈલ: બરાબર 1 કોલમ */
@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    .product-img {
        height: 280px;
    }
    .section-title h2 {
        font-size: 30px;
    }
}