 .header-nav {
            background-color: #ffffff;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            padding: 15px 20px;
            transition: all 0.3s ease;
            border-bottom: 1px solid #f5f5f5;
        }

        .nav-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            height: auto;
            gap: 60px;
        }

        .brand-logo {
            display: flex;
            align-items: center;
        }

        .brand-logo img {
            height: 60px;
            width: auto;
            transition: height 0.3s ease;
        }

        .brand-logo img.logo-small {
            height: 50px;
        }

        .nav-list {
            margin: 0;
            display: flex;
            list-style: none;
            position: relative;
            align-items: center;
            gap: 45px;
            flex: 1;
            justify-content: center;
        }

        .nav-item {
            position: relative;
        }

        .nav-links {
            color: #333333;
            text-decoration: none;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 0.5px;
            padding: 10px 0;
            display: block;
            position: relative;
            transition: color 0.3s ease;
        }

        .nav-links::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #2d8b47;
            transition: width 0.3s ease-in-out;
        }

        .nav-links.current::after {
            width: 100%;
        }

        .nav-links:hover {
            color: #2d8b47;
        }
        .nav-links:hover::after {
            width: 100%;
        }

        .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #ffffff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            border-radius: 2px;
            min-width: 220px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(5px);
            transition: all 0.3s ease;
            z-index: 998;
            border: 1px solid #f0f0f0;
        }

        .submenu .submenu {
            top: 0;
            left: 100%;
        }

        .nav-item:hover > .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .submenu-item {
            padding: 0;
            white-space: nowrap;
        }

        .submenu-link {
            color: #555555;
            text-decoration: none;
            display: block;
            padding: 10px 15px;
            font-size: 14px;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .submenu-link:hover {
            background-color: #f8f9fa;
            color: #2d8b47;
        }

        .has-children > .submenu-link::after {
            content: "→";
            float: right;
            font-size: 12px;
            margin-left: 5px;
            color: #999;
        }

.lang-wrapper {
  position: relative;
  margin: 0 0.4rem;
  list-style: none;
}
.lang-btn {
  color: #2c3e50;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.lang-btn i.fas.fa-globe {
  color:#01904B ;
  font-size: 1.15rem;
}
.lang-btn:hover,
.lang-btn.active {
  background-color: #f1f5f9;
  color: #165DFF;
}
.lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 210px;
  max-height: 420px;
  overflow-y: auto;
  padding: 0.5rem 0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  margin-top: 0.5rem;
  background: #fff;
  list-style: none;
  z-index: 999;
  display: none;
}
.lang-list.show {
  display: block;
}
.lang-option {
  display: block;
  padding: 0.55rem 1.2rem;
  font-size: 0.92rem;
  color: #334155;
  transition: background 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}
.lang-option:hover {
  background-color: #eff6ff;
  color: #165DFF;
}
.lang-option.active {
  background-color: #165DFF;
  color: #ffffff;
}
.lang-list::-webkit-scrollbar {
  width: 5px;
}
.lang-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
.lang-list::-webkit-scrollbar-track {
  background: #f8fafc;
}
        .main-content {
            margin-top: 90px;
            padding: 20px;
            height: 2000px;
        }

       
        .mobile-toggle {
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 22px;
            cursor: pointer;
            z-index: 1000;
        }

        .mobile-toggle span {
            display: block;
            width: 100%;
            height: 2px;
            background-color: #333;
            transition: all 0.3s ease;
        }
        .btn-custom {
            background-color: #51ab04;
            color: #fff;
            border: none;
            padding: 10px 25px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .btn-custom:hover {
            background-color:  #00904A;
            color:  #fff;
            transform: translateY(-2px);
        }

        .btn-view-all {
            background-color: transparent;
            color:  #00904A;
            border: 1px solid  #00904A;
            padding: 8px 20px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .btn-view-all:hover {
            background-color:  #00904A;
            color:  #fff;
        }

        .index-footer {
            background-color: #00904A;
            color:  #fff;
            padding: 0;
        }

        .footer-top {
            padding: 20px 0;
            background-color: #6AC237;
            text-align: center;
        }

        .footer-top-text {
            margin: 0;
            display: inline-block;
            margin-right: 20px;
        }

        .footer-main {
            padding: 60px 30px;
        }

        .footer-logo img {
            height: 120px;
            margin-bottom: 20px;
        }

        .footer-desc {
			font-size: 18px;
            color: #ffffff;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .footer-heading {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background-color:  #6AC237;
        }

        .footer-nav {
            list-style: none;
            padding: 0;
        }

        .footer-nav li {
            margin-bottom: 15px;
        }

        .footer-nav a {
			font-size: 20px;
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-nav a:hover {
            color:  #6AC237;
            padding-left: 5px;
        }

        .footer-contact {
			font-size: 20px;
            color: #ffffff;
            line-height: 1.8;
        }

        .footer-contact i {
            color:  #6AC237;
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        .footer-social {
            padding: 30px 0;
            border-top: 1px solid #6AC237;
            border-bottom: 1px solid #6AC237;
            text-align: center;
        }

        .social-icon {
            font-size: 45px;
            color: #6AC237;
            margin: 0 15px;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .social-icon:hover {
            color:  #6AC237;
            transform: translateY(-5px);
        }

        .footer-bottom {
            padding: 20px 0;
            text-align: center;
            color: #999;
            font-size: 14px;
        }
            
        .footer-bottom p{
			font-size: 20px; 
			color: #FFFFFF;
		 }
		 
		 			.index-icon {
				position: fixed;
				right: 20px;
				top: 50%;
				transform: translateY(-50%);
				z-index: 1002;
				display: flex;
				flex-direction: column;
				gap: 16px;
			}

			.contact-icon1 {
				width: 40px;
				height: 40px;
				border-radius: 50%;
				background: white;
				border: 1px solid #e0e0e0;
				box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				transition: transform 0.2s;
			}

			.contact-icon1:hover {
				transform: scale(1.1);
			}

 
			.contact-icon1 img {
				width: 24px;
				height: 24px;
				display: block;
				object-fit: contain;
			}






 
			.bubble {
				position: fixed;
				top: 50%;
				left: 50%;
				transform: translate(-20%, -30%);
				width: 280px;
 
				padding: 20px;
				background: white;
				border-radius: 12px;
				box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
				z-index: 1001;
				display: none;
				opacity: 0;
				transition: opacity 0.3s ease;
			}

			.bubble.show {
				display: block;
				opacity: 1;
			}

 
			.bubble::before {
				display: none !important;
			}

	 
			.static-info {
				font-size: 14px;
				line-height: 1.5;
				color: #333;
			}

			.bubble-form label {
				display: block;
				font-size: 13px;
				margin-top: 12px;
				color: #444;
			}

			.bubble-form input,
			.bubble-form textarea {
				width: 100%;
				padding: 8px 10px;
				margin-top: 4px;
				border: 1px solid #ccc;
				border-radius: 6px;
				font-size: 13px;
				box-sizing: border-box;
			}

			.bubble-form textarea {
				height: 70px;
				resize: vertical;
			}

			.bubble-form button {
				margin-top: 16px;
				width: 100%;
				padding: 8px;
				background-color: #25d366;
				color: white;
				border: none;
				border-radius: 6px;
				cursor: pointer;
				font-size: 14px;
				font-weight: bold;
			}

    
        @media (max-width: 768px) {
            .nav-wrapper {
                justify-content: space-between;
                gap: 0;
            }

            .mobile-toggle {
                display: flex;
            }

            .nav-list {
                position: fixed;
                top: 0;
                right: 0; 
                background-color: #fff;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                padding: 80px 20px 20px;
                gap: 0;
                box-shadow: -2px 0 10px rgba(0,0,0,0.1);
                transform: translateX(100%);
                transition: transform 0.3s ease-in-out;
                z-index: 999;
                overflow-y: auto;
            }

            .nav-list.open {
                transform: translateX(0);
            }

            .nav-item {
                width: 100%;
                margin: 5px 0;
                border-bottom: 1px solid #f5f5f5;
            }

            .nav-links {
                padding: 15px 0;
                font-size: 16px;
                width: 100%;
            }

            .nav-links::after {
                display: none;
            }

            .nav-links.current {
                color: #2d8b47;
                font-weight: 500;
            }

            .nav-links:hover {
                background-color: #f8f9fa;
            }

            .submenu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                border: none;
                min-width: 100%;
                padding-left: 15px;
                display: none;
            }

            .nav-item.expand > .submenu {
                display: block;
            }

            .submenu .submenu {
                padding-left: 15px;
            }

            .submenu-item {
                border-bottom: none;
            }

            .submenu-link {
                padding: 12px 0;
                font-size: 15px;
            }

            .has-children > .submenu-link::after {
                content: "↓";
                float: right;
                font-size: 12px;
                color: #666;
            }

            .lang-switcher {
                width: 100%;
                margin: 15px 0;
                padding: 10px 0;
                border-bottom: 1px solid #f5f5f5;
            }

            .lang-switcher select {
                width: 100%;
                padding: 10px;
                font-size: 16px;
            }

            .mobile-toggle.active span:nth-child(1) {
                transform: translateY(10px) rotate(45deg);
            }

            .mobile-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .mobile-toggle.active span:nth-child(3) {
                transform: translateY(-10px) rotate(-45deg);
            }

            .main-content {
                margin-top: 80px;
            }

            .brand-logo img {
                height: 50px;
            }

            .brand-logo img.logo-small {
                height: 40px;
            }
        }

   
        @media (min-width: 769px) and (max-width: 992px) {
            .nav-wrapper {
                gap: 30px;
            }

            .nav-list {
                gap: 20px;
            }

            .nav-links {
                font-size: 14px;
            }
        }

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

/* Inner page mobile refresh */
.header-nav .nav-link,
.header-nav .nav-links {
    color: #26352c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
}

.header-nav .nav-link:hover,
.header-nav .nav-links:hover,
.header-nav .nav-link.current,
.header-nav .nav-links.current {
    color: #00904A;
}

.index-youtube-video {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    margin: 24px auto 0;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}

.index-youtube-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        background: #f6faf7;
        font-size: 15px;
    }

    img,
    video {
        max-width: 100%;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
        overflow-wrap: anywhere;
    }

    .header-nav {
        padding: 10px 14px !important;
        min-height: 68px;
        background: rgba(255, 255, 255, 0.97) !important;
        border-bottom: 1px solid rgba(0, 144, 74, 0.1);
        box-shadow: 0 8px 24px rgba(21, 63, 38, 0.1);
    }

    .header-nav .nav-wrapper {
        min-height: 48px;
        justify-content: space-between;
        gap: 12px;
    }

    .header-nav .brand-logo {
        min-width: 0;
        flex: 1 1 auto;
    }

    .header-nav .brand-logo img,
    .header-nav .brand-logo img.logo-small {
        height: 44px;
        max-width: min(235px, calc(100vw - 96px));
        object-fit: contain;
    }

    .header-nav .mobile-toggle {
        display: inline-flex !important;
        position: relative;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        margin-left: auto;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0;
        border: 1px solid rgba(0, 144, 74, 0.18);
        border-radius: 50%;
        background: #effaf2;
        box-shadow: 0 8px 18px rgba(0, 144, 74, 0.12);
        z-index: 1003;
    }

    .header-nav .mobile-toggle span {
        width: 19px;
        height: 2px;
        border-radius: 999px;
        background: #075b35;
    }

    .header-nav .mobile-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .header-nav .mobile-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-nav-overlay {
        background: rgba(7, 37, 24, 0.48);
    }

    .header-nav .nav-list {
        top: 0;
        right: 0;
        width: min(86vw, 330px) !important;
        height: 100dvh;
        padding: 76px 18px 28px !important;
        gap: 0;
        background: #fbfffc;
        border-left: 1px solid rgba(0, 144, 74, 0.12);
        box-shadow: -18px 0 40px rgba(12, 45, 27, 0.22);
    }

    .mobile-drawer-close {
        top: 18px;
        right: 18px;
        width: 38px;
        height: 38px;
        background: #effaf2;
        color: #075b35;
        box-shadow: 0 8px 18px rgba(0, 144, 74, 0.12);
    }

    .header-nav .nav-item,
    .header-nav .lang-wrapper {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e8f2eb;
    }

    .header-nav .nav-link,
    .header-nav .nav-links,
    .header-nav .lang-btn {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 6px;
        color: #203426;
        font-size: 15px;
        font-weight: 650;
        white-space: normal;
    }

    .header-nav .nav-link.current,
    .header-nav .nav-links.current {
        color: #00904A;
    }

    .header-nav .mobile-expand > .nav-link::after,
    .header-nav .mobile-expand > .nav-links::after {
        content: "+";
        display: inline-flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        border-radius: 50%;
        background: #eef8f1;
        color: #00904A;
        font-weight: 700;
        transition: transform 0.2s ease;
    }

    .header-nav .mobile-expand.expand > .nav-link::after,
    .header-nav .mobile-expand.expand > .nav-links::after {
        content: "-";
    }

    .header-nav .submenu {
        min-width: 100%;
        padding: 0 0 10px 8px;
        background: transparent;
    }

    .header-nav .nav-item.expand > .submenu {
        display: block;
    }

    .header-nav .submenu-link {
        padding: 10px 8px 10px 14px;
        color: #52655b;
        font-size: 14px;
        line-height: 1.35;
        border-left: 2px solid #d8eadc;
        white-space: normal;
    }

    .header-nav .submenu-link:hover {
        background: #eef8f1;
        color: #00904A;
    }

    .lang-list {
        position: static;
        width: 100%;
        max-height: 260px;
        margin: 0 0 12px;
        box-shadow: none;
        border: 1px solid #e1eee5;
        border-radius: 8px;
    }

    .index-icon {
        right: 10px;
        gap: 10px;
    }

    .contact-icon1 {
        width: 38px;
        height: 38px;
        box-shadow: 0 8px 20px rgba(16, 73, 38, 0.14);
    }

    .bubble {
        left: 50%;
        width: min(92vw, 340px);
        transform: translate(-50%, -50%);
        border-radius: 8px;
        z-index: 1004;
    }

    .index-banner {
        height: clamp(188px, 50vw, 250px) !important;
        margin: 82px 12px 18px !important;
        border-radius: 8px;
        overflow: hidden;
        background: #e8f4ec;
        box-shadow: 0 16px 34px rgba(20, 54, 34, 0.13);
    }

    .index-banner-img {
        width: 100% !important;
        height: 100% !important;
        display: block;
        object-fit: cover;
    }

    .index-banner-overlay {
        background: linear-gradient(180deg, rgba(9, 45, 25, 0.1) 0%, rgba(5, 79, 39, 0.7) 100%) !important;
    }

    .index-banner-text {
        top: auto !important;
        right: 18px;
        bottom: 18px;
        left: 18px !important;
        width: auto;
        max-width: 430px;
        transform: none !important;
        text-align: left !important;
        text-shadow: none;
    }

    .index-banner-title {
        margin-bottom: 8px !important;
        font-size: clamp(23px, 6.8vw, 30px) !important;
        line-height: 1.08;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .index-banner-subtitle {
        max-width: none;
        font-size: 14px !important;
        line-height: 1.55;
    }

    .index-breadcrumb {
        width: 100% !important;
        margin: 0 auto 16px !important;
        padding: 0 14px !important;
    }

    .index-breadcrumb-path {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 10px 12px;
        overflow-x: auto;
        border: 1px solid rgba(1, 144, 75, 0.12);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(16, 73, 38, 0.08);
        color: #5b6c62;
        font-size: 13px;
        white-space: nowrap;
    }

    .index-breadcrumb-link {
        color: #008e49;
        font-weight: 650;
    }

    .index-product-container {
        width: 100% !important;
        margin: 0 auto 34px !important;
        padding: 0 14px !important;
        gap: 18px !important;
        display: flex;
        flex-direction: column !important;
    }

    .index-product-sidebar {
        width: 100% !important;
        position: static !important;
        margin-bottom: 4px !important;
        padding: 14px !important;
        border: 1px solid rgba(1, 144, 75, 0.12);
        border-radius: 8px !important;
        background: #fff;
        box-shadow: 0 12px 28px rgba(20, 54, 34, 0.09);
    }

    .index-sidebar-title {
        margin-bottom: 12px !important;
        padding-bottom: 10px !important;
        color: #075b35;
        font-size: 16px !important;
        line-height: 1.25;
    }

    .index-sidebar-menu {
        display: flex !important;
        gap: 10px;
        margin: 0;
        padding: 2px 2px 6px !important;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .index-sidebar-menu::-webkit-scrollbar,
    .index-sidebar-submenu::-webkit-scrollbar,
    .index-thumbnail-group::-webkit-scrollbar {
        display: none;
    }

    .index-sidebar-menu-item {
        flex: 0 0 auto;
        min-width: max-content;
        margin: 0 !important;
        scroll-snap-align: start;
    }

    .index-sidebar-menu-link {
        padding: 10px 14px !important;
        border: 1px solid #dcebe1;
        border-radius: 8px !important;
        background: #f6fbf7;
        color: #2d4436;
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .index-sidebar-menu-link:hover:not(.active) {
        padding-left: 14px !important;
        background: #edf8f0;
        color: #008e49;
    }

    .index-sidebar-menu-link.active {
        border-color: #00904A;
        background: #00904A;
        color: #fff;
        box-shadow: 0 8px 18px rgba(0, 144, 74, 0.18);
    }

    .index-sidebar-submenu {
        display: none;
        max-height: none !important;
        padding: 8px 0 0 !important;
        overflow-x: auto;
        gap: 8px;
    }

    .index-sidebar-submenu.active {
        display: flex;
    }

    .index-sidebar-submenu-item {
        flex: 0 0 auto;
        margin: 0 !important;
    }

    .index-sidebar-submenu-link {
        padding: 8px 10px !important;
        border: 1px solid #e1ede5;
        border-radius: 8px;
        background: #fff;
        color: #52655b;
        font-size: 13px;
        white-space: nowrap;
    }

    .index-product-grid {
        width: 100%;
    }

    .index-product-list {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-bottom: 26px !important;
    }

    .index-product-card {
        display: grid;
        grid-template-columns: 42% 1fr;
        min-height: 142px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 8px !important;
        background: #fff;
        box-shadow: 0 12px 28px rgba(20, 54, 34, 0.09);
    }

    .index-product-card:hover {
        transform: none;
        box-shadow: 0 12px 28px rgba(20, 54, 34, 0.09);
    }

    .index-product-img {
        width: 100% !important;
        height: 100% !important;
        min-height: 142px;
        object-fit: cover;
    }

    .index-product-card:hover .index-product-img {
        transform: none;
    }

    .index-product-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        padding: 14px !important;
    }

    .index-product-card .index-product-title {
        display: -webkit-box;
        margin: 0 !important;
        overflow: hidden;
        color: #17201c;
        font-size: 16px !important;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .index-product-btn {
        align-self: flex-start;
        padding: 9px 13px !important;
        border-radius: 8px !important;
        background: #00904A !important;
        color: #fff !important;
        font-size: 13px;
        line-height: 1.2;
        box-shadow: 0 8px 18px rgba(0, 144, 74, 0.16);
    }

    .index-pagination {
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 20px !important;
    }

    .index-pagination-btn {
        padding: 8px 11px !important;
        border-radius: 8px !important;
        font-size: 13px;
    }

    .index-gallery {
        width: 100% !important;
        margin: 0 auto 42px !important;
        padding: 0 14px !important;
        gap: 14px !important;
        grid-template-columns: 1fr !important;
    }

    .index-gallery-item {
        height: 220px !important;
        border-radius: 8px !important;
        opacity: 1;
        transform: none;
        box-shadow: 0 14px 30px rgba(20, 54, 34, 0.12);
    }

    .index-gallery-overlay {
        padding: 18px !important;
        opacity: 1 !important;
        background: linear-gradient(180deg, rgba(5, 34, 18, 0.06) 20%, rgba(5, 79, 39, 0.82) 100%) !important;
    }

    .index-gallery-title {
        font-size: 19px !important;
        line-height: 1.2;
    }

    .index-gallery-desc {
        font-size: 13px !important;
        line-height: 1.5;
    }

    .index-product-show-section {
        width: 100% !important;
        margin: 86px auto 28px !important;
        padding: 0 14px !important;
        display: flex;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .index-gallery-wrapper {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }

    .index-main-image {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 8px !important;
        box-shadow: 0 14px 30px rgba(20, 54, 34, 0.13);
    }

    .index-main-image:hover {
        animation: none;
    }

    .index-thumbnail-group {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: row !important;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 8px !important;
    }

    .index-thumb-item {
        width: 72px !important;
        height: 72px !important;
        flex: 0 0 72px;
        border-radius: 8px !important;
    }

    .index-thumb-item.active {
        border: 2px solid #00904A;
        box-shadow: 0 0 0 4px rgba(0, 144, 74, 0.12);
    }

    .index-product-info-wrapper {
        width: 100% !important;
        padding: 2px 0 0 !important;
    }

    .index-product-info-wrapper .index-product-title {
        margin-bottom: 16px !important;
        color: #17201c !important;
        font-size: 25px !important;
        line-height: 1.2 !important;
        letter-spacing: 0;
    }

    .index-feature-list {
        margin-bottom: 22px !important;
        padding: 16px !important;
        border: 1px solid #dfe8e2;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(20, 54, 34, 0.08);
    }

    .index-feature-item {
        padding: 9px 0 9px 24px !important;
        border-bottom: 1px solid #eef3ef;
        color: #435449 !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .index-feature-item:last-child {
        border-bottom: 0;
    }

    .index-feature-item::before {
        top: 9px;
        color: #00904A;
        font-size: 15px;
    }

    .index-button-group {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px !important;
    }

    .index-btn-primary,
    .index-btn-modal {
        width: 100%;
        min-height: 46px;
        padding: 14px 18px !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        text-align: center;
    }

    .index-btn-primary {
        background: #00904A;
        box-shadow: 0 10px 22px rgba(0, 144, 74, 0.18);
    }

    .index-btn-modal {
        border: 1px solid #00904A;
        color: #00904A;
    }

    .index-product-tab-section {
        width: 100% !important;
        margin: 0 auto 42px !important;
        padding: 0 14px !important;
    }

    .index-tab-nav {
        gap: 4px;
        margin-bottom: 18px !important;
        padding: 4px;
        border: 1px solid #dfe8e2 !important;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(20, 54, 34, 0.08);
    }

    .index-tab-desc,
    .index-tab-param {
        flex: 1 1 0;
        margin: 0 !important;
        padding: 11px 6px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        line-height: 1.2;
        text-align: center;
    }

    .index-tab-desc {
        background: #00904A !important;
    }

    .index-tab-param {
        color: #00904A !important;
    }

    .index-tab-content {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .index-youtube-video {
        margin-top: 18px;
        border-radius: 8px;
    }

    .index-desc-image-group {
        flex-direction: column !important;
        gap: 14px !important;
    }

    .index-desc-img {
        width: 100% !important;
        height: auto !important;
        min-height: 220px;
        border-radius: 8px !important;
        object-fit: cover;
    }

    .index-tab-content video {
        border-radius: 8px;
        background: #111;
    }

    .index-param-content {
        padding: 0 !important;
        overflow-x: visible !important;
        border: 1px solid #e3ebe5;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(20, 54, 34, 0.08);
    }

    .index-param-content table,
    .index-param-content tbody,
    .index-param-content tr,
    .index-param-content th,
    .index-param-content td {
        display: block;
        width: 100% !important;
    }

    .index-param-content tr {
        padding: 12px 14px;
        border-bottom: 1px solid #e7eee9 !important;
    }

    .index-param-content tr:last-child {
        border-bottom: 0 !important;
    }

    .index-param-content th,
    .index-param-content td {
        padding: 4px 0 !important;
        border: 0 !important;
        color: #425348 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: left !important;
    }

    .index-param-content th:first-child,
    .index-param-content td:first-child {
        width: 100% !important;
        margin-bottom: 2px;
        color: #00904A !important;
        font-size: 13px !important;
        font-weight: 700;
    }

    .index-modal-overlay {
        align-items: flex-start;
        padding: 12px;
        overflow-y: auto;
    }

    .index-modal-content {
        width: 100% !important;
        max-width: 420px;
        margin: 80px auto 20px;
        padding: 22px !important;
        border-radius: 8px !important;
    }

    .index-modal-title {
        margin-bottom: 18px !important;
        font-size: 22px !important;
    }

    .index-form-input {
        padding: 12px !important;
        font-size: 15px;
    }

    .hero {
        min-height: auto !important;
        height: auto !important;
        margin-top: 68px !important;
        padding: 68px 0 54px !important;
    }

    .hero-content,
    .container.hero-content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 18px !important;
        text-align: left !important;
    }

    .hero h1,
    .hero-content h1 {
        max-width: 100% !important;
        font-size: clamp(28px, 7.2vw, 34px) !important;
        line-height: 1.12 !important;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .hero p,
    .hero-content p {
        max-width: 100% !important;
        font-size: 15px !important;
    }

    .hero .btn,
    .hero-btn,
    .cta-btn,
    .about-btn {
        min-height: 44px;
        border-radius: 8px !important;
        padding: 12px 18px !important;
        font-size: 15px !important;
        font-weight: 700;
    }

    .contact-info,
    .contact-form,
    .location,
    .overview,
    .mv-values,
    .core-strengths,
    .quality-check,
    .timeline-section,
    .cta {
        padding: 48px 0 !important;
    }

    .container,
    .section-container,
    .footer-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .section-title,
    .section-title h2,
    .contact-form h2,
    .location h2,
    .cta h2 {
        margin-bottom: 24px !important;
        font-size: 28px !important;
        line-height: 1.15 !important;
        text-align: left !important;
    }

    .section-title,
    .overview-text,
    .overview-image,
    .mv-card,
    .value-card,
    .quality-card,
    .strength-panel,
    .timeline-content-wrapper,
    .info-card,
    .form-text,
    .form-wrapper,
    .location-map {
        opacity: 1 !important;
        transform: none !important;
    }

    .section-title h2,
    .overview-text h3,
    .strength-title,
    .cta h2 {
        color: #17201c !important;
    }

    .section-title p,
    .overview-text p,
    .strength-desc,
    .timeline-text-block p,
    .cta p {
        color: #4d5e54 !important;
    }

    .info-cards,
    .form-container,
    .overview-content,
    .mv-grid,
    .values-grid,
    .quality-grid,
    .strengths-container,
    .partners-container {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .info-card,
    .form-wrapper,
    .mv-card,
    .value-card,
    .quality-card,
    .strength-panel,
    .timeline-content-wrapper {
        border-radius: 8px !important;
        box-shadow: 0 12px 28px rgba(20, 54, 34, 0.09) !important;
    }

    .info-card,
    .form-wrapper {
        padding: 24px 18px !important;
        text-align: left !important;
    }

    .info-card .icon {
        margin-bottom: 16px !important;
        font-size: 34px !important;
    }

    .form-text,
    .form-wrapper,
    .info-card {
        opacity: 1 !important;
        transform: none !important;
    }

    .form-group input,
    .form-group textarea,
    .index-contact-form input,
    .index-contact-form textarea {
        min-height: 46px;
        border-radius: 8px !important;
        font-size: 15px !important;
    }

    .location-map {
        height: 300px !important;
        border-radius: 8px !important;
    }

    .location-map .map-overlay {
        right: 14px;
        left: 14px;
        width: auto;
        padding: 18px !important;
        transform: translateY(-50%);
        border-radius: 8px !important;
    }
}

@media (max-width: 480px) {
    .index-banner {
        height: 210px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .index-banner-text {
        right: 14px;
        bottom: 14px;
        left: 14px !important;
    }

    .index-product-card {
        grid-template-columns: 1fr;
    }

    .index-product-img {
        height: 210px !important;
        min-height: 0;
    }

    .index-product-info-wrapper .index-product-title {
        font-size: 22px !important;
    }

    .index-thumb-item {
        width: 64px !important;
        height: 64px !important;
        flex-basis: 64px;
    }

    .index-desc-img {
        min-height: 190px;
    }

    .hero {
        padding-top: 54px !important;
        padding-bottom: 44px !important;
    }
}
