/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
    position: relative;
}

.top-bar .container {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

.products .container {
    overflow: visible !important;
    max-width: 100% !important;
    padding: 0 100px !important;
    width: 100% !important;
    position: relative !important;
    box-sizing: border-box;
}

/* Ensure container doesn't clip buttons */
.products .container::after {
    content: '';
    display: block;
    clear: both;
}

.products .container * {
    box-sizing: border-box;
}

/* Ensure right button is always visible - Multiple selectors for maximum specificity */
.products-navigation-wrapper .product-nav-next,
.products-navigation-wrapper #nextBtn,
section#products .product-nav-next,
section#products #nextBtn,
.products section .product-nav-next,
.products .container .product-nav-next {
    right: 0 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 20 !important;
}

/* Top Bar */
.top-bar {
    background: #000;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

/* Hide top bar on mobile */
@media (max-width: 768px) {
    .top-bar {
        display: none !important;
    }
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 45px;
}

.top-bar-left {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    flex: 1;
}

.top-bar-left span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-weight: bold;
}

.top-bar-left i {
    color: #0066cc;
    flex-shrink: 0;
}

.top-bar-left span a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: bold;
}

.top-bar-left span a:hover {
    color: #93C572;
}

.top-bar-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-selector {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
    z-index: 99999;
    gap: 5px;
}

.language-label {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
}

/* Google Translate Widget Styling */
#google_translate_element {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    position: relative !important;
}

#google_translate_element * {
    visibility: visible !important;
    display: block !important;
}

#google_translate_element select,
#google_translate_element .goog-te-gadget select {
    background: #fff !important;
    color: #333 !important;
    padding: 8px 30px 8px 12px !important;
    border: 1px solid #d4e157 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    cursor: pointer !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    min-width: 150px !important;
    width: auto !important;
    height: auto !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    position: relative !important;
}

#google_translate_element select:hover,
#google_translate_element .goog-te-gadget select:hover {
    border-color: #c5d846 !important;
    box-shadow: 0 0 5px rgba(212, 225, 87, 0.3) !important;
}

#google_translate_element select:focus,
#google_translate_element .goog-te-gadget select:focus {
    border-color: #c5d846 !important;
    box-shadow: 0 0 8px rgba(212, 225, 87, 0.5) !important;
}

/* Google Translate Gadget Styling */
#google_translate_element .goog-te-gadget {
    font-size: 0 !important;
    display: inline-block !important;
    visibility: visible !important;
}

#google_translate_element .goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    display: inline-block !important;
    visibility: visible !important;
}

#google_translate_element .goog-te-gadget-icon {
    display: none !important;
}

.goog-te-menu-value {
    color: #333 !important;
    display: block !important;
    visibility: visible !important;
}

.goog-te-menu-value span {
    color: #333 !important;
    display: inline !important;
    visibility: visible !important;
}

/* Hide Google Translate branding */
.goog-te-banner-frame {
    display: none !important;
}

/* Hide Google Translate elements in footer */
footer .goog-te-gadget,
footer .goog-te-gadget-simple,
footer .goog-te-menu-value,
footer #google_translate_element,
footer .language-selector,
footer .language-label,
footer .language-dropdown {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Hide any Google Translate elements that appear at bottom of page outside footer */
body > .goog-te-gadget:not(.goog-te-menu-frame):not(#google_translate_element),
body > .goog-te-gadget-simple:not(.goog-te-menu-frame):not(#google_translate_element) {
    display: none !important;
    visibility: hidden !important;
}

/* Hide Google Translate elements that appear after footer or at bottom */
.footer ~ .goog-te-gadget,
.footer ~ .goog-te-gadget-simple,
.footer ~ #google_translate_element,
.footer ~ .language-selector {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Hide any language selector that appears outside top-bar */
body > .language-selector:not(.top-bar .language-selector),
body > .language-label:not(.top-bar .language-label) {
    display: none !important;
    visibility: hidden !important;
}

/* Hide Google Translate footer widget */
.goog-te-footer {
    display: none !important;
    visibility: hidden !important;
}

/* Hide any Google Translate elements that appear at the very bottom of the page */
body > div:last-child .goog-te-gadget:not(.goog-te-menu-frame),
body > div:last-child .goog-te-gadget-simple:not(.goog-te-menu-frame) {
    display: none !important;
    visibility: hidden !important;
}

body {
    top: 0 !important;
    position: relative !important;
}

/* Prevent body from shifting when translate menu opens */
body.top {
    top: 0 !important;
    position: relative !important;
}

/* Hide the Google Translate top bar */
.goog-te-balloon-frame {
    display: none !important;
}

/* Ensure dropdown menu is visible */
.goog-te-menu-frame {
    z-index: 99999 !important;
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
}

.goog-te-menu-frame iframe {
    z-index: 99999 !important;
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    opacity: 1 !important;
}

/* Ensure the menu value dropdown works */
.goog-te-menu-value {
    cursor: pointer !important;
}

.goog-te-menu-value:hover {
    background-color: transparent !important;
}

/* Make sure the dropdown options are visible */
.goog-te-menu2 {
    z-index: 99999 !important;
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    background: #fff !important;
    border: 1px solid #d4e157 !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}

.goog-te-menu2-item {
    padding: 8px 12px !important;
    color: #333 !important;
    cursor: pointer !important;
    display: block !important;
}

.goog-te-menu2-item:hover {
    background-color: #f5f5f5 !important;
}

/* Additional fixes for Google Translate dropdown */
.goog-te-gadget {
    position: relative !important;
}

.goog-te-gadget-simple {
    position: relative !important;
}

/* Ensure the menu frame is not hidden */
body > .goog-te-menu-frame {
    z-index: 99999 !important;
    visibility: visible !important;
    display: block !important;
    position: fixed !important;
}

/* Fix for the dropdown container */
.goog-te-menu {
    z-index: 99999 !important;
    visibility: visible !important;
    display: block !important;
}

/* Additional styling to ensure visibility */
.goog-te-gadget {
    color: #333 !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #333 !important;
    text-decoration: none !important;
}

/* Make sure the select dropdown is clickable and visible */
#google_translate_element .goog-te-gadget-simple {
    cursor: pointer !important;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
    cursor: pointer !important;
    padding: 8px 30px 8px 12px !important;
    background: #fff !important;
    border: 1px solid #d4e157 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    min-width: 150px !important;
}

.language-dropdown {
    background: #fff !important;
    color: #333 !important;
    padding: 8px 35px 8px 12px !important;
    border: 1px solid #d4e157 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    min-width: 150px !important;
    width: auto !important;
    position: relative;
}

.language-selector::after {
    content: '▼';
    position: absolute;
    right: 10px;
    bottom: 8px;
    pointer-events: none;
    color: #666;
    font-size: 10px;
    z-index: 2;
    line-height: 1;
}

.language-selector .language-dropdown {
    padding-right: 35px !important;
    position: relative;
}

.language-dropdown option {
    background: #fff !important;
    color: #333 !important;
    padding: 8px 12px !important;
}

.language-dropdown:hover {
    border-color: #c5d846 !important;
    box-shadow: 0 0 5px rgba(212, 225, 87, 0.3) !important;
}

.language-dropdown:focus {
    border-color: #c5d846 !important;
    box-shadow: 0 0 8px rgba(212, 225, 87, 0.5) !important;
    outline: none !important;
}

.language-dropdown:hover {
    border-color: #c5d846;
    box-shadow: 0 0 5px rgba(212, 225, 87, 0.3);
}

.language-dropdown:focus {
    border-color: #c5d846;
    box-shadow: 0 0 8px rgba(212, 225, 87, 0.5);
}


.social-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.facebook-btn {
    background: #1877f2;
}

.facebook-btn:hover {
    background: #1565c0;
    transform: translateY(-2px);
}

.linkedin-btn {
    background: #0077b5;
}

.linkedin-btn:hover {
    background: #005885;
    transform: translateY(-2px);
}

.enquiry-btn {
    background: #0066cc;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.enquiry-btn i {
    font-size: 0.9em;
}

.enquiry-btn:hover {
    background: #0052a3;
}

/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

@media (max-width: 768px) {
    .header {
        z-index: 1001;
    }
}

.mobile-menu-toggle {
    display: none;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo a {
    display: inline-block;
}

.logo img {
    height: 100px;
    width: auto;
}

.nav-menu {
    display: block;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 1.1em;
    transition: color 0.3s;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #0066cc;
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066cc;
}

.contact-btn {
    background: #0066cc;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
}

.contact-btn:hover {
    background: #0066cc;
}

/* Hero Section */
.hero {
    background: #fff;
    color: #000;
    padding: 80px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 30px;
    color: #000;
}

.hero-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #93C572;
}

.hero-text p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.applications-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.applications-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 1.05em;
}

.applications-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #93C572;
    font-weight: bold;
    font-size: 1.2em;
}

/* Section Title */
.section-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #0066cc;
    border-radius: 2px;
}

.products .section-title {
    margin-bottom: 30px;
}

/* Company Profile Section */
.company-profile {
    background: #fff;
    padding: 80px 0;
}

.profile-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.profile-card {
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
}

.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #93C572;
}

.profile-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #93C572;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
}

.profile-card h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.profile-card p {
    color: #666;
    line-height: 1.6;
}

/* Products Section */
.products {
    background: #f8f9fa;
    padding: 80px 0;
    overflow: visible !important;
    position: relative;
    width: 100%;
}

.products * {
    overflow: visible;
}

.products .container {
    position: relative;
    overflow: visible;
    max-width: 100%;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #e0e0e0;
}

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

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

.product-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    overflow: visible;
}

.product-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3;
}

.product-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
    flex-grow: 1;
    min-height: 60px;
    overflow: visible;
    word-wrap: break-word;
    text-overflow: clip;
}

.product-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.btn {
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary {
    background: #fff;
    color: #0066cc;
    border: 2px solid #0066cc;
}

.btn-primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    border-color: #0066cc;
}

.btn-secondary {
    background: #0066cc;
    color: #fff;
    border: none;
}

.btn-secondary:hover {
    background: #0066cc;
    color: #fff;
    border: none;
}

/* About Section */
.about {
    background: #fff;
    padding: 80px 0;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-text h2 {
    color: #000;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.about-text p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* Contact Section */
.contact {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

.contact .section-title {
    color: #fff;
}

.contact .section-title::after {
    background: #93C572;
}

.contact-content {
    margin-top: 40px;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s;
}

.contact-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15);
}

.contact-item i {
    font-size: 2em;
    color: #0066cc;
    min-width: 50px;
}

.contact-item h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.contact-item p {
    font-size: 1.05em;
    opacity: 0.9;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #93C572;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.footer-section p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #93C572;
}

.footer-section i {
    color: #93C572;
    margin-right: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #999;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

/* Responsive Design */
@media (max-width: 900px) {
    .top-bar {
        padding: 10px 0;
        font-size: 12px;
    }

    .top-bar-left {
        gap: 20px;
        font-size: 0.9em;
        font-weight: bold;
    }

    .enquiry-btn {
        padding: 8px 18px;
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2em;
    }
    
    .hero-text {
        padding: 20px;
    }
    
    .section-title {
        font-size: 2em;
    }
    
    .nav-menu ul {
        gap: 15px;
        font-size: 0.9em;
    }
    
    .top-bar {
        padding: 12px 0;
        font-size: 12px;
    }

    .top-bar-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .top-bar-left {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        font-size: 0.9em;
        font-weight: bold;
    }

    .top-bar-left span {
        font-size: 0.95em;
        font-weight: bold;
    }

    .top-bar-right {
        width: 100%;
    }

    .enquiry-btn {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        font-size: 0.9em;
    }
    
    .header-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .profile-cards {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

/* Page Header */
.page-header {
    background: #000;
    color: #fff;
    padding: 30px 0;
    text-align: left;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95em;
}

.breadcrumb a {
    color: #93C572;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #93C572;
}

.breadcrumb span {
    color: #fff;
}

.breadcrumb span::before {
    content: '>';
    margin-right: 10px;
    color: #93C572;
}

.page-header h1 {
    font-size: 3em;
    margin-bottom: 10px;
    color: #fff;
}

.page-header p {
    font-size: 1.5em;
    color: #93C572;
    font-weight: 600;
}

/* Company Profile Content */
.company-profile-content {
    background: #fff;
    padding: 60px 0;
}

.company-profile-content h1 {
    font-size: 2.5em;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}

.profile-text {
    max-width: 1000px;
    margin: 0 auto;
}

.profile-text p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}

/* Company Overview */
.company-overview {
    background: #fff;
    padding: 60px 0;
}

.overview-content {
    max-width: 1000px;
    margin: 0 auto;
}

.overview-content p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}

/* Quality Features */
.quality-features {
    background: #f8f9fa;
    padding: 80px 0;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #93C572;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #93C572;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5em;
}

.feature-card h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Industries Section */
.industries-section {
    background: #fff;
    padding: 80px 0;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.industry-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.industry-item:hover {
    background: #fff;
    border-color: #93C572;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.industry-item i {
    font-size: 2.5em;
    color: #0066cc;
    margin-bottom: 15px;
}

.industry-item h3 {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
}

/* Quality R&D Section */
.quality-rd-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.quality-content {
    max-width: 1000px;
    margin: 0 auto;
}

.quality-content > p {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.quality-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.quality-point {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.quality-point:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.quality-point i {
    font-size: 3em;
    color: #0066cc;
    margin-bottom: 20px;
}

.quality-point h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.quality-point p {
    color: #666;
    line-height: 1.6;
}

.test-report {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid #93C572;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.test-report i {
    font-size: 2.5em;
    color: #0066cc;
    min-width: 60px;
}

.test-report p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.test-report strong {
    color: #000;
    font-weight: 700;
}

/* Global Presence */
.global-presence {
    background: #fff;
    padding: 80px 0;
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.country-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.country-card:hover {
    background: #fff;
    border-color: #93C572;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.country-card i {
    font-size: 2.5em;
    color: #0066cc;
    margin-bottom: 15px;
}

.country-card h3 {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
}

.global-note {
    text-align: center;
    font-size: 1.1em;
    color: #666;
    margin-top: 40px;
    font-style: italic;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Commitment Section */
.commitment-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.commitment-content {
    max-width: 1000px;
    margin: 0 auto;
}

.commitment-content > p {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.commitment-item {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    border: 2px solid transparent;
}

.commitment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #93C572;
}

.commitment-item i {
    font-size: 3em;
    color: #0066cc;
    margin-bottom: 20px;
}

.commitment-item h3 {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
}

.commitment-closing {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-top: 40px;
    font-weight: 500;
}

@media (max-width: 480px) {
    .top-bar {
        padding: 10px 0;
        font-size: 11px;
    }

    .top-bar .container {
        padding: 0 10px;
    }

    .top-bar-content {
        gap: 10px;
    }

    .top-bar-left {
        gap: 8px;
        font-size: 0.85em;
    }

    .top-bar-left span {
        font-size: 0.9em;
        white-space: normal;
        line-height: 1.5;
        word-break: break-word;
        font-weight: bold;
    }

    .top-bar-left i {
        font-size: 0.9em;
    }

    .enquiry-btn {
        padding: 10px 15px;
        font-size: 0.85em;
    }

    .hero {
        padding: 50px 0;
    }
    
    .hero h1 {
        font-size: 1.5em;
    }
    
    .section-title {
        font-size: 1.5em;
    }
    
    .profile-cards {
        grid-template-columns: 1fr;
    }
    
    .page-header h1 {
        font-size: 2em;
    }
    
    .page-header p {
        font-size: 1.2em;
    }
    
    .quality-points,
    .commitment-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CATEGORIES PAGE STYLES
   ============================================ */

/* Dropdown Navigation */
.nav-menu .dropdown {
    position: relative;
}

.nav-menu .dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
}

.nav-menu .dropdown > a i {
    font-size: 0.7em;
    transition: transform 0.3s;
}

.nav-menu .dropdown:hover > a i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: none !important;
    z-index: 1000;
    animation: fadeInDown 0.3s ease;
    /* Add top padding to create invisible hover area */
    padding-top: 15px;
    margin-top: -5px;
}

/* Keep menu open when hovering over it */
.nav-menu .dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block !important;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.dropdown-menu a:hover {
    background: #f8f9fa;
    color: #0066cc;
    border-left-color: #93C572;
    padding-left: 25px;
}

/* Categories Section */
.categories-section {
    background: #fff;
    padding: 60px 0;
}

.categories-main-title {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.categories-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #93C572;
    border-radius: 2px;
}

/* Category Cards Grid */
.category-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.category-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
}

.category-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

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

.category-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #e0e0e0;
}

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

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

.category-content {
    padding: 25px;
}

.category-content h2 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.category-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Category Detail Sections */
.category-detail-section {
    margin-bottom: 80px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 15px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.category-detail-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.category-detail-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #93C572;
}

.category-detail-header h2 {
    color: #000;
    font-size: 2.2em;
    margin-bottom: 15px;
}

.sub-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sub-category-badge {
    background: #93C572;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
}

.category-detail-content {
    max-width: 100%;
}

.intro-text {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}

.detail-section {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.detail-section h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-section h3 i {
    color: #0066cc;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #333;
    line-height: 1.7;
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #93C572;
    font-weight: bold;
    font-size: 1.2em;
}

.feature-list ul {
    margin-top: 10px;
    padding-left: 20px;
}

.feature-list ul li::before {
    content: '•';
    color: #93C572;
}

/* Key Features Grid */
.key-features {
    margin-bottom: 40px;
}

.key-features h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.key-features h3 i {
    color: #0066cc;
}

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

.feature-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature-item i {
    font-size: 1.5em;
    color: #0066cc;
    min-width: 30px;
}

.feature-item span {
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

/* Specifications Table */
.specs-section,
.specs-table-section {
    margin-bottom: 40px;
}

.specs-section h3,
.specs-table-section h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.specs-section h3 i,
.specs-table-section h3 i {
    color: #0066cc;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.specs-table th {
    background: #93C572;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.specs-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

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

.specs-table tr:hover {
    background: #f8f9fa;
}

.spec-note {
    margin-top: 15px;
    font-style: italic;
    color: #666;
    font-size: 0.95em;
}

/* Applications Section */
.applications-section {
    margin-bottom: 40px;
}

.applications-section h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.applications-section h3 i {
    color: #0066cc;
}

.applications-list {
    list-style: none;
    padding-left: 0;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.applications-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #333;
    line-height: 1.7;
}

.applications-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #93C572;
    font-weight: bold;
    font-size: 1.2em;
}

.applications-list ul {
    margin-top: 10px;
    padding-left: 20px;
}

.applications-list ul li::before {
    content: '•';
    color: #93C572;
}

/* Packing Section */
.packing-section {
    margin-bottom: 40px;
}

.packing-section h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.packing-section h3 i {
    color: #0066cc;
}

/* Quality Assurance */
.quality-assurance {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    border-left: 5px solid #93C572;
}

.quality-assurance h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.quality-assurance h3 i {
    color: #0066cc;
}

/* Grades Section */
.grades-section {
    margin-bottom: 40px;
}

.grades-section h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.grades-section h3 i {
    color: #0066cc;
}

.grades-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.grades-list li {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    color: #333;
    font-weight: 500;
}

.custom-note {
    color: #93C572;
    font-weight: 600;
    margin-top: 15px;
}

/* How It Works */
.how-it-works {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.how-it-works h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.how-it-works h3 i {
    color: #0066cc;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design for Categories Page */
@media (max-width: 768px) {
    .categories-main-title {
        font-size: 2em;
    }

    .category-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-detail-section {
        padding: 20px;
    }

    .category-detail-header h2 {
        font-size: 1.8em;
    }

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

    .specs-table {
        font-size: 0.9em;
    }

    .specs-table th,
    .specs-table td {
        padding: 10px;
    }

    .grades-list {
        grid-template-columns: 1fr;
    }

    .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        background: #f8f9fa;
        margin-top: 0;
        padding: 10px 0;
    }

    .nav-menu .dropdown:hover .dropdown-menu,
    .nav-menu .dropdown.active .dropdown-menu {
        display: block;
    }

    .category-buttons {
        flex-direction: column;
    }

    .category-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .categories-main-title {
        font-size: 1.5em;
    }

    .category-detail-header h2 {
        font-size: 1.5em;
    }

    .detail-section,
    .key-features,
    .specs-section,
    .applications-section,
    .packing-section,
    .quality-assurance {
        padding: 20px;
    }

    .specs-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ============================================
   GALLERY PAGE STYLES
   ============================================ */

.gallery-section {
    background: #fff;
    padding: 60px 0;
}

.gallery-main-title {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.gallery-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #93C572;
    border-radius: 2px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    background: #fff;
    aspect-ratio: 1;
}

.gallery-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #e0e0e0;
}

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

.gallery-item:hover .gallery-image-wrapper img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 30px 20px 20px;
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}

/* Responsive Design for Gallery */
@media (max-width: 768px) {
    .gallery-main-title {
        font-size: 2em;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .gallery-main-title {
        font-size: 1.5em;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gallery-overlay {
        transform: translateY(0);
        background: rgba(0,0,0,0.7);
        padding: 15px 10px 10px;
    }

    .gallery-overlay h3 {
        font-size: 0.9em;
    }
}

/* ============================================
   CERTIFICATES PAGE STYLES
   ============================================ */

.certificates-section {
    background: #fff;
    padding: 60px 0;
}

.certificates-main-title {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.certificates-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #93C572;
    border-radius: 2px;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.certificate-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    background: #fff;
    aspect-ratio: 3/4;
}

.certificate-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.certificate-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e0e0e0;
    border-radius: 8px;
}

.certificate-preview {
    text-align: center;
    color: #333;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.certificate-preview::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px dashed #93C572;
    border-radius: 5px;
    opacity: 0.3;
}

.certificate-preview i {
    font-size: 4em;
    color: #0066cc;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 1;
}

.certificate-preview p {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.certificate-preview::after {
    content: 'PDF';
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #93C572;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
}

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

.certificate-item:hover .certificate-preview {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.certificate-item:hover .certificate-preview i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    color: #0066cc;
}

.certificate-item:hover .certificate-image-wrapper {
    border-color: #93C572;
    box-shadow: inset 0 0 0 2px rgba(147, 197, 114, 0.1);
}

.certificate-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 30px 20px 20px;
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.certificate-item:hover .certificate-overlay {
    transform: translateY(0);
}

.certificate-overlay h3 {
    margin: 0 0 15px 0;
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.certificate-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.certificate-btn {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.view-btn {
    background: #0066cc;
    color: #fff;
}

.view-btn:hover {
    background: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.4);
}

.download-btn {
    background: #93C572;
    color: #fff;
}

.download-btn:hover {
    background: #7BA85A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(147, 197, 114, 0.4);
}

.certificate-btn i {
    font-size: 1em;
}

/* Responsive Design for Certificates */
@media (max-width: 768px) {
    .certificates-main-title {
        font-size: 2em;
    }

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

    .certificate-overlay {
        transform: translateY(0);
        background: rgba(0,0,0,0.8);
        padding: 20px 15px 15px;
    }

    .certificate-overlay h3 {
        font-size: 1.1em;
        margin-bottom: 12px;
    }

    .certificate-actions {
        flex-direction: column;
        gap: 8px;
    }

    .certificate-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .certificates-main-title {
        font-size: 1.5em;
    }

    .certificates-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .certificate-item {
        aspect-ratio: 3/4;
    }

    .certificate-overlay h3 {
        font-size: 1em;
    }

    .certificate-btn {
        font-size: 0.85em;
        padding: 10px 15px;
    }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.contact-page-section {
    background: #fff;
    padding: 60px 0;
}

.contact-page-title {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
}

.contact-page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #93C572;
    border-radius: 2px;
}

.contact-page-subtitle {
    text-align: center;
    font-size: 1.1em;
    color: #666;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-page-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-section h2,
.contact-form-section h2 {
    color: #000;
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #93C572;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-info-card:hover {
    background: #fff;
    border-color: #93C572;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    background: #0066cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5em;
    flex-shrink: 0;
}

.contact-info-details h3 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-info-details p {
    color: #666;
    line-height: 1.8;
    margin: 5px 0;
}

.contact-info-details a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info-details a:hover {
    color: #93C572;
}

.contact-info-details .map-link-btn,
.contact-info-details .map-link-btn:hover {
    color: #fff !important;
}

.map-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    background: #0066cc !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95em;
}

.map-link-btn:hover {
    background: #0066cc !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.map-link-btn i {
    font-size: 1.1em;
    color: #fff !important;
}

.map-link-btn:hover i {
    color: #fff !important;
}

/* Contact Form */
.contact-form-section {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: #333;
    font-weight: 600;
    font-size: 1em;
}

.required {
    color: #e74c3c;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 1em;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #93C572;
    box-shadow: 0 0 0 3px rgba(147, 197, 114, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(147, 197, 114, 0.3);
}

.submit-btn i {
    font-size: 1em;
}

/* Responsive Design for Contact Page */
@media (max-width: 968px) {
    .contact-page-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .contact-page-title {
        font-size: 2em;
    }

    .contact-form-section {
        padding: 30px 20px;
    }

    .contact-info-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .contact-page-title {
        font-size: 1.5em;
    }

    .contact-page-subtitle {
        font-size: 1em;
    }

    .contact-info-section h2,
    .contact-form-section h2 {
        font-size: 1.5em;
    }

    .contact-info-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2em;
    }

    .contact-info-details h3 {
        font-size: 1.1em;
    }
}

/* ============================================
   HOME PAGE UPDATES
   ============================================ */

/* Hero Image Section */
.hero-image-section {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay-content {
    text-align: center;
    color: #fff;
}

.hero-overlay-content h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-overlay-content p {
    font-size: 1.5em;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* Welcome Section Redesign */
.welcome-section {
    background: #fff;
    padding: 80px 0;
}

.welcome-content {
    max-width: 1200px;
    margin: 0 auto;
}

.welcome-header {
    text-align: center;
    margin-bottom: 50px;
}

.welcome-title {
    font-size: 2.8em;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.welcome-title .highlight {
    color: #0066cc;
}

.title-underline {
    width: 150px;
    height: 4px;
    background: #0066cc;
    margin: 0 auto;
    border-radius: 2px;
}

.welcome-body {
    margin-top: 40px;
}

.intro-paragraph {
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.intro-paragraph strong {
    color: #0066cc;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.feature-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-box:hover {
    transform: translateY(-5px);
    border-color: #93C572;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-box .feature-icon {
    width: 80px;
    height: 80px;
    background: #0066cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 2em;
}

.feature-box h3 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-box p {
    color: #666;
    line-height: 1.6;
}

.applications-section {
    margin-top: 50px;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
}

.applications-section h3 {
    color: #000;
    font-size: 1.8em;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.applications-section h3 i {
    color: #0066cc;
}

.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.app-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.app-item:hover {
    border-left-color: #93C572;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.app-item i {
    font-size: 1.8em;
    color: #0066cc;
    min-width: 30px;
}

.app-item span {
    color: #333;
    font-weight: 500;
}

/* Products Navigation */
.products-navigation-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 40px;
    overflow: visible !important;
    padding: 0 60px !important;
    box-sizing: border-box;
    min-height: 600px;
}

/* Position buttons relative to container, not wrapper */
.products .container {
    position: relative !important;
    overflow: visible !important;
}

.product-nav-prev {
    order: 1;
    flex-shrink: 0;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    background: #0066cc !important;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}

.product-nav-next {
    order: 3;
    flex-shrink: 0;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    background: #0066cc !important;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}

/* Right navigation button - Simplified and consistent with left button */
.product-nav-next,
#nextBtn,
button.product-nav-next,
button#nextBtn {
    order: 3 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    background: #0066cc !important;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2) !important;
    pointer-events: auto !important;
}

.product-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0066cc !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 20 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}


.product-nav-btn:hover:not(:disabled) {
    background: #0066cc;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.4);
}

.product-nav-btn:active {
    transform: scale(0.95);
}

.product-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
}

/* Products Scroll Wrapper - Hidden Scrollbar - Show max 3 products */
.products-scroll-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px 0;
    flex: 1 1 auto;
    position: relative;
    max-width: calc(3 * 380px); /* 3 products: 350px card + 30px gap */
    min-width: 0;
    order: 2;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.products-scroll {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    align-items: stretch;
    will-change: transform;
}

.products-scroll .product-card {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 550px;
    height: auto;
    border: 1px solid #e0e0e0;
    overflow: visible;
    box-sizing: border-box;
}

/* Ensure product cards are properly aligned */
.products-scroll .product-card .product-image {
    height: 250px;
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
}

.products-scroll .product-card .product-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: visible;
    box-sizing: border-box;
    padding: 25px;
}

.products-scroll .product-card .product-content h3 {
    margin-bottom: 15px;
    line-height: 1.3;
    flex-shrink: 0;
}

.products-scroll .product-card .product-content p {
    overflow: visible;
    text-overflow: clip;
    word-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 0 1 auto;
    min-height: auto;
}

.products-scroll .product-card .product-buttons {
    flex-shrink: 0;
    margin-top: auto;
}

/* Contact Home Section - Higher Specificity */
section.contact-home {
    background: #000 !important;
    color: #fff;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.contact-home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.contact-home .section-title {
    color: #fff !important;
}

section.contact-home .section-title::after {
    background: #0066cc !important;
}

.contact-content-home {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
    width: 100%;
}

.contact-info-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: stretch;
    place-content: center;
}

.contact-item-home {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    min-height: 150px;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}

.contact-item-home:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 102, 204, 0.2);
}

.contact-icon-home {
    width: 60px;
    height: 60px;
    background: #0066cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5em;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.contact-details-home {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-details-home h3 {
    color: #fff !important;
    font-size: 1.2em;
    margin-bottom: 12px;
    font-weight: 600;
    margin-top: 0;
}

.contact-details-home p {
    color: #ccc !important;
    line-height: 1.8;
    margin: 5px 0;
    font-size: 0.95em;
}

.contact-details-home a {
    color: #0066cc !important;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-details-home a:hover {
    color: #0052a3 !important;
}

.contact-cta {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(147, 197, 114, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .welcome-section {
        padding: 60px 0;
    }

    .welcome-title {
        font-size: 2.4em;
    }

    .section-title {
        font-size: 2.2em;
    }

    .products .container {
        padding: 0 40px;
    }

    .products-navigation-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    /* Hide top bar on mobile */
    .top-bar {
        display: none !important;
    }

    /* Header */
    .header {
        padding: 10px 0;
    }

    .logo img {
        height: 85px;
    }

    .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        position: relative;
    }

    /* Mobile Menu Toggle Button */
    .mobile-menu-toggle {
        display: block !important;
        background: none;
        border: none;
        font-size: 1.5em;
        color: #333;
        cursor: pointer;
        padding: 5px 10px;
        z-index: 1001;
        position: relative;
    }

    .mobile-menu-toggle i {
        pointer-events: none;
        transition: transform 0.3s ease;
    }

    .nav-menu {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        background: #fff !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease !important;
        z-index: 999 !important;
        width: 100% !important;
        opacity: 0 !important;
        visibility: hidden !important;
        border-top: 1px solid #eee !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .nav-menu.active {
        max-height: 80vh !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        display: block !important;
    }

    .nav-menu ul {
        flex-direction: column !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-menu.active ul {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

    .nav-menu > ul > li > a {
        display: block !important;
        padding: 15px 20px !important;
        text-align: left !important;
        width: 100% !important;
        color: #333 !important;
        font-weight: 700 !important;
        font-size: 1.1em !important;
        text-decoration: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-menu.active > ul > li > a {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-menu > ul > li > a:hover,
    .nav-menu > ul > li > a.active {
        background: #f8f9fa;
        color: #0066cc;
    }

    .nav-menu .dropdown-menu {
        position: static;
        display: none !important;
        box-shadow: none;
        background: #f8f9fa;
        margin: 0;
        padding: 0;
        border-radius: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu .dropdown.active .dropdown-menu {
        display: block !important;
        max-height: 500px;
    }

    .nav-menu .dropdown-menu li {
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
    }

    .nav-menu .dropdown-menu li:last-child {
        border-bottom: none;
    }

    .nav-menu .dropdown-menu a {
        padding: 12px 20px 12px 40px;
        font-size: 0.9em;
        display: block;
        color: #666;
        text-decoration: none;
    }

    .nav-menu .dropdown-menu a:hover {
        background: #e9ecef;
        color: #0066cc;
    }

    .nav-menu .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-menu .dropdown.active .dropdown-toggle i {
        transform: rotate(180deg);
    }

    .header-contact {
        display: none;
    }

    /* Hero Section */
    .hero-image-section {
        height: 50vh;
    }

    .hero-overlay-content h1 {
        font-size: 2.5em;
        padding: 0 20px;
    }

    .hero-overlay-content p {
        font-size: 1.2em;
        padding: 0 20px;
    }

    /* Welcome Section */
    .welcome-section {
        padding: 50px 0;
    }

    .welcome-title {
        font-size: 2em;
        padding: 0 20px;
    }

    .intro-paragraph {
        font-size: 1.1em;
        padding: 0 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .feature-box {
        padding: 25px;
    }

    .applications-section {
        padding: 30px 20px;
        margin: 30px 20px 0;
    }

    .applications-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* Products Section */
    .products {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2em;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .products .container {
        padding: 0 20px;
    }

    .products-navigation-wrapper {
        padding: 0 20px;
        min-height: 500px;
    }

    .products-scroll-wrapper {
        max-width: 100%;
        padding: 20px 0;
    }

    .products-scroll .product-card {
        min-width: 280px;
        max-width: 280px;
        width: 280px;
    }

    .product-nav-prev {
        left: 5px;
    }

    .product-nav-next {
        right: 5px;
    }

    /* About Section */
    .about {
        padding: 50px 0;
    }

    .about-content {
        padding: 0 20px;
    }

    .about-text h2 {
        font-size: 2em;
    }

    .about-text p {
        font-size: 1em;
        line-height: 1.7;
    }

    /* Contact Section */
    section.contact-home {
        padding: 50px 0;
    }

    .products-scroll .product-card {
        min-width: 300px;
        max-width: 300px;
    }

    .products-scroll-wrapper {
        max-width: calc(3 * 320px);
        min-width: 0;
        flex: 1 1 auto;
    }

    .products-scroll .product-card {
        min-width: 300px;
        max-width: 300px;
        width: 300px;
        height: 520px;
    }

    .products-navigation-wrapper {
        gap: 15px;
        padding: 0 50px;
        justify-content: center;
    }

    .products .container {
        padding: 0 60px;
    }

    .product-nav-prev,
    .product-nav-next {
        position: absolute !important;
        display: flex !important;
        visibility: visible !important;
    }

    .product-nav-next {
        right: 0 !important;
        opacity: 1 !important;
        display: flex !important;
        visibility: visible !important;
        z-index: 999 !important;
    }

    .product-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
    }

    .contact-info-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px;
    }

    .contact-item-home {
        min-height: auto;
        padding: 20px;
    }

    .contact-icon-home {
        width: 50px;
        height: 50px;
        font-size: 1.3em;
    }

    .contact-details-home h3 {
        font-size: 1.1em;
    }

    .contact-details-home p {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .contact-info-home {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-item-home {
        padding: 20px;
        gap: 12px;
    }

    .contact-icon-home {
        width: 50px;
        height: 50px;
        font-size: 1.2em;
    }

    .contact-details-home h3 {
        font-size: 1em;
        margin-bottom: 8px;
    }

    .contact-details-home p {
        font-size: 0.85em;
        line-height: 1.6;
    }

    .btn-large {
        padding: 15px 30px;
        font-size: 1em;
    }
    .hero-image-section {
        height: 40vh;
    }

    .hero-overlay-content h1 {
        font-size: 2em;
    }

    .hero-overlay-content p {
        font-size: 1em;
    }

    .welcome-title {
        font-size: 1.5em;
    }

    .products-navigation-wrapper {
        gap: 0;
        padding: 0;
        min-height: auto;
        flex-direction: column;
    }

    .products-scroll-wrapper {
        max-width: 100%;
        padding: 15px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        order: 2;
        width: 100%;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .products-scroll {
        gap: 15px;
        scroll-snap-type: x mandatory;
        padding: 0 20px;
    }

    .products-scroll .product-card {
        min-width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
        width: calc(100vw - 40px) !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        scroll-snap-align: start;
        display: flex !important;
        flex-direction: column !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        margin: 0 10px !important;
    }

    .products-scroll .product-card .product-image {
        height: 200px;
        flex-shrink: 0;
        width: 100%;
        overflow: hidden;
    }

    .products-scroll .product-card .product-content {
        padding: 20px 15px !important;
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .products-scroll .product-card .product-content h3 {
        font-size: 1.15em !important;
        margin-bottom: 12px !important;
        line-height: 1.3 !important;
        color: #000 !important;
        font-weight: 600 !important;
        display: block !important;
        overflow: visible !important;
        text-align: center !important;
    }

    .products-scroll .product-card .product-content p {
        font-size: 0.95em !important;
        margin-bottom: 20px !important;
        line-height: 1.7 !important;
        color: #666 !important;
        flex: 0 1 auto !important;
        overflow: visible !important;
        text-overflow: clip !important;
        word-wrap: break-word !important;
        display: block !important;
        white-space: normal !important;
        max-height: none !important;
        min-height: auto !important;
        height: auto !important;
        text-align: left !important;
    }

    .products-scroll .product-card .product-content .product-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: auto !important;
        padding-top: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
        order: 999 !important;
    }

    .products-scroll .product-card .product-content .product-buttons .btn {
        width: 100% !important;
        text-align: center !important;
        padding: 14px 20px !important;
        font-size: 0.95em !important;
        white-space: normal !important;
        box-sizing: border-box !important;
        display: block !important;
        flex-shrink: 0 !important;
        min-height: 48px !important;
        font-weight: 600 !important;
    }

    .product-nav-prev,
    .product-nav-next {
        display: none !important;
    }
}
