/* Navbar Background */
.navbar { padding: 15px 0; border-bottom: 3px solid #284b77; }

/* Mega Menu Settings */
.mega-dropdown { position: static !important; }
.mega-menu-content {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Links inside Mega Menu */
.mega-menu-content a {
    display: block;
    color: #333;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #26487836;
}
.mega-menu-content a:hover { color: #fa3b00; padding-left: 5px; transition: 0.3s; }

/* Hover effect */
@media (min-width: 992px) {
    .mega-dropdown:hover .mega-menu-content { display: block; }
}

/* मेगा मेनू डावीकडे आणि पूर्ण रुंदीमध्ये आणण्यासाठी */
.mega-dropdown {
    position: static !important;
}

.mega-menu-content {
    width: 70% !important;        /* पूर्ण रुंदी */
    left: 30% !important;          /* डावीकडून थोडी जागा सोडली */
    right: 5% !important;
    margin-top: 0 !important;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 0 0 8px 8px;
}

/* मेनूच्या आतील कॉलम्स व्यवस्थित दिसण्यासाठी */
.mega-menu-content .row {
    display: flex;
    flex-wrap: wrap;
}

/* हे कोड मेनूला डावीकडे ढकलते */
@media (min-width: 992px) {
    .navbar-nav {
        margin-left: auto; /* जर नेव्हिगेशन उजवीकडे असेल तर हे डावीकडे येईल */
    }
}

.nav-link{
    color: black;
    font-weight: 500;
}

.nav-link:hover{
    color: #ff8b07;
}

.navbar-toggler-icon {
    filter: invert(75%) sepia(90%) saturate(1500%) hue-rotate(10deg) brightness(100%) contrast(100%);
}

.navbar-nav .nav-link.show {
    color: #020202 !important;
}



.about-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-text-block h2 {
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
}

.about-text-block p {
    line-height: 1.7;
}

/* Adding a subtle industrial touch with a thick left border on the text */
.about-text-block {
    padding-left: 30px;
    border-left: 4px solid #30486e; 
}


/* Custom floating shadow for images - NO BOX SHAPE */
.image-wrapper {
    position: relative;
    transition: all 0.5s ease;
}

.image-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* Soft, large shadow that makes the image float */
    box-shadow: 0 20px 40px rgba(0,0,0,0.2); 
    /* Slightly rounded corners only at the top for a modern silhouette */
    border-radius: 50px 0px 50px 0px; 
    transition: 0.5s;
}

.product-item:hover .image-wrapper img {
    border-radius: 0px; /* Changes shape on hover for a premium effect */
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

/* Overlay for the hover list */
.overlay-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Glassmorphism effect */
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    border-radius: 50px 0px 50px 0px;
}

.product-item:hover .overlay-list {
    opacity: 1;
}

.read-more {
    margin-top: 15px;
    padding: 10px 25px;
    border: 2px solid #ff9900;
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
}

/* Custom floating shadow for images - NO BOX SHAPE */
.image-wrapper {
    position: relative;
    transition: all 0.5s ease;
}

.image-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* Soft, large shadow that makes the image float */
    box-shadow: 0 20px 40px rgba(0,0,0,0.2); 
    /* Slightly rounded corners only at the top for a modern silhouette */
    border-radius: 50px 0px 50px 0px; 
    transition: 0.5s;
}

.product-item:hover .image-wrapper img {
    border-radius: 0px; /* Changes shape on hover for a premium effect */
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

/* Overlay for the hover list */
.overlay-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Glassmorphism effect */
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    border-radius: 50px 0px 50px 0px;
}

.product-item:hover .overlay-list {
    opacity: 1;
}

.read-more {
    margin-top: 15px;
    padding: 6px 18px;
    border: 2px solid #ff9900;
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
}

/* Ensure the list is vertical and shows bullets */
.overlay-list ul {
    display: block; /* Forces vertical stacking */
    list-style-type: disc; /* Ensures bullets appear */
    padding-left: 20px; /* Space for the bullets */
    text-align: left; /* Aligns text and bullets to the left */
}

.overlay-list ul li {
    display: list-item; /* Ensures each sits on a new line */
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}


.about1-section {
    position: relative;
    padding: 100px 0;
    /* This sets your image as the background */
    background-image: url('images/products-background.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* This creates the blur effect */
    filter: blur(0px); /* Keeps the image sharp, we blur the container */
}

.glass-box {
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    backdrop-filter: blur(15px); /* This blurs the image behind the text */
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.glass-box p {
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* फीचर आयकॉन स्टाईल */
.feature-box-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    border-left: 3px solid #ff9900;
}

.feature-box-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.feature-box-item i {
    font-size: 1.2rem;
    margin-right: 15px;
}

.feature-box-item span {
    font-weight: 600;
    color: #333;
}

/* अ‍ॅनिमेटेड ब्लॅब (जो तुम्हाला आवडला होता) */
.blob-container {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    animation: morph 8s ease-in-out infinite;
    box-shadow: 0 20px 50px rgba(255, 153, 0, 0.3);
}

.blob-container img { width: 100%; height: 100%; object-fit: cover; }

@keyframes morph {
    0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
}

.footer-corporate {
    background: #000818; /* अतिशय डार्क आणि प्रीमियम रंग */
    padding: 80px 0 30px 0;
    color: #fff;
    border-top: 5px solid #2457a3; /* पिवळी स्ट्रीप */
}

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

.footer-corporate a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.footer-corporate a:hover {
    color: #ff9900;
    padding-left: 8px;
}

.footer-corporate h6 {
    letter-spacing: 2px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.contact-item i {
    margin-top: 4px; /* आयकॉन आणि मजकूर एका रेषेत ठेवण्यासाठी */
    width: 20px;     /* आयकॉनसाठी निश्चित जागा */
    text-align: center;
}

.contact-item a:hover {
    color: #ff9900 !important;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; /* हे सुनिश्चित करते की नेव्हबार इतर कंटेंटच्या वर राहील */
    background: #ffffff !important; /* स्क्रोल करताना बॅकग्राउंड पारदर्शक नसावे */
}

.logo-img {
    max-width: 380px; /* डेस्कटॉपसाठी मोठी साईज */
    height: auto;
    transition: 0.3s;
}

/* मोबाइलसाठी खास सेटिंग (Mobile View) */
@media (max-width: 767px) {
    .logo-img {
        max-width: 300px; /* मोबाइलवर इमेज लहान दिसेल */
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
       
    }
}





.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

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

.product-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.product-content { padding: 25px; }

.product-content h5 {
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff9900;
    padding-bottom: 10px;
}

.product-content ul li {
    font-size: 0.85rem;
    padding: 6px 0;
    color: #555;
}

.btn-warning {
    color: #fff;
    background: #294978;
    font-weight: 600;
}

/* सामान्य लिंक स्टाईल */
a {
    color: #02278b; /* तुमच्या ब्रँडचा पिवळा रंग */
    text-decoration: none;
    transition: 0.3s ease;
}

/* लिंकवर माउस नेल्यावर (Hover) होणारा बदल */
a:hover {
    color: #ff7300; /* हव्हर केल्यावर रंग पांढरा होईल */
    text-decoration: underline;
}

/* विशेष: फुटरमधील लिंक्ससाठी वेगळा लूक */
.footer-corporate a {
    color: #b3b3b3; /* फुटरमध्ये सुरुवातीला राखाडी रंग */
}

.footer-corporate a:hover {
    color: #ff9900; /* फुटरमध्ये हव्हर केल्यावर पिवळा रंग */
}

.header-wrapper {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.premium-heading {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #1a1a1a;
    /* हेडिंगला 3D लूक देण्यासाठी */
    text-shadow: 2px 2px 0px #ffffff, 4px 4px 0px rgba(0,0,0,0.1);
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* हेडिंगच्या खाली इंडस्ट्रियल लूकची लाईन */
.line-deco {
    width: 100px;
    height: 4px;
    background: #ff9900;
    margin: 0 auto;
    position: relative;
}

.line-deco::before, .line-deco::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #ff9900;
}

.line-deco::before { left: -30px; }
.line-deco::after { right: -30px; }

.hero-header {
    text-align: center;
    padding: 0px 0px;
    background: #f8f9fa;
}

.industrial-h1 {
    font-size: 25px;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* Gradient Color Effect */
    background: linear-gradient(90deg, #1a1a1a 0%, #444 50%, #ff9900 100%);
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.hero-subtext {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    border-left: 4px solid #ff9900;
    padding-left: 15px;
}

.excellence-container {
    text-align: center;
    padding: 40px 20px;
}

.excellence-h2 {
    font-size: 20px; /* Medium font size */
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #ff9900; /* पिवळ्या रंगाची बॉर्डर */
    border-radius: 50px;       /* गोल कडा (Badge style) */
    background: rgba(255, 153, 0, 0.05); /* हलका पिवळा बॅकग्राउंड */
}

/* मोबाइलसाठी फॉन्ट साईज ॲडजस्टमेंट */
@media (max-width: 767px) {
    .excellence-h2 {
        font-size: 1.4rem;
        padding: 10px 20px;
    }
}

/* Breadcrumb - स्टायलिश बॅकग्राउंड */
.breadcrumb-section {
    padding: 60px 0;
    background: linear-gradient(
166deg, rgba(0, 0, 0, 0.911), rgba(2, 14, 124, 0.623)), url(images/breadcrumb.jpg);
    background-size: cover;
    text-align: center;
}

/* कंटेंट कार्ड - थोडा उठावदार लूक */
.content-wrapper {
    background: #fff;
    padding: 5px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.image-container img { border-radius: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

/* साइडबार - मॉडर्न आणि प्रीमियम */
.sidebar-modern {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border-left: 5px solid #285bc1; /* हायलाइट बार */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); /* मोठी शॅडो */
    transition: 0.4s;
}

.sidebar-modern h5 {
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.sidebar-modern ul li {
    margin-bottom: 12px;
    position: relative;
}

.sidebar-modern ul li a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 10px;
    transition: 0.3s ease;
    background: #fdfdfd;
    font-weight: 500;
}

/* होव्हर केल्यावर पिवळा ग्लो आणि बॅकग्राउंड */
.sidebar-modern ul li a:hover {
    color: #fff;
    background: #345697;
    box-shadow: 0 8px 15px rgba(255, 153, 0, 0.3);
    padding-left: 20px; /* मजकूर उजवीकडे सरकेल */
}

/* आयकॉनला थोडा इफेक्ट */
.sidebar-modern ul li a i {
    margin-right: 15px;
    font-size: 0.8rem;
    opacity: 0.6;
}

.sidebar-modern ul li a:hover i { opacity: 1; }

/* Enquiry Button - नवीन शैडो इफेक्टसह */
.btn-warning {
    background: #133e7a;
    border: none;
    padding: 10px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    /* बटणाच्या खाली शैडो (X Y Blur Color) */
    box-shadow: 0 10px 15px rgba(255, 153, 0, 0.4); 
    transition: 0.4s ease;
}

/* होव्हर केल्यावर शैडो थोडी हलकी होईल आणि बटण वर सरकेल */
.btn-warning:hover {
    background: #e68a00;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(255, 153, 0, 0.5);
}

.content-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 12px;
    /* कोणतीही रंगीत बॉर्डर न ठेवता फक्त एक हलकी ग्रे बॉर्डर */
    
}

.custom-paragraph {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057; /* डार्क ग्रे टेक्स्ट */
    margin: 0;
}

/* हायलाइट करण्यासाठी पिवळ्याऐवजी ग्रे-शेड */
.custom-paragraph strong {
    color: #212529;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ced4da;
    text-underline-offset: 4px;
}

.elegant-heading {
    margin-bottom: 10px;
    display: inline-block;
}

.premium-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0051a3;
    position: relative;
    padding-bottom: 10px;
    /* टेक्स्टला हलकी ड्रॉप शॅडो */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1); 
}

/* प्रीमियम अंडरलाईन (जी संपूर्ण लांब नाही, पण स्टायलिश आहे) */
.premium-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px; /* लांबी कमी ठेवली आहे जेणेकरून प्रीमियम दिसेल */
    height: 3px;
    background: #34495e;
    border-radius: 2px;
}




/* सेंटर अलाइनमेंट आणि क्लासिक लूक */
.main-title { font-size: 35px; font-weight: 900; color: #111; text-transform: uppercase; letter-spacing: 2px; }
.accent-line { width: 50px; height: 4px; background: #ff9900; margin: 15px 0; }
.sub-title { font-size: 1.2rem; color: #777; letter-spacing: 4px; text-transform: uppercase; }

/* मुख्य कंटेंट */
.content-wrapper { max-width: 100%; margin: 0 auto; line-height: 28px; font-size: 16px; color: #444; }

/* लीडरशिप सेक्शन - वेगळा उठून दिसण्यासाठी */
.leadership-section { 
    background: #f8f9fa; 
    border-left: 5px solid #274979; 
    font-size: 1.25rem; 
    font-style: italic; 
    color: #222; 
}

.section-heading { font-weight: 800; color: #1a1a1a; text-transform: uppercase; letter-spacing: 1px; }
.text-warning { color: #ff9900 !important; }
.bg-light { background-color: #f8f9fa !important; border-left: 5px solid #274979; }
.badge { font-size: 0.9rem; font-weight: normal; }

.section-heading { font-weight: 800; color: #1a1a1a; text-transform: uppercase;font-size: 23px; }
.machine-box { 
    background: #f8f9fa; 
    padding: 15px; 
    border-radius: 8px; 
    text-align: center; 
    border: 1px solid #eee;
    font-weight: 600;
}
.shadow-sm { box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important; }

.border-warning {
    border-color: #274979 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
 color: rgb(255, 255, 255);
}

.tape{
    font-size: 17px;
}


/* सामान्य लिंकची स्टाईल */
.navbar ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    transition: 0.3s;
}

/* 'Active' लिंकची स्टाईल */
.navbar ul li a.active {
    color: #ff9900; /* हायलाइट कलर (उदा. पिवळा/ऑरेंज) */
    font-weight: bold;
    border-bottom: 3px solid #ff9900; /* खाली एक प्रीमियम रेघ */
}

/* लिंकवर Hover केल्यावर होणारा परिणाम */
.navbar ul li a:hover {
    color: #ff9900;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #422727;
}