.elementor-421 .elementor-element.elementor-element-c2a2471{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-421 .elementor-element.elementor-element-f1d0b76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS */body {
  background: linear-gradient(135deg, #0a0f1a 0%, #151b2b 50%, #0a0f1a 100%);

}


 .aboutvel-section {
            position: relative;
           
            padding: 80px 16px;
            overflow: hidden;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .aboutvel-bg-effect-1 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
           ;
        }

        .aboutvel-bg-effect-2 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            
        }

        .aboutvel-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .aboutvel-header {
            text-align: center;
            margin-bottom: 64px;
        }

        .aboutvel-badge {
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            background: rgba(239, 68, 68, 0.1);
            border: 1px solid rgba(239, 68, 68, 0.2);
            border-radius: 20px;
            color: #f87171;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .aboutvel-badge-icon {
            width: 16px;
            height: 16px;
            margin-right: 8px;
        }

        .aboutvel-main-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 700;
            color: white;
            margin-bottom: 24px;
            line-height: 1.1;
        }

        .aboutvel-gradient-text {
            background: linear-gradient(135deg, #f87171, #dc2626);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .aboutvel-subtitle {
            font-size: 20px;
            color: #d1d5db;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .aboutvel-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 48px;
            align-items: center;
            margin-bottom: 64px;
        }

        @media (min-width: 1024px) {
            .aboutvel-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .aboutvel-content {
            space-y: 24px;
        }

        .aboutvel-content-section {
            margin-bottom: 24px;
        }

        .aboutvel-section-title {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 16px;
        }

        .aboutvel-section-title-small {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 20px;
            font-weight: 600;
            color: white;
            margin-bottom: 16px;
        }

        .aboutvel-icon {
            width: 32px;
            height: 32px;
        }

        .aboutvel-icon-small {
            width: 24px;
            height: 24px;
        }

        .aboutvel-icon-yellow {
            color: #eab308;
        }

        .aboutvel-icon-green {
            color: #22c55e;
        }

        .aboutvel-icon-blue {
            color: #3b82f6;
        }

        .aboutvel-icon-red {
            color: #ef4444;
        }

        .aboutvel-icon-purple {
            color: #a855f7;
        }

        .aboutvel-description {
            color: #d1d5db;
            font-size: 18px;
            line-height: 1.7;
        }

        .aboutvel-highlight {
            color: #ef4444;
            font-weight: 600;
        }

        .aboutvel-highlight-green {
            color: #22c55e;
            font-weight: 600;
        }

        .aboutvel-features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .aboutvel-feature-card {
            background: rgba(30, 41, 59, 0.5);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(51, 65, 85, 0.5);
            border-radius: 12px;
            padding: 24px;
            transition: background-color 0.3s ease;
        }

        .aboutvel-feature-card:hover {
            background: rgba(30, 41, 59, 0.7);
        }

        .aboutvel-feature-icon {
            width: 32px;
            height: 32px;
            margin-bottom: 12px;
        }

        .aboutvel-feature-title {
            color: white;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 16px;
        }

        .aboutvel-feature-desc {
            color: #9ca3af;
            font-size: 14px;
            line-height: 1.5;
        }

        .aboutvel-cta-section {
            text-align: center;
        }

        .aboutvel-cta-box {
            background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(51, 65, 85, 0.8));
            backdrop-filter: blur(8px);
            border: 1px solid rgba(75, 85, 99, 0.5);
            border-radius: 16px;
            padding: 32px;
            margin-bottom: 32px;
        }

        .aboutvel-cta-title {
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 16px;
        }

        .aboutvel-cta-desc {
            color: #d1d5db;
            font-size: 18px;
            margin-bottom: 24px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }

        .aboutvel-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
            justify-content: center;
            align-items: center;
        }

        @media (min-width: 640px) {
            .aboutvel-buttons {
                flex-direction: row;
            }
        }

        .aboutvel-btn-primary {
            display: inline-flex;
            align-items: center;
            padding: 12px 32px;
            background: #dc2626;
            color: white;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }

        .aboutvel-btn-primary:hover {
            background: #b91c1c;
        }

        .aboutvel-btn-secondary {
            display: inline-flex;
            align-items: center;
            padding: 12px 32px;
            background: transparent;
            color: white;
            font-weight: 600;
            border: 1px solid #4b5563;
            border-radius: 8px;
            text-decoration: none;
            transition: background-color 0.3s ease;
            cursor: pointer;
            font-size: 16px;
        }

        .aboutvel-btn-secondary:hover {
            background: #1e293b;
        }

        .aboutvel-btn-icon {
            width: 20px;
            height: 20px;
            margin-left: 8px;
        }

        .aboutvel-final-text {
            color: #ef4444;
            font-weight: 600;
            font-size: 18px;
            animation: aboutvel-pulse 2s infinite;
        }

        @keyframes aboutvel-pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.7;
            }
        }/* End custom CSS */