/* =========================================
   1. Typography & Base Styles
   ========================================= */
body {
    background-color: #fff;
    color: #1a1a1a;
    font-family: sans-serif !important;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 28px;
}

html {
    scroll-behavior: smooth;
}

/* =========================================
   2. Navbar
   ========================================= */
.navbar-babanp {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 2px 0 rgba(204, 204, 204, 0.5);
}

.brand-logo {
    height: 40px;
    /* Adjust height to fit your navbar */
    width: 60px;
    object-fit: cover;
    /* Prevents stretching if your image isn't perfectly square */
}

.navbar-nav .nav-item {
    margin: 0 1rem;
}

.navbar-babanp .navbar-nav .nav-link {
    font-size: large;
    color: #243763;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
    transition: all 0.2s ease;
}

.navbar-babanp .navbar-nav .nav-link:hover,
.navbar-babanp .navbar-nav .nav-link:focus,
.navbar-babanp .navbar-nav .nav-link.active {
    color: #243763;
    border-bottom-color: #243763;
    background-color: transparent;
}

.navbar-babanp .navbar-brand {
    color: #243763;
    font-weight: 600;
    font-size: x-large;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-babanp .navbar-brand:hover {
    color: #243763;
}

.navbar-babanp .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: none;
    border-radius: 8px;
    margin-top: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.navbar-babanp .dropdown-item {
    color: #444;
    transition: all 0.2s;
}

.navbar-babanp .dropdown-item:hover,
.navbar-babanp .dropdown-item:focus {
    background-color: #243763;
    color: #fff;
}

.navbar-babanp .navbar-toggler {
    background-color: #243763;
    border-radius: 4px;
    border: none;
}

.navbar-babanp .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-babanp .navbar-toggler:hover {
    background-color: #999;
}

@media (max-width: 991.98px) {
    .navbar-babanp .navbar-nav {
        margin-top: 12px;
    }

    .navbar-babanp .navbar-nav .nav-link {
        display: inline-block;
        width: fit-content;
    }
}

/* =========================================
   3. New slider Hero Section
   ========================================= */

/* Swiper Slider Styles */
.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* --- Responsive Image Swapping --- */

/* Desktop Images (Default) */
.slide-1 {
    background-image: url('/img/Bg_poly.webp');
}

.slide-2 {
    background-image: url('/img/lab.webp');
}

.slide-3 {
    background-image: url('/img/bg_poly2.webp');
}

.glass-box {
    background: rgba(0, 0, 0, 0.187);
    /* Darkens the area */
    backdrop-filter: blur(2px);
    /* Blurs the image behind it */
    -webkit-backdrop-filter: blur(2px);
    /* Safari support */
    padding: 2rem;
    border-radius: 0px;
    display: inline-block;
    /* border: 1px solid rgba(255, 255, 255, 0.03); */

}

/* Top-Left Bracket */
.glass-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    /* Control the horizontal length here */
    height: 80px;
    /* Control the vertical length here */
    border-top: 6px solid #ffffff;
    /* Match the thickness in your image */
    border-left: 6px solid #ffffff;
}

/* Bottom-Right Bracket */
.glass-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-bottom: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
}

/* Responsive: Make brackets smaller on mobile */
/* --- Mobile Specific Adjustments --- */
@media (max-width: 767.98px) {

    /* Set Swiper to 60% of viewport height */
    .swiper {
        height: 60vh !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /* 1. Mobile-specific image files */
    .slide-1 {
        background-image: url('/img/Bg_poly_sm.webp');
    }

    .slide-2 {
        background-image: url('/img/lab_sm.webp');
    }

    .slide-3 {
        background-image: url('/img/bg_poly2_sm.webp');
    }

    /* 2. Your requested 60% height on mobile */
    /* Adjust brackets for smaller screens */
    .glass-box {
        padding: 1.5rem 2rem;
        width: 90%;
        /* Ensure it doesn't hit screen edges */
    }

    .glass-box::before,
    .glass-box::after {
        width: 40px;
        height: 40px;
        border-width: 4px;
    }
}

.swiper-slide h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 700;
    text-transform: uppercase;
    max-width: 900px;
    padding: 0 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.475);
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #fff;
    color: #0d6efd;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.5rem;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0d6efd;
}

/* =========================================
   3. Hero Section
   ========================================= */
.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    overflow: hidden;
    margin-top: 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/Best.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(5px);
    transform: scale(1.05);
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.168);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 2rem 10% 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.hero-content h1 {
    font-weight: 700;
    font-size: clamp(2.5rem, 7vw, 4rem);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-content .subheadline {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.hero-content .description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 800px;
}

.hero-buttons .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    margin: 0.5rem 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.hero-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero-buttons .btn:first-child {
    margin-left: 0;
}

@media (max-width: 767.98px) {
    .hero-content {
        text-align: center;
    }

    .hero-content .description {
        margin: 0 auto 2.5rem;
    }

    .hero-buttons .btn {
        display: block;
        width: 80%;
        margin: 0.75rem auto;
    }

    .hero-buttons .btn:first-child {
        margin-left: auto;
    }
}

/* =========================================
   4. Polymer Section (Image Collage)
   ========================================= */
.text-column h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #1a1a1a;
}

.text-column p {
    font-size: 1.35rem;
    line-height: 1.5;
    color: #1a1a1a;
}

.btn-download {
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 12px 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.btn-download:hover {
    background-color: #333;
    color: white;
}

.image-collage {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

.image-collage div {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image {
    width: 80%;
    border-radius: 30px;
    position: absolute;
    top: 25%;
    left: 20%;
    z-index: 2;
}

.inset-image-1 {
    width: 32%;
    height: 32%;
    border-radius: 20px;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
}

.inset-image-2 {
    width: 40%;
    height: 40%;
    border-radius: 50%;
    position: absolute;
    bottom: -5%;
    left: 5%;
    z-index: 3;
    border: 8px solid white;
}

@media (max-width: 767px) {

    /* 1. Fluid Spacing & Let the Content Dictate Height */
    .polymer-section {
        padding: 4rem 1rem !important;
        /* Add side padding to keep text off edges */
        min-height: auto !important;
        /* Override the inline 100vh to prevent clipping */
    }

    /* 2. Text Content Alignment & Typography */
    .text-column {
        text-align: center;
        margin-bottom: 4rem;
        /* Give more breathing room before the images */

        /* Let your base animation CSS handle the initial transform, not the media query! */
        transform: none;
    }

    .text-column h1 {
        font-size: 2.2rem;
        /* Good size */
        line-height: 1.2;
        /* Tighter line-height is easier to read on mobile */
        margin-bottom: 1rem;
    }

    .text-column p {
        font-size: 1.1rem;
        padding: 0 15px;
        /* Prevent text from touching the absolute edges of the screen */
    }

    /* 3. Google-Style Call to Action (Generous Tap Target) */
    .btn-download {
        width: 100%;
        max-width: 280px;
        /* Make it a prominent, wide block button on mobile */
        padding: 14px 30px;
        /* Slightly taller for easier thumb tapping */
    }

    /* 4. Fluid, Non-Overflowing Images */
    .image-column {
        display: flex;
        justify-content: center;
        transform: none;
        /* Remove hardcoded transform */
        overflow: hidden;
        /* Prevent any accidental bounding box overflow */
        padding: 0 15px;
    }

    .image-collage {
        width: 100%;
        max-width: 320px;
        /* Safe width for small phones (375px viewport) */
        /* Aspect ratio 1/1 will handle the scaling perfectly */
    }

    /* Optional: Slightly reduce border radii for mobile proportions */
    .main-image {
        border-radius: 20px;
    }

    .inset-image-1 {
        border-radius: 12px;
    }

    .inset-image-2 {
        border-width: 5px;
    }
}

/* =========================================
   5. About Us (Company Section)
   ========================================= */
.company-section {
    background: transparent;
    transition: all 0.2s ease;
}

.info-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    padding: 2.5rem 2.8rem;
    transition: transform 0.25s ease, box-shadow 0.3s ease;
}

.company-name {
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(145deg, #0b2b5e, #1a4a9f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    transition: background 0.2s, -webkit-background-clip 0s;
}

.lead-accent {
    font-size: 1.25rem;
    font-weight: 500;
    color: #2c3e50;
    border-left: 5px solid #1e6df2;
    padding-left: 1.5rem;
    margin: 0.4rem 0 1.8rem;
}

.polymer-badge {
    background: #eef4ff;
    color: #1a4a9f;
    font-weight: 500;
    padding: 0.35rem 1rem;
    border-radius: 40px;
    font-size: 0.9rem;
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    border: 1px solid rgba(26, 74, 159, 0.1);
}

.truth-box {
    background: linear-gradient(120deg, #f1f7fe 0%, #ffffff 100%);
    border-radius: 1.8rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    border: 1px solid rgba(0, 103, 205, 0.15);
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.8), 0 8px 12px -8px rgba(0, 47, 91, 0.08);
    position: relative;
}

.truth-box::before {
    content: "“";
    font-size: 5rem;
    color: #1e6df2;
    opacity: 0.15;
    font-family: serif;
    position: absolute;
    left: 0.8rem;
    top: -0.2rem;
}

.truth-text {
    font-weight: 600;
    color: #0a2540;
    font-size: 1.15rem;
    margin-bottom: 0.3rem;
}

.truth-highlight {
    color: #0a58ca;
    font-weight: 700;
    background: rgba(30, 109, 242, 0.08);
    padding: 0.1rem 0.4rem;
    border-radius: 20px;
}

.visual-card {
    background: #ffffffd9;
    backdrop-filter: blur(4px);
    border-radius: 2rem;
    padding: 2rem 1.8rem;
    box-shadow: 0 18px 30px -8px rgba(0, 35, 70, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
}

.icon-square {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0a2e5e, #2060c0);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 16px 24px -6px rgba(20, 80, 200, 0.3);
    transform: rotate(2deg);
    transition: 0.2s;
}

.visual-card:hover .icon-square {
    transform: scale(1.02) rotate(0deg);
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(145deg, #103a6b, #1a5bbf);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    cursor: pointer;
    transition: transform 0.1s;
}

.stat-number:active {
    transform: scale(0.97);
}

.stat-label {
    font-weight: 600;
    color: #1e3a6b;
    letter-spacing: -0.01em;
}

.btn-soft-primary {
    background: white;
    border: 1.5px solid #1e6df2;
    color: #1e6df2;
    font-weight: 600;
    padding: 0.8rem 2.2rem;
    border-radius: 60px;
    transition: all 0.25s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.btn-soft-primary:hover {
    background: #1e6df2;
    color: white;
    border-color: #1e6df2;
    box-shadow: 0 12px 18px -8px #1e6df270;
    transform: translateY(-2px);
}

/* Animations */
.animated-element {
    opacity: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.animated-from-left {
    transform: translateX(-80px);
}

.animated-from-right {
    transform: translateX(80px);
}

.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.1, 1), transform 0.8s cubic-bezier(0.2, 0.9, 0.1, 1);
}

.fade-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

.visual-card.fade-up {
    transition-delay: 0.05s;
}

.bg-soft-mesh {
    background-image: radial-gradient(rgba(30, 109, 242, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}

@media (max-width: 768px) {
    .info-card {
        padding: 1.8rem 1.5rem;
        border-radius: 2rem;
    }

    .truth-box {
        padding: 1.2rem 1.5rem;
    }

    .lead-accent {
        font-size: 1.1rem;
    }
}

/* =========================================
   6. Footer
   ========================================= */
/* --- Footer Logo Styling --- */

.footer-logo {
    display: inline-block;
    /* Spacing between logo and contact info */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-logo img {
    max-width: 180px;
    /* Maintains a professional size */
    height: auto;
    display: block;
    /* Optional: Slight brightness boost if your logo is on a dark background */
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

/* Hover Effect: Subtle lift and brightness */
.footer-logo:hover {
    transform: translateY(-4px);
    filter: brightness(1.1);
}

/* --- Mobile Responsiveness --- */

@media (max-width: 991px) {
    .footer-logo {
        
        text-align: center;
        width: 100%;
    }

    .footer-logo img {
        max-width: 160px;
        margin: 0 auto;
        
    }
}

/* Ensure the parent container doesn't squash the logo */
/* .dk-footer-box-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .dk-footer-box-info {
        align-items: center;
        text-align: center;
    }
} */
/*--------footer logo ends here---------*/
.dk-footer {
    padding: 75px 0 0;
    background-color: #f8f9fa;
    position: relative;
    z-index: 2;
    color: #212529;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #0d6efd;
}

/* .dk-footer-box-info {
    position: absolute;
    top: -10px;
    background: #ffffff;
    padding: 40px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
} */
.dk-footer-box-info {
    position: relative;
    margin-top: -30px;
    background: #ffffff;
    padding: 40px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #212529;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a {
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #e9ecef;
    margin-right: 5px;
    color: #212529;
    transition: all 0.2s ease;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook-f {
    background-color: #3B5998;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus-g {
    background-color: #DD4B39;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin-in {
    background-color: #0976B4;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
    color: #fff;
}

.footer-info-text {
    margin: 26px 0 32px;
    color: #495057;
}

.contact-vertical {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-vertical li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #3c4043;
    font-size: 0.9rem;
}

.contact-vertical i {
    width: 20px;
    margin-right: 12px;
    color: #1a73e8;
    font-size: 1rem;
    margin-top: 3px;
}

.contact-vertical a {
    color: #3c4043;
    text-decoration: none;
}

.contact-vertical a:hover {
    color: #1a73e8;
    text-decoration: underline;
}

.footer-left-widget {
    padding-left: 0;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #212529;
    position: relative;
    margin-bottom: 15px;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget a {
    color: #000000;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #0d6efd;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.footer-widget p {
    margin-bottom: 27px;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #212529;
}

.dk-footer-form input::placeholder {
    color: #6c757d;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #0d6efd;
    color: #fff;
    border: none;
}

.dk-footer-form button:hover {
    cursor: pointer;
    background: #0b5ed7;
}

/* Animated Border */
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #0d6efd;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    animation: animborder 2s linear infinite;
}

@keyframes animborder {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(113px);
    }
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #e9ecef;
    color: #495057;
}

.copyright span,
.copyright a {
    color: #495057;
    transition: all 0.3s linear;
    text-decoration: none;
}

.copyright a:hover {
    color: #0d6efd;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.contact-vertical a {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .footer-widget ul.contact-vertical {
        width: 100% !important;
        /* Overrides the 50% width rule */
        float: none;
        /* Stops it from trying to sit side-by-side */
    }

    .contact-vertical li {
        font-size: 0.85rem;
        /* Slightly smaller font for very narrow phones */
        margin-bottom: 12px;
    }
}

@media (min-width: 992px) {
    .dk-footer .col-lg-8 {
        padding-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .dk-footer-box-info {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .dk-footer .col-lg-8 {
        padding-top: 0;
    }
}

/*================================
    products
    ===============================*/
/* Inverse section card — dark background, light text */
.section-card {
    background: #0f1a2b;
    backdrop-filter: blur(4px);
    padding: 2.5rem 2.8rem;
    transition: box-shadow 0.3s ease;
}

.section-card:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.6);
    border-color: rgba(30, 109, 242, 0.25);
}

.section-title {
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(145deg, #ffffff, #b0d0ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.section-subhead {
    font-size: 1.2rem;
    font-weight: 500;
    color: #cbd5e6;
    text-align: center;
    border-left: 5px solid #3b82f6;
    border-right: 5px solid #3b82f6;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

/* Category cards — inverse style with split layout adjustments */
.category-card {
    background: #152233;
    border-radius: 1.8rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Added to clip the top image nicely */
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 32px -12px rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.4);
    background: #1a2a40;
}

/* New Split Header Styles */
.split-header {
    display: flex;
    width: 100%;
    height: 140px;
    background-color: #1a2a40;
    /* Applies border radius to the top of the split section */
    border-radius: 1.8rem 1.8rem 0 0;
    overflow: hidden;
}

.icon-side {
    /* Initial 1:4 Ratio (20% icon / 80% image) */
    width: 20%;
    background: rgba(59, 130, 246, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #90c0ff;
    /* Adds the requested border radius to the internal split */
    border-radius: 0 1.5rem 1.5rem 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
}

.image-side {
    width: 80%;
    position: relative;
    overflow: hidden;
    /* Pulls image slightly left so the rounded icon border overlaps it cleanly */
    margin-left: -15px;
    transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Starts slightly zoomed in */
    transform: scale(1.15) translateX(-5px);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Hover effects for the split header --- */
.category-card:hover .icon-side {
    /* 2:10 Ratio (~16.66%) - icon shrinks and shifts left */
    width: 16.66%;
    background: #3b82f6;
    color: white;
    /* Flattens the inner curve slightly on expansion */
    border-radius: 0 0.5rem 0.5rem 0;
}

.category-card:hover .image-side {
    /* Complements the 2:10 ratio */
    width: 83.33%;
}

.category-card:hover .image-side img {
    /* Image reveals fully and snaps into natural position */
    transform: scale(1) translateX(0);
}

/* Content wrapper moved from card to here */
.card-text-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.category-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    color: #f0f4fc;
}

.category-desc {
    color: #b0c7e3;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Quick fact ribbon — inverse */
.fact-ribbon {
    background: rgba(20, 40, 65, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 1.8rem;
    padding: 1.2rem 2rem;
    margin: 2rem 0 1.5rem;
    border-left: 6px solid #3b82f6;
    box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left-width: 6px;
}

.fact-icon {
    font-size: 2.5rem;
    color: #6ea8fe;
    opacity: 0.9;
}

.fact-text {
    font-weight: 600;
    font-size: 1.1rem;
    color: #e2ecfe;
}

.fact-text strong {
    color: white;
}

/* CTA button inverse */
.btn-gradient {
    background: transparent;
    border: 2px solid #3b82f6;
    color: white;
    font-weight: 700;
    padding: 0.9rem 2.8rem;
    border-radius: 60px;
    box-shadow: 0 8px 16px -6px rgba(0, 0, 0, 0.3);
    transition: all 0.25s;
    backdrop-filter: blur(4px);
}

.btn-gradient i {
    transition: transform 0.2s;
}

.btn-gradient:hover {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    box-shadow: 0 14px 24px -8px #1e6df2;
    transform: translateY(-3px);
}

.btn-gradient:hover i {
    transform: translateX(5px);
}

/* fade-up animation */
.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.2, 0.9, 0.1, 1), transform 0.7s cubic-bezier(0.2, 0.9, 0.1, 1);
}

.fade-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .section-card {
        padding: 1.8rem 1.5rem;
        border-radius: 2rem;
    }

    .section-subhead {
        font-size: 1.1rem;
    }

    .split-header {
        height: 120px;
    }
}

/* ===================================
    ..........For The Green Section......
    ====================================== */
.promise-section {
    background: linear-gradient(145deg, #fbfcfd 0%, #f4f9f6 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

/* decorative soft shapes */
.promise-section::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 30% 30%, rgba(46, 139, 87, 0.03), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.promise-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle at 70% 80%, rgba(25, 118, 210, 0.02), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-container {
    position: relative;
    z-index: 2;
}

/* heading style */
.promise-headline {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a2e2b;
}

.promise-headline .accent-text {
    background: linear-gradient(135deg, #0b4f3c, #1b7b5e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 800;
}

.lead-text {
    font-size: 1.25rem;
    color: #2c4a42;
    max-width: 720px;
    margin: 0 auto 1rem;
    font-weight: 450;
    border-left: 4px solid #2e8b57;
    padding-left: 1.5rem;
    background: rgba(46, 139, 87, 0.02);
    border-radius: 0 8px 8px 0;
}

.promise-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(46, 139, 87, 0.12);
    border-radius: 28px;
    padding: 2rem 1.5rem;
    height: 100%;
    box-shadow: 0 18px 35px -8px rgba(0, 40, 20, 0.08), 0 6px 12px -4px rgba(0, 20, 10, 0.02);
    transition: all 0.25s ease;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.3, 1), transform 0.6s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.3s;
}

.promise-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.promise-card:hover {
    box-shadow: 0 28px 40px -12px rgba(20, 80, 50, 0.15);
    border-color: rgba(46, 139, 87, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.icon-circle {
    width: 64px;
    height: 64px;
    background: linear-gradient(145deg, #e5f4e9, #d0ecdb);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #0f543b;
    font-size: 2.1rem;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.7), 0 6px 12px -6px rgba(30, 70, 40, 0.2);
    transition: 0.2s;
}

.promise-card:hover .icon-circle {
    background: linear-gradient(145deg, #d2ecd9, #b8dfc7);
    color: #0a402b;
}

.card-title {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    color: #173e33;
    margin-bottom: 0.75rem;
}

.card-desc {
    color: #2d5448;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
}

.closing-statement {
    margin-top: 3.5rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1e4b3c;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-block;
    padding: 0.8rem 2.5rem;
    border-radius: 60px;
    border: 1px solid rgba(46, 139, 87, 0.2);
    box-shadow: 0 8px 18px -8px rgba(0, 30, 10, 0.08);
}

.closing-statement i {
    color: #2e8b57;
    margin: 0 6px;
}

/* stagger delay for cards — pure css enhancement */
.promise-card:nth-child(1) {
    transition-delay: 0.05s;
}

.promise-card:nth-child(2) {
    transition-delay: 0.12s;
}

.promise-card:nth-child(3) {
    transition-delay: 0.19s;
}

.promise-card:nth-child(4) {
    transition-delay: 0.26s;
}

/* responsive polish */
@media (max-width: 768px) {
    .promise-section {
        padding: 3.5rem 0;
    }

    .promise-headline {
        font-size: 2.2rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }
}

/* =====================================================
.............last section of home page..................
========================================================*/
/* main section styling — subtle polymer chain texture (abstract) */
.polymer-cta {
    background: linear-gradient(145deg, #ffffff 0%, #f2f6fc 100%);
    position: relative;
    isolation: isolate;
    border-bottom: 1px solid rgba(0, 40, 80, 0.05);
}

/* creative overlay: soft floating molecules (polymer vibe) */
.polymer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 112, 243, 0.02) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgba(0, 180, 180, 0.03) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgba(0, 80, 150, 0.01) 0px, rgba(0, 80, 150, 0.01) 2px, transparent 2px, transparent 8px);
    pointer-events: none;
    z-index: 0;
}

.polymer-cta .container {
    position: relative;
    z-index: 2;
}

/* heading style — strong but clean */
.cta-title {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0b1e33;
    text-shadow: 0 2px 5px rgba(0, 60, 130, 0.03);
}

.cta-lead {
    color: #2c425c;
    font-weight: 400;
    font-size: 1.25rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* button group — creative & consistent */
.cta-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
}

/* custom button style — sleek, with polymer-like depth */
.btn-polymer {
    padding: 0.85rem 2rem;
    font-weight: 600;
    border-radius: 60px;
    font-size: 1rem;
    transition: all 0.25s ease;
    box-shadow: 0 8px 16px -6px rgba(0, 55, 120, 0.12);
    border: 1.5px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(2px);
    letter-spacing: -0.01em;
}

.btn-polymer i {
    font-size: 1.25rem;
    transition: transform 0.2s;
}

.btn-polymer:hover i {
    transform: translateX(3px);
}

.btn-polymer:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 25px -10px rgba(0, 90, 160, 0.25);
}

/* primary CTA (quote) */
.btn-quote {
    background: #0a2a44;
    color: white;
    border-color: #0a2a44;
}

.btn-quote:hover {
    background: #134980;
    border-color: #134980;
    color: white;
}

/* outline secondary (call) */
.btn-call {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    border: 1.5px solid #1e4f7a;
    color: #1e4f7a;
    box-shadow: 0 4px 12px rgba(0, 55, 100, 0.05);
}

.btn-call:hover {
    background: white;
    border-color: #0a2a44;
    color: #0a2a44;
}

/* outline tertiary (visit) */
.btn-visit {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border: 1.5px solid #2c6e5c;
    color: #1e5444;
}

.btn-visit:hover {
    background: white;
    border-color: #1a4a3c;
    color: #0f362b;
}

/* footer teaser line */
.teaser-footer {
    font-size: 1rem;
    color: #2a4055;
    font-weight: 500;
    border-top: 1px dashed rgba(21, 80, 120, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.teaser-footer i {
    color: #ff8c42;
    margin-right: 4px;
}

.flag-india {
    display: inline-block;
    background: linear-gradient(135deg, #ff9933 33%, #ffffff 33%, #ffffff 66%, #138808 66%);
    width: 22px;
    height: 16px;
    border-radius: 3px;
    margin: 0 6px 0 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.company-badge {
    font-weight: 700;
    color: #0a2a44;
}

/* modal customization — clean polymer style */
.modal-content {
    border: none;
    border-radius: 28px;
    box-shadow: 0 30px 50px rgba(0, 30, 60, 0.2);
    background: #fffffffa;
    backdrop-filter: blur(10px);
}

.modal-header {
    border-bottom: 1px solid #e9ecf2;
    padding: 1.5rem 2rem 0.5rem;
}

.modal-title {
    font-weight: 700;
    color: #0a2a44;
    letter-spacing: -0.02em;
}

.modal-body {
    padding: 1.5rem 2rem;
}

.modal-footer {
    border-top: 1px solid #eef2f7;
    padding: 1rem 2rem 1.8rem;
}

.form-control,
.form-select {
    border-radius: 20px;
    border: 1.5px solid #d9e2ec;
    padding: 0.7rem 1.2rem;
    background: #fbfdff;
}

.form-control:focus,
.form-select:focus {
    border-color: #1e4f7a;
    box-shadow: 0 0 0 4px rgba(20, 90, 150, 0.15);
}

/* responsive touches */
@media (max-width: 576px) {
    .btn-polymer {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1.5rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .teaser-footer {
        flex-direction: column;
        text-align: center;
    }
}

/* ===================================================
   Image Text Content Section (Hero Fix)
==================================================== */
.img_txt_sec {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;

    /* FIX: Use min-height instead of fixed aspect-ratio/height so content dictates size */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.img_txt_sec_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    z-index: 0;
    pointer-events: none;
}

.img_txt_content {
    position: relative;
    z-index: 5;
    /* FIX: Allow content wrapper to expand and center internally */
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    /* FIX: Add top padding here to avoid hiding behind the fixed navbar */
    padding: 120px 1.5rem 50px;
}

@media (max-width: 768px) {
    .img_txt_sec {
        /* Drop the massive padding-top that was squishing content */
        margin-top: 0;
        padding-top: 0;
        min-height: 60vh;
    }
}

@media (min-width: 768px) {
    .img_txt_sec {
        /* Drop the fixed max-height: 700px that causes cutoff on short windows */
        min-height: 85vh;
        background-position: center 20%;
    }

    .img_txt_sec_video {
        object-position: center 20%;
    }
}

/* === Custom Button Row (Forces 1 Row & Scales down) === */
.hero-btn-row {
    display: flex;
    flex-wrap: nowrap !important;
    /* Forces single row */
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
}

.hero-btn-row .btn {
    flex: 1;
    white-space: nowrap;
    /* Stops text from wrapping inside the button */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0.5rem;
    font-size: clamp(0.7rem, 2.5vw, 1.1rem);
    /* Fluid scaling for mobile */
}

.hero-btn-row .btn i {
    margin-right: 5px !important;
    font-size: clamp(0.85rem, 3vw, 1.2rem);
}

/*------whatsapp botton----*/
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

.whatsapp-float i {
    margin-top: 15px;
}

/*================================================================
...............features section of about us page..................
=================================================================*/
/* --- Manufacturing Excellence Section --- */
.poly-features-section {
    padding: 80px 0;
    background-color: #fcfdfe;
    /* Subtle off-white to contrast other sections */
}

.poly-main-title h2 {
    color: #0b2b5e;
    margin-bottom: 15px;
}

.poly-feature-item {
    margin-bottom: 45px;
    transition: transform 0.3s ease;
}

.poly-feature-item:hover {
    transform: translateY(-5px);
}

.poly-icon-box {
    width: 60px;
    height: 60px;
    background: #1e6df2;
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(30, 109, 242, 0.2);
    transition: all 0.3s ease;
}

.poly-feature-item:hover .poly-icon-box {
    background: #0b2b5e;
    transform: rotate(10deg);
}

.poly-feature-content h5 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-family: 'PT Serif', serif;
}

.poly-feature-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* Specific alignments for desktop */
@media (min-width: 992px) {
    .text-lg-end .poly-icon-box {
        margin-left: auto;
    }

    .text-lg-start .poly-icon-box {
        margin-right: auto;
    }
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
    .poly-feature-item {
        margin-bottom: 40px;
    }

    .poly-icon-box {
        margin-left: auto;
        margin-right: auto;
    }

    .poly-features-section {
        padding: 50px 0;
    }

    /* Show center features in stack on mobile */
    .d-lg-none {
        display: block !important;
    }
}

.poly-central-image img {
    max-height: 450px;
    object-fit: cover;
    border: 8px solid white;
}

/* =========================================
   7. Products Page Specific Styles
   ========================================= */
:root {
    --primary-product: #0a4b7a;
    --accent-product: #e85d04;
    --soft-bg: #f2f6fc;
    --card-shadow: 0 20px 30px -10px rgba(2, 48, 71, 0.08);
}

.products-hero-section {
    background: radial-gradient(circle at 10% 30%, #0e2f44, #05161e);
}

#heroCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.backdrop-blur {
    backdrop-filter: blur(8px);
}

.btn-primary-custom {
    background: var(--accent-product);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 60px;
    box-shadow: 0 8px 16px rgba(232, 93, 4, 0.25);
    transition: all 0.2s;
}

.btn-primary-custom:hover {
    background: #d35400;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 14px 22px rgba(232, 93, 4, 0.35);
}

.btn-outline-light-custom {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 60px;
    backdrop-filter: blur(4px);
    transition: 0.2s;
}

.btn-outline-light-custom:hover {
    background: white;
    color: var(--primary-product);
}

/* Products Filter Bar */
.filter-bar {
    background: white;
    border-radius: 60px;
    padding: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2eaf2;
}

.filter-pill {
    background: white;
    border: 1.5px solid #dde3ed;
    color: #1e3a5f;
    border-radius: 40px;
    padding: 0.5rem 1.4rem;
    font-weight: 500;
    margin: 0.2rem;
    transition: all 0.15s;
    cursor: pointer;
}

.filter-pill.active {
    background: var(--primary-product);
    border-color: var(--primary-product);
    color: white;
    box-shadow: 0 6px 10px rgba(10, 75, 122, 0.2);
}

/* Category Grid Overrides */
.category-card .card-img-wrapper {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 1.8rem 1.8rem 0 0;
}

.category-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.category-card .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.grade-badge {
    background: #eef3fa;
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-product);
}

.pdf-link {
    color: #b22222;
    font-weight: 500;
    text-decoration: none;
}

.process-step {
    background: white;
    border-radius: 32px;
    padding: 1.8rem 1.2rem;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9f0f8;
    transition: all 0.2s;
}


/* =========================================
   8. Detailed Product Catalog (Searchable)
   ========================================= */
.search-wrapper {
    background: white;
    border-radius: 60px;
    border: 1px solid #e2eaf2;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.search-wrapper:focus-within {
    box-shadow: 0 8px 25px rgba(10, 75, 122, 0.1);
    border-color: var(--primary-product, #0d6efd);
}

.polymer-detail-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9f0f8;
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.8rem;
}

.polymer-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -10px rgba(0, 40, 80, 0.12);
    border-color: #cde3ed;
}

.compound-icon {
    width: 50px;
    height: 50px;
    background: #eef3fa;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    color: var(--primary-product, #0d6efd);
    font-size: 1.5rem;
}

.card-meta-badge {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-product, #0d6efd);
    background: #eef3fa;
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    margin-bottom: 1rem;
}

.card-footer-tags {
    border-top: 1px dashed #d7e2ea;
    padding-top: 1.2rem;
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.catalog-badge {
    background: #f4f9fd;
    color: #1f5e7a;
    font-weight: 500;
    padding: 0.35rem 1rem;
    border-radius: 30px;
    font-size: 0.8rem;
    border: 1px solid #d6e5ef;
}

/* =========================================
   9. Inverse Industry Cards (Products Page)
   ========================================= */
.industry-section-dark {
    /* Matches your hero section depth */
    background: radial-gradient(circle at 50% 0%, #0f2035 0%, #050b14 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.industry-card {
    background: #152233;
    border-radius: 20px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.8);
    border-color: rgba(59, 130, 246, 0.4);
}

.industry-card-header {
    padding: 1.5rem 1.5rem 1rem;
    background: rgba(10, 15, 25, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.industry-title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #f0f4fc;
    display: flex;
    align-items: center;
    gap: 10px;
}

.industry-icon {
    color: #3b82f6;
    font-size: 1.5rem;
}

.industry-tag {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #90c0ff;
    background: rgba(59, 130, 246, 0.15);
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 40px;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

/* Dark Mode Table Styles */
.table-inverse-clean {
    color: #cbd5e6;
    margin-bottom: 0;
}

.table-inverse-clean th {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6ea8fe;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 1rem 1.5rem;
}

.table-inverse-clean td {
    padding: 0.9rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
    font-size: 0.9rem;
}

.table-inverse-clean tr:last-child td {
    border-bottom: none;
}

.table-inverse-clean tbody tr {
    transition: background-color 0.2s ease;
}

/* Pure CSS Hover logic (Replaces your JS requirement) */
.table-inverse-clean tbody tr:hover {
    background-color: rgba(59, 130, 246, 0.1);
}

.product-name-dark {
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
}

.fit-text-dark {
    color: #a3b8cc;
    line-height: 1.4;
}

/* =========================================
   10. Fixed Navbar Scroll Offset Fix
   ========================================= */

/* Target the specific industry cards */
#ind-automotive,
#ind-electrical,
#ind-construction,
#ind-packaging,
#ind-medical,
#ind-appliances,
#detailed-catalog {
    /* Set this to the height of your navbar + some extra padding */
    scroll-margin-top: 200px;
}

/* =========================================
   11. Bottom-Left Floating Contact Button
   ========================================= */
.contact-float-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* Positioned at the left corner */
    z-index: 1060;
    /* Higher than navbar/other floats to stay on top */
    background-color: #0a2a44;
    /* Your primary dark blue theme */
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
}

.contact-float-left i {
    font-size: 1.2rem;
}

.contact-float-left:hover {
    background-color: #1a4a9f;
    /* Slightly lighter blue on hover */
    transform: translateY(-5px);
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* --- Responsiveness --- */
@media (max-width: 768px) {

    /* On mobile, shrink to just the icon to save screen space */
    .contact-float-left {
        padding: 15px;
        bottom: 15px;
        left: 15px;
    }

    .contact-float-text {
        display: none;
        /* Hide text on small screens */
    }

    .contact-float-left i {
        font-size: 1.5rem;
        margin: 0;
    }
}

/* =========================================
   12. Career Page Styles
   ========================================= */
.career-main-section {
    padding-top: 10px;
    /* Space for fixed navbar */
    /* padding-bottom: 60px; */
    background: #f8fafc;
}

.career-card {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(235, 242, 250, 0.8);
    overflow: hidden;
}

.form-header {
    padding: 2.5rem 2.5rem 1rem;
}

.form-header h2 {
    font-weight: 650;
    color: #0b1e33;
}

.form-section {
    padding: 1.5rem 2.5rem 2.8rem;
}

.form-control-clean {
    background: #fbfdff;
    border: 1.5px solid #dee9f2;
    border-radius: 18px;
    padding: 0.8rem 1.2rem;
    transition: all 0.2s;
}

.file-upload-wrapper {
    position: relative;
    border: 1.5px dashed #b8cee4;
    border-radius: 20px;
    background: #fafdff;
    padding: 1rem 1.2rem;
    cursor: pointer;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.btn-career {
    background: #0a2a44;
    color: white;
    border-radius: 40px;
    padding: 0.9rem 2.2rem;

    font-weight: 600;
    border: none;
    transition: 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-career:hover {
    background: #1a4a9f;
    transform: translateY(-2px);
    color: white;
}

.career-decoration {
    background: linear-gradient(145deg, #eef5ff 0%, #f6fbff 100%);
    border-radius: 28px;
    padding: 2rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 2rem;
}

.info-icon {
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a5f8a;
    border: 1px solid #d9e6f5;
}

/* ===========================================================
--------------- Responsive & Clean Jobs Table ----------------
============================================================== */
.jobs-container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #eef2f6;
}

.responsive-jobs-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-jobs-table thead th {
    background-color: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 1.2rem;
    text-align: left;
    border-bottom: 2px solid #edf2f7;
}

.responsive-jobs-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s;
}

.responsive-jobs-table tbody tr:hover {
    background-color: #f8fbff;
}

.responsive-jobs-table td {
    padding: 1.2rem;
    color: #334155;
    vertical-align: middle;
}

/* Badge Styles for the table */
.job-badge-loc {
    background: #eef2ff;
    color: #4338ca;
    border: 1px solid #e0e7ff;
}

.job-badge-num {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #dcfce7;
}

/* --- Mobile "Card" View (< 768px) --- */
@media (max-width: 767.98px) {
    .responsive-jobs-table thead {
        display: none;
        /* Hide real headers on mobile */
    }

    .responsive-jobs-table,
    .responsive-jobs-table tbody,
    .responsive-jobs-table tr,
    .responsive-jobs-table td {
        display: block;
        width: 100%;
    }

    .responsive-jobs-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 10px;
        background: #fff;
    }

    .responsive-jobs-table td {
        text-align: right;
        padding-left: 45%;
        position: relative;
        border-bottom: 1px solid #f1f5f9;
    }

    .responsive-jobs-table td:last-child {
        border-bottom: none;
    }

    /* Inject labels from data-label attribute */
    .responsive-jobs-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        width: 40%;
        text-align: left;
        font-weight: 700;
        color: #64748b;
        font-size: 0.8rem;
        text-transform: uppercase;
    }
}