:root {
    --primary-blue: #0056b3;
    --secondary-blue: #003366;
    --accent-orange: #ff6b35;
    --light-gray: #c8c8c8;
    --dark-gray: #1a1d21;
    --gradient-blue: linear-gradient(135deg, #003366 0%, #0056b3 100%);
    --gradient-orange: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    --light-color: #f5f5f7;
    --card-bg: #ffffff;
    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --dark-gray: #1d1d1f;
    --medium-gray: #86868b;
    --border-gray: #d2d2d7;
    --accent-orange: #f4a631;

    --apple-dark: #1d1d1f;
    --apple-light: #f5f5f7;
    --apple-blue: #0066cc;
    --apple-blue-dark: #0052a3;
    --apple-gray: #86868b;
    --apple-light-gray: #e5e5e7;
    --apple-card-bg: #ffffff;
    --apple-card-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --apple-card-shadow-hover: 0 8px 30px rgba(29, 29, 29, 0.1);
    --science-blue: #003366;
    --science-accent: #0099cc;

    --primary-dark: #0052a3;
    --card-shadow-hover: 0 8px 30px rgba(29, 29, 29, 0.1);


}
@font-face {
  font-family: 'Roboto';
  font-weight: 300 700;
  font-display: swap;
  src: url('font/Roboto.woff2') format('woff2');
}
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    overflow-x: hidden;
    background-color: #fefefe;
}

@font-face {
    font-family: 'Sora';
    src: url('font/Sora.ttf') format('truetype');
    font-weight: 100 800;
    /* Adjust based on available weights */
    font-display: swap;
}


.container {
    max-width: 1450px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-10 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.display-5 {
    color: #002464;
}

/* Custom styles for the navigation */


/* Header Top Bar */
.header-top {
    background-color: #002464;
    color: white;
    padding: 12px 0;
    font-size: 0.9rem;
}

.header-top a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    transition: all 0.3s;
}

.header-top a:hover {
    color: #f4a631;
}

.top-contact {
    width: inherit;
    text-align: end;
}

.top-contact i {
    margin-right: 5px;
    color: #f4a631;
}

/* Main Navigation */
.main-navbar {
    background-color: white;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 10px 0px 10px 0px;
    transition: all 0.3s;
}

.main-navbar.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 65px;
    transition: all 0.3s;
}

.main-navbar.scrolled .navbar-brand img {
    height: 60px;
}

.nav-link {
    color: var(--dark-gray);
    font-weight: 600;
    margin: 0 5px;
    position: relative;
    padding: 15px 12px;
    transition: all 0.3s;
}

.nav-link:hover,
.nav-link:focus {
    color: #002464;
}

.nav-link.active {
    color: #f4a631;
}

.nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 3px;
    background: #f4a631;
}


.web-container-head {
    display: flex;
}



/* Dropdown Menus */
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    padding: 0;
    margin-top: 0;
    border-top: 3px solid #f4a631;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: rgba(0, 86, 179, 0.05);
    color: #002464;
    padding-left: 25px;
}

/* Color-coded section titles */
.platform-title {
    color: var(--primary);
    border-bottom-color: rgba(79, 70, 229, 0.2);
}

.science-title {
    color: var(--science);
    border-bottom-color: rgba(59, 130, 246, 0.2);
}

.support-title {
    color: var(--support);
    border-bottom-color: rgba(236, 72, 153, 0.2);
}

.checklist-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    margin-bottom: 0.25rem;
}

.check-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 0.7rem;
}

.check-icon.checked {
    background-color: var(--secondary);
    color: white;
}

.check-icon.unchecked {
    border: 2px solid #D1D5DB;
    background-color: white;
}

.nav-link {
    font-weight: 500;
    color: var(--dark) !important;
    padding: 0.75rem 1.25rem !important;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--primary) !important;
}

.cta-btn {
    background-color: var(--primary);
    border: none;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
}

.search-btn {
    color: var(--dark);
    font-size: 1.1rem;
    margin-right: 1rem;
}

/* ScienceGears Resources Menu Items */
.science-item {
    padding: 0.5rem 0;
    margin-bottom: 0.25rem;
    display: block;
    color: var(--dark);
    text-decoration: none;
    transition: all 0.2s ease;
}

.science-item:hover {
    color: var(--science);
    padding-left: 5px;
}

.science-item i {
    width: 20px;
    color: var(--science);
    margin-right: 8px;
}

/* Support Menu Items */
.support-item {
    padding: 0.5rem 0;
    margin-bottom: 0.25rem;
    display: block;
    color: var(--dark);
    text-decoration: none;
    transition: all 0.2s ease;
}

.support-item:hover {
    color: var(--support);
    padding-left: 5px;
}

.support-item i {
    width: 20px;
    color: var(--support);
    margin-right: 8px;
}

@media (max-width: 991.98px) {}

.p-dropdown {
    width: 300px;
}

.dropdown-menu[data-bs-popper] {
    top: 136%;
}



@media (max-width: 1440px) {
    .hero-slider {
        height: 70vh;
        min-height: 600px !important;
    }
}


@media (max-width: 1024px) {
    .hero-slider {
        height: 70vh;
        min-height: 430px !important;
    }
}




/* Search Functionality */
.search-container {
    position: relative;
    margin-left: 15px;
}

.search-toggle {
    background: none;
    border: none;
    color: var(--dark-gray);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s;
}

.search-toggle:hover {
    color: #f4a631;
}

.search-expandable {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 300px;
    background: white;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    border-radius: 8px;
    border-top: 3px solid #f4a631;
}
.search-results{
	display: none;
}

.search-expandable.show {
    display: block;
    animation: fadeIn 0.3s ease-out;
}
.search-results.show {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

.search-expandable .search-form {
    display: flex;
}

.search-expandable .form-control {
    height: 40px;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 15px;
}

.search-expandable .btn-search {
    background-color: #f4a631;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0 15px;
    font-weight: 600;
    transition: all 0.3s;
}

.search-expandable .btn-search:hover {
    background-color: #e69100;
}

/* Call to Action Buttons */
.nav-cta {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.btn-request {
    background-color: #f4a631;
    border-color: #f4a631;
    color: white;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-request:hover {
    background-color: #e69100;
    border-color: #e69100;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(244, 166, 49, 0.3);
}

.btn-contact {
    background-color: #002464;
    border-color: #002464;
    color: white;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
    transition: all 0.3s;
    margin-left: 10px;
    white-space: nowrap;
}

.btn-contact:hover {
    background-color: #001a4d;
    border-color: #001a4d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 36, 100, 0.3);
}

/* Animations */
@keyframes fadeIn {
    from {

        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Mobile adjustments */
@media (max-width: 991.98px) {
    .header-top {
        display: none;
    }

    .navbar-brand img {
        height: 60px;
    }

    .main-navbar {
        padding: 10px 0;
    }

    .navbar-collapse {
        padding: 15px 0;
        background: white;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        border-radius: 8px;
    }

    .nav-link {
        padding: 10px 15px !important;
    }

    .nav-link.active:after {
        display: none;
    }

    .dropdown-menu {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.05);
        margin-left: 15px;
    }

    .search-container {
        margin: 15px 0;
        width: 100%;
    }

    .search-expandable {
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-bottom: 15px;
        display: block !important;
        animation: none;
    }

    .nav-cta {
        margin: 15px 0 0 0;
        flex-direction: column;
        width: 100%;
    }

    .btn-request,
    .btn-contact {
        width: 100%;
        margin: 5px 0;
    }
}






/* Hero Banner with Swiper */
.hero-slider {
    height: 100vh;
    min-height: 680px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.slide-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 51, 102, 0.8) 0%, rgba(0, 51, 102, 0.6) 100%);
}



.hero-titles {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    color: white;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 300;
    max-width: 700px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}



.btn-primary {
    background: var(--gradient-orange);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.btn-outline-light {
    border: 2px solid #f4a631;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s;
    color: #002464;
}

.btn-outline-light:hover {
    background-color: white;
    color: var(--secondary-blue);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 0.5;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--accent-orange);
    transform: scale(1.2);
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

/* Section Styles */
.section {
    padding: 100px 0;
    position: relative;
}

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

.section-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 5px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.section-subtitle {
    color: #666;
    font-size: 1.2rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

/* About Us - Creative Design */
.about-section {
    background-color: #f9fafc;
    overflow: hidden;
}

.about-content {
    position: relative;
    z-index: 2;
}

.about-img-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(-2deg);
}

.about-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}

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

.about-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--gradient-orange);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3);
    z-index: 3;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.about-feature-icon {
    flex: 0 0 60px;
    height: 60px;
    background: var(--gradient-blue);
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 86, 179, 0.2);
}

.about-feature-content h4 {
    color: var(--secondary-blue);
    margin-bottom: 10px;
}

/* Products - Unique Display */
.products-section {
    background-color: white;
}

.product-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.product-tab {
    padding: 10px 25px;
    background: white;
    border: 2px solid #eee;
    border-radius: 50px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}

.product-tab:hover,
.product-tab.active {
    background: var(--secondary-blue);
    color: white !important;
}

.product-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
    margin-bottom: 30px;
    background: white;
    position: relative;
}

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


.product-img-container {
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    position: relative;
}

.product-img {
    height: 80%;
    width: auto;
    object-fit: contain;
    transition: all 0.5s;
}

.product-card:hover .product-img {
    transform: scale(1.1);
}

.product-card-body {
    padding: 20px;
}

.product-category {
    color: var(--accent-orange);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
}

.product-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--secondary-blue);
}

.product-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.product-price {
    font-weight: 700;
    color: var(--secondary-blue);
    font-size: 1.2rem;
}

.product-actions .btn {
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
}

.view-3d-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 15px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
    display: flex;
    align-items: center;
}

.view-3d-btn:hover {
    background: var(--accent-orange);
    transform: translateY(-3px);
}

.view-3d-btn i {
    margin-right: 5px;
}

/* Testimonials - Modern Design */
.testimonials-section {
    background: var(--gradient-blue);
    color: white;
    position: relative;
    overflow: hidden;
}

.testimonials-section .section-title {
    color: white;
}

.testimonials-section .section-title:after {
    background: white;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin: 15px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.1);
    top: 10px;
    left: 20px;
    line-height: 1;
    font-family: serif;
}

.testimonial-text {
    position: relative;
    z-index: 2;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-orange);
    margin-right: 15px;
}

.testimonial-author-info h5 {
    margin-bottom: 5px;
    color: white;
}

.testimonial-author-info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

/* Newsletter - Modern Design */
.newsletter-section {
    background-color: white;
    position: relative;
    overflow: hidden;
}

.newsletter-container {
    background: var(--gradient-blue);
    border-radius: 20px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.newsletter-container:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.newsletter-container:after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.newsletter-title {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.newsletter-text {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 15px 25px;
    border-radius: 50px 0 0 50px;
    border: none;
    font-size: 1rem;
    outline: none;
}

.newsletter-btn {
    padding: 15px 30px;
    border-radius: 0 50px 50px 0;
    border: none;
    background: var(--gradient-orange);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #e05a2b 0%, #ff6b35 100%);
}

/* Footer - Professional Design */
.footer {
    background-color: #000000;
    padding: 3rem 0;
    border-top: 1px solid #333;
}

.footer-heading {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

.footer-link {
    display: block;
    margin-bottom: 0.75rem;
    color: rgb(111, 110, 110);
    text-decoration: none;
    transition: all 0.2s;
}

.footer-link:hover {
    color: white;
    transform: translateX(3px);
}

.footer-divider {
    border-top: 1px solid #333;
    margin: 2rem 0;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-text {
    color: white;
}


.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

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

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #2a75e6;
    border-color: #2a75e6;
}

.footer-copyright {
    color: var(--secondary-color);
    font-size: 0.875rem;
}

.sub-heading {
    color: rgb(174, 174, 174);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    color: white;
}

.social-icons a {
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #f4a631;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-cta {
        justify-content: flex-start;
    }
    
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #aaa;
    border-radius: 50%;
    transition: all 0.3s;
}

.social-link:hover {
    background-color: var(--accent-orange);
    color: white;
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    color: #777;
    font-size: 0.9rem;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #f4a631;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
    z-index: 99;

    visibility: hidden;
    transition: all 0.3s;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-titles {
        font-size: 3rem;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 80px 0;
    }
}

.hero-slider {
    height: 100vh;
    min-height: 680px;
}

.hero-title {
    font-size: 2.5rem;
}

.hero-titles {
    font-size: 2.5rem;
}

.hero-subtitle {
    font-size: 1.1rem;
}

.newsletter-container {
    padding: 40px;
}


@media (max-width: 767.98px) {
    .section {
        padding: 60px 0;
    }

    .hero-slider {
        height: 10vh;
        min-height: 150px;
    }

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

    .hero-titles {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .section-title:after {
        bottom: -15px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-input {
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .newsletter-btn {
        border-radius: 50px;
    }

    .footer {
        padding: 60px 0 20px;
    }

    .footer-col {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .hero-slider {
        height: 35vh;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-titles {
        font-size: 1.8rem;
    }

    .btn,
    .btn-outline-light {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .about-badge {
        top: -10px;
        right: -10px;
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    .scientist-avatar {
        width: 50px !important;
    }

    .newsletter-container {
        padding: 30px 20px;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 1s ease-in forwards;
}

.slide-in-left {
    animation: slideInLeft 1s ease-out forwards;
}

.slide-in-right {
    animation: slideInRight 1s ease-out forwards;
}

.zoom-in {
    animation: zoomIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from {}

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {

        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {

        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {

        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.6;
}

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

.section-title {
    position: relative;
    /*     display: inline-block; */
    margin-bottom: 2rem;
    color: var(--dark);
}



.team-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-img {
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.mission-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.mission-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgwLDEwMiwyMDQsMC4wNSkiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybikiLz48L3N2Zz4=');
    opacity: 0.3;
}

.mission-content {
    position: relative;
    z-index: 2;
}

.stats-item {
    text-align: center;
    padding: 1.5rem;
    border-radius: 12px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stats-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-blue);
    margin-bottom: 0.5rem;
}

.contact-card {
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--secondary-blue);
    margin-right: 1rem;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.shape {
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    background: var(--secondary);
    animation: float 15s infinite linear;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

.btn-primary {
    background-color: var(--secondary-blue);
    border-color: var(--secondary-blue);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--dark);
    border-color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-outline-primary {
    color: var(--secondary-blue);
    border-color: var(--secondary-blue);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--secondary-blue);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active {
    background-color: var(--secondary-blue);
    border-radius: 50px;
}

.nav-pills .nav-link {
    color: var(--dark);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.parallax-element {
    transition: transform 0.1s ease;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
    }

    .section-title {
        font-size: 1.8rem;
    }
}




/* Banner Section */
.banner-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: white;
    padding: 4rem 0;
}

.banner-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.banner-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.btn-outline-lights {
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 10px 25px;
    transition: all 0.3s;
}

.btn-outline-lights:hover {
    background-color: white;
    color: var(--primary-blue);
}





/* product */

.product-showcase {
    padding: 80px 0;
    position: relative;
    background-color: #f5f5f7;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}


.view-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    transition: opacity 0.3s;
}

.view-more:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.scroll-controls {
    display: flex;
    gap: 10px;
}

.scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.scroll-btn:hover {
    background-color: #f5f5f5;
    transform: scale(1.05);
}

.scroll-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.products-container {
    position: relative;
    overflow: hidden;
}

.products-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    padding: 0 20px;
}

.product-card {
    background-color: var(--card-bg);
    border-radius: 18px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    width: 300px;
    flex-shrink: 0;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

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

.product-info {
    padding: 20px;
}

.product-category {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-description {
    color: #86868b;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 18px;
    font-weight: 600;
}

.add-to-cart {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.add-to-cart:hover {
    background-color: #0062b9;
}

.badge-new {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ff2d55;
    color: white;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .scroll-controls {
        align-self: flex-end;
    }

    .product-card {
        width: 280px;
    }
}






/* why choose us */

.why-choose-section {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #002464;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title h2:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #f4a631;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.section-title p {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 10px 25px rgba(0, 36, 100, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 36, 100, 0.1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 36, 100, 0.15);
    border-color: rgba(244, 166, 49, 0.3);
}

.feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f4a631;
    transition: all 0.3s ease;
}

.feature-card:hover:before {
    height: 10px;
}

.feature-icon {
    font-size: 2.5rem;
    color: #002464;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    color: #f4a631;
    transform: scale(1.1);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #002464;
}

.feature-desc {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.highlight-text {
    background: linear-gradient(135deg, #f4a631, #e69100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.shape {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
}

.shape-1 {
    width: 120px;
    height: 120px;
    background: #f4a631;
    top: 10%;
    left: 5%;
    animation: float 8s infinite ease-in-out;
}

.shape-2 {
    width: 180px;
    height: 180px;
    background: #002464;
    bottom: 10%;
    right: 5%;
    animation: float 10s infinite ease-in-out;
    animation-delay: 1s;
}

.shape-3 {
    width: 80px;
    height: 80px;
    background: #f4a631;
    top: 50%;
    left: 30%;
    animation: float 7s infinite ease-in-out;
    animation-delay: 0.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2.2rem;
    }

    .feature-card {
        max-width: 100%;
    }
}





/* products css */



/* Main Content Layout */
.product-main-container {
    display: flex;
    flex: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}

/* Filter Sidebar - Sticky */
.filter-sidebar-container {
    width: 300px;
    flex-shrink: 0;
    position: relative;
}

.filter-sidebar {
    width: 280px;
    padding: 30px 20px;
    background: white;
    border-right: 1px solid var(--border-gray);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.03);
}

.filter-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-gray);
}

.filter-header h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 5px;
}

.filter-header p {
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.filter-group {
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 15px;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-group h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--dark-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-options li {
    margin-bottom: 10px;
}

.filter-options a {
    color: var(--dark-gray);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 6px;
}

.filter-options a:hover,
.filter-options a.active {
    color: var(--primary-blue);
    background-color: rgba(0, 36, 100, 0.05);
}

.filter-options a.active {
    font-weight: 500;
}

.filter-options a .badge {
    margin-left: auto;
    background: #f5f5f7;
    color: var(--medium-gray);
    font-weight: normal;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 10px;
}

.filter-options a:hover .badge,
.filter-options a.active .badge {
    background: var(--primary-blue);
    color: white;
}

/* Price Range Slider - Custom Styling */
.price-range-group {
    margin-top: 15px;
}

.price-range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 0.85rem;
    color: var(--medium-gray);
}

.price-slider {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    background: var(--border-gray);
    outline: none;
    margin: 15px 0;
    border-radius: 2px;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: var(--primary-blue);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Product Listing - Sticky Header */
.product-listing-container {
    flex: 1;
    background-color: #f8f9fa;
}

.product-listing {
    padding: 0 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.product-toolbar {
    background: white;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid var(--border-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.showing-results {
    font-size: 0.9rem;
    color: var(--medium-gray);
}

.showing-results strong {
    color: var(--dark-gray);
    font-weight: 600;
}

.sorting-options {
    display: flex;
    align-items: center;
}

.sorting-options label {
    margin-right: 10px;
    font-size: 0.9rem;
    color: var(--medium-gray);
}

.sorting-options select {
    padding: 7px 12px 7px 10px;
    border: 1px solid var(--border-gray);
    border-radius: 6px;
    background: white;
    font-size: 0.9rem;
    color: var(--dark-gray);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    transition: border-color 0.2s;
}

.sorting-options select:focus {
    border-color: var(--primary-blue);
    outline: none;
}



/* Premium Product Card */
.products-cards {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    border: 1px solid var(--border-gray);
}

.products-cards:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 36, 100, 0.2);
}



.product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-body {
    padding: 20px;
}

.product-category {
    color: var(--accent-orange);
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--dark-gray);
    line-height: 1.3;
}

.product-description {
    color: var(--medium-gray);
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.product-specs {
    list-style: none;
    padding: 0;
    font-size: 0.85rem;
    color: var(--medium-gray);
}

.product-specs li {
    margin-bottom: 6px;
    display: flex;
}

.product-specs i {
    color: var(--primary-blue);
    margin-right: 8px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    font-size: 0.8rem;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid var(--border-gray);
}

.product-price {
    font-weight: 700;
    color: var(--dark-gray);
    font-size: 1.2rem;
}

.product-price .old-price {
    text-decoration: line-through;
    color: var(--medium-gray);
    font-size: 0.85rem;
    margin-left: 5px;
    font-weight: normal;
}

.btn-details {
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 7px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.btn-details:hover {
    background: var(--secondary-blue);
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 36, 100, 0.2);
}

.btn-details i {
    margin-left: 5px;
    font-size: 0.7rem;
}

/* Apply Button */
.btn-apply-filters {
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-apply-filters:hover {
    background: var(--secondary-blue);
}

.btn-apply-filters i {
    margin-right: 8px;
}

/* Reset Button */
.btn-reset-filters {
    background: transparent;
    color: var(--primary-blue);
    border: 1px solid var(--border-gray);
    border-radius: 6px;
    padding: 9px;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cursor-pointer {
	
    cursor: pointer;
}

.btn-reset-filters:hover {
    background: #f5f5f7;
    border-color: var(--primary-blue);
}

.btn-reset-filters i {
    margin-right: 8px;
}

/* Pagination */
.pagination-container {
    padding: 25px 0 50px;
    border-top: 1px solid var(--border-gray);
}

.pagination {
    justify-content: center;
}

.page-item {
    margin: 0 3px;
}

.page-item.active .page-link {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: white;
}

.page-link {
    color: var(--primary-blue);
    border: 1px solid var(--border-gray);
    border-radius: 6px !important;
    padding: 7px 12px;
    font-size: 0.85rem;
    min-width: 36px;
    text-align: center;
}

.page-link:hover {
    color: var(--primary-blue);
    background: #f5f5f7;
    border-color: var(--border-gray);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 992px) {
    .filter-sidebar-container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .filter-sidebar-container.active {
        transform: translateX(0);
    }

    .filter-sidebar {
        height: 100vh;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
    }

    .product-listing-container {
        margin-left: 0;
    }

    .filter-toggle {
        display: block !important;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .product-hero h1 {
        font-size: 2.2rem;
    }

    .product-hero p {
        font-size: 1.1rem;
    }

    .product-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .sorting-options {
        margin-top: 12px;
        width: 100%;
    }

    .sorting-options select {
        width: 100%;
    }

    .product-listing {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-hero {
        padding: 80px 0 40px;
    }

    .product-image {
        height: 180px;
    }
}

/* Filter Toggle Button (Mobile) */
.filter-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--primary-blue);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 6px;
    background: rgba(0, 36, 100, 0.1);
    margin-right: 15px;
}

.filter-toggle i {
    margin-right: 5px;
}

/* Overlay for mobile filter */
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;

    pointer-events: none;
    transition: opacity 0.3s ease;
}

.filter-overlay.active {
    opacity: 1;
    pointer-events: all;
}

/* Clear Filters Button */
.clear-filters {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.clear-filters-btn {
    background: none;
    border: none;
    color: var(--primary-blue);
    font-size: 0.8rem;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.clear-filters-btn i {
    margin-right: 4px;
    font-size: 0.7rem;
}

/* Filter Action Buttons (Mobile) */
.filter-actions {
    display: none;
    padding: 15px;
    background: white;
    border-top: 1px solid var(--border-gray);
    position: sticky;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 992px) {
    .filter-actions {
        display: flex;
        gap: 10px;
    }

    .filter-actions .btn {
        flex: 1;
    }
}







/* product_details */



/* product-detail */



/* Product Hero Section */
.product-hero {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 60px 0 30px;
    border-bottom: 1px solid #d2d2d7;
}

.product-hero-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Product Gallery */
.product-gallery {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #d2d2d7;
}

.main-image-container {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    background: white;
}

.main-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.gallery-thumbnails {
    display: flex;
    padding: 15px;
    border-top: 1px solid #d2d2d7;
    background: #f9f9f9;
    overflow-x: auto;
}

.thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.thumbnail img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.thumbnail.active {
    border-color: #002464;
}

.view-options {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.view-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.view-btn:hover,
.view-btn.active {
    background: #002464;
    color: white;
}

/* 3D Viewer Modal */
.modal-3d {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-3d.active {
    display: flex;
}

.modal-3d-content {
    width: 90%;
    max-width: 1000px;
    height: 80vh;
    background: black;
    border-radius: 10px;
    position: relative;
}

.close-3d {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

/* Product Info */
.product-info {
    padding-left: 30px;
}

.product-category {
    color: #f4a631;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1d1d1f;
    line-height: 1.2;
}

.product-subtitle {
    color: #86868b;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stars {
    color: #f4a631;
    margin-right: 10px;
}

.review-count {
    color: #86868b;
    font-size: 0.9rem;
}

.product-price {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.product-price .old-price {
    text-decoration: line-through;
    color: #86868b;
    font-size: 1.2rem;
    margin-left: 10px;
    font-weight: normal;
}

.product-price .discount {
    background: #f4a631;
    color: white;
    font-size: 0.9rem;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 600;
}

.product-availability {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.availability-badge {
    background: #28a745;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 10px;
}

.availability-text {
    color: #86868b;
}

.product-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-primary {
    background: #002464;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*      flex: 1; */
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 36, 100, 0.2);
}

.btn-secondary {
    background: white;
    color: #002464;
    border: 1px solid #002464;
    border-radius: 6px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 1;
}

.btn-secondary:hover {
    background: rgba(0, 36, 100, 0.05);
    transform: translateY(-2px);
}

.btn-icon {
    margin-right: 8px;
}

.products-features {
    margin-bottom: 30px;
}

.features-items {
    display: flex;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.features-icons {
    color: #002464;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Product Tabs */
.product-tabs {
    margin: 50px 0;
}

.nav-tabs {
    border-bottom: 1px solid #d2d2d7;
}

.nav-link {
    color: #1d1d1f;
    font-weight: 500;
    border: none;
    padding: 12px 20px;
    position: relative;
}

.nav-link.active {
    color: #002464;
    background: none;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #002464;
}

.tab-content {
    padding: 30px 0;
}

/* Specifications Table */
.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr:nth-child(even) {
    background: #f9f9f9;
}

.specs-table th,
.specs-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #d2d2d7;
    color: #000;
}

.specs-table th {
    width: 30%;
    color: #86868b;
    font-weight: 500;
}

/* Enhanced Specifications Styles */
.specs-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d7;
    margin-bottom: 30px;
}

.spec-highlight {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 6px;
    background: rgba(0, 36, 100, 0.03);
    transition: all 0.3s;
}

.spec-highlight:hover {
    background: rgba(0, 36, 100, 0.08);
    transform: translateY(-2px);
}

.spec-icon {
    width: 40px;
    height: 40px;
    background: #002464;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.specs-accordion {
    border-radius: 8px;
    overflow: hidden;
}

.specs-category {
    margin-bottom: 15px;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    overflow: hidden;
}

.category-header {
    padding: 15px 20px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.category-header:hover {
    background: rgba(0, 36, 100, 0.05);
}

.category-header h5 {
    font-size: 1.1rem;
    margin: 0;
}

.category-body {
    padding: 0;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    padding: 20px;
}

.spec-item {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 6px;
    background: rgba(0, 36, 100, 0.02);
    transition: all 0.2s;
}

.spec-item:hover {
    background: rgba(0, 36, 100, 0.05);
}

.spec-label {
    font-size: 0.85rem;
    color: #86868b;
    margin-bottom: 5px;
}

.spec-value {
    font-weight: 500;
    color: #1d1d1f;
}

.accessory-list {
    list-style: none;
    padding: 0;
}

.accessory-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #d2d2d7;
}

.specs-section {
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #d2d2d7;
}

.chart-container {
    background: white;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #d2d2d7;
    height: 100%;
}

.chart-header {
    margin-bottom: 15px;
}

.chart-header h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.chart-placeholder {
    background: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
}



/* Related Products */
.related-products {
    background: #f8f9fa;
    padding: 60px 0;
    border-top: 1px solid #d2d2d7;
    border-bottom: 1px solid #d2d2d7;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1d1d1f;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.related-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    border: 1px solid #d2d2d7;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 36, 100, 0.2);
}

.related-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f9f9f9;
}

.related-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.related-body {
    padding: 20px;
}

.related-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.related-price {
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 15px;
}

.related-btn {
    width: 100%;
    padding: 8px;
    font-size: 0.9rem;
}

/* 3D Viewer Styles */
.model-viewer-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Zoom Controls */
.zoom-controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.zoom-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.zoom-btn:hover {
    background: #002464;
    color: white;
}

/* Technical Docs */
.docs-list {
    list-style: none;
    padding: 0;
}

.docs-list li {
    margin-bottom: 15px;
}

.doc-link {
    display: flex;
    align-items: center;
    color: #002464;
    text-decoration: none;
    transition: all 0.2s;
}

.doc-link:hover {
    color: #0056b3;
}

.doc-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Video Section */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Enhanced Description Tab Styles */
.section-header {
    position: relative;
    padding-bottom: 10px;
}

.section-header h3 {
    font-weight: 600;
    color: #1d1d1f;
}

.header-divider {
    height: 3px;
    width: 60px;
    background: #002464;
    margin-top: 8px;
}

.tech-badge-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}

.tech-badge {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    background: rgba(0, 36, 100, 0.05);
    min-width: 100px;
    transition: all 0.3s;
}

.tech-badge:hover {
    transform: translateY(-5px);
    background: rgba(0, 36, 100, 0.1);
}

.badge-icon {
    font-size: 1.8rem;
    color: #002464;
    margin-bottom: 5px;
}

.badge-text {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.2;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.feature-card {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    transition: all 0.3s;
    background: white;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: #002464;
}

.features-icons-bg {
    width: 50px;
    height: 50px;
    background: rgba(0, 36, 100, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #002464;
    font-size: 1.2rem;
}

.feature-card h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.feature-card p {
    font-size: 0.9rem;
    color: #86868b;
    margin-bottom: 15px;
}

.feature-spec {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    padding-top: 10px;
    border-top: 1px dashed #d2d2d7;
}

.spec-label {
    color: #86868b;
}

.spec-value {
    font-weight: 500;
    color: #1d1d1f;
}

.app-card {
    display: flex;
    padding: 15px;
    border-radius: 8px;
    background: white;
    border: 1px solid #d2d2d7;
    margin-bottom: 15px;
    transition: all 0.3s;
    height: 100%;
}

.app-card:hover {
    border-color: #002464;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.app-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 36, 100, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: #002464;
    font-size: 1.2rem;
}

.app-content h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.app-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.app-content ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.app-content ul li:before {
    content: "•";
    color: #002464;
    position: absolute;
    left: 0;
}

.demo-request-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    height: 100%;
}

.demo-request-card h4 {
    color: #002464;
    margin-bottom: 10px;
}

.demo-request-card p {
    font-size: 0.9rem;
    color: #86868b;
}

.demo-benefits {
    font-size: 0.9rem;
}

.benefit-item {
    margin-bottom: 8px;
}

/* Enhanced Documentation Tab Styles */
.documentation-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d7;
}

.docs-category {
    margin-bottom: 30px;
}

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d2d2d7;
}

.category-icon {
    font-size: 1.5rem;
    color: #002464;
    margin-right: 10px;
}

.category-header h4 {
    font-weight: 600;
    margin: 0;
    color: #1d1d1f;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 15px;
}

.doc-card {
    display: flex;
    padding: 15px;
    border-radius: 8px;
    background: white;
    border: 1px solid #d2d2d7;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
}

.doc-card:hover {
    border-color: #002464;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.doc-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 36, 100, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: #002464;
    font-size: 1.2rem;
}

.doc-content {
    flex-grow: 1;
}

.doc-content h5 {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #1d1d1f;
}

.doc-meta {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    color: #86868b;
    margin-bottom: 5px;
}

.doc-date {
    font-size: 0.8rem;
    color: #86868b;
}

.doc-action {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86868b;
}

.certs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.cert-card {
    padding: 20px;
    border-radius: 8px;
    background: white;
    border: 1px solid #d2d2d7;
    transition: all 0.3s;
}

.cert-card:hover {
    border-color: #002464;
    transform: translateY(-3px);
}

.cert-icon {
    font-size: 2rem;
    color: #002464;
    margin-bottom: 15px;
}

.cert-content h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.cert-content p {
    font-size: 0.9rem;
    color: #86868b;
    margin-bottom: 15px;
}

.cert-link {
    font-size: 0.9rem;
    color: #002464;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.cert-link:hover {
    text-decoration: underline;
}

.cert-link i {
    margin-left: 5px;
    font-size: 0.8rem;
}

/* Technical Specs Section */
.technical-specs-section {
    background: #f9fafc;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d2d2d7;
}

.spec-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.spec-card-header {
    background: #002464;
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.spec-card-header i {
    font-size: 1.5rem;
    margin-right: 15px;
}

.spec-card-header h4 {
    margin: 0;
    font-size: 1.1rem;
}

.spec-card-body {
    padding: 20px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #d2d2d7;
}

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

.spec-label {
    font-weight: 500;
    color: #1d1d1f;
}

.spec-value {
    font-weight: 600;
    color: #002464;
}

.feature-highlight {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #d2d2d7;
}

.feature-highlight i {
    color: #002464;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.feature-highlight:last-child {
    border-bottom: none;
}

/* Techniques Section */
.technique-category {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #d2d2d7;
    height: 100%;
}

.technique-category h5 {
    color: #002464;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.technique-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 20px;
}

.technique-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
    break-inside: avoid;
}

.technique-list li:before {
    content: "•";
    color: #002464;
    position: absolute;
    left: 0;
}






/* Filter Button Styles */
.filter-toggle {
    background: #002464;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
}

.filter-toggle:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 36, 100, 0.2);
}

.filter-toggle i {
    margin-right: 8px;
}

.btn-apply-filters,
.btn-reset-filters {
    width: 100%;
    padding: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-apply-filters {
    background: #002464;
    color: white;
    border: none;
}

.btn-apply-filters:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 36, 100, 0.2);
}

.btn-reset-filters {
    background: white;
    color: #002464;
    border: 1px solid #002464;
}

.btn-reset-filters:hover {
    background: rgba(0, 36, 100, 0.05);
    transform: translateY(-2px);
}

.clear-filters-btn {
    background: none;
    border: none;
    color: #002464;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 0;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.clear-filters-btn:hover {
    color: #0056b3;
}

.clear-filters-btn i {
    margin-right: 5px;
}

/* Active filter styles */
.filter-options li a.active {
    color: #002464;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.filter-options li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #002464;
    border-radius: 50%;
}

.filter-options li a:hover {
    color: #002464;
}

.filter-options li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}

.badge {
    background: #e9ecef;
    color: #555;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 500;
}

.badges {
    background: #e9ecef;
    color: #555;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Price slider styles */
.price-range-group {
    padding: 15px 10px;
}

.price-slider {
    width: 100%;
    height: 5px;
    margin: 15px 0;
    -webkit-appearance: none;
    background: #d2d2d7;
    border-radius: 5px;
    outline: none;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #002464;
    border-radius: 50%;
    cursor: pointer;
}

.price-range-values {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #555;
}

/* Mobile filter overlay */
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;

    visibility: hidden;
    transition: all 0.3s;
}

.filter-overlay.active {
    opacity: 1;
    visibility: visible;
}


.search-highlight {
    background-color: #ffeb3b;
    padding: 0 2px;
    border-radius: 2px;
}




/* Category filter styles */
.filter-options {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

.filter-options::-webkit-scrollbar {
    width: 6px;
}

.filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.filter-options::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.filter-options::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}







/* Responsive adjustments */
@media (max-width: 992px) {
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        transition: all 0.3s;
        background: white;
        padding: 20px;
    }

    .filter-sidebar.active {
        left: 0;
    }

    .filter-toggle {
        display: flex;
    }
}

@media (min-width: 993px) {
    .filter-toggle {
        display: none;
    }
}










/* Responsive Adjustments */
@media (max-width: 768px) {
    .technique-list {
        columns: 1;
    }

    .spec-card {
        margin-bottom: 20px;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .docs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tech-badge {
        min-width: 80px;
        padding: 10px;
    }

    .app-card {
        flex-direction: column;
    }

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

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .certs-grid {
        grid-template-columns: 1fr;
    }
}


/* Responsive Adjustments */
@media (max-width: 1200px) {
    .main-image-container {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .product-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .product-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .main-image-container {
        height: 350px;
    }

    .product-actions {
        flex-direction: column;
    }

 
}

@media (max-width: 576px) {
    .main-image-container {
        height: 280px;
        padding: 20px;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-price {
        font-size: 1.5rem;
    }

    .nav-link {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .spec-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .spec-grid {
        grid-template-columns: 1fr;
    }

    .spec-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .spec-label {
        margin-bottom: 0;
        margin-right: 10px;
    }
}






/* product-details */

/* Glass Morphism Effect */
.glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 40px 40px;
    border: 1px solid rgba(174, 174, 174, 0.18);
    /*  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15); */
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.floating {
    animation: float 6s ease-in-out infinite;
}

.sticky-top {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Ensures it stays above other content */
    background-color: white;
    /* Optional: adds background so content behind isn't visible */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: adds shadow for better visibility */
}

/* Hero Section */
.hero-section {
    background: linear-gradient(285deg, #f6fbff 0%, #ebf5ff 100%);
    color: white;
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(30deg);
}

.hero-title {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #002464;
}

.hero-subtitle {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 2rem;
    color: #0c0d0e;
    opacity: 0.9;
}

/* 3D Product Viewer */
.product-viewer-container {
    perspective: 1000px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.product-3d-model {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.view-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.view-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #0056b3;
}

.view-btn:hover {
    background: white;
    transform: scale(1.1);
    color: #ff6b35;
}

/* Product Gallery */

.product-gallery {
    padding: 10px;
}
.product-gallerydiv{
    display: inline-flex;
    gap: 9px;
    overflow: auto;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.gallery-thumbnail {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.thumbnail-slider-container
 {
    position: relative;
   margin-top: 20px;
   background: white;
   border-radius: 10px;
   padding: 10px 30px;
}
    .thumbnail-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .thumbnail-track {
        display: flex;
        gap: 10px;
        transition: transform 0.5s ease;
        padding: 5px 0;
    }
    .thumbnail-item {
    width: 110px;
    padding: 8px;
    height: 70px;
    flex-shrink: 0;
    border: 2px solid transparent;
    transition: border-color 0.3s;
    cursor: pointer;
    }
    .thumbnail-item.active {
        border-color: #007BFF;
    }
    .thumbnail-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none; /* Prevent image from interfering with clicks */
    }
    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slider-nav.prev{
		left:8px;
	}
    .slider-nav.next {
        right: 8px;
    }
    .slider-nav:hover {
        background: rgba(0,0,0,0.8);
    }

.gallery-thumbnail:hover,
.gallery-thumbnail.active {
    border-color: #0056b3;
    transform: translateY(-5px);
}

/* Feature Cards */
.feature-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
    height: 100%;
    border: none;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, var#003366 0%, #0056b3 100%);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    color: #0056b3;
}

/* Specifications Table */
.specs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.specs-table tr:nth-child(even) {
    background-color: rgba(0, 86, 179, 0.03);
}

.specs-table th {
    background-color: rgba(0, 86, 179, 0.1);
    color: var#003366;
    font-weight: 600;
}

.specs-table th,
.specs-table td {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000;
}

/* Tabs */
.nav-tabs .nav-link {
    border: none;
    color: #212529;
    font-weight: 600;
    padding: 1rem 1.5rem;
    position: relative;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-tabs .nav-link.active {
    color: #0056b3;
    background: transparent;
}

.nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, var#003366 0%, #0056b3 100%);
}


/* Resource Cards */
.resource-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
    padding: 20px 0px;
    border: none;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.resource-icon {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 1rem;
}

/* Testimonials */
.testimonial-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
    border-left: 4px solid #ff6b35;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-rating {
    color: var(--highlight-yellow);
    margin-bottom: 1rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #003366 0%, #0056b3 100%);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(30deg);
}

/* Floating Elements */
.floating-element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .product-viewer-container {
        height: 300px;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #0056b3;
    border-radius: 10px;
}

/* Particle Background */
/* .particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
 */
/* Resource cards */
.resource-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
    border-top: 4px solid #0056b3;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.resource-icon {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 1rem;
}

.heading-blue {
    color: #002464;
}





/* Publications Section */


.publication-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-top: 4px solid #0056b3;
}

.publication-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.publication-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background: rgba(0, 86, 179, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.publication-journal {
    font-weight: 600;
    color: #0056b3;
}

.publication-year {
    background: #0056b3;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.publication-body {
    padding: 20px;
    flex-grow: 1;
}

.publication-body h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #002464;
}

.publication-authors {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.publication-footer {
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.publication-doi {
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    font-family: monospace;
}


/* Floating labels */
.floating-label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: white;
    padding: 0 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-blue);
    z-index: 1;
}

.floating-container {
    position: relative;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}


.method-badge {
    display: inline-block;
    background-color: var(--light-gray);
    color: var(--secondary-blue);
    padding: 8px 15px;
    border-radius: 20px;
    margin: 5px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.method-badge:hover {
    background-color: var(--primary-blue);
    color: white;
    transform: translateY(-2px);
}


.p-h-1 {
    padding: 10px 0px;
}





.review-showcase {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.section-title {
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    padding-bottom: 10px;
}


.review-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.review-title {
    font-weight: 600;
    color: #34495e;
    margin-bottom: 0.75rem;
}

.review-text {
    color: #555;
    line-height: 1.6;
}

.rating {
    font-size: 0.9rem;
}

.rating-summary {
    min-width: 80px;
}

.rating-bars .progress {
    background-color: #e9ecef;
    border-radius: 4px;
}

.rating-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 220px;
    margin-top: 0.5rem;
}

.star-label {
    font-size: 1.8rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

.rating-input input:checked~.star-label,
.rating-input input:hover~.star-label,
.rating-input .star-label:hover,
.rating-input .star-label:hover~.star-label {
    color: #f39c12;
}

.rating-input input:checked+.star-label {
    color: #f39c12;
}

@media (max-width: 991.98px) {
    .review-showcase {
        padding: 2.5rem 0;
    }

    .rating-summary {
        margin-right: 1.5rem !important;
    }

    .rating-bars {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .review-showcase {
        padding: 2rem 0;
    }

    .rating-summary {
        margin-bottom: 1.5rem;
        margin-right: 0 !important;
    }

    .d-flex.align-items-center.mb-4 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .review-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-actions {
        margin-top: 1rem;
    }
}



.spec-btn {
    padding-top: 11px;
    color: #ffffff;
    font-weight: 500;
    background-color: #002464;
}

.spec-btn:hover {
    color: #fff;
    background-color: #F4A631;
}

.collapse {
    z-index: 0;
    position: relative;
}

.ind-z {
    position: relative;
    z-index: 0;
}








/* product-categories */
/* Product Tabs */
.product-tabs {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    padding: 10px;

}


.product-tab {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
}

.product-tab:hover {
    color: #002464;
}

.product-tab.active {
    color: #002464;
    border-bottom-color: #002464;
}

.tab-contents {
    display: none;
	position: relative;
}

.tab-contents.active {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-tabs {
        margin-bottom: 20px;
    }

    .product-tab {
        padding: 10px 15px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-tabs {
        flex-wrap: wrap;
    }

    .product-tab {
        padding: 8px 12px;
        font-size: 15px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .navs-buttons {
        margin-top: 15px;
        align-self: flex-start;
    }
}

.navs-buttons {
    display: flex;
    gap: 20px;
}

.scroll-content {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-left: 40px;
    padding-right: 40px;
    scrollbar-width: none;
    /* Firefox */
}

.scroll-content::-webkit-scrollbar {
    display: none;
}

.apple-card {
    flex: 0 0 313px;
    scroll-snap-align: start;
    background: var(--apple-card-bg);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    box-shadow: var(--apple-card-shadow);
    height: 480px;
    display: flex;
    flex-direction: column;
}

.apple-card:hover {
    transform: scale(1.02);
    box-shadow: var(--apple-card-shadow-hover);
}

.card-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    position: relative;
    overflow: hidden;
}

.card-image i {
    font-size: 80px;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.apple-card:hover .card-image i {
    transform: scale(1.1);
}


.card-images {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    position: relative;
    overflow: hidden;
}

.card-images i {
    font-size: 50px;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.apple-card:hover .card-images i {
    transform: scale(1.1);
}

.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    background-color: white;
    flex-direction: column;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.25px;
}

.card-description {
    font-size: 17px;
    color: #86868b;
    margin-bottom: 24px;
    flex-grow: 1;
}

.card-link {
    color: #002464;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.card-link:hover {
    color: #ff6b35;
}

.card-link i {
    margin-left: 8px;
    transition: transform 0.3s;
}

.card-link:hover i {
    transform: translateX(4px);
}

.card-links {
    color: #002464;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    text-align: end;
    transition: color 0.2s;
}




/* Apple-style gradient backgrounds for each card */
.card-bg-1 {
    background: linear-gradient(45deg, #f5f7fa 0%, #c3cfe2 100%);
}

.card-bg-2 {
    background: linear-gradient(45deg, #fdfcfb 0%, #e2d1c3 100%);
}

.card-bg-3 {
    background: linear-gradient(45deg, #f5f7fa 0%, #c3cfe2 100%);
}

.card-bg-4 {
    background: linear-gradient(45deg, #eef2f3 0%, #8e9eab 100%);
}

.card-bg-5 {
    background: linear-gradient(45deg, #fdfbfb 0%, #ebedee 100%);
}

/* View All Card */
.view-all-card {
    background: #ced7e7;
    color: white;
}

.view-all-card .card-title,
.view-all-card .card-link {
    color: rgb(4, 104, 204);
}

.view-all-card .card-description {
    color: rgba(25, 25, 25, 0.8);
}

.view-all-card .card-image .card-images {
    background: rgba(255, 255, 255, 0.1);
}

/* Navigation buttons */
.scroll-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.scroll-button:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-button i {
    font-size: 18px;
    color: #1d1d1f;
}

.scroll-button:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

/* Scroll indicators */
.scroll-indicator {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 20px;
}

.scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #86868b;
    opacity: 0.3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.scroll-dot.active {
    opacity: 1;
    background: #0066cc;
    transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .section-container {
        padding: 0 60px;
    }
}

@media (max-width: 1024px) {
    .apple-card {
        flex: 0 0 320px;
        height: 440px;
    }

    .section-header h2 {
        font-size: 36px;
    }

    .scroll-button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .navs-buttons {
        align-self: flex-end;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .section-header p {
        font-size: 18px;
    }

    .apple-scroll-section {
        padding: 60px 0;
    }

    .card-title {
        font-size: 20px;
    }

    .card-description {
        font-size: 16px;
    }

    .apple-card {
        flex: 0 0 280px;
        height: 400px;
    }

    .section-container {
        padding: 0 40px;
    }

    .scroll-button {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    .section-container,
    .section-header {
        padding: 0 20px;
    }

    .scroll-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .apple-card {
        flex: 0 0 260px;
        height: 380px;
    }

    .card-image {
        height: 180px;
    }

    .card-image i {
        font-size: 60px;
    }

    .navs-buttons {
        display: none;
        /* Hide buttons on very small screens */
    }
}



.product-listing-section {
    padding: 60px 0;
}

.product-listing-sections {
    padding: 60px 50;
}

.section-container {
    max-width: 1600px;
    margin: 0 auto;
    /* padding: 0 80px; */
}

/* Search Bar */
.search-bar {
    margin-bottom: 30px;
    position: relative;
}

.search-bar input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #e5e5e7;
    font-size: 16px;
    padding-left: 50px;
    transition: all 0.3s;
}

.search-bar input:focus {
    outline: none;
    border-color: #0099cc;
    box-shadow: 0 0 0 3px rgba(0, 153, 204, 0.2);
}

.search-bar i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #86868b;
}

/* Header with view controls */
.listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e7;
}

.listing-header h1 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.5px;
    margin: 0;
    color: #003366;
}

.views-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-toggle {
    display: flex;
    border: 1px solid #e5e5e7;
    border-radius: 8px;
    overflow: hidden;
}

.view-toggle-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.view-toggle-btn.active {
    background-color: #e5e5e7;
}

.view-toggle-btn i {
    color: #1d1d1f;
    font-size: 16px;
}


/* Filter sidebar */
.filter-sidebar {
    width: 300px;
    /*   padding-right: 40px; */
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.filter-group {
    margin-bottom: 30px;
}

.filter-group h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #003366;
}

.filter-group h3 button {
    background: none;
    border: none;
    color: #0066cc;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s;
}

.filter-group h3 button:hover {
    color: #0052a3;
}

.filter-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-option {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.filter-option input {
    margin-right: 10px;
    accent-color: #0099cc;
    cursor: pointer;
}

.filter-option label {
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s;
}

.filter-option label:hover {
    color: #003366;
}

/* Product grid/list view */
.product-view {
    display: flex;
    gap: 30px;
}

.product-results {
    flex: 1;
}

/* Grid View */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

/* List View (hidden by default) */
.product-list {
    flex-direction: column;
    gap: 20px;
}

.product-list.active,
.product-grid.active {
    display: grid;
}

.product-list.active {
    display: flex;
}

/* Product Card - Grid */
.products-card-list {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e7;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products-card-list:hover {
    transform: translateY(-5px);
    box-shadow: var(--apple-card-shadow-hover);
    border-color: #0099cc;
}

.product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

.products-card-list:hover .product-image img {
    transform: scale(1.05);
}

.products-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0099cc;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 12px;
    color: #0099cc;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #003366;
}

.product-features {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.product-features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 13px;
}

.product-features li:before {
    content: "•";
    color: #0099cc;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.product-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.product-link:hover {
    color: #0052a3;
}

.product-link i {
    margin-left: 6px;
    transition: transform 0.3s;
    font-size: 12px;
}

.product-link:hover i {
    transform: translateX(3px);
}

.btn-details {
    background-color: #003366;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.2s;
}

.btn-details:hover {
    background-color: #0099cc;
    color: white;
}




/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.pagination button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e7;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.pagination button:hover {
    background-color: #e5e5e7;
}

.pagination button.active {
    background-color: #003366;
    color: white;
    border-color: #003366;
}


.share-btn {
    padding-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .section-container {
        padding: 0 60px;
    }

    .filter-sidebar {
        width: 240px;
        padding-right: 30px;
    }

    .product-row-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .product-view {
        flex-direction: column;
    }

    .filter-sidebar {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
        position: static;
    }

    .filter-options {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .product-row-image {
        width: 150px;
    }

    .product-row-actions {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .section-container {
        padding: 0 40px;
    }

    .listing-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .views-controls {
        width: 100%;
        justify-content: space-between;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }

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

    .product-row-image {
        width: 100%;
        height: 200px;
    }

    .product-row-main {
        flex-direction: column;
    }

    .product-row-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-row-actions {
        width: 100%;
        flex-direction: row;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e5e5e7;
        align-items: center;
    }

    .nav-tabs {
        gap: 6px !important;
    }

    .responsive-privacy {
        display: none;
    }

    .filter-responsive {
        display: block;
    }

    .filters-sidebars {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-container {
        padding: 0 20px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .view-toggle {
        margin-left: auto;
    }

    .product-row-features {
        grid-template-columns: 1fr;
    }
}




/* megaproduct menu specific styles */
.mega-menu {
    position: static !important;
}

.mega-menu-content {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem;
    margin-top: 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    visibility: hidden;
    display: block;
    transition: all 0.3s ease;
    transform: translateY(10px);
    background: white;
}

.mega-menu:hover .mega-menu-content,
.mega-menu.show .mega-menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-column {
    padding: 0 1rem;
}

.megamenu-left {
    text-align: left;
}

.section-title {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #E5E7EB;
}

/* megaproduct menu specific styles */
.megaproduct-category {
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.megaproduct-category:hover {
    background-color: rgba(79, 70, 229, 0.05);
}

.megaproduct-category.active {
    background-color: rgba(79, 70, 229, 0.1);
    color: var(--primary);
    font-weight: 500;
}

.megaproduct-category i {
    width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
    color: var(--primary);
}

/* megaproduct menu specific styles */
.megaproducts-categorys {
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.megaproducts-categorys:hover {
    background-color: rgba(79, 70, 229, 0.05);
}

.megaproducts-categorys.active {
    background-color: rgba(79, 70, 229, 0.1);
    color: var(--primary);
    font-weight: 500;
}

.megaproducts-categorys i {
    width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
    color: var(--primary);
}


.thumb-product-varient {
    width: 100px;
}

.view-all-right {
    text-align: end;
    color: black;
    font-weight: 400;
    text-decoration: none;
}

.view-all-right p {
    font-weight: 400;
    color: black;
    text-decoration: none;
}

.p-i {
    padding-right: 10px;
}




.mega-btn {
    padding-top: 10px;
}

.mega-a {
    margin-top: 10px;
    color: black;
    text-decoration: none;
    text-decoration-line: none;

}

.mega-a i {
    padding-left: 10px;

}

.subcategory-item {
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.subcategory-item:hover {
    background-color: rgba(79, 70, 229, 0.05);
    color: var(--primary);
}

.subcategory-item.active {
    background-color: rgba(79, 70, 229, 0.1);
    color: var(--primary);
    font-weight: 500;
}

.subcategory-items {
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.subcategory-items:hover {
    background-color: rgba(79, 70, 229, 0.05);
    color: var(--primary);
}

.subcategory-items.active {
    background-color: rgba(79, 70, 229, 0.1);
    color: var(--primary);
    font-weight: 500;
}

.megaproduct-image-container {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9FAFB;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.megaproduct-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.megaproduct-promo {
    margin-top: 1rem;
    padding: 1rem;
    background-color: rgba(79, 70, 229, 0.05);
    border-radius: 8px;
    border-left: 3px solid var(--primary);
}

.megaproduct-promo h6 {
    color: var(--primary);
    font-weight: 600;
}

.megaproduct-promo p {
    font-size: 0.85rem;
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 1440px;
    margin-left: auto;
    margin-top: 20px;
}



@media (max-width: 991.98px) {
    .mega-menu-content {
        position: static !important;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 1rem 0;
        background: transparent;
    }

    .mega-column {
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .megaproduct-image-container {
        height: 200px;
        margin-top: 1rem;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: auto;
    }
}



.megamenu-image {
    width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    cursor: pointer;
}



.megamenu-images {
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
}


.cursor-auto {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
}

.mega-button {
    float: inline-end;
}

.product-thumb-card {
    padding: 20px 10px;
    cursor: pointer;
    align-items: center;
}







.feedback button {
    font-size: 0.8rem;
}

.accordion-button {
    font-weight: 500;
}



.btn-left {
    float: inline-end;
}












/* resources */


.resources-tabbed-layout {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.navs-pills .nav-link {
    padding: 1.25rem 1.5rem;
    color: #495057;
    border-radius: 0;
    text-align: left;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f1f1;
}

.nav-pills .nav-link.active {
    background: linear-gradient(90deg, rgba(13, 110, 253, 0.1) 0%, rgba(13, 110, 253, 0) 100%) !important;
    color: #0d6efd;
    border-left: 3px solid #0d6efd;
    font-weight: 500;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: #f8f9fa !important;
}


.tab-content {
    min-height: 400px;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}

.resource-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    transition: transform 0.2s;
}

.resource-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.resource-item i {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.resource-item h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.video-thumb {
    position: relative;
    cursor: pointer;
}

.video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    font-size: 1.25rem;
}

.video-thumb h6 {
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.download-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.download-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.download-item i {
    font-size: 2rem;
}

.download-item h5 {
    margin-bottom: 0.25rem;
}

.download-item small {
    color: #6c757d;
}













/* Custom Styles */
.app-note-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.app-note-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.app-note-card .card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.app-note-card .card-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.app-note-card .file-icon {
    font-size: 2.5rem;
    color: #e63946;
    margin-bottom: 1rem;
}

.app-note-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #212529;
}

.app-note-card .meta {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.app-note-card .card-footer {
    padding: 1rem 1.5rem;
    background-color: white;
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.5rem;
}

.btn-download {
    flex-grow: 1;
}

.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.search-box input {
    padding-left: 40px;
}

.badge.bg-purple {
    background-color: #6f42c1;
    color: white;
}

.app-notes-filter {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.preview-bt {
    text-align: center;
    border: 1px solid;
    padding: 15px;
}

.preview-bt:hover {
    border: 1px solid #001a4d;
}




/* video */



/* Custom Styles for Video Tutorials */
.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
}

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

.video-card:hover .video-thumbnail img {
    transform: scale(1.03);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    font-size: 1.5rem;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.video-card:hover .play-icon {
    background: rgba(13, 110, 253, 0.9);
    color: white;
    opacity: 1;
}

.duration-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.video-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.badge-container {
    margin-bottom: 0.75rem;
}

.video-body h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #212529;
}

.video-meta {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.video-footer {
    padding: 1rem 1.5rem;
    background-color: white;
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.5rem;
}

.video-footer .btn {
    flex: 1;
}

.youtube-cta {
    border: 1px solid rgba(255, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.video-filter {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.search-box input {
    padding-left: 40px;
}


.filter-responsive {
    display: none;
}




/* Hides the appropriate carousels based on screen size */
@media (max-width: 1024px) {
    .large-carousel {
        display: none;
    }
}

@media (min-width: 1025px) {
    .small-carousel {
        display: none;
    }
}



@media only screen and (min-width: 320px) and (max-width: 500px) {
    .megamenu-image {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .web-container-head {
        display: none;
    }

    .mobile-container-head {
        display: block;
        padding: 0px 20px;
    }

    .search-toggle {
        display: none;
    }

    .hero-slider {
        min-height: 200px;
    }

    .mega-column {
        padding: 10px;
    }

    .search-expandable {
        width: fit-content;
    }

    .nav-cta {
        width: fit-content;
    }

    .heading-about {
        font-size: 30px;
    }

    .sec-btn-about {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }

    .glass-card {
        padding: 10PX;
    }
        .glass-card img{
        width: 100%;
    }

    .product-card {
        width: 100%;
    }

    .category-title {
        font-size: 18px;
    }

    .web-container-head {
        display: none;
    }

    .terms-container {
        padding: 1rem !important;
    }

    .listings-headers h1 {
        font-size: 22px;
    }

    .nav-tabs {
        display: none;
    }

    .specs-table th {
        width: 54%;
    }

    .key-head {
        font-size: 18px;
    }

    .btn-responsive {
        padding: 10px;
        width: 80%;
    }

    .responsive-privacy {
        display: none;
    }

    .hero-slider {
        height: 30vh;
        min-height: 180px !important;
    }

    .filter-responsive {
        display: block;
    }

    .filters-sidebars {
        display: none;
    }

    .listings-headers h1 {
        font-size: 25px !important;
    }

    .view-toggle {
        display: none !important;
    }
    .socialicons{
        order:1;
        margin-top: 5px;
    }
    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
    .seo-container table{
 overflow-x: auto;
  width: 60%;


}

.seo-container{
      padding: 20px;
}
}



@media only screen and (min-width: 320px) and (max-width: 425px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: fit-content !important;
    }


}




@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .hero-slider {
        min-height: 200px;
        height: 36vh;
    }

    .listings-headers h1 {
        font-size: 22px !important;
    }
}






/* Brand Showcase Section */
.brand-showcase {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.brand-scroller {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.brand-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scroll 30s linear infinite;
    will-change: transform;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 80px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.brand-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

/* 
.grayscale {
    filter: grayscale(100%) brightness(0.8);
    opacity: 0.7;
} */

/* .brand-item:hover img {
    filter: grayscale(0%) brightness(1); 
    opacity: 1;
    transform: scale(1.05);
} */

/* Scroll animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 20px));
    }
}

/* Scroll indicator */
.scroll-hint {
    color: #6c757d;
    font-size: 0.9rem;
}

.bounce-horizontal {
    animation: bounce-horizontal 2s infinite;
    color: #0d6efd;
}

@keyframes bounce-horizontal {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-track {
        gap: 20px;
        animation-duration: 20s;
    }

    .brand-item {
        min-width: 120px;
        height: 60px;
    }

    .filter-responsive {
        display: block;
    }

    .view-toggle {
        display: none !important;
    }
}





/* Pause animation on hover */
.brand-scroller:hover .brand-track {
    animation-play-state: paused;
}



.blog-detail-banner {
    width: 100%;
    border-radius: 10px;
}








/* NEW PRODUCTS PAGE */


.containers {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    gap: 30px;
}

.product-grid.active {
    display: grid;
}

.product-list.active {
    display: flex;
}

/* Filter Sidebar */
.filters-sidebars {
    width: 280px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    /*height: calc(100vh - 40px);*/
    overflow-y: auto;
}

.filters-groups {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: var(--card-shadow);
}

.filters-groups h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-groups h3 button {
    background: none;
    border: none;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s;
}

.filters-groups h3 button:hover {
    color: var(--primary-dark);
}

.filters-options {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: scroll;
}

.filters-option {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.filters-option input {
    margin-right: 10px;
    accent-color: var(--primary-blue);
    cursor: pointer;
}

.filters-option label {
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s;
}

.filters-option label:hover {
    color: var(--primary-blue);
}

.filters-option p {
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

.searches-filters {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid var(--light-gray);
    font-size: 14px;
    margin-bottom: 15px;
}

.filter-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.filter-actions button {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.apply-btn {
    background-color: #002464;
    color: white;
}

.apply-btn:hover {
    background-color: var(--primary-dark);
}

.reset-btn {
    background-color: var(--light-gray);
    color: var(--dark);
}

.reset-btn:hover {
    background-color: #d8d8d8;
}

/* Main Content */
.mains-contents {
    flex: 1;
}

/* Header */
.listings-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.listings-headers h1 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.5px;
    margin: 0;
}

/* View Controls */
.views-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.view-toggle {
    display: flex;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    overflow: hidden;
}

.view-toggle-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.view-toggle-btn.active {
    background-color: var(--light-gray);
}

.view-toggle-btn i {
    color: var(--dark);
    font-size: 16px;
}

.sort-dropdown {
    position: relative;
}

.sort-dropdown button {
    background: none;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.sort-dropdown button:hover {
    border-color: var(--primary-blue);
}

.sort-dropdown button i {
    font-size: 12px;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

/* Product List View */
.product-list {
    flex-direction: column;
    gap: 20px;
}

.product-grid.active,
.product-list.active {
    display: grid;
}

.product-list.active {
    display: flex;
}

/* Updated Product Card Styles */
.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e7;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(29, 29, 29, 0.1);
    border-color: #0052a3;
}

.product-image-container {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e7;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
    mix-blend-mode: multiply;
}

.product-card:hover .product-image {
    transform: scale(1.08);
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #0052a3;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-badge.new {
    background-color: #0052a3;
}

.product-badge.portable {
    background-color: #28a745;
}

.product-badge.multi-channel {
    background-color: #6f42c1;
}

.product-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 12px;
    color: #0052a3;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d1d1f;
    line-height: 1.3;
}

.product-features {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.product-features li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #515154;
}

.product-features li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #0052a3;
    border-radius: 50%;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.btn-details {
    background-color: transparent;
    color: #0052a3;
    border: 1px solid #0052a3;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-details:hover {
    background-color: #0052a3;
    color: white;
    box-shadow: 0 2px 10px rgba(0, 82, 163, 0.3);
}

.btn-secondary {
    background-color: transparent;
    color: #86868b;
    border: 1px solid #e5e5e7;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background-color: #f5f5f7;
    color: #1d1d1f;
}


/* Enhanced Product Row (List View) */
.product-row {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e7;
    margin-bottom: 20px;
}

.product-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(29, 29, 29, 0.1);
    border-color: #0052a3;
}

.product-row-image {
    width: 220px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 30px;
    border-right: 1px solid #e5e5e7;
}

.product-row-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.product-row:hover .product-row-image img {
    transform: scale(1.05);
}

.product-row-info {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-row-main {
    display: flex;
    flex: 1;
}

.product-row-details {
    flex: 1;
}

.product-row-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
}

.feature-icon {
    color: #0052a3;
    margin-right: 10px;
    padding-bottom: 20px;
    font-size: 30px;
}

.features-icons {
    font-size: 15px;
}

.feature-text {
    font-size: 13px;
    color: #515154;
}

.product-row-actions {
    width: 200px;
    display: grid;
    align-items: center;
    justify-content: space-around;
}

/* Technical Specs Highlight */
.tech-spec-highlight {
    display: inline-block;
    background-color: #f0f7ff;
    color: #0052a3;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* Loading Indicator */
.loading {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    display: none;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--light-gray);
    border-top: 4px solid var(--primary-blue);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/* Responsive */
@media (max-width: 1200px) {
    .containers {
        padding: 0 60px;
    }

    .filters-sidebars {
        width: 240px;
    }

    .product-row-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .containers {
        flex-direction: column;
        padding: 0 40px;
    }

    .filters-sidebars {
        width: 100%;
        position: static;
        height: auto;
    }

    .filters-options {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .product-row-image {
        width: 150px;
    }

    .product-row-actions {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .containers {
        padding: 0 20px;
    }

    .listings-headers {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .views-controls {
        width: 100%;
        justify-content: space-between;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }

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

    .product-row-image {
        width: 100%;
        height: 200px;
    }

    .product-row-main {
        flex-direction: column;
    }

    .product-row-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-row-actions {
        width: 100%;
        flex-direction: row;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--light-gray);
        align-items: center;
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .view-toggle {
        margin-left: auto;
    }

    .product-row-features {
        grid-template-columns: 1fr;
    }
}

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
}

.no-results i {
    font-size: 48px;
    color: var(--gray);
    margin-bottom: 20px;
}

.no-results h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--dark);
}

.no-results p {
    color: var(--gray);
    margin-bottom: 20px;
}


/* product Details New */


.nav-tabs {
    border-bottom: none;
    gap: 20px;
}

.nav-link {
    position: relative;
    color: #555;
    border: none !important;
    padding: 10px 15px !important;
    background: transparent !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-link span {
    position: relative;
    z-index: 1;
    margin-left: 5px;
}

.nav-link:hover {
    color: #2c3e50;
}

.nav-link.active {
    color: #002464;
    font-weight: 600;
}

.active-indicator,
.hover-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #002464, #2ecc71);
    border-radius: 3px 3px 0 0;
    transform-origin: left;
}

.active-indicator {
    animation: scaleIn 0.3s ease-out forwards;
}

.hover-indicator {
    background: rgba(52, 152, 219, 0.2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-link:hover .hover-indicator {
    transform: scaleX(1);
}

.tab-section {
    display: none;
    padding: 20px 0;
}

.tab-section.active-section {
    display: block;
}

@keyframes scaleIn {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}


.related-product-image {
    width: 100%;
}





/* ABOUT US NEW */

.science-gear {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
}

.gear-1 {
    top: 10%;
    right: 15%;
    font-size: 15rem;
    color: white;
    animation: spin 30s linear infinite;
}

.gear-2 {
    bottom: 20%;
    left: 10%;
    font-size: 8rem;
    color: var(--light-color);
    animation: spin-reverse 25s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes spin-reverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.content-section {
    padding: 5rem 0;
}

.image-container {
    position: relative;
    height: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    background: url('https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80') center/cover no-repeat;
}

.image-container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 95, 115, 0.7) 0%, rgba(10, 147, 150, 0.5) 100%);
}

.content-block {
    padding: 3rem;
    position: relative;
}



.vision-content,
.mission-content {
    margin-bottom: 4rem;
}

.icon-box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.vision-icon {
    background: linear-gradient(45deg, #0a9396, #005f73);
}

.mission-icon {
    background: linear-gradient(45deg, rgb(0 31 87 / 75%) 0%, rgb(3 55 187 / 50%) 100%);
}

.content-text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 20px;
}

.content-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 60%;
    width: 4px;
    background: #ee9b00;
    border-radius: 2px;
}




@media (max-width: 992px) {
    .image-container {
        margin-bottom: 3rem;
        transform: none;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .content-block {
        padding: 2rem 1rem;
    }

    .quote-text {
        font-size: 1.4rem;
    }
}

.values-section {
    padding: 4rem 0;
}

.value-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #ee9b00;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
}

.value-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}


.scientist-avatar {
    width: 100px !important;
	object-fit: contain;
}

.section-title-about {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}


.section-title-about::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 5px;
    background: #ee9b00;
    border-radius: 3px;
}

.category-section {
    padding: 20px 0px 60px 0px;
}





/* PRIVACY POLICY */


.privacy-header {
    background: linear-gradient(285deg, #f6fbff 0%, #ebf5ff 100%);
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.privacy-header h1 {
    font-weight: 700;
    font-size: 2.8rem;
    color: black;
}

.privacy-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: black;
}

.privacy-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    margin-bottom: 3rem;
}

.privacy-section-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    scroll-margin-top: 100px;
    text-align: start;
}

.privacy-section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #002464;
}

.policy-list {
    list-style-type: none;
    padding-left: 0;
}

.policy-list li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.policy-list li:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #002464;
    font-size: 0.8rem;
    top: 0.3rem;
}

.highlight-box {
    background-color: var(--light-color);
    border-left: 4px solid #002464;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 4px 4px 0;
}

.update-date {
    background-color: #e74c3c;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.contact-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    border-left: 4px solid #002464;
}

.contact-card h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.contact-info {
    margin-bottom: 1rem;
}

.contact-info i {
    color: #002464;
    margin-right: 0.8rem;
    width: 1.5rem;
    text-align: center;
}

.back-to-top {
    position: fixed;
    bottom: 8rem;
    right: 2rem;
    background: #002464;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    transition: all 0.3s;
    z-index: 99;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top:hover {
    background: #F4A631;
    transform: translateY(-3px);
}

/* Sticky Navigation */
.sticky-nav {
    position: sticky;
    top: 20px;
    height: calc(100vh - 40px);
    overflow-y: auto;
    padding-right: 15px;
}

.sticky-nav .nav-title {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #002464;
}

.sticky-nav .nav-link {
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    margin-bottom: 0.3rem;
    border-radius: 4px;
    transition: all 0.2s;
}

.sticky-nav .nav-link:hover,
.sticky-nav .nav-link.active {
    background-color: rgba(52, 152, 219, 0.1);
    color: #002464;
    text-decoration: none;
}

.sticky-nav .nav-link i {
    margin-right: 0.5rem;
    width: 1rem;
    text-align: center;
}

@media (max-width: 992px) {
    .sticky-nav {
        position: relative;
        top: 0;
        height: auto;
        margin-bottom: 2rem;
        padding-right: 0;
    }

    .sticky-nav-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .sticky-nav .nav-link {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .privacy-header {
        padding: 3rem 0;
    }

    .privacy-header h1 {
        font-size: 2.2rem;
    }

    .privacy-container {
        padding: 1rem;
    }

    .terms-header {
        padding: 3rem 0;
    }

    .terms-header h1 {
        font-size: 2.2rem;
    }

    .terms-container {
        padding: 2rem;
    }
}

.terms-list {
    list-style-type: none;
    padding-left: 0;
}

.terms-list li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.terms-list li:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-size: 0.8rem;
    top: 0.3rem;
}

.terms-header h1 {
    font-weight: 700;
    font-size: 2.8rem;
}

.terms-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.terms-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    margin-bottom: 3rem;
}



/* FAQ Page */



.fonts-faq {
    font-size: 18px;
    color: grey;
    padding: 10px;
}


/* video tutorial */

.video-btn-watch {
    padding: 0;
    font-size: 13px;
}




/* request quots */


.quote-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 2rem auto;
}

.quote-header h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.quote-header p {
    opacity: 0.9;
    margin-bottom: 0;
}

.quote-body {
    padding: 2rem;
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(72, 149, 239, 0.25);
}


.product-item {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--accent-color);
}

.add-product-btn {
    background-color: white;
    color: var(--primary-color);
    border: 2px dashed var(--primary-color);
    border-radius: 8px;
    padding: 1rem;
    width: 100%;
    font-weight: 600;
    transition: all 0.3s;
    margin-bottom: 1.5rem;
}

.add-product-btn:hover {
    background-color: rgba(67, 97, 238, 0.1);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.remove-product {
    color: #dc3545;
    cursor: pointer;
    transition: all 0.2s;
}

.remove-product:hover {
    color: #b02a37;
    transform: scale(1.1);
}

.requirement-box {
    min-height: 120px;
    resize: vertical;
}

@media (max-width: 768px) {
    .quote-container {
        margin: 1rem;
    }

    .quote-header,
    .quote-body {
        padding: 1.5rem;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1230px) {

    .web-cta {
        display: block;
    }

    .web-container-head {
        display: none;
    }

    .nav-link {
        font-size: 13px;
    }

    .section-container {
        padding: 0 20px;
    }

}







@media only screen and (min-width: 1400px) and (max-width: 1550px) {
    .hero-slider {
        height: 50vh;
        min-height: 650px;
    }
}

@media only screen and (min-width: 1551px) and (max-width: 1700px) {
    .hero-slider {
        height: 50vh;
        min-height: 730px;
    }
}

@media only screen and (min-width: 1701px) and (max-width: 1810px) {
    .hero-slider {
        height: 50vh;
        min-height: 800px;
    }
}



@media only screen and (min-width: 1811px) and (max-width: 1900px) {
    .hero-slider {
        height: 50vh;
        min-height: 840px;
    }
}

@media only screen and (min-width: 1901px) and (max-width: 2100px) {
    .hero-slider {
        height: 50vh;
        min-height: 900px;
    }
}


@media only screen and (min-width: 2101px) and (max-width: 3000px) {
    .hero-slider {
        height: 50vh;
        min-height: 1000px;
    }
}

@media only screen and (min-width: 1230px) and (max-width: 4000px) {
    .nav-res {
        display: none;
    }

}

@media only screen and (min-width: 320px) and (max-width: 900px) {
    .web-container-head {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: fit-content;
    }
	.no-products-container {
		padding: 30px 20px;
	}
}
/* cookie popup */


/* Cookie Popup Styles */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 25px;
    box-shadow: var(--box-shadow);
    z-index: 9999;
    transform: translateY(100%);
    transition: var(--transition);
    max-height: 90vh;
    overflow-y: auto;
    border-top: 3px solid #3498db;
}

.cookie-popup.active {
    transform: translateY(0);
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content {
    flex: 1;
    min-width: 300px;
}

.cookie-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.cookie-text {
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.cookie-text a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.cookie-text a:hover {
    text-decoration: underline;
}

.cookie-settings {
    background-color: var(--light-color);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    display: none;
}

.cookie-settings.active {
    display: block;
}

.cookie-setting {
    margin-bottom: 15px;
}

.cookie-setting-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 500;
}

.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.cookie-toggle input {

    width: 0;
    height: 0;
}

.cookie-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: var(--transition);
    border-radius: 34px;
}

.cookie-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: var(--transition);
    border-radius: 50%;
}

input:checked+.cookie-slider {
    background-color: #3498db;
}

input:checked+.cookie-slider:before {
    transform: translateX(26px);
}

.cookie-setting-desc {
    font-size: 0.85rem;
    color: #666;
}

.cookie-buttons {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

.cookie-btn {
    padding: 10px 20px;
    border-radius: var(--border-radius);
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    font-size: 0.95rem;
}

.cookie-btn-accept {
    background-color: #3498db;
    color: white;
}

.cookie-btn-accept:hover {
    background-color: #2980b9;
}

.cookie-btn-settings {
    background-color: transparent;
    color: #3498db;
    border: 1px solid #3498db;
}

.cookie-btn-settings:hover {
    background-color: rgba(52, 152, 219, 0.1);
}

.cookie-btn-reject {
    background-color: transparent;
    color: #ff000e;
    border: 1px solid #ff8b8b;
}

.cookie-btn-reject:hover {
    background-color: rgba(231, 76, 60, 0.1);
}

.cookie-btn-save {
    background-color: #2c3e50;
    color: white;
    display: none;
}

.cookie-btn-save:hover {
    background-color: #1a252f;
}

.cookie-btn-save.active {
    display: inline-block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .cookie-popup {
        padding: 20px 15px;
    }

    .cookie-title {
        font-size: 1.3rem;
    }

    .cookie-buttons {
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cookie-content {
        min-width: 100%;
    }

    .cookie-title {
        font-size: 1.2rem;
    }

    .cookie-text {
        font-size: 0.9rem;
    }
}










/* product filters */

/* Mobile filter trigger button */
.mobile-filter-trigger {
    display: none;
    padding: 10px;
}

.mobile-filter-trigger button {
    background: #2c3e50;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-count {
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* Mobile filter overlay */
.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
}

.mobile-filter-container {
    background: white;
    width: 90%;
    max-width: 400px;
    height: 100%;
    margin-left: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-filter-overlay.active {
    display: block;
}

.mobile-filter-overlay.active .mobile-filter-container {
    transform: translateX(0);
}

.mobile-filter-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.mobile-filter-content {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.mobile-filter-actions {
    padding: 15px;
    display: flex;
    gap: 10px;
    border-top: 1px solid #eee;
}

.mobile-filter-actions button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.mobile-filter-actions .reset-btn {
    background: #f8f8f8;
    color: #333;
}

.mobile-filter-actions .apply-btn {
    background: #2c3e50;
    color: white;
}

.close-filter {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* Responsive styles */
@media only screen and (min-width: 320px) and (max-width: 993px) {
    .filters-sidebars {
        display: none;
    }

    .mobile-filter-trigger {
        display: block;
    }


    /* Hide the responsive filter button in the header */
    .filter-responsive {
        display: none;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1020px) {
    .sticky-top {
        display: none;
    }
}

@media (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 1060px;
    }

    .megamenu-image {
        width: 182px;
    }

    .section-title {
        font-size: 12px;
    }

    .megaproduct-category {
        font-size: 13px;
    }

    .megamenu-images {
        width: 60px;
    }

    .cursor-auto {
        font-size: 13px;
    }

    .nav-responsive {
        margin-left: auto;
    }

}

#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 5px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 4px solid #012464;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 50px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.search-container {
    max-width: 800px;
    margin: auto;
    padding: 0rem 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-brand {
    text-align: center;
    margin-bottom: 2rem;
}

.search-brand h1 {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.search-brand p {
    color: var(--gray-color);
    font-size: 1.1rem;
}

.search-box {
    position: relative;
    overflow: hidden;
}

.search-input {
    width: 100%;
    padding: 1.2rem 1.5rem;
    padding-right: 60px;
    border: none;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}

.search-btn {

    background: #002464;
    position: absolute;
    right: 5px;
    border: none;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 40px;
}

.search-btn:hover {
    background: #e69100;
}

.page-title {
    color: #202121;
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}

.search-blog {
    margin-left: auto;
    margin-right: auto;

}

.search-box {
    position: relative;
}

.search-box .search-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--primary-light);
    transition: var(--transition);
}

#searchInput {
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 1rem;
    transition: var(--transition);
}

#searchInput:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

#searchInput:focus+.search-icon {
    color: var(--primary-color);
}

.filter-section {
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    padding: 1.8rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.7);
}

.filter-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-title i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.form-label {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-select,
.form-control {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 0.95rem;
    transition: var(--transition);
}

.form-select:focus,
.form-control:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.blog-card {
    background-color: white;
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
    overflow: hidden;
    position: relative;
}

.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
    pointer-events: none;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
}

.blog-card a {
    text-decoration: none;
    color: #000;
}

.blog-thumbnail {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    transition: transform 0.5s ease;
    cursor: pointer;
}

.blog-card:hover .blog-thumbnail {
    transform: scale(1.03);
}

.blog-category {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 0.35rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-title {
    font-weight: 800;
    cursor: pointer;
    color: var(--text-color);
    margin-bottom: 0.9rem;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.blog-excerpt {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.blog-meta {
    font-size: 0.85rem;
    color: var(--text-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-meta i {
    margin-right: 5px;
    color: var(--primary-light);
    font-size: 0.9rem;
}

.loading-spinner {
    display: none;
    width: 3rem;
    height: 3rem;
    margin: 3rem auto;
    color: var(--primary-color);
}

.no-results {
    display: none;
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-light);
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    margin: 2rem 0;
}

.no-results i {
    font-size: 1rem;
    color: var(--primary-light);
    margin-bottom: 1.5rem;
}

.no-results h4 {
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

#resetFilters {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
    margin-top: 1rem;
    border: 1px solid #e2e8f0;
}

#resetFilters:hover {
    background-color: #002464;
    border-color: #cbd5e1;
}

.filter-one {
    padding: 5px 20px;
    border: 1px solid grey;
    width: fit-content;
    margin: 5px 5px 5px 0px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
}

.filtertagactive {
    background-color: #002464;
    border-color: #002464;
    color: white;
    font-weight: 600;
}

/* Sticky filters for mobile */
@media (max-width: 768px) {
    .sticky-filters {
        top: 0;
        z-index: 1020;
        background-color: white;
        padding: 1rem 0;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid #e2e8f0;
    }

    .filter-section {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }

    .blog-thumbnail {
        height: 180px;
    }

    .page-title {
        font-size: 1.7rem;
    }
}

/* Skeleton loading effect */
.skeleton {
    animation: skeleton-loading 1.5s ease-in-out infinite alternate;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
}

.skeleton-text {
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.7rem;
    border-radius: 4px;
}

.skeleton-text:last-child {
    width: 70%;
    margin-bottom: 0;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Tag pills in filter dropdown */
.dropdown-item.tag-option {
    position: relative;
    padding-left: 35px;
}

.dropdown-item.tag-option::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

/* Gradient overlay on cards */
.card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Category badge positioning */
.card-badge-container {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

/* blog-details */


.article-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    margin-bottom: 3rem;
}

.article-title {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
}

.article-meta {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.article-author {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.article-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
}

.article-date {
    color: var(--gray-color);
    margin-right: 2rem;
}

.article-category {
    display: inline-block;
    padding: 0.35rem 1rem;
    background-color: var(--light-color);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: capitalize;
}

.article-content h2 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.article-content h3 {
    font-weight: 600;
    color: var(--dark-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.table-techniques {
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: collapse;
}

.table-techniques th {
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem;
    text-align: left;
}

.table-techniques td {
    padding: 0.75rem;
    border-bottom: 1px solid #eee;
}

.table-techniques tr:nth-child(even) {
    background-color: #f9f9f9;
}

.technique-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--primary-color);
}

.technique-card-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
}

.technique-card-subtitle {
    font-size: 0.9rem;
    color: var(--gray-color);
    margin-bottom: 1rem;
    font-weight: 500;
}

.badge-tag {
    background-color: #e9ecef;
    color: var(--primary-color);
    font-weight: 500;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.sidebar-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.sidebar-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.related-article {
    display: flex;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f5f5f5;
}

.related-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-article-img {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 1rem;
}

.related-article-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.related-article-date {
    font-size: 0.8rem;
    color: var(--gray-color);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {


    .article-container {
        padding: 1.5rem;
    }

    .article-meta {
        flex-wrap: wrap;
    }

    .article-author {
        margin-bottom: 1rem;
    }
}



/* Sticky sidebar styles */
.sidebar-column {
    position: relative;
}

.sidebar-sticky {
    position: sticky;
    top: 20px;
    /* Adjust this value based on your header height */
    height: calc(100vh - 40px);
    overflow-y: auto;
    padding-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .sidebar-sticky {
        position: static;
        height: auto;
        overflow-y: visible;
    }

    .sidebar-column {
        order: -1;
        /* Moves sidebar above content on mobile */
        margin-bottom: 2rem;
    }
}

/* Prevent horizontal scrolling on mobile */
@media (max-width: 767.98px) {
    .article-container {
        padding: 1.25rem;
    }
}

/* End Blog Details */
/* FAQ Page */
.category-title {

    font-weight: 600;
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.mb-3 {
    color: #202121;
}

.lead {
    color: #202121;
}

.accordion-button {
    font-weight: 600;
    background-color: white;
}

.accordion-button:not(.collapsed) {
    color: var(--accent-color);
    background-color: var(--secondary-color);
}

.technical-diagram {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.equation {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2rem;
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 5px;
    display: inline-block;
    margin: 0.5rem 0;
}

.technical-note {
    background-color: #e8f4fc;
    border-left: 4px solid var(--accent-color);
    padding: 1rem;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.card-body {
    padding: 30px 20px;
}

/* Search and Filter Styles */


#searchButton {
    border-left: none;
}

.highlight {
    background-color: #fffde7;
    padding: 2px 4px;
    border-radius: 3px;
}

.faq-hidden {
    display: none !important;
}

.filter-active {
    background-color: var(--secondary-color);
    border-left: 4px solid var(--accent-color);
}

/* End FAQ */
/* contact */

/* Modern Hero Section with Gradient */
.contact-hero-section {
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(285deg, #f6fbff 0%, #ebf5ff 100%);
}


.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M0,0 L100,0 L100,100 L0,100 Z"></path></svg>');
    background-size: cover;
    opacity: 0.2;
}

.contact-hero-section h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 2.8rem;
    position: relative;
    z-index: 1;
}

.contact-hero-section p {
    font-size: 1.2rem;
    color: grey;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
}

.contact-hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
    background: transparent;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.btn-outline-light:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-3px);
}


/* Section Styling */
.contact-section-title {
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}


.contact-section-subtitle {
    color: var(--gray);
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

/* Contact Cards - Modern Design */
.contact-contact-cards {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 30px;
    height: 100%;
    transition: var(--transition);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-contact-cards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary);
    transition: var(--transition);
}

.contact-contact-cards:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.contact-contact-cards:hover::before {
    height: 10px;
    background: var(--secondary);
}

.contact-icons {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 20px;
    background: var(--primary-light);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.contact-contact-cards:hover .contact-icons {
    transform: rotate(10deg) scale(1.1);
    background: var(--primary);
    color: white;
}

.contact-contact-cards h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
}

.contact-contact-cards p,
.contact-contact-cards a {
    color: var(--gray);
}

.contact-contact-cards a {
    transition: var(--transition);
    display: inline-block;
}

.contact-contact-cards a:hover {
    color: var(--primary);
    transform: translateX(5px);
    text-decoration: none;
}

/* Contact Form Container */
.contact-form-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
}


/* Button Styling */
.contact-btn-primary {
    background-color: #002464;
    border-color: #002464;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 12px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: none;
    color: white;
}

.contact-btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
    transform: translateX(-100%);
    transition: var(--transition);
}

.contact-btn-primary:hover {
    background-color: #f4a631;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 102, 204, 0.2);
}

.contact-btn-primary:hover::after {
    transform: translateX(0);
}

/* Inquiry Sections */
.inquiry-section {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    border-left: 4px solid var(--primary);
}

/* Product Item in Multiple Products Form */
.contact-product-item {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #e0e0e0;
    transition: var(--transition);
}

.contact-product-item:hover {
    border-color: var(--primary);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.remove-product-btn {
    background-color: transparent;
    color: #dc3545;
    border: none;
    padding: 0;
    font-size: 0.9rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 5px;
}

.remove-product-btn:hover {
    color: #a71d2a;
    transform: translateX(-3px);
}

/*.add-product-btn {
            background-color: var(--secondary);
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: var(--border-radius);
            margin-bottom: 20px;
            font-size: 1rem;
            font-weight: 600;
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }*/
/*
        .add-product-btn:hover {
            background-color: #009688;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 168, 150, 0.2);
        }*/
.add-product-btn {
    background-color: white;
    color: var(--primary-color);
    border: 1px dashed #002464;
    border-radius: 8px;
    padding: 1rem;
    width: 100%;
    font-weight: 600;
    transition: all 0.3s;
    margin-bottom: 1.5rem;
}

.add-product-btn:hover {
    background-color: rgba(67, 97, 238, 0.1);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Success Message */
.success-message {
    display: none;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    color: white;
    padding: 30px;
    border-radius: var(--border-radius);
    text-align: center;
    margin-bottom: 30px;
}

.success-message i {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.success-message h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-hero-section h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 2.8rem;
    position: relative;
    z-index: 1;
}

.contact-hero-section p {
    font-size: 1.2rem;
    color: grey;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .contact-form-container {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .contact-form-container {
        padding: 25px;
    }

    .contact-icons {
        margin-bottom: 15px;
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .contact-form-container {
        padding: 20px;
    }

    .contact-contact-cards {
        text-align: center;
    }

    .contact-icons {
        margin: 0 auto 15px;
    }

    .contact-product-item .row>div {
        margin-bottom: 10px;
    }

    .contact-product-item .row>div:last-child {
        margin-bottom: 0;
    }
}

/* End Contact */
/* Top Menu Bar */
.menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--dark-color);
}

.menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    background: #002464;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    transform: scale(1.05);
}

.menu-toggle i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.menu-toggle.active i {
    transform: rotate(90deg);
}

/* Menu Container */
.menu-container {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    z-index: 999;
    overflow-y: auto;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.menu-container.show {
    max-height: 100vh;
}

.modern-mega-menu {
    padding: 10px 0;
}

.menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    color: var(--dark-color);
}

.menu-header:hover {
    background-color: rgba(99, 102, 241, 0.05);
}

.menu-header.active {
    color: var(--primary-color);
}

.menu-item a {
    color: var(--dark-color);
    text-decoration: none;
}

.menu-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: var(--primary-color);
}

.toggle-icon {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-header.active .toggle-icon {
    transform: rotate(180deg);
}

.submenu {
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(241, 245, 249, 0.6);
}

.submenu.show {
    max-height: 1000px;
}

.submenu-item {
    padding: 12px 20px 12px 30px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    color: #002464;
    text-decoration: none;
    cursor: pointer;
}

.submenu-item:before {
    content: '';
    position: absolute;
    left: 44px;
    height: 6px;
    font-weight: 500;
    width: 6px;
    background: var(--primary-light);
    border-radius: 50%;
}

.submenu-item:hover {
    background: rgba(99, 102, 241, 0.05);
}

.nested-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(226, 232, 240, 0.4);
}

.nested-submenu.show {
    max-height: 1000px;
}

.nested-item {
    padding: 10px 20px 10px 35px;
    display: block;
    font-weight: 500;
    color: #2a2c2d;
    text-decoration: none;
}

.nested-item:hover {
    color: var(--primary-color);
    background: rgba(99, 102, 241, 0.05);
}


/* Second level nested submenu */
.deep-nested-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(203, 213, 225, 0.3);
}

.deep-nested-submenu.show {
    max-height: 1000px;
}

.deep-nested-item {
    padding: 10px 24px 10px 65px;
    display: block;
    color: #3a4452;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}

.deep-nested-item:before {
    content: '→';
    position: absolute;
    left: 40px;
    color: var(--primary-light);

    transition: all 0.3s ease;
}

.deep-nested-item:hover {
    color: var(--primary);
    padding-left: 104px;
    background: rgba(99, 102, 241, 0.05);
}

.deep-nested-item:hover:before {
    opacity: 1;
    left: 84px;
}


/* Media queries for responsive behavior */
@media (min-width: 1024px) {

    .menu-bar,
    .menu-container {
        display: none;
    }
}

@media (max-width: 320px) {
    .menu-header {
        padding: 12px 15px;
    }

    .submenu-item {
        padding: 10px 15px 10px 30px;
    }

    .nested-item {
        padding: 8px 15px 8px 45px;
    }
}

/* End Line Top Menu Bar for Mobile */
.thumb-products {
    height: 50px;
    padding-right: 20px;
}


/* future banner */


.future-banner {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #003366 0%, #121212 100%);
    color: var(--light);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.future-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
}

.future-content {
    position: relative;
    z-index: 20;
}

.future-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #fff, #f4a631);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.2s;
    transform: translateY(20px);
    transition: all 0.4s ease-out;
}


.future-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.8;
    max-width: 500px;

    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.4s;
}

.future-cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;

    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.6s;
}

.future-btn {
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    cursor: pointer;
    z-index: 1;
}

.future-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

}

.future-btn-primary {
    background: white;
    color: #121212;
}

.future-btn-primary:hover {
    transform: translateY(-5px);
    background-color: #f4a631;
    color: white;
}

.future-btn-primary:hover::before {
    opacity: 1;
}

.future-btn-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.future-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #f4a631;
    transform: translateY(-5px);
}

/* Holographic Image Container */
.future-image-container {
    position: relative;
    min-height: 500px;
    perspective: 2000px;
}

.future-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.future-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    
    transform: translateY(50px) rotateX(20deg);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
}

.future-image.active {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.future-title.active {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.future-subtitle.active {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

/* Holographic Effect */
.holographic-effect {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: linear-gradient(135deg,
            rgba(3, 218, 198, 0.1) 0%,
            rgba(98, 0, 234, 0.1) 50%,
            rgba(255, 2, 102, 0.1) 100%);
    border-radius: 20px;
    z-index: -1;
    animation: hologram 8s infinite alternate;

    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes hologram {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(0.5deg);
    }

    50% {
        transform: translateY(0) rotate(-0.5deg);
    }

    75% {
        transform: translateY(10px) rotate(0.5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.future-image.active~.holographic-effect {
    opacity: 1;
}

/* Digital Navigation */
.future-nav {
    display: flex;
    align-items: center;
    gap: 2rem;

    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.8s;
}

.future-dots {
    display: flex;
    gap: 1rem;
}

.future-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.future-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4a631;
    transform: scale(0);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.future-dot:hover {
    transform: scale(1.2);
}

.future-dot.active::after {
    transform: scale(1);
}

.future-arrows {
    display: flex;
    gap: 1rem;
}

.future-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(5px);
}

.future-arrow:hover {
    background: #f4a631;
    color: white;
    transform: translateY(-3px);
}

/* Digital Grid Background */
.digital-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
    opacity: 0.3;
}

/* Floating Particles */
.particles {
    position: absolute;
    border-radius: 50%;
    background: #f4a631;
    filter: blur(5px);

    animation: float-particles 15s infinite linear;
}

@keyframes float-particles {
    0% {
        transform: translate(0, 0) scale(0);
    }

    10% {
        opacity: 0.3;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        transform: translate(100px, -100px) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .future-container {
        gap: 2rem;
    }
}

@media (max-width: 992px) {
    .future-container {
        grid-template-columns: 1fr;
    }

    .future-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .future-cta-group,
    .future-nav {
        justify-content: center;
    }

    .future-image-container {
        min-height: 500px;
    }

    .future-content {
        order: 1;
    }
	.no-products-container, 
	.blog-sidebar {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
    .future-container {
        padding: 1.5rem;
        margin-bottom: 20px;
    }

    .future-cta-group {
        flex-direction: column;
        align-items: center;
    }

    .future-btn {
        width: 100%;
        justify-content: center;
    }

    .future-nav {
        flex-direction: column;
    }

    .future-arrows {
        order: 2;
        margin-top: 1rem;
    }

    .future-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .future-subtitle {
        text-align: center;
    }

    .holographic-effect {
        height: 110%;
    }

    .future-image-container {
        min-height: 450px;
    }
    .hide-sm {
        display:none;
    }
}

@media (max-width: 576px) {
    .future-banner {
        min-height: 90vh;
    }

    .future-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .future-subtitle {
        text-align: center;
    }

    .holographic-effect {
        height: 109%;
    }

    .future-image-container {
        min-height: 340px;
    }

}

/* Animation Trigger */
.animate-in .future-title,
.animate-in .future-subtitle,
.animate-in .future-cta-group,
.animate-in .future-nav {
    opacity: 1;
    transform: translateY(0);
}

/* future banner End*/
.submenu,
.nested-submenu,
.deep-nested-submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.submenu.active,
.nested-submenu.active,
.deep-nested-submenu.active {
    max-height: 500px;
    /* Adjust as needed */
    opacity: 1;
    transform: scaleY(1);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    color: #000000;
    pointer-events: none;
    background-color: #dee2e6;
    border-color: #0c0d0d;
    opacity: 0.65;
    box-shadow: none;
}
/* Global Search */
.globalsearch-dropdown {
  width: 845px !important;
  position: absolute;
  right: 0px;
  top: 100px;
}
.productsearch-dropdown {
  width: 100%;
  position: absolute;
  right: 0px;
  top: 100px;
  border: 1px solid #d6d4d4;
  background: #fff;
}

.globalsearch-body {
  height: 360px;
  overflow: hidden scroll;
}

.glosearch-table tr:hover {
  background: #f3f6f9;
  /*cursor: pointer;*/
}

.glosearch-sizing {
  padding: .6rem 1rem;
}

.globalsearch-dropdown {
  padding-bottom: 0;
  padding: 0px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
/* End Line Global Search */
.text-sm{
    font-size: 12px;
}

.share-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;  
    
    transition: all 0.3s ease;
}
.share-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.share-popup {
    background-color: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(20px);
    transition: transform 0.3s ease;
    overflow: hidden;
}
.share-popup-overlay.active .share-popup {
    transform: translateY(0);
}
.share-popup-header {
    padding: 16px 20px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-popup-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.share-popup-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #777;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}
.share-popup-content {
    padding: 20px;
}
.share-social-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}
.share-social-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.2s;
}
.share-social-btn:hover {
    background-color: #F8F8F8;
}
.share-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: white;
    font-size: 18px;
}
.share-social-label {
    font-size: 12px;
    color: #555;
}
.share-link-container {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
}
.share-link-input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    background-color: #F9F9F9;
}
.share-link-copy {
    background-color: #F0F0F0;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: background-color 0.2s;
}
.share-link-copy:hover {
    background-color: #E0E0E0;
}
.share-link-copy.copied {
    background-color: #4CAF50;
    color: white;
}
/* Social media brand colors */
.facebook-bg { background-color: #3B5998; }
.twitter-bg { background-color: #1DA1F2; }
.linkedin-bg { background-color: #0077B5; }
.whatsapp-bg { background-color: #25D366; }
.email-bg { background-color: #777; }
.reddit-bg { background-color: #FF5700; }
.telegram-bg { background-color: #0088CC; }
.copy-bg { background-color: #6200EE; }
/* Responsive adjustments */
@media (max-width: 480px) {
    .share-social-icons {
        grid-template-columns: repeat(3, 1fr);
    }
    .share-popup {
        width: 95%;
    }
}
@media (max-width: 360px) {
    .share-social-icons {
        grid-template-columns: repeat(2, 1fr);
    }
}
.share-link-check {
    background-color: forestgreen;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    transition: background-color 0.2s;
}


@keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
  }
  
  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 10s linear infinite;
    
  }
  .marquee-track img{
    padding: 0 20px;
  }
.btn-secondary i{ padding-right: 5px;}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 1340px;
        padding: 10px;
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1300px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 1250px;
        padding: 10px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1250px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 1080px;
        padding: 10px;
    }
}

/* .seo-container { 
    margin-bottom: 3rem;
    font-family: 'Roboto', sans-serif;
    background: var(--card-bg);
	border-radius: 16px;
	padding: 20px;
	box-shadow: var(--card-shadow);
}

.seo-container table{
 width: 100%;
      min-width: 600px; 
      border-collapse: collapse;
}
 */





 /* Container for your content */
.seo-container {
  max-width: 100%;
  width: 100%;
  overflow-x: auto; /* Horizontal scroll when needed */
overflow-y: hidden; /* Never vertical scroll */
	border-radius: 16px;
	padding: 20px;
	box-shadow: var(--card-shadow);
}

.seo-container table{
    width: 100%;
}













.seo-container h1 {   
    font-size: 28px !important;   
}
.seo-container h2{
    font-size: 18px !important;    
    line-height: 1.3;
}
.seo-container h3{
    font-size: 14px !important;   
}
.seo-container h4{
    font-size: 12px !important; 
}
.seo-container h5{
    font-size: 10px !important; 
}
.seo-container p{
    line-height  :1.6 !important;
    letter-spacing:0.5px ;
}
.seo-container a{
    color: #0056b3 !important;
}
.seo-container table > :not(caption) > * > * {
    padding: .5rem .5rem !important;   
    border: 1px solid #dee2e6 !important;   
    box-shadow: none;
  }
  .seo-container table th {
    color: #212529 !important;
    background-color: #f8f9fa !important; 
   
    font-weight: bold;
  }
  .seo-container  table td>:not(caption)>* {
    border-width: var(--bs-border-width) 1 !important;
}
/* FAQ Accordion Start */
.accordion-body table > :not(caption) > * > * {
    padding: .5rem .5rem !important;   
    border: 1px solid #dee2e6 !important;   
    box-shadow: none;
  }
  .accordion-body table th {
    color: #212529 !important;
    background-color: #f8f9fa !important; 
   
    font-weight: bold;
  }
  .accordion-body  table td>:not(caption)>* {
    border-width: var(--bs-border-width) 1 !important;
}
/* FAQ Accordion End */

/* Phone Inuput Start */
.react-tel-input {
	border: 1px solid #e2e8f0;
    border-radius: 8px;
}
.react-tel-input .form-control {
	border:none;
	height: 43px;
}
.react-tel-input .form-control:focus {
	border:none !important;
	box-shadow:none !important;
}

/* Phone Inuput End */
/* Bread crumb */


.breadcrumb {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    padding: 15px 16px;
    margin-bottom: 0px;
    border-radius: 8px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #555;
}

.breadcrumb li+li::before {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.breadcrumb li a {
    color: #002464;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.breadcrumb li a:hover {
    text-decoration: none;
    color: #f4a631;
    border-radius: 5px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .breadcrumb {
        font-size: 14px;
        padding: 8px 12px;
        width: 100%;
    }

    .breadcrumb li+li::before {
        margin: 0 5px;
    }
}
/* Bread crumb End */
.demo-book .page {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flipbook-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* .modal-content {
    position: relative;
    background: transparent;
    padding: 16px;
    border-radius: 10px;
    max-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 60%;
  } */
  
  .close-btn {
    position: absolute;
    /* top: -50px;
    right: 275px; */
    top: -10px;
    right: 120px;
    color: #ffffff;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  /* no product */
.no-products-container {
	flex: 2;
	background: var(--card-bg);
	border-radius: 16px;
	padding: 40px;
	box-shadow: var(--card-shadow);
	text-align: center;
	border: 1px solid var(--border-gray);
}

.no-product{
	width: 300px;
}
/* End line */
.pro-close-btn {
    position: absolute;
    top: 0px;
    right: 0;
    color: #ffffff;
    background: #000;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.nextprev{
	width: 2%;
    position: absolute;
    top: 48%;
    color: #ffffff;
    background: #000;
    border: 0;
}
.prev{ 
    left: 0;
}
.next{ 
    right: 0;
}



@media only screen and (min-width: 320px) and (max-width: 500px) {
    .search-btn {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {

/* Target ONLY tables within your content */
.seo-container table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  margin: 1rem 0;
}

/* Reset white-space for all other content */
.seo-container > *:not(table),
.seo-container > *:not(table) * {
  white-space: normal;
  width: 100%;
}

/* Optional: Style the scrollbar (works in Chrome/Safari/Edge) */
.seo-container table::-webkit-scrollbar {
  height: 8px;
}

.seo-container table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.seo-container table::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Table cell styling */
.seo-container td, 
.seo-container th {
  padding: 8px 12px;
  border: 1px solid #ddd;
}

/* Table header styling */
.seo-container thead {
  background-color: #f2f2f2;
  position: sticky;
  top: 0;
}
}
/* Filter Styles */
.pro-filter-head{ top: 0px; padding: 20px; margin-bottom: 1rem; z-index: 990;}
.filter-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-title {
            font-weight: 700;
            color: #212529;
            margin: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .filteractions {
            display: flex;
            gap: 15px;
            align-items: center;
        }
        
        .filter-toggle, .clear-all {
            background: none;
            border: none;
            color: #003366;
            font-size: 0.95rem;
            cursor: pointer;
            padding: 5px;
            font-weight: 500;
            transition: all 0.2s ease;
        }
		.clear-all i { margin-right: 5px;}
        
        .filter-toggle:hover, .clear-all:hover {
            background-color: rgba(67, 97, 238, 0.1);
        }
        
        .filter-content {
            display: none;
        }
        
        .filter-content.show {
            display: block;
        }
        
        .filter-panels {
            display: flex;
            height: 350px;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .filter-panel {
            padding: 15px;
            overflow-y: auto;
            border-right: 1px solid #e5e7eb;
        }
        
        .filter-panel-groups {
            width: 350px;
            background-color: #f9fafb;
        }
        
        .filter-panel-categories {
            width: 350px;
            background-color: #f9fafb;
        }
        
        .filter-panel-products {
            flex: 1;
            min-width: 250px;
            background-color: white;
        }
        
        .filter-item {
            display: flex;
            align-items: center;
            padding: 5px 10px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .filter-item:hover {
            background-color: rgba(67, 97, 238, 0.08);
        }
        
        .filter-item input[type="checkbox"] {
            margin-right: 12px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: #003366;
        }
        
        .filter-item label {
            cursor: pointer;
            flex: 1;
            user-select: none;
        }
        
        .filter-item .item-count {
            font-size: 0.8rem;
            color: #6b7280;
            margin-left: 8px;
        }
        
        .selected-filters-container {
            margin-top: 20px;
            padding: 15px;
            border-radius: 10px;
            background-color: #f9fafb;
            border: 1px solid #e5e7eb;
        }
        
        /*.selected-filters {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }*/
        
        .filter-badge {
            background: #003366;
            color: white;
            padding: 4px 8px;
            border-radius: 10px;
            font-size: 0.65rem;
            display: inline-flex;
            align-items: center;
            font-weight: 500;
			letter-spacing: 1px;
			margin-right: 5px;
        }
        
        .filter-badge .close {
            color: white;
            opacity: 0.9;
            margin-left: 8px;
            font-size: 0.9rem;
            cursor: pointer;
            line-height: 1;
        }
        
        .filter-badge-count {
            background: #003366;
            color: white;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            margin-left: 8px;
            font-weight: 600;
        }
        
        .filter-results {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-top: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border: 1px solid #e5e7eb;
            max-width: 1200px;
            margin: 20px auto;
        }
        
        .filter-results pre {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            overflow-x: auto;
        }
        
        @media (max-width: 768px) {
            .filter-panels {
                flex-direction: column;
                height: auto;
                max-height: 500px;
            }
            
            .filter-panel {
                width: 100% !important;
                border-right: none;
                border-bottom: 1px solid #e5e7eb;
            }
        }
/* End Line Filter Style */
.tab-content section {
    scroll-margin-top: 180px;
    padding-top: 20px;
}
/* End Line Filter Style */
.privacy-content section {
    scroll-margin-top: 100px;
    padding-top: 20px;
}
.title-head{
       width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    padding-top: 20px;
}
.title-head-2{
    color: white;
}

.product-bg {
    background: linear-gradient(135deg, #003366 0%, #121212 100%);
}
.product-bg .scroll-button{
	position: absolute;
	top: 45%;
	z-index: 1;
}
.product-bg .scroll-content{
	width: 92%;
    margin: auto;
}
.product-bg .prev{
	left: 0px
}
.product-bg .next{
	right: 0px
}
.dropdown-main{
	border: 1px solid #ccc;
	padding: 4px 8px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 150px;
}
.dropdown-list{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow-y: auto;
	width: 300px;
	box-sizing: border-box;
	max-height: 450px;
}
.mega-menu-content {
    z-index: 998 !important; /* Higher than sticky container */
}
.main-navbar {
    z-index: 999; /* Higher than mega menu content */
}
