
    
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover{
  color:#25d366;
  background-color:#FFF;
}

.my-float{
  margin-top:16px;
}

p.float-end a i{
  color: #FF6B6B;
}
p.float-end a i:hover{
  color: #4D96FF;
}
.floata{
  position:fixed;
  width:60px;
  height:60px;
  bottom:120px;
  left:40px;
  background-color: #dc3545;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floata:hover{
  color:red;
  background-color:#FFF;
}

.my-floata{
  margin-top:16px;
}

p.floata-end a i{
  color: #FF6B6B;
}
p.floata-end a i:hover{
  color: #4D96FF;
}

  


        .premium-hero {
            position: relative;
            background: #1a1a1a;
            color: #ffffff;
            padding: 100px 0;
            overflow: hidden;
            font-family: 'Poppins', sans-serif;
        }

        .premium-hero .hero-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .hero-text {
            max-width: 600px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            font-size: 14px;
            background: #2b2b2b;
            padding: 6px 12px;
            border-radius: 50px;
            color: #ff944d;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .hero-badge i {
            margin-right: 8px;
            color: #ff7b00;
        }

        .hero-title {
            font-size: 42px;
            line-height: 1.3;
            color: #fff;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .hero-title .text-gradient {
            background: linear-gradient(90deg, #ff6a00, #ff922d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-description {
            color: #e0e0e0;
            font-size: 16px;
            margin-bottom: 25px;
        }

        .hero-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
        }

        .hero-tags .tag {
            background: #2b2b2b;
            color: #ffffff;
            font-size: 13px;
            padding: 6px 12px;
            border-radius: 25px;
            display: flex;
            align-items: center;
        }

        .hero-tags .tag i {
            color: #ff7b00;
            margin-right: 6px;
        }

        .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .btn-primary,
        .btn-secondary {
            padding: 12px 24px;
            border-radius: 30px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

        .btn-primary {
            background: linear-gradient(90deg, #ff6a00, #ff922d);
            color: #fff;
            box-shadow: 0 0 15px rgba(255, 122, 33, 0.3);
        }

        .btn-primary:hover {
            opacity: 0.9;
        }

        .btn-secondary {
            background: #2b2b2b;
            color: #fff;
            border: 1px solid #444;
        }

        .btn-secondary:hover {
            background: #444;
        }

        .hero-features {
            max-width: 500px;
        }

        .feature-card {
            background: #2b2b2b;
            border-radius: 20px;
            padding: 20px;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            position: relative;
            transition: transform 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
        }

        .feature-icon {
            background: #ff7b00;
            padding: 12px;
            border-radius: 50%;
            margin-right: 15px;
            color: #fff;
            font-size: 20px;
            flex-shrink: 0;
        }

        .feature-content h3 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 5px;
        }

        .feature-content p {
            font-size: 14px;
            color: #dcdcdc;
        }

        .feature-arrow {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #ffa86b;
        }

        .experience-badge {
            position: absolute;
            bottom: -15px;
            right: -30px;
            background: linear-gradient(45deg, #ff6a00, #ff922d);
            color: #fff;
            padding: 30px 20px;
            border-radius: 50%;
            text-align: center;
            box-shadow: 0 0 25px rgba(255, 122, 33, 0.3);
        }

        .experience-badge .years {
            font-size: 24px;
            font-weight: bold;
        }

        .hero-stats {
            display: flex;
            justify-content: space-around;
            margin-top: 80px;
            flex-wrap: wrap;
            background: #2b2b2b;
            padding: 40px;
            border-radius: 20px;
        }

        .stat-item {
            text-align: center;
            margin-bottom: 20px;
            flex: 1;
            color: #fff;
        }

        .stat-icon {
            font-size: 28px;
            margin-bottom: 10px;
            color: #ff7b00;
        }

        .stat-item h3 {
            font-size: 28px;
            font-weight: bold;
        }

        .stat-item p {
            font-size: 14px;
            color: #dcdcdc;
        }

        .hero-shape {
            position: absolute;
            z-index: 0;
        }

        .hero-particles {
            background: radial-gradient(circle, rgba(255, 122, 33, 0.05) 1px, transparent 1px);
            background-size: 30px 30px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            opacity: 0.3;
        }
        
        
