 /* Hide Translator on Mobile View - exactly as in template */
 @media (max-width: 767px) {
     #google_mobile {
         display: none !important;
         visibility: hidden !important;
         height: 0 !important;
         margin: 0 !important;
         padding: 0 !important;
         overflow: hidden !important;
     }

     #google_desktop {
         display: none !important;
         visibility: hidden !important;
     }

     #mainmenu li#google_mobile {
         display: none !important;
         list-style: none;
         margin: 0 !important;
         padding: 0 !important;
         height: 0 !important;
         line-height: 0 !important;
     }

     .goog-te-gadget,
     .goog-te-gadget-simple,
     .goog-te-banner-frame,
     .goog-te-menu-frame {
         display: none !important;
         visibility: hidden !important;
     }
 }

 .goog-te-banner-frame {
     display: none !important;
 }

 body {
     top: 0 !important;
 }

 /* WhatsApp floating button - exactly as in template */
 .whatsapp-float {
     position: fixed;
     bottom: 30px;
     right: 30px;
     background-color: #25d366;
     color: white;
     width: 60px;
     height: 60px;
     border-radius: 50%;
     text-align: center;
     font-size: 30px;
     line-height: 60px;
     z-index: 100;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     transition: all 0.3s;
     text-decoration: none;
 }

 .whatsapp-float:hover {
     background-color: #128C7E;
     color: white;
     transform: scale(1.1);
 }

 /* Scroll to top button - exactly as in template */
 .scroll-to-top {
     position: fixed;
     bottom: 30px;
     left: 30px;
     background-color: #0a4d8c;
     color: white;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     text-align: center;
     font-size: 24px;
     line-height: 50px;
     z-index: 100;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     transition: all 0.3s;
     display: none;
     text-decoration: none;
 }

 .scroll-to-top:hover {
     background-color: #063a6b;
     color: white;
 }

 /* Contact link styles - exactly as in template */
 .contact-link {
     display: block;
     width: 100%;
     word-break: break-word;
     overflow-wrap: break-word;
     text-decoration: none;
     color: inherit;
 }

 .contact-text {
     font-size: 20px;
     font-weight: normal;
     line-height: 1.5;
     word-break: break-word;
     overflow-wrap: break-word;
     max-width: 100%;
 }

 @media (max-width: 768px) {
     .contact-text {
         font-size: 16px !important;
         line-height: 1.4;
     }
 }

 @media (max-width: 576px) {
     .contact-text {
         font-size: 14px !important;
         line-height: 1.3;
     }
 }

 .footer-products-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer-products-list li {
     margin-bottom: 8px;
 }

 .footer-products-list li a {
     font-size: 15px;
     line-height: 1.6;
     display: inline-block;
     transition: all 0.3s ease;
     color: #ddd;
     text-decoration: none;
 }

 .footer-products-list li a:hover {
     padding-left: 5px;
     color: #0a4d8c !important;
 }

 @media (max-width: 768px) {
     .footer-products-list li a {
         font-size: 14px;
         line-height: 1.5;
     }

     .footer-products-list li {
         margin-bottom: 6px;
     }
 }

 @media (max-width: 576px) {
     .footer-products-list li a {
         font-size: 13px;
         line-height: 1.4;
     }

     .footer-products-list li {
         margin-bottom: 5px;
     }
 }

 /* footer blue shade overrides */
 .section-dark .widget h5 {
     color: #0a4d8c !important;
     font-weight: 600;
 }

 .section-dark .social-icons a {
     background: rgba(10, 77, 140, 0.1);
     color: #0a4d8c;
 }

 .section-dark .social-icons a:hover {
     background: #0a4d8c;
     color: #fff;
 }

 .section-dark .contact-text,
 .section-dark .contact-link {
     color: #fff;
 }

 .section-dark .contact-link:hover .contact-text {
     color: #0a4d8c;
 }

 .section-dark .op-5 {
     color: #aaa;
 }

 .section-dark .fa-arrow-right,
 .section-dark .arrow-img {
     filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2246%) hue-rotate(197deg) brightness(92%) contrast(90%);
 }

 /* footer arrow image replacement with blue */
 .footer-blue-arrow {
     display: inline-block;
     width: 60px;
     height: 60px;
     background-color: #0a4d8c;
     mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z'/%3E%3C/svg%3E") no-repeat center;
     -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z'/%3E%3C/svg%3E") no-repeat center;
     mask-size: contain;
     -webkit-mask-size: contain;
     background-color: #0a4d8c;
     opacity: 0.8;
 }

 /* Hero section styling */
 .hero {
     background: radial-gradient(circle at 80% 30%, #19233c, #0d1424);
     color: white;
     padding: 7rem 2rem 4.5rem;
     text-align: center;
     border-bottom: 1px solid rgba(255, 215, 0, 0.3);
     box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.6);
     margin-top: 0;
 }

 .hero h1 {
     font-size: clamp(2.6rem, 7vw, 4.2rem);
     font-weight: 800;
     letter-spacing: -0.02em;
     background: linear-gradient(to right, #fff, #f0e68c);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     margin-bottom: 0.75rem;
     filter: drop-shadow(0 8px 10px #00000030);
 }

 .hero p {
     font-size: 1.35rem;
     max-width: 720px;
     margin: 0 auto;
     font-weight: 400;
     color: #cfd9f0;
     background: rgba(0, 0, 0, 0.3);
     padding: 0.8rem 2rem;
     border-radius: 80px;
     backdrop-filter: blur(4px);
     display: inline-block;
 }

 /* filter bar */
 .filters {
     background: #ffffffdd;
     backdrop-filter: blur(16px);
     padding: 1.5rem 2rem;
     box-shadow: 0 20px 30px -15px rgba(0, 10, 30, 0.3);
     position: sticky;
     top: 0;
     z-index: 25;
     border-bottom: 1px solid rgba(255, 255, 255, 0.7);
 }

 .filters-container {
     max-width: 1300px;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 0.8rem;
 }

 .filter-btn {
     padding: 0.8rem 2rem;
     border: none;
     border-radius: 60px;
     background: #ffffff;
     color: #1e2b3c;
     font-weight: 600;
     font-size: 1rem;
     cursor: pointer;
     transition: all 0.2s;
     box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.5);
 }

 .filter-btn i {
     margin-right: 6px;
     opacity: 0.8;
 }

 .filter-btn.active {
     background: #1d2b3f;
     color: white;
     box-shadow: 0 12px 18px -8px #0b1a2e;
     border-color: #ffdb7c;
     scale: 1.02;
 }

 .filter-btn:hover {
     background: #f0f4fe;
     transform: translateY(-3px);
 }

 /* products grid */
 .products-section {
     max-width: 1400px;
     margin: 4rem auto;
     padding: 0 2rem;
 }

 .intro {
     text-align: center;
 }

 .intro h2 {
     font-size: 2.5rem;
     font-weight: 700;
     color: #0f1a2c;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .intro p {
     font-size: 1.2rem;
     color: #3b4d62;
     background: #e8ecf5;
     padding: 0.7rem 2rem;
     border-radius: 100px;
     display: inline-block;
     margin-top: 2.5rem;
     margin-bottom: 0px;
 }

 .products-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2.2rem;
 }

 .product-card {
     background: white;
     border-radius: 28px;
     overflow: hidden;
     box-shadow: 0 18px 35px -12px rgba(0, 25, 45, 0.2);
     transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
     cursor: pointer;
     border: 1px solid rgba(255, 255, 255, 0.5);
     display: flex;
     flex-direction: column;
 }

 .product-card:hover {
     transform: translateY(-10px) scale(1.01);
     box-shadow: 0 30px 45px -15px #0b1e32;
 }

 .product-image {
     height: 230px;
     background: #cbd5e1;
     position: relative;
     overflow: hidden;
 }

 .product-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.6s;
 }

 .product-card:hover .product-image img {
     transform: scale(1.08);
 }

 .product-image::after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 20, 40, 0.2));
     pointer-events: none;
 }

 .product-badge {
     position: absolute;
     top: 1.2rem;
     left: 1.2rem;
     background: #ffffffd9;
     backdrop-filter: blur(6px);
     padding: 0.4rem 1.2rem;
     border-radius: 40px;
     font-weight: 700;
     font-size: 0.8rem;
     color: #0c1f33;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
     z-index: 2;
     border: 1px solid rgba(255, 215, 0, 0.5);
 }

 .product-info {
     padding: 1.8rem 1.8rem 1.8rem;
     background: white;
 }

 .product-name {
     font-size: 1.7rem;
     font-weight: 700;
     color: #0b1e2e;
     line-height: 1.2;
     margin-bottom: 0.5rem;
 }

 .product-desc {
     color: #3f5468;
     margin-bottom: 1.2rem;
     font-size: 0.95rem;
     display: flex;
     align-items: center;
     gap: 6px;
 }

 .product-meta {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     border-top: 1px dashed #cbd5e1;
     padding-top: 1rem;
 }

 .inquiry-hint {
     color: #2563eb;
     font-weight: 500;
     display: flex;
     align-items: center;
     gap: 5px;
     background: #e8f0fe;
     padding: 0.5rem 1rem;
     border-radius: 40px;
 }

 /* Image Gallery Modal - fixed to show text with images */
 .gallery-modal {
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.9);
     backdrop-filter: blur(10px);
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 10000;
     padding: 1rem;
     opacity: 0;
     visibility: hidden;
     transition: 0.3s ease;
 }

 .gallery-modal.active {
     opacity: 1;
     visibility: visible;
 }

 .gallery-content {
     background: white;
     max-width: 1100px;
     width: 100%;
     border-radius: 32px;
     padding: 2rem;
     max-height: 90vh;
     overflow-y: auto;
     position: relative;
     transform: scale(0.95);
     transition: 0.3s;
 }

 .active .gallery-content {
     transform: scale(1);
 }

 .gallery-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 1.5rem;
     padding-bottom: 1rem;
     border-bottom: 2px solid #eef2f6;
 }

 .gallery-header h2 {
     font-size: 2rem;
     color: #0a4d8c;
     font-weight: 700;
     margin: 0;
 }

 .gallery-close {
     background: #f0f0f0;
     border: none;
     width: 48px;
     height: 48px;
     border-radius: 50%;
     font-size: 2.2rem;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #333;
     transition: 0.2s;
 }

 .gallery-close:hover {
     background: #0a4d8c;
     color: white;
     transform: rotate(90deg);
 }

 .gallery-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 1.5rem;
     margin: 1.5rem 0;
 }

 .gallery-item {
     background: #f5f7fa;
     border-radius: 20px;
     overflow: hidden;
     border: 3px solid transparent;
     transition: 0.2s;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
     display: flex;
     flex-direction: column;
     height: auto;
 }

 .gallery-item:hover {
     border-color: #0a4d8c;
     transform: scale(1.02);
 }

 .gallery-item img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     display: block;
 }

 .gallery-item p {
     padding: 12px 10px !important;
     margin: 0 !important;
     text-align: center !important;
     font-size: 14px !important;
     color: #333 !important;
     background: #f5f7fa !important;
     border-top: 1px solid #e0e0e0;
     line-height: 1.4;
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
     font-weight: 500;
 }

 .gallery-footer {
     margin-top: 2rem;
     padding: 1.5rem;
     background: #f8faff;
     border-radius: 24px;
     text-align: center;
     font-size: 1.2rem;
     color: #1e2b3c;
     border: 1px solid #d0ddee;
 }

 .gallery-footer i {
     color: #0a4d8c;
     margin-right: 10px;
 }

 /* ===== MOBILE HEADER FIX - SAME AS INDEX ===== */
 /* ===== MOBILE HEADER FIX - DARK BACKGROUND ===== */
 @media (max-width: 992px) {
     .header-static {
         position: relative !important;
         background: #0a1a2a !important;
         padding: 10px 0 !important;
         margin: 0 !important;
         box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
         z-index: 9999 !important;
         display: block !important;
     }

     .de-flex {
         display: flex !important;
         align-items: center !important;
         justify-content: space-between !important;
         width: 100% !important;
     }

     #logo {
         display: block !important;
         margin: 0 !important;
         padding: 0 !important;
     }

     #logo img {
         max-height: 45px !important;
         width: auto !important;
         display: block !important;
         /* Make sure image loads and is visible */
         opacity: 1 !important;
         visibility: visible !important;
     }

     .header-col-mid {
         display: none !important;
     }

     #menu-btn {
         display: block !important;
         width: 45px !important;
         height: 45px !important;
         background: #0a4d8c !important;
         border-radius: 8px !important;
         cursor: pointer !important;
         margin-left: 15px !important;
         position: relative !important;
     }

     #menu-btn span {
         display: block !important;
         width: 28px !important;
         height: 3px !important;
         background: white !important;
         margin: 8px auto !important;
         border-radius: 3px !important;
     }

     .mobile-nav {
         display: none !important;
         position: absolute !important;
         top: 80px !important;
         left: 0 !important;
         width: 100% !important;
         background: #0a1a2a !important;
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
         z-index: 9999 !important;
         padding: 15px 0 !important;
     }

     .mobile-nav.active {
         display: block !important;
     }

     .mobile-nav ul {
         list-style: none !important;
         margin: 0 !important;
         padding: 0 !important;
     }

     .mobile-nav li {
         margin: 0 !important;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
     }

     .mobile-nav li:last-child {
         border-bottom: none !important;
     }

     .mobile-nav li a {
         display: block !important;
         padding: 12px 20px !important;
         color: white !important;
         text-decoration: none !important;
         font-weight: 600 !important;
         font-size: 14px !important;
         text-transform: uppercase !important;
     }

     .mobile-nav li a:hover {
         background: rgba(10, 77, 140, 0.3) !important;
         color: #0a4d8c !important;
     }

     /* Fix container */
     .container {
         width: 100% !important;
         max-width: 100% !important;
         padding-left: 15px !important;
         padding-right: 15px !important;
     }
 }

 @media (min-width: 993px) {

     #menu-btn,
     .mobile-nav {
         display: none !important;
     }
 }

 #menu-btn {
     display: none;
 }

 @media (max-width: 768px) {
     .hero h1 {
         font-size: 28px !important;
     }

     .hero p {
         font-size: 14px !important;
     }

     .product-name {
         font-size: 1.3rem !important;
     }
 }

 /* ===== FILTERS SECTION FIX FOR ALL PHONES ===== */

 /* For all mobile devices */
 @media (max-width: 768px) {
     .filters {
         position: relative !important;
         top: auto !important;
         padding: 10px 0px 126px !important;
         background: #ffffff !important;
         box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
         border-bottom: 1px solid #e0e0e0 !important;
         margin: 0 0 25px 0 !important;
         width: 100% !important;
         overflow: visible !important;
     }

     .filters-container {
         display: flex !important;
         flex-wrap: wrap !important;
         justify-content: center !important;
         align-items: center !important;
         gap: 8px !important;
         padding: 0 !important;
         margin: 0 auto !important;
         width: 100% !important;
         max-width: 100% !important;
     }

     .filter-btn {
         display: inline-flex !important;
         flex: 0 1 auto !important;
         padding: 8px 12px !important;
         font-size: 12px !important;
         font-weight: 600 !important;
         border-radius: 40px !important;
         background: #f5f5f5 !important;
         color: #333 !important;
         border: 1px solid #e0e0e0 !important;
         transition: all 0.3s !important;
         cursor: pointer !important;
         white-space: nowrap !important;
         margin: 0 !important;
     }

     .filter-btn i {
         margin-right: 4px !important;
         font-size: 11px !important;
     }

     .filter-btn.active {
         background: #0a4d8c !important;
         color: white !important;
         border-color: #0a4d8c !important;
     }
 }

 /* For medium phones (iPhone 14 Pro, etc.) */
 @media (min-width: 375px) and (max-width: 768px) {
     .filter-btn {
         padding: 10px 16px !important;
         font-size: 13px !important;
     }

     .filter-btn i {
         font-size: 12px !important;
         margin-right: 5px !important;
     }

     .filters-container {
         gap: 10px !important;
     }
 }

 /* For larger phones and tablets */
 @media (min-width: 481px) and (max-width: 768px) {
     .filter-btn {
         padding: 10px 20px !important;
         font-size: 14px !important;
     }
 }

 /* For very small phones (iPhone SE, etc.) */
 @media (max-width: 374px) {
     .filter-btn {
         padding: 6px 10px !important;
         font-size: 11px !important;
     }

     .filter-btn i {
         font-size: 10px !important;
         margin-right: 3px !important;
     }

     .filters-container {
         gap: 6px !important;
     }
 }

 /* For desktop */
 @media (min-width: 769px) {
     .filters-container {
         display: flex !important;
         flex-wrap: wrap !important;
         justify-content: center !important;
         gap: 15px !important;
     }

     .filter-btn {
         padding: 12px 28px !important;
         font-size: 15px !important;
     }
 }

 body.no-scroll {
     overflow: hidden;
     height: 100vh;
 }