:root {
    --navy-blue: #00173D;
    --orange: #FF5500;
    --light-bg: #f8f9fa;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
}

.navbar-custom {
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    padding: 12px 0;

    /* BOOTSTRAP VR DEPEND N RAHTA CSS KADHUN STICKY POWER GIVE */
    position: fixed !important;
    /* Page vr permanent lock karel */
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    /* WOWSlider kiva kontyahi banner chya var rahnil */
    transition: all 0.3s ease-in-out;
}

body {
    padding-top: 95px !important;
    /* Tumchya navbar chya height nusar jaga sodel */
}

navbar-custom.scrolled {
    background-color: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 10px 30px rgba(0, 23, 61, 0.08) !important;
    padding: 6px 0 !important;
    border-bottom: 3px solid var(--orange) !important;
}

/* लोगोचा आकार स्क्रोल झाल्यावर हलकासा बारीक करण्यासाठी */
.navbar-custom.scrolled .navbar-brand img {
    max-height: 50px !important;
    /* स्क्रोल झाल्यावर लोगो व्यवस्थित ५०px चा दिसेल */
    transition: max-height 0.3s ease;
}

.navbar-custom .navbar-brand img {
    max-height: 250px;
    /* सुरुवातीला लोगोची उंची (तुमच्या गरजेनुसार बदलू शकता) */
    width: auto;
    transition: max-height 0.3s ease;
}

.navbar-brand img {
    max-height: 262px;
    width: auto;
}

.navbar-custom .nav-link {
    color: var(--navy-blue) !important;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 15px !important;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: var(--orange) !important;
}

/* Mobile Toggler Button Style */
.navbar-toggler {
    border-color: var(--navy-blue) !important;
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(0, 23, 61, 0.1);
}

/* Custom Dropdown Structure */
.dropdown-menu-custom {
    display: none;
    list-style: none;
    padding: 8px 0;
    margin: 0px -51px;
    background-color: #ffffff;
    min-width: 240px;
}

.dropdown-menu-custom .dropdown-item {
    color: var(--navy-blue);
    font-weight: 500;
    font-size: 14.5px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-menu-custom .dropdown-item:hover {
    background-color: var(--light-bg);
    color: var(--orange);
}

.submenu-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-enquiry {
    background-color: var(--orange);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px solid var(--orange);
    text-transform: uppercase;
}

.fs-7 {
    font-size: 11px;
}

/* --- DESKTOP VIEW (Hover & Layout) --- */
@media (min-width: 992px) {
    .custom-dropdown:hover>.dropdown-menu-custom {
        display: block;
        position: absolute;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        border-top: 3px solid var(--orange);
        border-radius: 4px;
        background: #ffffff;
    }

    .dropdown-submenu-container {
        position: relative;
    }

    .dropdown-submenu-container .submenu-list {
        position: absolute;
        top: -8px;
        left: 100%;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        border-top: 3px solid var(--orange);
        border-radius: 4px;
        min-width: 220px;
    }

    .dropdown-submenu-container:hover>.submenu-list {
        display: block;
    }
}

/* --- MOBILE VIEW --- */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #ffffff;
        padding: 15px 10px;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    /* JavaScript जेव्हा 'open-menu' क्लास लावेल तेव्हा मोबाईलवर दिसेल */
    .dropdown-menu-custom.open-menu,
    .submenu-list.open-menu {
        display: block !important;
    }

    .dropdown-menu-custom {
        padding-left: 15px;
        background-color: #fafafa;
    }

    .submenu-list {
        padding-left: 15px;
        border-left: 2px solid var(--orange);
        background-color: #f5f5f5;
    }

    .sub-toggle i {
        transition: transform 0.2s;
    }

    .sub-toggle.rotate-arrow i {
        transform: rotate(90deg);
    }
}



/* Industrial Layout Styles */
.industrial-about-section {
    background-color: #ffffff;
    padding: 60px 0;
    /* पॅडिंग थोडे कमी केले */
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* --- डावा कॉलम --- */
.ind-main-title {
    color: #00173D;
    font-size: 46px;
    /* फॉन्ट साईझ किंचित कमी केली जेणेकरून तो कॉलममध्ये फिट बसेल */
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0;
}

/* --- मधला कॉलम (गियर साईझ वाढवली) --- */
.ind-gear-graphic-container {
    position: relative;
    max-width: 550px;
    /* रुंदी वाढवली */
    margin: 0 auto;
    height: 520px;
    /* उंची वाढवली */
}

/* मुख्य कॅप्सूलचा आकार मोठा केला */
.gear-capsule-box {
    width: 380px;
    /* आधी ३२०px होता, आता ३८०px केला */
    height: 500px;
    /* आधी ४५०px होता, आता ५००px केला */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 250px;
    box-shadow: 0 15px 40px rgba(0, 23, 61, 0.1);
}

.gear-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* लहान ओव्हरलॅपिंग गोल बॉक्स */
.gear-circle-box {
    position: absolute;
    bottom: 20px;
    left: 0px;
    /* डाव्या बाजूला जास्त सरकवला जेणेकरून गॅप भरणार */
    width: 210px;
    /* साईझ वाढवली */
    height: 210px;
    /* साईझ वाढवली */
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.gear-img-sub {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- उजवा कॉलम --- */
.ind-text-container {
    padding-left: 10px;
    /* आतील गॅप कमी केला */
}

.ind-description {
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.btn-ind-action {
    background-color: #00173D;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #00173D;
    transition: all 0.3s ease;
}

.btn-ind-action:hover {
    background-color: #FF5500;
    border-color: #FF5500;
}

/* --- Responsive (मोबाईलसाठी) --- */
@media (max-width: 991.98px) {
    .ind-main-title {
        text-align: center;
        font-size: 34px;
        margin-bottom: 30px;
    }

    .ind-gear-graphic-container {
        height: 420px;
        max-width: 400px;
    }

    .gear-capsule-box {
        width: 280px;
        height: 400px;
    }

    .gear-circle-box {
        width: 160px;
        height: 160px;
        bottom: 10px;
        left: 10px;
    }

    .ind-right-content {
        text-align: center;
        margin-top: 20px;
    }
}

/* --- गियर इमेज झूम इफेक्ट (Zoom Effect Re-added) --- */

/* १. सुरुवातीला इमेज स्मूथ दिसण्यासाठी transition सेट करणे */
.gear-img-main,
.gear-img-sub {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    /* एकदम स्मूथ झूमसाठी */
}

/* २. जेव्हा पूर्ण गियर कंटेनरवर माऊस जाईल (Hover) तेव्हा दोन्ही इमेजेस झूम होतील */
.ind-gear-graphic-container:hover .gear-img-main {
    transform: scale(1.08);
    /* मुख्य कॅप्सूल इमेज ८% झूम होईल */
}

.ind-gear-graphic-container:hover .gear-img-sub {
    transform: scale(1.12);
    /* लहान गोल इमेज १२% झूम होईल जिससे थ्रीडी इफेक्ट येईल */
}

/* --- कंपनी नेम आणि प्रोफेशन स्टाईल --- */

/* वरची लहान टॅगलाईन (Professsion) */
.company-profession {
    color: #FF5500;
    /* Swin Orange */
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    /* अक्षरांमध्ये प्रिमियम स्पेसिंग */
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    /* कंपनी नावाच्या वर थोडी जागा */
}

/* मुख्य कंपनीचे नाव (Company Name) */
.company-brand-name {
    color: #00173D;
    /* Swin Navy Blue */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    /* पॅराग्राफच्या वर परफेक्ट गॅप */
    position: relative;
    display: inline-block;
}

/* कंपनीच्या नावाखाली एक बारीक आणि प्रिमियम लाईन (Look वाढवण्यासाठी) */
.company-brand-name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 3px;
    background-color: #FF5500;
    /* Orange Line */
    border-radius: 2px;
}

/* पॅराग्राफमधील गॅप ॲडजस्ट केला */
.ind-description {
    color: #201e1e;
    font-size: 15.5px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 10px;
}

/* मोबाईलवर सेंटर अलाइनमेंट करण्यासाठी */
@media (max-width: 991.98px) {
    .company-brand-name::after {
        left: 50%;
        transform: translateX(-50%);
        /* मोबाईलवर लाईन सेंटरला येईल */
    }
}



/* ==========================================================================
   INDUSTRIAL TIMELINE PIPELINE WITH PERFECT CENTER PHOTO POP-UP
   ========================================================================== */

/* --- मुख्य सेक्शन सेटिंग्स --- */
.timeline-products {
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, sans-serif;
    position: relative;
}

.tl-sub-tag {
    color: #FF5500;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
}

.tl-main-heading {
    color: #00173D;
    font-size: 32px;
    font-weight: 700;
}

.tl-bar {
    width: 40px;
    height: 4px;
    background-color: #FF5500;
    margin-top: 10px;
    border-radius: 2px;
}

/* --- CAPSULE TOGGLE SWITCH TABS --- */
.custom-capsule-pills {
    background-color: #f1f5f9;
    /* मऊ राखाडी बॅकग्राउंड */
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    border: 1px solid #e2e8f0;
}

.capsule-tab-btn {
    border-radius: 50px !important;
    color: #475569 !important;
    font-weight: 600;
    font-size: 14.5px;
    padding: 10px 28px !important;
    background: transparent !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: none !important;
}

/* जेव्हा टॅब सिलेक्ट (Active) होईल तेव्हा तो प्रिमियम नेव्ही ब्लू रंगात हायलाईट होईल */
.capsule-tab-btn.active {
    background-color: #00173D !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 23, 61, 0.15);
}

/* --- THE NODE CARDS LAYOUT --- */
.tl-node-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    position: relative;
    /* फोटो बॉक्स अचूक जागी दिसण्यासाठी आवश्यक */
    transition: all 0.3s ease;
}

/* डावीकडचा इंजिनिअरिंग आयकॉन नोड */
.tl-node-icon {
    width: 38px;
    height: 38px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #00173D;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #e2e8f0;
}

.tl-node-info h4 {
    font-size: 16.5px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.tl-badge {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

/* --- DYNAMIC FLOATING IMAGE POP-UP (तंतोतंत Center आणि bottom: 22% वर) --- */
.tl-node-card::after {
    content: '';
    position: absolute;
    bottom: 22%;
    /* तुमच्या गरजेनुसार उंची */
    left: 50%;
    /* कार्डच्या बरोबर मध्यभागी आणण्यासाठी */
    transform: translateX(-50%) scale(0.85);
    /* सेंटर अचूक मॅच करण्यासाठी आणि सुरुवातीला हलका लहान राहण्यासाठी */
    width: 180px;
    height: 140px;
    background-image: var(--prod-img);
    /* HTML मधून येणारा इमेज पाथ डायरेक्ट लोड होईल */
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #00173D;
    box-shadow: 0 15px 30px rgba(0, 23, 61, 0.2);
    opacity: 0;
    pointer-events: none;
    /* माऊस इफेक्ट सुरळीत चालण्यासाठी */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
}

/* बॉक्सचा बाण (Arrow Pointer) देखील फोटोसोबत बरोबर सेंटरला खाली असेल */
.tl-node-card::before {
    content: '';
    position: absolute;
    bottom: 12%;
    /* फोटोच्या खाली अचूक जागेवर सेट केला आहे */
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0 8px;
    /* खालच्या बाजूला तोंड असलेला बाण */
    border-style: solid;
    border-color: #00173D transparent transparent transparent;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 100;
}

/* --- HOVER EFFECTS (माऊस नेल्यावर येणारा इफेक्ट) --- */
.tl-node-card:hover {
    border-color: #FF5500;
    /* सर्व कार्ड्सना ऑरेंज बॉर्डर ग्लो */
    background-color: #f8fafc;
    transform: translateY(-2px);
    z-index: 99;
    /* फोटो इतर कोणत्याही कार्डच्या मागे लपणार नाही */
}

/* माऊस ओव्हर केल्यावर फोटो आणि बाण एकदम सेंटरला पॉप-अप होतील */
.tl-node-card:hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    /* सेंटर कायम ठेवून मोठा होईल */
}

.tl-node-card:hover::before {
    opacity: 1;
}

/* माऊस नेल्यावर आयकॉन बॅकग्राउंड ऑरेंज होईल आणि गियर गोल फिरेल */
.tl-node-card:hover .tl-node-icon {
    background: #FF5500;
    color: #ffffff;
    box-shadow: 0 0 0 2px #FF5500;
    animation: spinGear 4s linear infinite;
}

/* गियर/आयकॉन फिरण्याचे मायक्रो-ॲनिमेशन */
@keyframes spinGear {
    100% {
        transform: rotate(360deg);
    }
}

/* --- UNIFORM ALL-PRODUCT SS NODE FILTER (सर्व प्रॉडक्ट्सना सारखा लुक) --- */
.ss-node {
    border-left: 4px solid #FF5500 !important;
    /* सर्व प्रॉडक्ट्सला डावीकडे प्रिमियम ऑरेंज लाईन */
}

.ss-txt {
    font-size: 13px;
    background: rgba(255, 85, 0, 0.08);
    color: #FF5500;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 6px;
    font-weight: 700;
}

.orange-b {
    color: #FF5500;
}

/* --- RESPONSIVE SETTINGS (मोबाईल स्क्रीन) --- */
@media (max-width: 768px) {

    /* मोबाईलवर स्क्रीन लहान असल्यामुळे ओव्हरलॅपिंग टाळण्यासाठी फोटो पॉप-अप बंद केला आहे */
    .tl-node-card::after,
    .tl-node-card::before {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .custom-capsule-pills {
        width: 100%;
        justify-content: center;
    }

    .capsule-tab-btn {
        padding: 10px 16px !important;
        font-size: 13px;
    }
}

/* ==========================================================================
   NEW ADVANCED TECH-GRID WITH MOVING GEAR BACKGROUND
   ========================================================================== */

.gear-specifications {
    background: linear-gradient(145deg, #020b1e 0%, #051636 100%);
    /* Deep Dark Cyber-Navy Blue */
    color: #ffffff;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* --- Left Side Typography --- */
.spec-sub-tag {
    color: #FF5500;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 12px;
}

.spec-main-heading {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.spec-heading-line {
    width: 50px;
    height: 4px;
    background-color: #FF5500;
    margin: 20px 0;
    border-radius: 2px;
}

.spec-desc {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.65;
}

/* --- MOVING MECHANICAL BACKGROUND GEARS --- */
.gear-bg-overlay {
    position: absolute;
    color: rgba(253, 155, 90, 0.123);
    /* Ultra-faint watermark so it never interferes with text readability */
    pointer-events: none;
    z-index: 1;
}

/* Large Left Gear */
.animate-gear-left {
    font-size: 520px;
    top: -15%;
    left: -12%;
    animation: rotateGearClockwise 30s linear infinite;
}

/* Smaller Right Gear */
.animate-gear-right {
    font-size: 340px;
    bottom: -10%;
    right: -8%;
    animation: rotateGearAntiClockwise 22s linear infinite;
}

/* Smooth Spinning Rotations */
@keyframes rotateGearClockwise {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateGearAntiClockwise {
    100% {
        transform: rotate(-360deg);
    }
}

/* --- HIGH-TECH INDUSTRIAL MATRIX STRIPS --- */
.spec-matrix-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tech-matrix-strip {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px;
    border-radius: 16px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(5px);
    /* Premium Glassmorphism Look */
}

/* Left Icon Container inside Strip */
.matrix-icon-box {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #94a3b8;
    margin-right: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.matrix-content h4 {
    font-size: 16.5px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.matrix-content p {
    font-size: 13.5px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

/* --- HOVER & ACTIVE INTERACTIONS --- */
.active-strip,
.tech-matrix-strip:hover {
    background: rgba(255, 85, 0, 0.03) !important;
    border-color: rgba(255, 85, 0, 0.4) !important;
    transform: translateX(10px);
    /* Smooth slight push to the right on hover */
    box-shadow: -5px 10px 30px rgba(255, 85, 0, 0.04);
}

.active-strip .matrix-icon-box,
.tech-matrix-strip:hover .matrix-icon-box {
    background: #FF5500;
    color: #ffffff;
    border-color: #FF5500;
    box-shadow: 0 4px 15px rgba(255, 85, 0, 0.3);
}

.active-strip .matrix-content h4,
.tech-matrix-strip:hover .matrix-content h4 {
    color: #FF5500;
    /* Text changes to Brand Orange on hover */
}

/* --- RESPONSIVE MEDIA BREAKPOINTS --- */
@media (max-width: 991px) {
    .animate-gear-left {
        font-size: 350px;
        left: -20%;
        top: -5%;
    }

    .animate-gear-right {
        font-size: 240px;
        right: -10%;
    }

    .spec-main-heading {
        font-size: 30px;
    }

    .tech-matrix-strip:hover {
        transform: translateY(-4px);
        /* Vertical lift on mobile screens instead of shift */
    }
}

@media (max-width: 576px) {
    .tech-matrix-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .matrix-icon-box {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .megamenu {
        left: 0px !important;
    }
}

/* ==========================================================================
   FINAL SWIN STAGE LAYOUT (ENLARGED CIRCLE & PERFECT ALIGNMENT)
   ========================================================================== */

.swin-stage-section {
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, sans-serif;
    overflow: hidden;
}

/* --- Section Identity --- */
.stage-badge-tag {
    color: #FF5500;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 6px;
}

.stage-title {
    color: #00173D;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.stage-minimal-bar {
    width: 80px;
    height: 4px;
    background-color: #00173D;
    position: relative;
}

.stage-minimal-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 4px;
    background-color: #FF5500;
}

/* --- LEFT SIDE: ENLARGED CIRCULAR FRAME SYSTEM --- */
.stage-circle-container {
    position: relative;
    width: 440px;
    /* वर्तुळाचा आकार वाढवला */
    height: 440px;
    /* वर्तुळाचा आकार वाढवला */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinning Tech Ring Outer */
.stage-tech-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(255, 85, 0, 0.25);
    border-radius: 50%;
    animation: stageSpin 45s linear infinite;
}

@keyframes stageSpin {
    100% {
        transform: rotate(360deg);
    }
}

/* Bigger Circular Image Holder */
.stage-image-holder {
    width: 390px;
    /* फोटोचा घेर मोठा केला */
    height: 390px;
    /* फोटोचा घेर मोठा केला */
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #f8fafc;
    box-shadow: 0 30px 60px rgba(0, 23, 61, 0.15);
    z-index: 2;
}

.stage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Floating Tag on Circle */
.stage-floating-tag {
    position: absolute;
    top: 40px;
    right: 5px;
    background: #00173D;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(0, 23, 61, 0.15);
}

.stage-floating-tag i {
    color: #FF5500;
}

/* --- RIGHT SIDE: INDUSTRIAL LINKWAY TIMELINE --- */
.stage-linkway-container {
    padding-left: 35px;
}

/* Vertical Connecting Rail Line */
.stage-vertical-rail {
    position: absolute;
    left: 4px;
    top: 20px;
    width: 2px;
    height: 82%;
    /* राईलची लांबी परफेक्ट केली */
    background-color: #e2e8f0;
    z-index: 1;
}

.stage-panel {
    position: relative;
    padding-bottom: 24px;
    z-index: 2;
    cursor: pointer;
}

.stage-panel:last-child {
    padding-bottom: 0;
    /* शेवटच्या पॅनेलचा स्पेसिंग काढला */
}

/* Node Pointer on Line */
.stage-panel-node {
    position: absolute;
    left: -35px;
    top: 14px;
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #cbd5e1;
    transition: all 0.3s ease;
}

.stage-panel-body {
    background: transparent;
    padding: 12px 24px;
    border-radius: 14px;
    border-left: 4px solid transparent;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.stage-panel-body h3 {
    font-size: 19.5px;
    font-weight: 600;
    color: #00173D;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.stage-panel-body p {
    font-size: 14px;
    color: #363f4b;
    line-height: 1.6;
    margin: 0;
}

/* --- INTERACTIVE STATE (HOVER & ACTIVE EFFECT) --- */
.active-panel .stage-panel-node,
.stage-panel:hover .stage-panel-node {
    background-color: #FF5500;
    box-shadow: 0 0 0 4px rgba(255, 85, 0, 0.2);
}

.active-panel .stage-panel-body,
.stage-panel:hover .stage-panel-body {
    background: #f8fafc;
    border-left-color: #FF5500;
    padding-left: 30px;
    /* स्मूथ पुश इफेक्ट */
    box-shadow: 0 10px 25px rgba(0, 23, 61, 0.02);
}

.active-panel .stage-panel-body h3,
.stage-panel:hover .stage-panel-body h3 {
    color: #FF5500;
}

/* Circle Image Hover Scaling */
.stage-circle-container:hover .stage-img {
    transform: scale(1.06);
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1200px) {
    .stage-circle-container {
        width: 360px;
        height: 360px;
    }

    .stage-image-holder {
        width: 310px;
        height: 310px;
    }
}

@media (max-width: 991px) {
    .stage-title {
        font-size: 28px;
    }

    .stage-circle-container {
        width: 320px;
        height: 320px;
        margin-bottom: 40px;
    }

    .stage-image-holder {
        width: 280px;
        height: 280px;
    }

    .stage-vertical-rail {
        height: 75%;
    }
}

@media (max-width: 576px) {
    .stage-linkway-container {
        padding-left: 20px;
    }

    .stage-vertical-rail {
        left: 0;
    }

    .stage-panel-node {
        left: -24px;
    }

    .stage-panel-body {
        padding: 10px 15px;
    }
}

/* रिफ्रेश करताना किंवा ॲनिमेशन लोड होताना येणारा आडवा स्क्रोलबार रोखण्यासाठी */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* जर तुम्ही तुमच्या सेक्शनला विशेष क्लास दिला असेल तर त्यातही हा सुरक्षितता कोड जोडा */
.swin-stage-section {
    max-width: 100%;
    overflow-x: hidden;
}

/* ==========================================================================
   LOGO-MATCHED LIGHT FOOTER WITH SCROLLABLE WINCH GRID
   ========================================================================== */

.swin-footer {
    background: #031543ed;
    padding: 70px 0 25px 0;
    font-family: 'Segoe UI', Roboto, sans-serif;
    border-top: 3px solid #FF5500;
    /* तुमच्या लोगोचा मुख्य ब्रँड ऑरेंज कलर */
}

/* --- BACKGROUND WATERMARK EFFECT --- */
.footer-logo-watermark {
    position: absolute;
    right: -2%;
    bottom: -8%;
    opacity: 0.04;
    /* लोगो अत्यंत फिकट दिसेल */
    pointer-events: none;
    z-index: 1;
    width: 420px;
}

.watermark-img {
    width: 100%;
    height: auto;
}

/* --- FOOTER HEADINGS --- */
.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    /* लोगोचा डीप नेव्ही ब्लू */
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: #FF5500;
    /* लोगोचा ब्रँड ऑरेंज */
    border-radius: 2px;
}

/* --- SCROLLABLE LIST FOR WINCHES (जास्त जागा व्यापू नये म्हणून) --- */
.footer-scroll-list {
    max-height: 260px;
    /* लिस्टची उंची मर्यादित केली */
    overflow-y: auto;
    /* स्क्रोल बार ॲक्टिव्ह केला */
    padding-right: 10px;
}

/* स्क्रोलबार सुंदर बनवण्यासाठी (Custom Scrollbar Design) */
.footer-scroll-list::-webkit-scrollbar {
    width: 4px;
}

.footer-scroll-list::-webkit-scrollbar-track {
    background: rgba(0, 23, 61, 0.05);
    border-radius: 10px;
}

.footer-scroll-list::-webkit-scrollbar-thumb {
    background: rgba(255, 85, 0, 0.3);
    /* ऑरेंज स्क्रोल पॉईंटर */
    border-radius: 10px;
}

.footer-scroll-list::-webkit-scrollbar-thumb:hover {
    background: #FF5500;
}

/* --- MENU ITEMS --- */
.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    font-size: 13.5px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.footer-menu li a i {
    font-size: 11px;
    color: #94a3b8;
    /* मऊ आयकॉन कलर */
    transition: color 0.25s ease;
}

/* माऊस नेल्यावर होणारे बदल */
.footer-menu li a:hover {
    color: #FF5500;
    /* टेक्स्ट ऑरेंज होईल */
    padding-left: 4px;
}

.footer-menu li a:hover i {
    color: #FF5500;
    /* आयकॉन ऑरेंज होईल */
}

/* --- CONTACT SECTION --- */
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF5500;
    /* लोगो ऑरेंज */
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 23, 61, 0.02);
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.contact-detail {
    font-size: 15px;
    color: #ffffff;
    /* डीप नेव्ही */
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}

.link-hover {
    transition: color 0.25s ease;
}

.link-hover:hover {
    color: #FF5500;
}

/* --- BOTTOM BAR --- */
.footer-divider {
    border-color: #ff9736;
    margin: 40px 0 20px 0;
}

.footer-bottom p {
    font-size: 13px;
    color: #64748b;
}

.footer-policy a {
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-policy a:hover {
    color: #FF5500;
}

/* --- RESPONSIVE MANAGEMENT --- */
@media (max-width: 991px) {
    .swin-footer {
        padding-top: 50px;
    }

    .footer-heading {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-logo-watermark {
        width: 260px;
        right: 0;
        bottom: 0;
    }

    .footer-scroll-list {
        max-height: 200px;
    }
}


.btn:hover {
    background-color: rgb(1, 46, 114);
}

a {
    text-decoration: none;
}

/* ==========================================================================
   FULL BACKGROUND INDUSTRIAL SHOWCASE WITH GLASS CONTROL PANEL
   ========================================================================== */

.swin-full-bg-section {
    min-height: 50vh;
    /* संपूर्ण स्क्रीन व्यापेल (Full Viewport Height) */
    position: relative;
    padding: 40px 0;
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: #00173D;
    /* फॉलबॅक डार्क कलर */
    overflow: hidden;
}

/* --- FULL BACKGROUND IMAGE GRID --- */
.absolute-full-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* तुमच्या गियर किंवा पॉवर ऑटोमेशनच्या मोठ्या इमेजचा पाथ इथे टाका */
    /* background-image: url('../images/industrial-gear-automation.jpg'); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.8s ease;
}

/* इमेजवर येणारा प्रिमियम डार्क ग्रेडियंट शील्ड (जेणेकरून टेक्स्ट वाचता येईल) */
.bg-gradient-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    /* background: linear-gradient(90deg, rgba(0, 23, 61, 0.9) 0%, rgba(0, 23, 61, 0.6) 50%, rgba(0, 23, 61, 0.3) 100%); */
    z-index: 2;
}

/* --- GLASSMORPHISM CONTROL PANEL CARD --- */
.industrial-glass-card {
    background: rgba(0, 23, 61, 0.65);
    /* लोगोचा डार्क नेव्ही विथ ट्रान्सपरन्सी */
    backdrop-filter: blur(15px);
    /* काचेसारखा ब्लर इफेक्ट */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* फिकट पांढरी बॉर्डर */
    border-left: 5px solid #FF5500;
    /* डाव्या बाजूला लोगोचा मुख्य ब्रँड ऑरेंज */
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
}

/* --- TYPOGRAPHY --- */
.glass-sub-tag {
    color: #FF5500;
    /* लोगोचा ब्रँड ऑरेंज */
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 12px;
}

.glass-main-title {
    color: #ffffff;
    /* पूर्ण पांढरा टेक्स्ट डार्क बॅकग्राउंडवर */
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.glass-accent-line {
    width: 65px;
    height: 4px;
    background-color: #FF5500;
    margin-top: 18px;
    border-radius: 2px;
}

.glass-description {
    font-size: 15px;
    color: #cbd5e1;
    /* हलका राखाडी जेणेकरून डोळ्यांना त्रास होणार नाही */
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
}

/* --- TECHNICAL BADGES INSIDE CARD --- */
.glass-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.glass-mini-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 18px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-width: 120px;
    transition: all 0.3s ease;
}

.glass-mini-badge .badge-accent {
    font-size: 16px;
    font-weight: 700;
    color: #FF5500;
    /* ऑरेंज हायलाईट */
}

.glass-mini-badge .badge-label {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* --- HOVER EFFECT FOR DYNAMIC FEEL --- */
.swin-full-bg-section:hover .absolute-full-bg {
    transform: scale(1.03);
    /* माऊस सेक्शनवर आल्यावर बॅकग्राउंड इमेज हलकीशी झूम होईल */
}

.glass-mini-badge:hover {
    background: rgba(255, 85, 0, 0.1);
    border-color: #FF5500;
}

/* --- RESPONSIVE STRUCTURAL MANAGEMENT --- */
@media (max-width: 991px) {
    .glass-main-title {
        font-size: 30px;
    }

    .industrial-glass-card {
        padding: 35px 25px;
        border-radius: 16px;
    }

    .swin-full-bg-section {
        min-height: auto;
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .glass-badge-row {
        flex-direction: column;
    }

    .glass-mini-badge {
        width: 100%;
    }

    .dropdown-menu-custom .dropdown-item {
        padding: 10px 70px;

    }

}

/* Mega Menu Layout */
.megamenu {
    width: 1000px;
    padding: 20px;
    left: -450px;

}

.mega-list {
    max-height: 400px;
    overflow-y: auto;
}

.mega-title {
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--navy-blue);
}

/* मोबाईल व्ह्यूसाठी फिक्स */
@media (max-width: 991px) {
    .megamenu {
        width: 100% !important;
        position: relative !important;
        max-height: 60vh;
        overflow-y: auto;

    }

    .megamenu .row {
        flex-direction: column;
    }

    .megamenu.show {
        display: block !important;
    }
}

/* Arrow (Caret) add karnyaasathi */
.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Mouse hover vr auto-open */
@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block !important;
        margin-top: 0;
        /* Gap kami karnyaasathi */
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #efefef;
}

.dropdown-item {
    padding: 0px 0px 14px 2px;
}


/* New Launch Section Design */
.new-launch-section {
    /* background-color: #f8f9fa; */
    background-image: url('images/products-bg.jpg');
    background-size: cover;
    /* इमेज पूर्ण सेक्शनमध्ये पसरेल */
    background-position: center;
    /* इमेज सेंटरला राहील */
    background-repeat: no-repeat;

    position: relative;
    padding: 50px 0;
}


.section-title {
    color: var(--navy-blue);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

/* टायटल खाली ऑरेंज रेषा */
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--orange);
    margin: 15px auto 0;
    border-radius: 2px;
}

.product-card {
    /* background: #ffffff; */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 20px rgb(253 91 2 / 16%);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.product-card:hover {
    border: 2px solid var(--orange);
    /* माऊस नेताच ऑरेंज बॉर्डर */
    transform: translateY(-12px);
    /* कार्ड वर उचलेल */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy-blue);
    margin: 20px 0 10px 0;
}

.view-btn {
    display: inline-block;
    color: var(--orange);
    font-weight: 600;
    text-decoration: none;
    padding-top: 5px;
    border-bottom: 2px solid var(--orange);
    transition: 0.3s;
}

.view-btn:hover {
    color: var(--navy-blue);
    border-bottom: 2px solid var(--navy-blue);
}


.features-section {
    padding: 80px 0;
    background: #f4f7f9;
    /* एक प्रीमियम ग्रेिश टोन */
}

.feature-card {
    background: #ffffff;
    padding: 40px 25px;
    border: none;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    /* सॉफ्ट शॅडो */
    transition: all 0.5s ease;
    border-bottom: 5px solid #e1e1e1;
    /* खाली एक स्टँडर्ड ग्रे बॉर्डर */
}

/* आयकॉन बॅकग्राउंडसाठी एक गोल सर्कल */
.feature-card i {
    font-size: 30px;
    color: #fff;
    background: var(--orange);
    /* ऑरेंज बॅकग्राउंडवर पांढरा आयकॉन */
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 25px;
    display: inline-block;
    transition: 0.5s;
}

.feature-card h5 {
    font-size: 18px;
    font-weight: 500;
    /* जास्त बोल्ड */
    color: var(--navy-blue);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feature-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

/* Hover वर जास्तीत जास्त 'ऍक्शन' इफेक्ट */
.feature-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    /* शॅडो वाढेल */
    border-bottom: 5px solid var(--orange);
    /* ऑरेंज पट्टी येईल */
    transform: translateY(-10px);
}

.feature-card:hover i {
    transform: rotate(360deg);
    /* आयकॉन फिरणे */
    background: var(--navy-blue);
    /* कलर चेंज */
}

/* Breadcrumb चे बाण आणि कलर */
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    color: #333;
    padding: 0 2px;
    font-weight: bold;
}

.breadcrumb-item.active {
    color: var(--orange);
}

/* सेक्शन बॅकग्राउंड */
.project-detail-section {
    background-color: #f8f9fa;
}

/* ऑरेंज लाईन */
.orange-hr {
    width: 60px;
    height: 4px;
    background-color: var(--orange);
}

/* मजकूर आणि इमेज एका ओळीत ठेवण्यासाठी */
.row {
    display: flex;
    flex-wrap: wrap;
}

.img-fluid {
    width: 100%;
    height: auto;
    object-fit: contain; /* इमेज पूर्ण दिसावी म्हणून */
}


.features-specs-section {
    background-color: #ffffff;
}

.features-specs-section ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
}

.table th {
    width: 40%;
    font-weight: 600;
}

.table td {
    font-size: 15px;
    color: #000000;
}

/* हेडर कलरसाठी */
.text-navy { color: var(--navy-blue); }
.text-orange { color: var(--orange); }

/* मोबाईलसाठी गॅप वाढवण्यासाठी */
@media (max-width: 767px) {
    .features-specs-section {
        padding-top: 40px !important; /* वरची जागा वाढवली */
        padding-bottom: 40px !important; /* खालची जागा वाढवली */
    }

    /* इमेज आणि मजकुरामध्ये गॅप */
    .features-specs-section img {
        margin-bottom: 30px; /* इमेजच्या खाली गॅप */
    }

    /* Unique Features आणि Specifications मधील गॅप */
    .col-md-6 {
        margin-bottom: 30px; /* दोन्ही विभागांमध्ये गॅप */
    }
}

@media (max-width: 576px) {
    .breadcrumb {
     font-size: 13px;    /* फॉन्ट साईज थोडी कमी केली जेणेकरून मावेल */
    }
 
}

.specs-inline-container {
    background: #f8f9fa;
    border-radius: 12px; /* कोपरे थोडे गोलाकार केले */
    border: 1px solid #eee; /* हलकी बॉर्डर */
}

/* आयकॉन आणि मजकूर यांच्यात गॅप */
.me-3 {
    margin-right: 1.5rem !important; 
}

/* मोबाईल व्ह्यूसाठी */
@media (max-width: 768px) {
    .gap-5 {
        gap: 30px !important; /* मोबाईलवर ओळी मोडू नयेत म्हणून गॅप ॲडजस्ट केला */
    }
}


/* कार्ड आणि ॲनिमेशन इफेक्ट्स */
.product-card {
    transition: all 0.4s ease;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
}

.img-container {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.card-img-top {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.btn-outline-orange {
    border: 2px solid var(--orange);
    color: var(--orange);
    font-weight: bold;
    border-radius: 22px;
    padding: 8px 20px;
}

.btn-outline-orange:hover {
    background-color: var(--orange);
    color: white;
}

h5 {
    font-size: 17px;
    line-height: 22px;
}

.product-link-card {
   display: flex;
    align-items: center;
    padding: 9px 18px;
    background: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    font-size: 14px;
}

.product-link-card:hover {
    background-color: var(--navy-blue); /* नेव्ही ब्लू बॅकग्राउंड */
    color: #ffffff; /* पांढरा मजकूर */
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

.product-link-card i {
    font-size: 20px;
    transition: 0.3s;
}

.product-link-card:hover i {
    color: #ffffff !important; /* होव्हरवर आयकॉन पांढरा होईल */
}

/* ॲक्टिव्ह लिंकसाठी स्टाईल */
.active-link {
    background-color: var(--navy-blue) !important; /* नेव्ही ब्लू बॅकग्राउंड */
    color: #ffffff !important; /* मजकूर पांढरा */
    border: 2px solid var(--orange) !important; /* ऑरेंज बॉर्डरने लिंक ठळक होईल */
    transform: scale(1.02); /* थोडी मोठी दिसेल */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* आयकॉन ॲक्टिव्ह असताना पांढरा होईल */
.active-link i {
    color: #ffffff !important;
}

.breadcrumb {
    font-size: 15px;
}


.about-section {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.13)), url('images/about-bg.jpg');
    background-size: cover;
    background-position: center;
  
    background-repeat: no-repeat;
    padding: 80px 0;
}

.text-orange {
    color: var(--orange); /* तुमच्या ऑरेंज रंगाची व्हेरिएबल वापरा */
}

.text-navy {
    color: #002366; /* नेव्ही ब्लू रंग */
}

.btn-orange {
    background-color: var(--orange);
    border-radius: 0;
    transition: 0.3s;
}

.btn-orange:hover {
    background-color: #e65100;
}

.about-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
}

.what-sets-us-apart-section {
    overflow: hidden;
}

.text-navy { color: #002366; }
.text-orange { color: #fd7e14; }

/* इंडस्ट्रीज ग्रिड बॉर्डर्स */
.border-end { border-right: 1px solid #dee2e6 !important; }
.border-bottom { border-bottom: 1px solid #dee2e6 !important; }
 
.border-orange { border-color: #fd7e14 !important; }
.bg-navy { background-color: #002366 !important; }
.text-navy { color: #002366; }

/* लांब मेन्यूसाठी स्क्रोल बार फिक्स */
.scrollable-menu {
    max-height: 400px;    /* या उंचीपर्यंत मेन्यू दिसेल */
    overflow-y: auto;     /* गरजेनुसार स्क्रोल येईल */
    overflow-x: hidden;
}

/* स्क्रोलबार स्टाईल */
.scrollable-menu::-webkit-scrollbar {
    width: 5px;
}
.scrollable-menu::-webkit-scrollbar-thumb {
    background-color: #0026a5;
    border-radius: 10px;
}

/* रंगांचे कॉम्बिनेशन */
.text-navy {
    color: #0d233a !important; /* फोटोमधील गडद नेव्ही ब्लू */
}

.text-orange {
    color: #ff5500 !important; /* फोटोमधील ठळक ऑरेंज */
}

/* बारीक ऑरेंज रेषांची स्टाईल */
.orange-line {
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background-color: #ff5500;
    vertical-align: middle;
}

/* फॉन्टची साईझ आणि जाडी */
.product-range-header h2 {
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.1;
   
}

.custom-font {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px; /* अक्षरांमधील अंतर थोडे कमी करण्यासाठी */
}

.product-range-header p {
    font-weight: 400;
    color: #444444 !important;
}

.text-navy { color: #002366 !important; }
.text-orange { color: #ff5500 !important; }

/* संपूर्ण गॅलरी बॉक्स */
.gallery-card-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* इमेजची उंची ४०० वर लॉक करण्यासाठी */
.img-container {
    position: relative;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 250px; /* उंची थोडी कमी केल्याने फोटो स्ट्रेच होणार नाही */
    object-fit: contain; /* अत्यंत महत्त्वाचे: यामुळे इमेज क्रॉप न होता मूळ आकारात नीट बसेल */
    background-color: #f8f9fa; /* जर इमेज पीएनजी (PNG) असेल, तर मागे हलका राखाडी रंग दिसेल जो खूप प्रोफेशनल वाटतो */
    padding: 15px; /* फोटोच्या कडांना थोडी जागा सोडण्यासाठी */
    transition: transform 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.05);
}

/* ओव्हरले (Hover Effect) */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 35, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .gallery-overlay {
    opacity: 1;
}

/* खालचा मजकूर विभाग */
.gallery-info-body {
    padding: 20px;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
}

.gallery-info-body h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
}


/* कलर्स */
.text-navy { color: #0d233a !important; }
.text-orange { color: #ff5500 !important; }
.bg-orange-light { background-color: #fff0e6 !important; }
.text-orange { color: #ff5500 !important; }
.bg-navy-light { background-color: #e6f0ff !important; }

/* बारीक ऑरेंज रेषा */
.orange-line {
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background-color: #ff5500;
    vertical-align: middle;
}

/* प्रोजेक्ट कार्डची मुख्य रचना */
.project-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

/* इमेज कंटेनर आणि परफेक्ट ४५० पिक्सल उंची */
.project-img-container {
    position: relative;
    overflow: hidden;
    height: 450px; /* क्रेनचे उभे फोटो परफेक्ट दाखवण्यासाठी ४५० पिक्सल */
    background-color: #f8fafc;
}

.project-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* फोटो बाजूने कट न करता सुंदर फ्रेम करेल */
    object-position: center top; /* क्रेनचा वरचा भाग महत्त्वाचा असल्याने टॉप-अलाईंड केला आहे */
    transition: transform 0.6s ease;
}

.project-card:hover .project-img-container img {
    transform: scale(1.04);
}

/* फोटोवर येणारा होव्हर इफेक्ट */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 35, 58, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-img-container:hover .project-overlay {
    opacity: 1;
}

/* मजकूर पॅडिंग */
.project-content-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.project-content-body h4 {
    letter-spacing: -0.3px;
    line-height: 1.3;
}

/* मुख्य ब्रँड कलर्स */
.text-navy { color: #0d233a !important; }
.text-orange { color: #ff5500 !important; }
.bg-orange { background-color: #ff5500 !important; }

/* कार्ड्ससाठी हलकी बॅकग्राउंड्स (Icon Backgrounds) */
.bg-navy-light { background-color: #f0f4f8 !important; }
.bg-orange-light { background-color: #fff0e6 !important; }

/* बॉर्डर कलर्स आणि हायलाईट्स */
.border-navy { border-color: #0d233a !important; }
.border-orange { border-color: #ff5500 !important; }

/* बारीक ऑरेंज रेषा */
.orange-line {
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background-color: #ff5500;
    vertical-align: middle;
}

/* फॉर्म इनपुट स्टाईल (Focus केल्यावर ऑरेंज बॉर्डर येण्यासाठी) */
.contact-page-section .form-control:focus {
    border-color: #ff5500;
    box-shadow: 0 0 0 0.25 quarter rgba(255, 85, 0, 0.25);
}

/* मुख्य सबमिट बटन */
.btn-orange {
    background-color: #ff5500;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #e04b00;
    color: #ffffff;
}

/* फोन आणि ईमेल लिंक्सचा होव्हर इफेक्ट */
.contact-page-section a:hover {
    text-decoration: underline !important;
}

/* मॅप कंटेनर स्टाईल */
.map-container {
    overflow: hidden;
    border-radius: 12px; /* कडांना सुंदर गोलाकार लूक */
}

.map-container iframe {
    display: block;
    border-radius: 8px;
}

/* --- SWIN INDUSTRIES NEW HEADER & TOP BAR STYLES --- */

.main-header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important; /* सर्वात वरचा लेअर सुनिश्चित करतो */
    box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}

.main-header-wrapper .top-bar {
    background-color: #053253 !important; /* Dark Navy Blue */
    display: block !important;
    position: relative !important;
    z-index: 999999 !important;
}

.main-header-wrapper .top-bar .text-orange {
    color: #ff5500 !important;
}

.main-header-wrapper .top-bar a {
    transition: color 0.2s ease;
}

.main-header-wrapper .top-bar a:hover {
    color: #ff5500 !important;
    text-decoration: underline !important;
}

.main-header-wrapper .navbar-custom {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
}

/* हेडर फिक्स केल्यामुळे स्लाइडर मागे दबू नये म्हणून स्पेस देणे */
body {
    padding-top: 145px !important; 
}

@media (max-width: 991.98px) {
    .main-header-wrapper .top-bar {
        display: none !important; /* मोबाईलवर बूटस्ट्रॅप नियमानुसार टॉप बार लपवणे */
    }
    body {
        padding-top: 85px !important; /* मोबाईल स्क्रीनसाठी स्पेस कमी करणे */
    }
}


/* --- PROJECTS SECTION READ MORE BUTTON STYLE --- */
.project-readmore-btn {
    color: #ff5500 !important; /* SWIN Orange Color */
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

.project-readmore-btn i {
    transition: transform 0.3s ease;
}

/* होव्हर केल्यावर ॲनिमेशन इफेक्ट */
.project-readmore-btn:hover {
    color: #0d233a !important; /* Hover झाल्यावर Navy Blue होईल */
}

.project-readmore-btn:hover i {
    transform: translateX(5px); /* बाण पुढे सरकेल */
}

/* पॅनेलच्या आत स्पेसिंग व्यवस्थित करण्यासाठी */
.stage-panel-body {
    padding-bottom: 15px;
}

/* --- KEY PROJECT INFORMATION SECTION STYLES --- */
.key-project-section {
    background-color: #f8f9fa; /* फिकट राखाडी बॅकग्राउंड ज्यामुळे सेक्शन उठून दिसेल */
}

.project-info-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #0d233a; /* Navy Blue Base Line */
    transition: all 0.3s ease-in-out;
}

.project-info-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #ff5500; /* Hover झाल्यावर Orange होईल */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.project-icon-box {
    background-color: rgba(13, 35, 58, 0.06); /* Light Navy tint */
    color: #0d233a;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.project-info-card:hover .project-icon-box {
    background-color: #ff5500; /* Hover झाल्यावर आयकॉन बॅकग्राउंड ऑरेंज होईल */
    color: #ffffff;
}

.info-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    margin-bottom: 4px;
}

.info-value {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}

.info-value.scope-list {
    font-size: 14px;
    font-weight: 500;
}

/* हेडिंगसाठी ऑरेंज लाईन */
.key-project-section .orange-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ff5500;
}

/* --- PROJECT OVERVIEW & FEATURES STYLES --- */
.project-overview-section {
    background-color: #ffffff;
}

.overview-text {
    color: #555555;
    font-size: 15.5px;
    line-height: 1.7;
    text-align: justify;
}

.overview-text strong {
    color: #0d233a; /* Navy Blue emphasis */
}

/* फीचर्स बॉक्स डिझाईन */
.features-box-container {
    background: #0d233a; /* Dark Navy Blue */
    border-radius: 12px;
    border-left: 5px solid #ff5500; /* SWIN Orange Border */
    box-shadow: 0 10px 30px rgba(13, 35, 58, 0.15);
}

.feature-box-title {
    color: #ffffff !important;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.feature-box-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ff5500;
}

.feature-mini-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.feature-mini-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    border-color: rgba(255, 85, 0, 0.4);
}

.feature-mini-icon {
    color: #ff5500; /* Orange Icon */
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-mini-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
}

/* ==========================================================================
   IMAGE MATCHED - WHAT WE DELIVERED SINGLE LINE DESIGN
   ========================================================================== */
.elite-delivered-section {
    background-color: #f4f7fa; /* मुख्य बॅकग्राउंड */
}

/* इमेजसारखा पांढरा आऊटर बॉक्स आणि हलके कॉर्नर्स */
.elite-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंगच्या खालील ऑरेंज रेषा */
.elite-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* Navy Blue */
}

.elite-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* उभ्या रेषा (Vertical Dividers) मॅनेज करणे */
.elite-grid-row .elite-col {
    position: relative;
    border-right: 1px solid #e2e8f0; /* उभ्या रेषा */
}

/* शेवटच्या कॉलमची उभी रेषा काढणे */
.elite-grid-row .elite-col:last-child {
    border-right: none !important;
}

.elite-item-box {
    padding: 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* आयकॉन्सचा प्रिमियम नेव्ही ब्लू लुक */
.elite-icon-area {
    color: #0d233a;
    font-size: 42px; /* इमेजप्रमाणे मोठा आयकॉन आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* टेक्स्ट स्टायलिंग */
.elite-title {
    font-size: 14.5px;
    color: #0d233a;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    max-width: 160px; /* टेक्स्ट व्यवस्थित खाली रॅप होण्यासाठी */
}

/* होव्हर केल्यावर हलका इफेक्ट */
.elite-col:hover .elite-icon-area {
    color: #ff5500; /* माउस नेल्यावर आयकॉन ऑरेंज होईल */
    transform: translateY(-3px);
}

/* मोबाईल व्ह्यूसाठी रिस्पॉन्सिव्ह बदल (मोबाईलवर २-२ च्या ग्रिडमध्ये दिसेल) */
@media (max-width: 1199.98px) {
    .elite-grid-row .elite-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .elite-grid-row .elite-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   WHY THIS PROJECT MATTERS - HORIZONTAL LINE DESIGN
   ========================================================================== */
.project-matters-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* जर आधीच्या सेक्शनच्या खाली गॅप कमी हवा असेल तर */
}

/* पांढरा आऊटर बॉक्स आकारासह */
.matters-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.matters-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* Navy Blue */
}

.matters-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.matters-grid-row .matters-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* शेवटच्या कॉलमची उभी रेषा काढणे */
.matters-grid-row .matters-col:last-child {
    border-right: none !important;
}

.matters-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* आयकॉन साईझ आणि कलर */
.matters-icon-area {
    color: #0d233a;
    font-size: 42px; /* मोठा आणि स्पष्ट आयकॉन लुक */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* सब-हेडिंग स्टाईल */
.matters-title {
    font-size: 16px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* सविस्तर लहान टेक्स्ट */
.matters-desc {
    font-size: 13.5px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    max-width: 240px; /* टेक्स्टची विड्थ नियंत्रित ठेवण्यासाठी */
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन ऑरेंज होईल */
.matters-col:hover .matters-icon-area {
    color: #ff5500;
    transform: translateY(-3px);
}

/* रिस्पॉन्सिव्ह: मोबाईल स्क्रीनवर उभ्या रेषा मॅनेज करणे */
@media (max-width: 991.98px) {
    .matters-grid-row .matters-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .matters-grid-row .matters-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   IMAGE MATCHED - CALL TO ACTION (CTA) WINCH SOLUTION SECTION
   ========================================================================== */
.winch-cta-section {
    background: linear-gradient(135deg, #061526 0%, #0d233a 100%); /* डार्क नेव्ही ब्लू बॅकग्राउंड */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* इमेजमधील हलक्या टेक्सचर वेव्हजचा फील देण्यासाठी पॅटर्न */
.cta-overlay-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 40%),
                      repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 10px);
    pointer-events: none;
}

/* हेडिंग आणि सबटेक्स्ट साईझ */
.cta-title {
    font-size: 26px;
    letter-spacing: 0.3px;
}

.cta-subtitle {
    font-size: 15px;
    letter-spacing: 0.2px;
}

/* प्रिमियम ऑरेंज बटन स्टायलिंग */
.btn-cta-orange {
    background-color: #ff5500 !important; /* SWIN Orange */
    color: #ffffff !important;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    min-width: 180px;
    box-shadow: 0 4px 15px rgba(255, 85, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* बटन होव्हर इफेक्ट */
.btn-cta-orange:hover {
    background-color: #e04b00 !important; /* डार्क ऑरेंज शेड */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 85, 0, 0.4);
}

.btn-cta-orange i {
    transition: transform 0.3s ease;
}

.btn-cta-orange:hover i {
    transform: translateX(5px); /* बाण पुढे सरकेल */
}

/* मोबाईल व्ह्यूसाठी ॲडजस्टमेंट */
@media (max-width: 767.98px) {
    .winch-cta-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .cta-title {
        font-size: 22px;
    }
    .cta-subtitle {
        font-size: 14px;
    }
    .btn-cta-orange {
        width: 100%; /* मोबाईलवर बटन फुल विड्थ होईल */
    }
}

/* ==========================================================================
   PROJECT SPECIFICATIONS - HORIZONTAL LINE DESIGN
   ========================================================================== */
.project-specs-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* आधीच्या सेक्शनला जोडून येण्यासाठी */
}

/* पांढरा आऊटर बॉक्स आकारासह */
.specs-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.specs-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* Navy Blue */
}

.specs-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.specs-grid-row .specs-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* शेवटच्या कॉलमची उभी रेषा काढणे */
.specs-grid-row .specs-col:last-child {
    border-right: none !important;
}

.specs-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन साईझ आणि कलर */
.specs-icon-area {
    color: #0d233a;
    font-size: 42px; /* मोठा आणि स्पष्ट आयकॉन लुक */
    margin-bottom: 12px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* फिकट लेबल (उदा. CLIENT, CAPACITY) */
.specs-label {
    font-size: 12px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

/* मुख्य व्हॅल्यू टेक्स्ट */
.specs-value {
    font-size: 16px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन हलका वर सरकतो */
.specs-col:hover .specs-icon-area {
    transform: translateY(-3px);
}

/* रिस्पॉन्सिव्ह: मोबाईल स्क्रीनवर उभ्या रेषा काढून बॉर्डर खाली देणे */
@media (max-width: 991.98px) {
    .specs-grid-row .specs-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .specs-grid-row .specs-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   IMAGE MATCHED - 3 COLUMN PROJECT OVERVIEW, FEATURES & OUTCOME
   ========================================================================== */
.project-analysis-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* स्पेसिफिकेशन्स ब्लॉकला व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.analysis-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding: 45px 35px !important;
}

/* इमेजप्रमाणे हेडिंग्स आणि त्याखालील परफेक्ट ऑरेंज रेषा */
.analysis-heading {
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.analysis-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* डाव्या आणि मधल्या कॉलमच्या उजवीकडे उभी रेषा (Vertical Dividers) */
.analysis-grid-row .analysis-col {
    position: relative;
    border-right: 1px solid #e6ecf3; /* फिकट उभी रेषा */
}

/* शेवटच्या कॉलमची उभी रेषा काढणे */
.analysis-grid-row .analysis-col:last-child {
    border-right: none !important;
}

.analysis-block {
    padding: 10px 20px;
    height: 100%;
}

/* पॅराग्राफ टेक्स्ट स्टायलिंग */
.analysis-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

/* लिस्ट लेआउट आणि आयकॉन्स */
.analysis-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

/* इमेजप्रमाणे ऑरेंज वर्तुळातील चेक आयकॉन */
.analysis-list li i {
    color: #ff5500; /* SWIN Orange */
    font-size: 16px;
    margin-right: 12px;
    line-height: 1.4;
    display: inline-block;
}

.analysis-list li span {
    font-size: 14.5px;
    color: #333333;
    line-height: 1.4;
}

/* रिस्पॉन्सिव्ह: मोबाईल/टॅब्लेटवर उभ्या रेषा काढून सुटसुटीत गॅप देणे */
@media (max-width: 991.98px) {
    .analysis-grid-row .analysis-col {
        border-right: none !important;
        border-bottom: 1px solid #e6ecf3;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .analysis-grid-row .analysis-col:last-child {
        border-bottom: none !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .analysis-block {
        padding: 5px 0;
    }
}

/* ==========================================================================
   IMAGE MATCHED - TECHNICAL SPECIFICATIONS HORIZONTAL DESIGN
   ========================================================================== */
.tech-specs-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या सेक्शनला व्यवस्थित जोडण्यासाठी */
}

/* पांढरा आऊटर बॉक्स आकारासह */
.tech-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.tech-main-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy */
}

.tech-main-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.tech-grid-row .tech-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0; /* मोठ्या स्क्रीनवर ग्रिड विभागणीसाठी */
}

/* ४ च्या ग्रिडनुसार शेवटच्या आणि खालच्या बॉर्डर्स मॅनेज करणे */
@media (min-width: 1200px) {
    .tech-grid-row .tech-col:nth-child(4),
    .tech-grid-row .tech-col:nth-child(8) {
        border-right: none !important;
    }
    .tech-grid-row .tech-col:nth-child(5),
    .tech-grid-row .tech-col:nth-child(6),
    .tech-grid-row .tech-col:nth-child(7),
    .tech-grid-row .tech-col:nth-child(8) {
        border-bottom: none !important;
    }
}

.tech-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया - वरच्या बाजूला */
.tech-icon-area {
    color: #0d233a;
    font-size: 42px; /* मोठा इमेजसारखा आयकॉन लुक */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले फिकट ऑरेंज लेबल */
.tech-label {
    font-size: 11px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट - खालील बाजूला */
.tech-value {
    font-size: 15px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 200px;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन हलका वर सरकतो */
.tech-col:hover .tech-icon-area {
    transform: translateY(-3px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .tech-grid-row .tech-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tech-grid-row .tech-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   SITE INSTALLATION VIEWS - PREMIUM GALLERY DESIGN
   ========================================================================== */
.site-installation-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* आधीच्या टेक्निकल ब्लॉकला व्यवस्थित जोडण्यासाठी */
}

/* पांढरा आऊटर कंटेनर बॉक्स */
.installation-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding: 40px 30px !important;
}

/* मुख्य हेडिंग आणि ऑरेंज बॉटम लाईन */
.installation-main-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy */
}

.installation-main-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* गॅलरी कार्ड रचना */
.gallery-image-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* इमेज कव्हर आणि झूम इफेक्टचा कंटेनर */
.gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #0d233a;
    aspect-ratio: 4 / 3; /* सर्व इमेजेस एकाच उंची-रुंदीत दिसण्यासाठी */
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover; /* इमेज स्ट्रेच न होता परफेक्ट क्रॉप होऊन बसेल */
    transition: transform 0.5s ease, opacity 0.3s ease;
}

/* फोटोच्या खालील नावाचा बॉक्स */
.gallery-caption-box {
    padding: 15px 10px;
    text-center: center;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-caption-box h5 {
    font-size: 14.5px;
    color: #0d233a; /* SWIN Navy */
    font-weight: 700;
    margin: 0;
    text-align: center;
}

/* होव्हर इफेक्ट - माउस नेल्यावर कार्ड वर येईल आणि फोटो झूम होईल */
.gallery-image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(13, 35, 58, 0.1);
    border-color: #cbd5e1;
}

.gallery-image-card:hover .gallery-thumb {
    transform: scale(1.08); /* स्मूथ झूम */
    opacity: 0.9;
}

/* ==========================================================================
   WHY THIS SOLUTION WORKS - HORIZONTAL GRID WITH TOP ICONS
   ========================================================================== */
.solution-works-section {
    background-color: #f4f7fa;
    padding-top: 0px !important; /* वरच्या गॅलरी ब्लॉकला व्यवस्थित जोडण्यासाठी */
}

/* पांढरा आऊटर मुख्य कंटेनर बॉक्स */
.solution-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* मुख्य हेडिंग आणि ऑरेंज बॉटम लाईन */
.solution-main-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy */
}

.solution-main-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* ५ कॉलम्स परफेक्ट मॅनेजमेंट (Bootstrap xl-5 Grid Hack) */
@media (min-width: 1200px) {
    .col-xl-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.solution-grid-row .solution-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .solution-grid-row .solution-col:last-child {
        border-right: none !important;
    }
}

.solution-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* आयकॉन एरिया - वरच्या बाजूला */
.solution-icon-area {
    color: #0d233a; /* SWIN Navy */
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले ठळक ऑरेंज सब-हेडिंग */
.solution-label {
    font-size: 14px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    min-height: 36px; /* सर्व हेडिंग्स एका सरळ रेषेत दिसण्यासाठी */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* खालचा सविस्तर पॅराग्राफ टेक्स्ट */
.solution-desc {
    font-size: 13.5px;
    color: #555555;
    line-height: 1.5;
    margin: 0;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन हलका वर सरकतो */
.solution-col:hover .solution-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी उभ्या रेषा बॉर्डर बदलणे */
@media (max-width: 1199.98px) {
    .solution-grid-row .solution-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .solution-grid-row .solution-col:last-child {
        border-bottom: none !important;
    }
    .solution-label {
        min-height: auto;
    }
}

/* ==========================================================================
   INDIAN NAVY PROJECT SPECIFICATIONS - HORIZONTAL DESIGN
   ========================================================================== */
.navy-specs-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या सेक्शन्सला व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.navy-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.navy-specs-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.navy-specs-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.navy-grid-row .navy-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .navy-grid-row .navy-col:last-child {
        border-right: none !important;
    }
}

.navy-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया स्टायलिंग */
.navy-icon-area {
    color: #0d233a;
    font-size: 42px; /* प्रिमियम मोठा आयकॉन लुक */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले लहान ऑरेंज लेबल */
.navy-label {
    font-size: 13px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट स्टायलिंग */
.navy-value {
    font-size: 15px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 220px;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन ऑरेंज होईल आणि वर सरकेल */
.navy-col:hover .navy-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .navy-grid-row .navy-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navy-grid-row .navy-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   OMAN EXPORT PROJECT SPECIFICATIONS - ELITE DESIGN
   ========================================================================== */
.oman-specs-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या ब्लॉक्सना व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.oman-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.oman-specs-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.oman-specs-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) आणि खालील बॉर्डर */
.oman-grid-row .oman-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

/* ४ च्या ग्रिडनुसार शेवटच्या आणि खालच्या बॉर्डर्सचे व्यवस्थापन */
@media (min-width: 1200px) {
    .oman-grid-row .oman-col:nth-child(4),
    .oman-grid-row .oman-col:nth-child(8) {
        border-right: none !important;
    }
    /* जर ७ च आयटम्स असतील तर खालची लाईन मॅनेज करणे */
    .oman-grid-row .oman-col:nth-child(5),
    .oman-grid-row .oman-col:nth-child(6),
    .oman-grid-row .oman-col:nth-child(7) {
        border-bottom: none !important;
    }
}

.oman-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया स्टायलिंग */
.oman-icon-area {
    color: #0d233a;
    font-size: 42px; /* मोठा इमेजसारखा प्रिमियम लुक */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले लहान ऑरेंज लेबल */
.oman-label {
    font-size: 11px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट स्टायलिंग */
.oman-value {
    font-size: 15px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 220px;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन ऑरेंज होईल आणि वर सरकेल */
.oman-col:hover .oman-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .oman-grid-row .oman-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .oman-grid-row .oman-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   OMAN EXPORT PROJECT FEATURES - TOP ICONS WITH VERTICAL DIVIDERS
   ========================================================================== */
.oman-features-section {
    background-color: #f4f7fa; /* फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या ब्लॉक्सना व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य बॉक्स */
.oman-feat-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.oman-feat-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.oman-feat-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* ५ कॉलम्स परफेक्ट मॅनेजमेंट (xl-5 Grid Hack) */
@media (min-width: 1200px) {
    .col-xl-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.oman-feat-grid-row .oman-feat-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .oman-feat-grid-row .oman-feat-col:last-child {
        border-right: none !important;
    }
}

.oman-feat-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* आयकॉन स्टायलिंग - वरच्या बाजूला */
.oman-feat-icon-area {
    color: #0d233a;
    font-size: 38px; /* प्रिमियम मोठा आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले ठळक ऑरेंज सब-हेडिंग */
.oman-feat-label {
    font-size: 13px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    min-height: 36px; /* सर्व हेडिंग्स एका सरळ रेषेत दिसण्यासाठी */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* खालचा सविस्तर डिस्क्रिप्शन टेक्स्ट */
.oman-feat-desc {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन वर सरकेल आणि ऑरेंज होईल */
.oman-feat-col:hover .oman-feat-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी डिझाईन */
@media (max-width: 1199.98px) {
    .oman-feat-grid-row .oman-feat-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .oman-feat-grid-row .oman-feat-col:last-child {
        border-bottom: none !important;
    }
    .oman-feat-label {
        min-height: auto;
    }
}

/* ==========================================================================
   SUVEN PHARMA PROJECT SPECIFICATIONS - ELITE DESIGN
   ========================================================================== */
.suven-specs-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या सेक्शन्सला व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.suven-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.suven-specs-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.suven-specs-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.suven-grid-row .suven-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .suven-grid-row .suven-col:last-child {
        border-right: none !important;
    }
}

.suven-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया स्टायलिंग */
.suven-icon-area {
    color: #0d233a;
    font-size: 42px; /* प्रिमियम मोठा आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले लहान ऑरेंज लेबल */
.suven-label {
    font-size: 13px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट स्टायलिंग */
.suven-value {
    font-size: 15px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 220px;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन ऑरेंज होईल आणि वर सरकेल */
.suven-col:hover .suven-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .suven-grid-row .suven-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .suven-grid-row .suven-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   SUVEN PHARMA PROJECT FEATURES - TOP ICONS WITH VERTICAL DIVIDERS
   ========================================================================== */
.suven-features-section {
    background-color: #f4f7fa; /* फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या ब्लॉक्सना व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य बॉक्स */
.suven-feat-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.suven-feat-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.suven-feat-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* ५ कॉलम्स परफेक्ट मॅनेजमेंट (xl-5 Grid Hack) */
@media (min-width: 1200px) {
    .col-xl-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.suven-feat-grid-row .suven-feat-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .suven-feat-grid-row .suven-feat-col:last-child {
        border-right: none !important;
    }
}

.suven-feat-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* आयकॉन स्टायलिंग - वरच्या बाजूला */
.suven-feat-icon-area {
    color: #0d233a;
    font-size: 38px; /* प्रिमियम मोठा आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले ठळक ऑरेंज सब-हेडिंग */
.suven-feat-label {
    font-size: 13px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    min-height: 36px; /* सर्व हेडिंग्स एका सरळ रेषेत दिसण्यासाठी */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* खालचा सविस्तर डिस्क्रिप्शन टेक्स्ट */
.suven-feat-desc {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

/* hovers - माउस नेल्यावर आयकॉन वर सरकेल आणि ऑरेंज होईल */
.suven-feat-col:hover .suven-feat-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी डिझाईन */
@media (max-width: 1199.98px) {
    .suven-feat-grid-row .suven-feat-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .suven-feat-grid-row .suven-feat-col:last-child {
        border-bottom: none !important;
    }
    .suven-feat-label {
        min-height: auto;
    }
}

/* ==========================================================================
   SUVEN PHARMA KEY TECHNICAL FEATURES - HORIZONTAL ELITE LAYOUT
   ========================================================================== */
.suven-tech-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या ब्लॉक्सना व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.suven-tech-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.suven-tech-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.suven-tech-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* मधल्या उभ्या रेषा (Vertical Dividers) आणि आडव्या रेषा */
.suven-tech-grid-row .suven-tech-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

/* ४ च्या ग्रिडनुसार शेवटच्या आणि खालच्या बॉर्डर्सचे अचूक व्यवस्थापन */
@media (min-width: 1200px) {
    .suven-tech-grid-row .suven-tech-col:nth-child(4),
    .suven-tech-grid-row .suven-tech-col:nth-child(8) {
        border-right: none !important;
    }
    .suven-tech-grid-row .suven-tech-col:nth-child(5),
    .suven-tech-grid-row .suven-tech-col:nth-child(6),
    .suven-tech-grid-row .suven-tech-col:nth-child(7),
    .suven-tech-grid-row .suven-tech-col:nth-child(8) {
        border-bottom: none !important;
    }
}

.suven-tech-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया स्टायलिंग - वरच्या बाजूला */
.suven-tech-icon-area {
    color: #0d233a;
    font-size: 42px; /* प्रिमियम मोठा आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले लहान ऑरेंज लेबल */
.suven-tech-label {
    font-size: 14px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट स्टायलिंग - खालील बाजूला */
.suven-tech-value {
    font-size: 14.5px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 220px;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन ऑरेंज होईल आणि वर सरकेल */
.suven-tech-col:hover .suven-tech-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .suven-tech-grid-row .suven-tech-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .suven-tech-grid-row .suven-tech-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   SWIN INDUSTRIES SPLIT LAYOUT (TABLE & GRID FEATURES)
   ========================================================================== */
.swin-split-section {
    background-color: #fafbfc;
}

/* कलर व्हेरिएबल्स मॅचिंग */
.text-navy { color: #0d233a !important; }
.text-orange { color: #ff5500 !important; }

/* लहान हेडिंग खालची ऑरेंज ओळ */
.section-title-swin {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
}

.section-title-swin::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #ff5500;
}

/* --- डावा भाग: टेबल स्टायलिंग --- */
.swin-table-wrapper {
    border-radius: 8px 8px 12px 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
}

.swin-custom-table thead th {
    background-color: #051424 !important; /* गडद नेव्ही आऊटलाईन */
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 14px 18px;
    border: none;
}

.swin-custom-table tbody td {
    padding: 11px 18px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
    background-color: #ffffff;
    vertical-align: middle;
}

/* टेबलमधील आडव्या लाईन्सचा एकाआड एक फिकट रंग */
.swin-custom-table tbody tr:nth-child(even) td {
    background-color: #f8fafc;
}

.swin-custom-table tbody tr:last-child td {
    border-bottom: none;
}

/* --- उजवा भाग: ६ फीचर्स ग्रिड स्टायलिंग --- */
.swin-features-grid {
    border-top: 1px solid #eef1f5;
}

/* ग्रिडचे कप्पे पाडणे (इमेज सारखे फिकट बॉर्डर इफेक्ट्स) */
.swin-feat-box {
    border-bottom: 1px solid #eef1f5;
    min-height: 90px;
    display: flex;
    align-items: center;
}

/* एकाआड एक उभ्या रेषा देणे */
@media (min-width: 576px) {
    .swin-features-grid .swin-feat-box:nth-child(odd) {
        border-right: 1px solid #eef1f5;
    }
}

.swin-feat-box h6 {
    font-size: 14.5px;
    color: #333333 !important;
    font-weight: 600;
}

/* मोठी स्क्रीन असल्यावर डाव्या आणि उजव्या भागाच्या मध्ये उभी रेषा दाखवणे */
@media (min-width: 992px) {
    .border-start-desktop {
        border-left: 1px solid #e2e8f0 !important;
    }
}

/* ==========================================================================
   SUVEN PHARMA PROJECT HIGHLIGHTS - 5 COLUMN GRID LAYOUT
   ========================================================================== */
.suven-highlights-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या ब्लॉक्सना व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.suven-high-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* मुख्य हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.suven-high-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.suven-high-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* ५ कॉलम्स परफेक्ट मॅनेजमेंट (Bootstrap xl-5 Grid Hack) */
@media (min-width: 1200px) {
    .col-xl-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.suven-high-grid-row .suven-high-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .suven-high-grid-row .suven-high-col:last-child {
        border-right: none !important;
    }
}

.suven-high-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया स्टायलिंग - वरच्या बाजूला */
.suven-high-icon-area {
    color: #0d233a;
    font-size: 40px; /* प्रिमियम मोठा आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले लहान ऑरेंज लेबल */
.suven-high-label {
    font-size: 11px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट स्टायलिंग - खालील बाजूला */
.suven-high-value {
    font-size: 14.5px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 220px;
}

/* होव्हर इफेक्ट - माउस नेल्यावर आयकॉन ऑरेंज होईल आणि वर सरकेल */
.suven-high-col:hover .suven-high-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .suven-high-grid-row .suven-high-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .suven-high-grid-row .suven-high-col:last-child {
        border-bottom: none !important;
    }
}


/* ==========================================================================
   SUVEN PHARMA TYPICAL SCOPE - GRID LAYOUT WITH TOP ICONS
   ========================================================================== */
.suven-scope-section {
    background-color: #f4f7fa; /* मुख्य फिकट बॅकग्राउंड */
    padding-top: 0px !important; /* वरच्या ब्लॉक्सना व्यवस्थित जोडण्यासाठी */
}

/* पांढरा मुख्य आऊटर बॉक्स */
.suven-scope-container-box {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef1f5;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* मुख्य हेडिंग स्टाईल आणि ऑरेंज बॉटम लाईन */
.suven-scope-heading {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0d233a !important; /* SWIN Navy Blue */
}

.suven-scope-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #ff5500; /* SWIN Orange */
}

/* ५ कॉलम्स परफेक्ट मॅनेजमेंट (Bootstrap xl-5 Grid Hack) */
@media (min-width: 1200px) {
    .suven-scope-grid-row .col-xl-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* मधल्या उभ्या रेषा (Vertical Dividers) */
.suven-scope-grid-row .suven-scope-col {
    position: relative;
    border-right: 1px solid #e2e8f0;
}

/* मोठ्या स्क्रीनवर शेवटच्या कॉलमची उभी रेषा काढणे */
@media (min-width: 1200px) {
    .suven-scope-grid-row .suven-scope-col:last-child {
        border-right: none !important;
    }
}

.suven-scope-item-box {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* आयकॉन एरिया स्टायलिंग - वरच्या बाजूला */
.suven-scope-icon-area {
    color: #fc5d01;
    font-size: 40px; /* प्रिमियम मोठा आकार */
    margin-bottom: 15px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* मधले लहान ऑरेंज लेबल */
.suven-scope-label {
    font-size: 11px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* मुख्य व्हॅल्यू टेक्स्ट स्टायलिंग - खालील बाजूला */
.suven-scope-value {
    font-size: 14.5px;
    color: #0d233a;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 220px;
}

/* होव्हर Effekt - माउस नेल्यावर आयकॉन ऑरेंज होईल आणि वर सरकेल */
.suven-scope-col:hover .suven-scope-icon-area {
    transform: translateY(-4px);
    color: #ff5500;
}

/* रिस्पॉन्सिव्ह: मोबाईल आणि टॅब्लेट स्क्रीनसाठी रचना */
@media (max-width: 1199.98px) {
    .suven-scope-grid-row .suven-scope-col {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .suven-scope-grid-row .suven-scope-col:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   PROJECT SPECIFICATIONS DISCLAIMER NOTE
   ========================================================================== */
.swin-disclaimer-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc; /* फिकट ग्रे-ब्लू बॅकग्राउंड */
    border: 1px dashed #cbd5e1; /* डॅश्ड फिकट बॉर्डर */
    border-radius: 6px;
    padding: 10px 20px;
    max-width: 900px;
    margin: 0 auto;
}

/* डावीकडील लहान निळा आयकॉन */
.swin-disclaimer-icon {
    color: #3a330d; /* SWIN Navy Blue */
    font-size: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* नोट मधील टेक्स्ट स्टायलिंग */
.swin-disclaimer-text {
    font-size: 15px;
    color: #000000; /* मॅट ग्रे कलर */
    margin: 0;
    line-height: 1.5;
    text-align: left;
}

/* नोट मधील 'Note:' शब्द ऑरेंज करण्यासाठी */
.swin-disclaimer-text strong {
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
}

/* मोबाईल रिस्पॉन्सिव्ह: आयकॉन वर आणि टेक्स्ट खाली करण्यासाठी */
@media (max-width: 575.98px) {
    .swin-disclaimer-box {
        flex-direction: column;
        padding: 12px 15px;
    }
    .swin-disclaimer-icon {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .swin-disclaimer-text {
        text-align: center;
    }
}

/* ==========================================================================
   WIRE ROPE PRODUCTS GRID LAYOUT
   ========================================================================== */
.wire-rope-section {
    background-color: #ffffff;
}

/* मुख्य प्रॉडक्ट कार्ड */
.rope-product-card {
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* कार्ड होव्हर इफेक्ट */
.rope-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* इमेज बॉक्स आणि झूम इफेक्ट */
.rope-img-box {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 220px; /* इमेजची उंची सारखी ठेवण्यासाठी */
}

.rope-img-box img {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.rope-product-card:hover .rope-img-box img {
    transform: scale(1.05);
}

/* कंटेंट एरिया */
.rope-content-box {
    padding: 20px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* मुख्य साईझ टायटल (उदा. 12 mm x 100 m) */
.rope-title {
    font-size: 24px;
    font-weight: 800;
    color: #0d233a; /* SWIN Navy Blue */
    margin: 0;
    line-height: 1.2;
}

/* ऑरेंज वायर रोप सब-टायटल */
.rope-subtitle {
    font-size: 16px;
    color: #ff5500; /* SWIN Orange */
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 12px;
    display: block;
}

/* ब्रँड/ग्रेड माहिती */
.rope-brand {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 34px; /* दोन्ही ओळींचे अलाईन्मेंट मॅनेज करण्यासाठी */
}

/* वैशिष्ट्यांची लिस्ट (Features) */
.rope-features-list {
    margin-top: auto; /* लिस्ट नेहमी खाली लॉक राहण्यासाठी */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* वैयक्तिक वैशिष्ट्य रो */
.rope-feat-item {
    display: flex;
    align-items: center;
    background-color: #f8fafc; /* हलकी ग्रे बॅकग्राउंड */
    border-radius: 6px;
    padding: 8px 12px;
}

/* वैशिष्ट्यांमधील लहान आयकॉन्स */
.rope-feat-item i {
    color: #0d233a; /* SWIN Navy Blue */
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* वैशिष्ट्यांमधील टेक्स्ट */
.rope-feat-item span {
    font-size: 13px;
    color: #334155;
    font-weight: 600;
}

/* होव्हर केल्यावर आयकॉन आणि बॅकग्राउंड हायलाईट करणे */
.rope-product-card:hover .rope-feat-item {
    background-color: #f1f5f9;
}
.rope-product-card:hover .rope-feat-item i {
    color: #ff5500; /* आयकॉन ऑरेंज होईल */
}

/* रिस्पॉन्सिव्ह: मोबाईलसाठी अंतर्गत पॅडिंग व्यवस्थापन */
@media (max-width: 575.98px) {
    .rope-title { font-size: 20px; }
    .rope-img-box { height: 180px; }
}

/* ==========================================================================
   SWIN PREMIUM ACCESSORIES CARD LAYOUT
   ========================================================================== */
.swin-accessories-section {
    background-color: #ffffff;
}

/* मुख्य प्रॉडक्ट कार्ड फ्रेम */
.acc-product-card {
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* होव्हर इफेक्ट - कार्ड किंचित वर उचलले जाईल */
.acc-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* इमेजसाठी पांढरा चौकटीचा भाग */
.acc-img-box {
    padding: 25px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px; /* सर्व इमेजेस एका लाईनमध्ये आणण्यासाठी */
    overflow: hidden;
    border-bottom: 1px solid #fafafa;
}

.acc-img-box img {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.acc-product-card:hover .acc-img-box img {
    transform: scale(1.03);
}

/* टेक्स्ट आणि स्पेसिफिकेशन्सचा अंतर्गत बॉक्स */
.acc-content-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* मुख्य डार्क ब्लू टायटल */
.acc-title {
    font-size: 19px;
    font-weight: 800;
    color: #0d233a; /* SWIN Navy Blue */
    margin: 0;
    text-align: center;
}

/* खालील लहान साईझ/सब-टायटल */
.acc-subtitle {
    font-size: 15px;
    color: #ff5500;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

/* लहान डिस्क्रिप्शन टेक्स्ट */
.acc-desc {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    min-height: 58px; /* पॅराग्राफच्या ओळींचे बॅलेन्स सांभाळण्यासाठी */
}

/* टेबल स्पेसिफिकेशन लिस्ट रचना (इमेजप्रमाणे) */
.acc-specs-table {
    margin-top: auto; /* टेबल नेहमी कार्डच्या तळाशी लॉक राहील */
    border-top: 1px solid #f1f5f9;
}

/* टेबलची प्रत्येक लाईन */
.acc-spec-row {
    display: flex;
   
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}

.acc-spec-row:last-child {
    border-bottom: none;
}

/* डावीकडील लेबल्स आणि आयकॉन्स */
.acc-spec-label {
    color: #0d233a;
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* उजवीकडील तांत्रिक व्हॅल्यूज */
.acc-spec-val {
    color: #475569;
    font-weight: 500;
    text-align: left;
    padding-left: 15px;
}

/* रिस्पॉन्सिव्ह स्क्रीन व्यवस्थापन */
@media (max-width: 1199.98px) {
    .acc-img-box { height: 200px; }
    .acc-desc { min-height: auto; }
}