 
  /* Header */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 99999 !important;
            background-color: white !important;
        }
 /* Product Details Section */
        .product-details-section {
            background: #f8f9fa;
            padding-top: 120px;
        }

        /* Product Title */
        .product-title {
            color: #2d3748;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        /* Product Image Container */
        .product-image-container {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            overflow: hidden;
        }

        .image-wrapper {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .product-image {
            object-fit: cover;
            max-height: 500px;
            display: block;
        }

        /* Product Header Box */
        .product-header-box {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
        }

        .product-tagline {
            color: #4a5568;
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .product-description {
            color: #718096;
            font-size: 1rem;
            margin-bottom: 0;
        }

        /* Product Content Box */
        .product-content-box {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
        }

        .section-heading {
            color: #2d3748;
            font-weight: 700;
            font-size: 30px;
            padding-bottom: 15px;
            border-bottom: 3px solid #667eea;
            margin-bottom: 1.5rem;
        }

        .section-icon {
            color: #667eea;
            margin-right: 10px;
        }

        .section-icon.fas.fa-gem {
            color: #f59e0b;
        }

        .content-text {
            color: #4a5568;
            font-size: 1.05rem;
            line-height: 1.8;
        }

        .content-text p {
            margin-bottom: 1.2rem;
        }

        /* Value Grid */
        .value-item {
            padding: 20px;
            background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
            border-radius: 12px;
            margin-bottom: 20px;
            border-left: 5px solid #667eea;
            transition: all 0.3s ease;
        }

        .value-item-last {
            margin-bottom: 0;
        }

        .value-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
        }

        .value-title {
            color: #2d3748;
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .value-icon {
            color: #667eea;
            margin-right: 10px;
        }

        .value-description {
            color: #4a5568;
            margin-bottom: 0;
            line-height: 1.7;
        }

        /* Benefits List */
        .mb-benefits {
            margin-bottom: 20px;
        }

        .benefits-list {
            margin-bottom: 25px;
        }

        .benefit-item {
            display: flex;
            align-items: start;
            margin-bottom: 15px;
            padding: 15px;
            background: #f7fafc;
            border-radius: 8px;
        }

        .benefit-item-last {
            margin-bottom: 0;
        }

        .benefit-icon {
            color: #10b981;
            font-size: 1.3rem;
            margin-right: 15px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .benefit-text {
            color: #2d3748;
            font-weight: 600;
        }

        .conclusion-text {
            margin-top: 25px;
            font-size: 1.1rem;
            color: #2d3748;
            font-weight: 600;
            background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
            padding: 20px;
            border-radius: 10px;
            border-left: 5px solid #667eea;
        }

        /* Action Buttons Box */
        .action-buttons-box {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .btn-action {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 16px 32px;
            text-align: center;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            font-size: 1.05rem;
        }

        .btn-primary-action {
            background: linear-gradient(135deg, #899efaff 0%, #05034eff 100%);
            color: white;
            box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
        }

        .btn-primary-action:hover {
            background: linear-gradient(135deg, #899efaff 0%, #05034eff 100%);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
            transform: translateY(-2px);
        }

        .btn-secondary-action {
            background: white;
            color: #667eea;
            border: 2px solid #667eea;
        }

        .btn-secondary-action:hover {
            background: #667eea;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
        }

        /* Sidebar */
        .info-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            position: sticky;
            top: 100px;
        }

        .sidebar-heading {
            color: #2d3748;
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 1.5rem;
        }

        .sidebar-star-icon {
            color: #f59e0b;
            margin-right: 8px;
        }

        /* Highlight Items */
        .highlight-item {
            padding: 15px;
            background: #f7fafc;
            border-radius: 10px;
            margin-bottom: 12px;
            border-left: 4px solid #667eea;
            transition: all 0.3s ease;
        }

        .highlight-item-last {
            margin-bottom: 20px;
        }

        .highlight-item:hover {
            background: #eef2ff !important;
            transform: translateX(5px);
        }

        .highlight-content {
            display: flex;
            align-items: start;
        }

        .highlight-icon {
            color: #10b981;
            margin-right: 12px;
            margin-top: 3px;
            font-size: 1.1rem;
        }

        .highlight-title {
            color: #2d3748;
            display: block;
            margin-bottom: 4px;
        }

        .highlight-subtitle {
            color: #718096;
            font-size: 0.9rem;
        }

        /* Contact Sales Button */
        .btn-contact-sales {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 18px 32px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            text-align: center;
            border-radius: 12px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
            border: none;
            font-size: 1.1rem;
        }

        .btn-contact-sales:hover {
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
            box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
            transform: translateY(-2px);
            color: white;
        }

        /* Additional Info */
        .additional-info {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e2e8f0;
        }

        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .info-item-last {
            margin-bottom: 0;
        }

        .info-icon {
            color: #667eea;
            font-size: 1.2rem;
            margin-right: 12px;
        }

        .info-text {
            color: #4a5568;
            font-size: 0.95rem;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .info-card {
                position: relative !important;
                top: 0 !important;
            }
        }

        @media (max-width: 768px) {
            .product-header-box {
                padding: 25px !important;
            }

            .product-content-box {
                padding: 25px !important;
            }

            .product-title {
                font-size: 1.8rem !important;
            }

            .value-title {
                font-size: 1rem !important;
            }
        }

        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .product-header-box,
        .product-image-container,
        .product-content-box,
        .action-buttons-box,
        .info-card {
            animation: fadeIn 0.6s ease-out;
        }

        .product-image-container {
            animation-delay: 0.1s;
        }

        .product-content-box {
            animation-delay: 0.2s;
        }

        .action-buttons-box {
            animation-delay: 0.3s;
        }

        .info-card {
            animation-delay: 0.2s;
        }