@media(min-width: 992px){
    nav.fixed-top:not(.show-menu) .bg-wrap{
        opacity: 0 !important;
    }
}
nav.sticky-top.fixed-top:not(.show-menu) .bg-wrap, nav.fixed-top.sticky-top:not(.show-menu) .bg-wrap{
   opacity: 1 !important;
}
#nav-logo-menu-btn .bg-wrap {
	background: linear-gradient(to bottom, #f5f8fd, #f5f8fd);}
        #hero-section-retro {
            --color-1: 271, 91%, 65%;
            --color-2: 211, 90%, 65%;
            --color-3: 31, 90%, 65%;
            --color-4: 168, 90%, 65%;
            --color-5: 321, 90%, 65%;
            --primary-color: #4171ff;
            --secondary-color: #f64f02;
        }
        
        /* CTA Buttons Container */
        #hero-section-retro .cta-buttons-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            margin-top: 10px;
            flex-wrap: wrap;
        }
        
        /* Primary Rainbow Button */
        #hero-section-retro .rainbow-button-container {
            display: inline-flex;
            height: 48px;
            border-radius: 9999px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            padding: 0 32px;
            border: calc(0.08 * 1rem) solid transparent;
            background-size: 200%;
            background-clip: padding-box, border-box, border-box;
            background-origin: border-box;
            background-image: 
                linear-gradient(#121213, #121213),
                linear-gradient(#121213 50%, rgba(18,18,19,0.6) 80%, rgba(18,18,19,0)),
                linear-gradient(90deg,
                    hsl(var(--color-1)),
                    hsl(var(--color-5)),
                    hsl(var(--color-3)),
                    hsl(var(--color-4)),
                    hsl(var(--color-2))
                );
            transition: all 0.3s ease;
            position: relative;
            text-decoration: none;
        }
        
        #hero-section-retro .rainbow-button-container::before {
            content: '';
            position: absolute;
            bottom: -20%;
            left: 50%;
            z-index: -1;
            height: 20%;
            width: 60%;
            transform: translateX(-50%);
            background: linear-gradient(90deg,
                hsl(var(--color-1)),
                hsl(var(--color-5)),
                hsl(var(--color-3)),
                hsl(var(--color-4)),
                hsl(var(--color-2))
            );
            filter: blur(calc(0.8 * 1rem));
            animation: rainbow 8s linear infinite;
        }
        
        #hero-section-retro .rainbow-button {
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            width: 100%;
        }
        
        #hero-section-retro .button-content {
            display: inline-flex;
            align-items: center;
            color: white;
            font-weight: 600;
            font-size: 1rem;
            transition: opacity 0.3s ease;
        }
        
        #hero-section-retro .button-content svg {
            width: 16px;
            height: 16px;
            margin-left: 8px;
            stroke: currentColor;
            stroke-width: 2;
        }
        
        #hero-section-retro .rainbow-button-container:hover .button-content {
            opacity: 0.8;
        }
        
        @keyframes rainbow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        /* Secondary CTA Button */
        #hero-section-retro .secondary-cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 48px;
            padding: 0 20px;
            border-radius: 9999px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }
        
        #hero-section-retro .secondary-cta-button:hover {
            background-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }
        
        #hero-section-retro .secondary-button-content {
            display: inline-flex;
            align-items: center;
            color: #333;
            font-weight: 500;
            font-size: 0.95rem;
        }
        
        #hero-section-retro .secondary-button-content svg {
            width: 16px;
            height: 16px;
            margin-right: 8px;
            stroke: var(--primary-color);
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            #hero-section-retro .cta-buttons-container {
                flex-direction: column;
                gap: 12px;
            }
            
            #hero-section-retro .rainbow-button-container,
            #hero-section-retro .secondary-cta-button {
                width: 100%;
                max-width: 280px;
            }
            
            #hero-section-retro .rainbow-button-container {
                padding: 0 24px;
            }
            
            #hero-section-retro .button-content,
            #hero-section-retro .secondary-button-content {
                font-size: 0.9rem;
            }
        }
    
        #about-slimai {
            background: linear-gradient(to bottom, #f5f8fd, #e2edfe);
        }

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #4171ff, #f64f02);
            border-radius: 2px;
        }

        .text-gradient {
            background: linear-gradient(135deg, #4171ff, #f64f02);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .intro-block {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
        }

        .intro-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #333;
            margin: 0;
        }

        .clock-icon {
            color: #4171ff;
        }

        /* Timeline Styles */
        .timeline {
            position: relative;
            padding-left: 2rem;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 2px;
            background: linear-gradient(to bottom, #4171ff, #f64f02);
        }

        .timeline-item {
            position: relative;
            padding-bottom: 2rem;
        }

        .timeline-item:last-child {
            padding-bottom: 0;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -2rem;
            top: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: white;
            border: 3px solid #4171ff;
            transform: translateX(-50%);
        }

        .year {
            display: inline-block;
            background: linear-gradient(135deg, #4171ff, #f64f02);
            color: white;
            padding: 4px 12px;
            border-radius: 15px;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .content {
            background: white;
            padding: 1.5rem;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }

        .content:hover {
            transform: translateX(5px);
        }

        .content h4 {
            color: #333;
            font-size: 1.1rem;
            margin: 0 0 0.5rem 0;
            font-weight: 600;
        }

        .content p {
            color: #666;
            margin: 0;
            line-height: 1.5;
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 1.75rem;
            }

            .intro-title {
                font-size: 1.1rem;
            }

            .timeline {
                padding-left: 1.5rem;
            }

            .timeline-item::before {
                left: -1.5rem;
                width: 10px;
                height: 10px;
            }

            .content {
                padding: 1rem;
            }
        }
    
        #vision-mission {
            background-color: #f9fafc;
            position: relative;
            overflow: hidden;
        }

        #vision-mission::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(65, 113, 255, 0.1) 0%, rgba(65, 113, 255, 0) 70%);
            top: -150px;
            left: -150px;
            z-index: 0;
        }

        #vision-mission::after {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(246, 79, 2, 0.1) 0%, rgba(246, 79, 2, 0) 70%);
            bottom: -150px;
            right: -150px;
            z-index: 0;
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #4171ff, #f64f02);
            border-radius: 3px;
        }

        /* Card Styles */
        .vision-card, .mission-card {
            height: 100%;
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .vision-card:hover, .mission-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .card-header {
            padding: 2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            background: linear-gradient(120deg, #f5f8ff, #eef3ff);
        }

        .icon-circle {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(65, 113, 255, 0.1);
        }

        .vision-card .icon-circle svg {
            color: #4171ff;
        }

        .mission-card .icon-circle svg {
            color: #f64f02;
        }

        .card-header h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin: 0;
        }

        .card-content {
            padding: 2rem;
        }

        .card-content p {
            color: #555;
            line-height: 1.7;
            margin: 0;
            font-size: 1.05rem;
        }

        /* Mission Specific Styles */
        .mission-intro {
            margin-bottom: 1.5rem;
            font-weight: 500;
        }

        .mission-items {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
        }

        .mission-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .bullet {
            width: 40px;
            height: 40px;
            min-width: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4171ff, #f64f02);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .item-content {
            padding-top: 0.5rem;
        }

        .item-content h4 {
            font-size: 1.1rem;
            color: #333;
            margin: 0;
            font-weight: 600;
        }

        /* Responsive Styles */
        @media (max-width: 991px) {
            .vision-card {
                margin-bottom: 2rem;
            }
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 1.8rem;
            }

            .card-header {
                padding: 1.5rem;
            }

            .icon-circle {
                width: 50px;
                height: 50px;
            }

            .icon-circle svg {
                width: 24px;
                height: 24px;
            }

            .card-header h3 {
                font-size: 1.3rem;
            }

            .card-content {
                padding: 1.5rem;
            }

            .card-content p {
                font-size: 1rem;
            }
        }
    
        #clients-showcase {
            background-color: #f8fafd;
            position: relative;
        }

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #4171ff, #f64f02);
            border-radius: 3px;
        }

        .section-subtitle {
            color: #666;
            font-size: 1.1rem;
        }

        /* Client Grid Styles */
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .client-item {
            aspect-ratio: 1/1;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: white;
        }

        .client-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .logo-container {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }

        .client-logo {
            max-width: 80%;
            max-height: 60%;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.8;
            transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        }

        .client-item:hover .client-logo {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05);
        }

        /* View More Button Styles */
        .view-more-container {
            margin-top: 20px;
        }

        .view-more-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 30px;
            background: white;
            color: #333;
            font-weight: 600;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

      

        .view-more-btn:hover {
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .view-more-btn:hover::before {
            opacity: 1;
        }

        .view-more-btn svg {
            transition: transform 0.3s ease;
        }

        .view-more-btn:hover svg {
            transform: translateX(3px);
        }

        @media (max-width: 991px) {
            .clients-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 1.75rem;
            }

            .section-subtitle {
                font-size: 1rem;
            }

            .logo-container {
                padding: 1.5rem;
            }

            .view-more-btn {
                padding: 10px 25px;
                font-size: 0.95rem;
            }
        }
    
        #why-slimai {
            background-color: #f5f8fd;
            position: relative;
        }
        
        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #4171ff, #f64f02);
            border-radius: 2px;
        }
        
        .text-gradient {
            background: linear-gradient(135deg, #4171ff, #f64f02);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        /* Reasons Styles */
        .reasons-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .reason-item {
            display: flex;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            padding: 25px 30px;
            transition: transform 0.3s ease;
        }
        
        .reason-item:hover {
            transform: translateY(-3px);
        }
        
        .reason-number {
            width: 40px;
            height: 40px;
            min-width: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4171ff, #f64f02);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 0.9rem;
            margin-right: 20px;
            margin-top: 5px;
        }
        
        .reason-content {
            flex: 1;
        }
        
        .reason-content h3 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #333;
            margin: 0 0 10px 0;
        }
        
        .reason-content p {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #666;
            margin: 0;
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 1.75rem;
            }
            
            .reason-item {
                padding: 20px;
            }
            
            .reason-number {
                width: 35px;
                height: 35px;
                font-size: 0.8rem;
                margin-right: 15px;
            }
            
            .reason-content h3 {
                font-size: 1.1rem;
            }
            
            .reason-content p {
                font-size: 0.9rem;
            }
        }
    
        #slim-ecosystem {
            background-color: #f8fafd;
            position: relative;
            --color-1: 271, 91%, 65%;
            --color-2: 211, 90%, 65%;
            --color-3: 31, 90%, 65%;
            --color-4: 168, 90%, 65%;
            --color-5: 321, 90%, 65%;
        }
        
        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #4171ff, #f64f02);
            border-radius: 2px;
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            color: #555;
            font-weight: 500;
        }
        
        .text-gradient {
            background: linear-gradient(135deg, #4171ff, #f64f02);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        /* Ecosystem Table Styles */
        .ecosystem-table {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        
        .table-header {
            display: flex;
            background: linear-gradient(to right, #f0f4fc, #e8eef9);
            padding: 15px 20px;
            font-weight: 600;
            color: #333;
            border-bottom: 1px solid #e0e8f5;
        }
        
        .header-product, .product-name {
            flex: 0 0 30%;
        }
        
        .header-role, .product-role {
            flex: 0 0 70%;
        }
        
        .product-row {
            display: flex;
            padding: 15px 20px;
            border-bottom: 1px solid #e0e8f5;
            transition: background-color 0.3s ease;
        }
        
        .product-row:last-child {
            border-bottom: none;
        }
        
        .product-row:hover {
            background-color: #f5f8fd;
        }
        
        .product-name {
            font-weight: 600;
            font-size: 1rem;
            display: flex;
            align-items: center;
        }
        
        /* Product Link Styles */
        .product-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            transition: transform 0.3s ease;
        }
        
        .product-link:hover {
            transform: translateX(3px);
        }
        
        .link-icon {
            opacity: 0.6;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        
        .product-link:hover .link-icon {
            opacity: 1;
            transform: scale(1.2);
        }
        
        .product-role {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.5;
        }
        
        /* Conclusion Styles */
        .ecosystem-conclusion {
            margin-top: 30px;
        }
        
        .conclusion-text {
            font-size: 1.1rem;
            color: #333;
            margin-bottom: 0.5rem;
            line-height: 1.5;
        }
        
        .conclusion-text:last-child {
            margin-bottom: 0;
        }
        
        /* Rainbow Button Styles */
        .cta-container {
            margin-top: 30px;
        }
        
        .rainbow-button-container {
            display: inline-flex;
            height: 48px;
            border-radius: 9999px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            padding: 0 32px;
            font-medium: medium;
            border: calc(0.08 * 1rem) solid transparent;
            background-size: 200%;
            background-clip: padding-box, border-box, border-box;
            background-origin: border-box;
            background-image: 
                linear-gradient(#121213, #121213),
                linear-gradient(#121213 50%, rgba(18,18,19,0.6) 80%, rgba(18,18,19,0)),
                linear-gradient(90deg,
                    hsl(var(--color-1)),
                    hsl(var(--color-5)),
                    hsl(var(--color-3)),
                    hsl(var(--color-4)),
                    hsl(var(--color-2))
                );
            transition: all 0.3s ease;
            position: relative;
        }
        
        .rainbow-button-container::before {
            content: '';
            position: absolute;
            bottom: -20%;
            left: 50%;
            z-index: -1;
            height: 20%;
            width: 60%;
            transform: translateX(-50%);
            background: linear-gradient(90deg,
                hsl(var(--color-1)),
                hsl(var(--color-5)),
                hsl(var(--color-3)),
                hsl(var(--color-4)),
                hsl(var(--color-2))
            );
            filter: blur(calc(0.8 * 1rem));
            animation: rainbow 8s linear infinite;
        }
        
        .rainbow-button {
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            width: fit-content;
        }
        
        .button-content {
            display: inline-flex;
            align-items: center;
            color: white;
            font-weight: 500;
            font-size: 1rem;
            transition: opacity 0.3s ease;
        }
        
        .rainbow-button-container:hover .button-content {
            opacity: 0.8;
        }
        
        .button-content svg {
            width: 16px;
            height: 16px;
            margin-left: 8px;
            stroke: currentColor;
            stroke-width: 2;
        }
        
        @keyframes rainbow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 1.75rem;
            }
            
            .section-subtitle {
                font-size: 1.1rem;
            }
            
            .table-header, .product-row {
                flex-direction: column;
            }
            
            .header-product, .product-name,
            .header-role, .product-role {
                flex: 0 0 100%;
            }
            
            .header-product, .product-name {
                margin-bottom: 5px;
            }
            
            .product-name {
                font-size: 1.1rem;
            }
            
            .conclusion-text {
                font-size: 1rem;
            }
            
            .rainbow-button-container {
                padding: 0 24px;
                height: 44px;
            }
            
            .button-content {
                font-size: 0.9rem;
            }
            
            .button-content svg {
                width: 14px;
                height: 14px;
            }
        }
    
        #slimai-contact {
            --color-1: 271, 91%, 65%;
            --color-2: 211, 90%, 65%;
            --color-3: 31, 90%, 65%;
            --color-4: 168, 90%, 65%;
            --color-5: 321, 90%, 65%;
            --primary-color: #4171ff;
            --secondary-color: #f64f02;
            position: relative;
            overflow: hidden;
        }

        #slimai-contact .bg-wrap {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

        #slimai-contact .bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(65, 113, 255, 0), rgba(246, 79, 2, 0));
        }

        #slimai-contact .bg:before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(120, 119, 198, 0.1) 1px, transparent 0);
            background-size: 20px 20px;
            opacity: 0.5;
        }
        
        #slimai-contact .contact-wrapper {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 60px 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

        /* Typography */
       

        #slimai-contact .contact-subtitle {
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--primary-color);
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.4;
        }

        #slimai-contact .separator-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #slimai-contact .separator-line {
            width: 60px;
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }

        /* Features */
        #slimai-contact .contact-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        #slimai-contact .feature-item {
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 12px;
            padding: 15px 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        #slimai-contact .feature-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }

        #slimai-contact .feature-icon {
            flex-shrink: 0;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            background-color: var(--primary-color);
            color: white;
        }

        #slimai-contact .feature-icon svg {
            width: 20px;
            height: 20px;
            stroke: currentColor;
        }

        #slimai-contact .feature-text {
            font-size: 1.1rem;
            font-weight: 500;
            color: #333;
        }
        
        /* Rainbow Button */
        #slimai-contact .cta-container {
            margin-top: 30px;
        }
        
        #slimai-contact .rainbow-button-container {
            display: inline-flex;
            height: 54px;
            border-radius: 9999px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            padding: 0 32px;
            font-medium: medium;
            border: calc(0.08 * 1rem) solid transparent;
            background-size: 200%;
            background-clip: padding-box, border-box, border-box;
            background-origin: border-box;
            background-image: 
                linear-gradient(#121213, #121213),
                linear-gradient(#121213 50%, rgba(18,18,19,0.6) 80%, rgba(18,18,19,0)),
                linear-gradient(90deg,
                    hsl(var(--color-1)),
                    hsl(var(--color-5)),
                    hsl(var(--color-3)),
                    hsl(var(--color-4)),
                    hsl(var(--color-2))
                );
            transition: all 0.3s ease;
            position: relative;
        }
        
        #slimai-contact .rainbow-button-container::before {
            content: '';
            position: absolute;
            bottom: -20%;
            left: 50%;
            z-index: -1;
            height: 30%;
            width: 80%;
            transform: translateX(-50%);
            background: linear-gradient(90deg,
                hsl(var(--color-1)),
                hsl(var(--color-5)),
                hsl(var(--color-3)),
                hsl(var(--color-4)),
                hsl(var(--color-2))
            );
            filter: blur(calc(0.8 * 1rem));
            animation: rainbow 8s linear infinite;
        }
        
        #slimai-contact .rainbow-button {
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            width: 100%;
        }
        
        #slimai-contact .button-content {
            display: inline-flex;
            align-items: center;
            color: white;
            font-weight: 700;
            font-size: 1.1rem;
            transition: opacity 0.3s ease;
        }
        
        #slimai-contact .button-content svg {
            width: 22px;
            height: 22px;
            margin-right: 12px;
            stroke: currentColor;
        }
        
        #slimai-contact .rainbow-button-container:hover .button-content {
            opacity: 0.8;
        }
        
        @keyframes rainbow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        /* Quote */
        #slimai-contact .quote-container {
            margin-top: 50px;
            position: relative;
        }
        
        #slimai-contact .quote-text {
            font-size: 1.5rem;
            font-weight: 600;
            font-style: italic;
            color: #333;
            position: relative;
            padding: 0 30px;
            max-width: 700px;
            margin: 0 auto;
        }
        
        #slimai-contact .quote-text:before,
        #slimai-contact .quote-text:after {
            content: '"';
            font-size: 3rem;
            position: absolute;
            color: var(--secondary-color);
            opacity: 0.3;
            font-family: serif;
        }
        
        #slimai-contact .quote-text:before {
            left: 0;
            top: -20px;
        }
        
        #slimai-contact .quote-text:after {
            right: 0;
            bottom: -40px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            #slimai-contact .contact-wrapper {
                padding: 40px 20px;
            }
            
            #slimai-contact .section-title {
                font-size: 2rem;
            }
            
            #slimai-contact .contact-subtitle {
                font-size: 1.4rem;
            }
            
            #slimai-contact .feature-text {
                font-size: 1rem;
            }
            
            #slimai-contact .feature-icon {
                width: 30px;
                height: 30px;
                margin-right: 10px;
            }
            
            #slimai-contact .feature-icon svg {
                width: 16px;
                height: 16px;
            }
            
            #slimai-contact .rainbow-button-container {
                height: 48px;
                padding: 0 24px;
            }
            
            #slimai-contact .button-content {
                font-size: 0.95rem;
            }
            
            #slimai-contact .button-content svg {
                width: 18px;
                height: 18px;
                margin-right: 8px;
            }
            
            #slimai-contact .quote-text {
                font-size: 1.2rem;
                padding: 0 20px;
            }
        }
         #benefits-2col-14 {
            background: #fafafa;
        }

        #benefits-2col-14 .content-box {
            transition: all 0.3s;
            background: #fff;
            height: 100%;
        }

        #benefits-2col-14 .content-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
        }

        #benefits-2col-14 .icon-box {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--primary-color, #0181F2);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

        #benefits-2col-14 .icon {
            width: 24px;
            height: 24px;
            filter: brightness(0) invert(1);
        }

        /* Button với viền gradient */
        .btn-gradient-border {
            position: relative;
            padding: 0.5rem;
            background: linear-gradient(90deg, #0181F2, #FF6161, #E27BFF);
            border-radius: 50px;
            transition: all 0.3s;
            cursor: pointer;
            display: inline-block;
            text-decoration: none !important;
        }

        .btn-gradient-border.btn-sm span {
            padding: 0.5rem 1.5rem;
            font-size: 0.875rem;
        }

        .btn-gradient-border:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(0,0,0,0.15);
        }

        .btn-gradient-border:before {
            content: '';
            position: absolute;
            inset: 1px;
            background: #fff;
            border-radius: inherit;
            z-index: 0;
        }

        .btn-gradient-border span {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 2rem;
            font-weight: 500;
            color: #333;
            transition: color 0.3s;
        }

        .btn-gradient-border:hover span {
            color: #0181F2;
        }

        .btn-gradient-border i {
            margin-right: 8px;
        }

        /* Dark mode version */
        .dark .btn-gradient-border:before {
            background: #121213;
        }

        .dark .btn-gradient-border span {
            color: #fff;
        }

        @media (max-width: 768px) {
            #benefits-2col-14 .content-box {
                padding: 1.5rem !important;
            }
            
            .btn-gradient-border span {
                padding: 0.5rem 1.5rem;
            }
        }
#tool-back-to-top{
    position: fixed;
    right: 130px;
    bottom: 50px;
    z-index: 1001190 !important;
}

     #footer-text-4 .padding-list li {
    padding: 0.1em 0;
}
        #footer-text-4 {
            background: linear-gradient(to bottom, #f5f8fd, #e2edfe);
            color: #333;
        }

        #footer-text-4 h4 {
            color: #333;
            font-size: 1.1rem;
        }

        #footer-text-4 .list-unstyled {
            margin: 0;
            padding: 0;
        }

        #footer-text-4 .padding-list li {
            margin-bottom: 12px;
        }

        #footer-text-4 .padding-list a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        #footer-text-4 .padding-list a:hover {
            color: #4171ff;
        }

        /* Style cho arrow icon */
        #footer-text-4 .arrow-icon {
            color: #4171ff;
            transition: transform 0.3s ease;
        }

        #footer-text-4 .padding-list a:hover .arrow-icon {
            transform: translateX(3px);
        }

        #footer-text-4 .social-links a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        #footer-text-4 .social-links svg {
            transition: transform 0.3s ease;
        }

        #footer-text-4 .social-links a:hover svg {
            transform: scale(1.2);
        }

        /* Style cho contact info */
        #footer-text-4 .contact-info p {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
        }

        #footer-text-4 .contact-info svg {
            color: #4171ff;
            flex-shrink: 0;
        }

        @media (max-width: 768px) {
            #footer-text-4 .col-md-3,
            #footer-text-4 .col-md-5,
            #footer-text-4 .col-md-2 {
                text-align: center;
            }
            
            #footer-text-4 .social-links a,
            #footer-text-4 .padding-list a,
            #footer-text-4 .contact-info p {
                justify-content: center;
            }
        }
    