 :root {
            --primary-color: #003B29;
            --accent-color: #FDD65B;
            --text-dark: #1A1A1A;
            --text-light: #555555;
            --bg-light: #F9F9F9;
        }

     
        h1, h2, h3, h4, h5, h6 {color: var(--primary-color); }

        /* Header & Nav */
        .main-header { background: #fff; padding: 15px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        .navbar-brand img { max-height: 70px; }
        .nav-link { color: var(--text-dark) !important; font-weight: 500; font-size: 16px; padding: 10px 18px !important; }
        .header-contact-btn { display: flex; align-items: center; gap: 15px; }
       
        /* Banner */
        .page-header {
            background-color: var(--primary-color);
            padding: 80px 0 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 50% 20px;
            border-bottom-right-radius: 50% 20px;
        }
        .page-header h1 { color: #fff; font-size: 48px; margin-bottom: 15px; }
        .breadcrumb { justify-content: center; background: transparent; padding: 0; }
        .breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,0.8); font-size: 14px; text-decoration: none; }
        .breadcrumb-item.active { color: #fff; font-weight: 600; }

        /* Products Section */
        .product-detail-area { padding: 80px 0; }
        .product-item { padding-bottom: 50px; }
        
        .product-image-box {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #eee;
            margin-bottom: 30px;
        }
        .product-image-box img { width: 100%; display: block; max-height: 450px; object-fit: contain; }

        .key-features-box {
            background-color: #F8F8F8;
            padding: 30px;
            border-radius: 8px;
            border-left: 4px solid #ff5722;
        }
        .key-features-box h4 { font-size: 20px; margin-bottom: 15px; color: var(--text-dark); }
        .feature-list { list-style: none; padding: 0; margin: 0; }
        .feature-list li { position: relative; padding-left: 25px; margin-bottom: 12px; font-size: 15px; line-height: 1.5; color: #444; }
        .feature-list li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #ff5722; position: absolute; left: 0; top: 3px; }

        .product-title { font-size: 32px; margin-bottom: 20px; color: var(--primary-color); }
        .product-text p { margin-bottom: 15px; font-size: 16px; line-height: 1.7; color: #555; }
        
        .tech-spec-title { font-size: 22px; margin-bottom: 20px; color: var(--primary-color); border-bottom: 2px solid var(--accent-color); display: inline-block; padding-bottom: 5px; }
        
        .spec-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; font-size: 15px; }
        .spec-table th { background-color: #f1f1f1; color: var(--primary-color); padding: 10px 15px; text-align: left; width: 1%; font-weight: 700; border: 1px solid #e0e0e0; }
        .spec-table td { padding: 10px 15px; color: #555; border: 1px solid #e0e0e0; }

        .action-buttons { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 30px; }
        .btn-yellow { background-color: var(--accent-color); color: var(--primary-color); padding: 12px 30px; font-weight: 700; border-radius: 5px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; }
        .btn-yellow:hover { background-color: #eec030; color: #000; }

        /* Footer */
        .main-footer { background-color: var(--primary-color); color: #fff; padding: 60px 0 20px; margin-top: 60px; }
        .footer-links h3 { color: #fff; font-size: 20px; margin-bottom: 25px; }
        .footer-links ul { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; transition: 0.3s; }
        .footer-links a:hover { color: var(--accent-color); padding-left: 5px; }
        .footer-contact-content p { color: rgba(255,255,255,0.7); }
        .footer-contact-content a { color: rgba(255,255,255,0.7); text-decoration: none; }
       :root {
            --primary-color: #003B29; /* Deep Emerald Green */
            --accent-color: #FDD65B;  /* Gold/Yellow */
            --text-dark: #1A1A1A;
            --text-light: #555555;
            --bg-light: #F9F9F9;
        }

     
       
        .btn-quote {
            background-color: var(--accent-color);
            color: var(--primary-color);
            padding: 10px 25px;
            font-weight: 700;
            border-radius: 5px;
            text-transform: uppercase;
            font-size: 14px;
            transition: all 0.3s;
        }
        .btn-quote:hover {
            background-color: var(--primary-color);
            color: #fff;
        }

        /* --- Page Banner (Green Section) --- */
        .page-header {
            background-color: var(--primary-color);
            padding: 80px 0 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 50% 20px; /* Subtle curve effect */
            border-bottom-right-radius: 50% 20px;
        }
        .page-header h1 {
            color: #fff;
            font-size: 48px;
            margin-bottom: 15px;
        }
        .breadcrumb {
            justify-content: center;
            background: transparent;
            padding: 0;
        }
        .breadcrumb-item, .breadcrumb-item a {
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            text-decoration: none;
        }
        .breadcrumb-item.active {
            color: #fff;
            font-weight: 600;
        }
        /* Decorative Elements in Banner */
        .banner-deco {
            position: absolute;
            color: rgba(255,255,255,0.1);
            font-size: 40px;
        }
        .deco-plus-1 { top: 20px; left: 5%; }
        .deco-plus-2 { top: 40px; right: 10%; }
        .deco-circle {
            position: absolute;
            bottom: 30px;
            left: 10%;
            width: 40px;
            height: 40px;
            background: var(--accent-color);
            border-radius: 50%;
            opacity: 0.8;
        }
        .deco-triangle {
            position: absolute;
            bottom: 20px;
            right: 5%;
            width: 0; 
            height: 0; 
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 25px solid rgba(255,255,255,0.2);
        }

        /* --- Product Content Area --- */
        .product-detail-area { padding: 80px 0; }
        
        /* Left Column */
        .product-image-box {
            margin-bottom: 30px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .product-image-box img { width: 100%; display: block; }

        .key-features-box {
            background-color: #F8F8F8;
            padding: 30px;
            border-radius: 8px;
            border-left: 4px solid #ff5722; /* Orange accent line */
        }
        .key-features-box h4 {            
            font-size: 22px;
            margin-bottom: 20px;
            color: var(--text-dark);
        }
        .feature-list { list-style: none; padding: 0; margin: 0; }
        .feature-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 15px;
            font-size: 15px;
            line-height: 1.5;
            color: #444;
        }
        .feature-list li::before {
            content: "\f00c"; /* Check icon */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #ff5722;
            position: absolute;
            left: 0;
            top: 2px;
        }

        /* Right Column */
        .product-title {
            font-size: 36px;
            margin-bottom: 25px;
            color: var(--primary-color);
        }
        .product-text {
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.8;
        }
        .tech-spec-title {
            font-size: 24px;
            margin-bottom: 20px;
            margin-top: 40px;
            color: var(--primary-color);
        }
        
        /* Table Styles */
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 40px;
        }
        .spec-table tr {
            border-bottom: 1px solid #eee;
        }
        .spec-table th {
            background-color: #111;
            color: #fff;
            padding: 12px 20px;
            text-align: left;
            width: 40%;
            font-weight: 500;
        }
        .spec-table td {
            padding: 12px 20px;
            color: #555;
            background-color: #fff;
        }
        .spec-table tr:nth-child(even) td {
            background-color: #fcfcfc;
        }

       
        /* --- Footer (Green) --- */
        .main-footer {
            background-color: var(--primary-color);
            color: #fff;
            padding: 80px 0 30px;
            position: relative;
            margin-top: 60px;
        }
       
        
        .footer-links h3 { color: #fff; font-size: 20px; margin-bottom: 25px; }
        .footer-links ul { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; transition: 0.3s; }
        .footer-links a:hover { color: var(--accent-color); padding-left: 5px; }
        
        .footer-contact p { color: rgba(255,255,255,0.7); margin-bottom: 15px; display: flex; gap: 15px; }
        .footer-contact i { color: var(--accent-color); margin-top: 5px; }
        
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 50px;
            padding-top: 20px;
            font-size: 14px;
            color: rgba(255,255,255,0.5);
        }
        
        /* Map Preview */
        .footer-map iframe {
            border-radius: 8px;
            opacity: 0.8;
            transition: 0.3s;
        }
        .footer-map iframe:hover { opacity: 1; }
