.banner-section-three .content-column h1{
    font-size: 38px;
    
}

#inner-column{
    height: 100%;
    align-items: center;
    display: flex;
}

.offer-highlight {
    font-family: 'Inter', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #f5f5f5, #fff);
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: fit-content;
    
  }
  
  .symbol {
    color: #FF6B00;
    font-size: 22px;
  }
  
  .divider {
    color: #888;
    font-size: 16px;
  }
  
  .feature {
    position: relative;
  }
  
  .feature:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -8px;
    height: 60%;
    width: 1px;
    background: #ddd;
  }

  .form-container {
      background: rgba(0, 0, 0, 0.6);
      padding: 35px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      animation: fadeIn 1s ease-in-out;
    }
    .form-control {
      background: rgb(255, 255, 255);
      border: none;
      border-radius: 8px;
      color: #fff;
      padding: 12px;
      transition: background 0.3s ease;
    }
    .form-control:focus {
      background: rgba(255, 255, 255, 0.25);
      box-shadow: none;
      color: #fff;
    }
    ::placeholder {
      color: rgba(255, 255, 255, 0.6);
    }
    .btn-custom {
      background: linear-gradient(45deg, #ff6f00, #ff9800);
      border: none;
      padding: 12px;
      border-radius: 8px;
      color: #fff;
      font-weight: bold;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-custom:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .form-container h3{
        color: #fff;
        font-weight: 700;
    }

    @media screen and (max-width:991px) {
      .banner-section-three {
        padding-top: 45px!important;
    }  
    #inner-column{
        padding-bottom: 40px;
        display: block;
    }
    }

    @media screen and (max-width:500px) {
         .form-container {
            padding: 15px;
         } 
    }
    .inner-box h5 a span{
        color: #FF6B00;
    }
    .icon-box .icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
      .icon-box .icon img{
      width: 50%;
    }
    .inner-box h6 span{
        color: #FF6B00;
    }

    
        .pre-footer-cta {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 50px 0;
            width: 100%;
            margin: 0;
        }
        
        .cta-container {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .cta-heading {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
            line-height: 1.3;
        }
        
        .whatsapp-box {
            background: white;
            border-radius: 10px;
            padding: 25px;
            margin: 25px auto;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            border: 1px solid #e0e0e0;
            max-width: 100%;
        }
        
        .whatsapp-instruction {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #555;
        }
        
        .whatsapp-number {
            color: #25D366;
            font-weight: 700;
            font-size: 1.6rem;
            display: block;
            margin: 15px 0;
            letter-spacing: 0.5px;
        }
        
        .whatsapp-btn {
            background: #25D366;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.2rem;
            display: inline-flex;
            align-items: center;
            transition: all 0.2s;
            margin-top: 20px;
        }
        
        .whatsapp-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
            color: white;
            text-decoration: none;
        }
        
        .whatsapp-btn i {
            margin-right: 10px;
            font-size: 1.4rem;
        }
        
        .cta-footer-text {
            font-size: 1.2rem;
            color: #666;
            margin-top: 30px;
            line-height: 1.5;
        }
        
        .academy-name {
            color: #FF6B00;
            font-weight: 700;
        }
        
        .demo-highlight {
            font-weight: 700;
            color: #333;
        }
        
        @media (max-width: 768px) {
            .cta-heading {
                font-size: 1.5rem;
            }
            .whatsapp-instruction {
                font-size: 1.1rem;
            }
            .whatsapp-number {
                font-size: 1.3rem;
            }
            .cta-footer-text {
                font-size: 1.1rem;
            }
        }
      .king-premium-offer {
            background: linear-gradient(to right, #2A327B 0%, #068acf 100%);
            color: white;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
            border-radius: 0;
            margin: 40px 0;
        }
        
        .king-premium-offer::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #ff6b00);
        }
        
        .king-premium-container {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .king-premium-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .king-premium-title {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .king-rocket-icon {
            color: #ffd700;
            margin-right: 20px;
            font-size: 3rem;
            animation: king-float 3s ease-in-out infinite;
        }
        
        .king-premium-content {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .king-premium-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .king-premium-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .king-item-icon {
            font-size: 2rem;
            margin-right: 25px;
            color: #ff6b00;
            min-width: 40px;
            text-align: center;
        }
        
        .king-item-content {
            flex: 1;
        }
        
        .king-item-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #ffffff;
        }
        
        .king-price-tag {
            background: #FF6B00;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: 700;
            display: inline-block;
            margin-left: 15px;
            font-size: 1.1rem;
            box-shadow: 0 4px 10px rgba(255, 71, 87, 0.4);
        }
        
        .king-bonus-badge {
            background: linear-gradient(135deg, #FF6B00);
            color: #ffffff;
            padding: 4px 12px;
            border-radius: 4px;
            font-weight: 700;
            margin-left: 10px;
            font-size: 0.9rem;
        }
        
        .king-premium-footer {
            text-align: center;
            margin-top: 40px;
        }
        
        .king-cta-button {
            background: linear-gradient(135deg, #ff6b00);
            color: white;
            border: none;
            padding: 18px 50px;
            font-size: 1.3rem;
            font-weight: 700;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
            box-shadow: 0 10px 25px rgba(255, 0, 98, 0.4);
            position: relative;
            overflow: hidden;
        }
        
        .king-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(255, 0, 98, 0.6);
        }
        
        .king-cta-button::after {
            content: "";
            position: absolute;
            top: -50%;
            left: -60%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(30deg);
            transition: all 0.3s;
        }
        
        .king-cta-button:hover::after {
            left: 100%;
        }
        
        .king-cta-button i {
            margin-right: 15px;
        }
        
        .king-hand-icon {
            color: #ffd700;
            margin-right: 10px;
            font-size: 1.5rem;
        }
        
        .king-highlight {
            color: #ff6b00;
            font-weight: 700;
        }
        
        @keyframes king-float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        
        .king-shape-1 {
            position: absolute;
            top: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
        }
        
        .king-shape-2 {
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
        }
        
        @media (max-width: 768px) {
            .king-premium-title {
                font-size: 1.5rem;
            }
            .king-rocket-icon {
                font-size: 2rem;
                margin-right: 15px;
            }
            .king-item-title {
                font-size: 15px;
            }
            .king-cta-button {
                padding: 15px 30px;
                font-size: 1.1rem;
            }
            .king-item-icon{
                margin-right: 10px;
            }
            .banner-section-three .content-column h1 {
    font-size: 28px;
}

           .header-upper .auto-container{
                   display: flex;
                   justify-content: center;
                  align-items: center;
           }
        }
        
        
        
        .top-header{
            background-color:#fb6304;
            
        }
        .top-header h5{
            color:#fff;
            font-weight:500;
        }
        
        
        
        
@keyframes glowPulse {
  0% {
    background-color: #fb6304;
    box-shadow: 0 0 5px #fb6304, 0 0 15px #fb6304;
    transform: scale(1);
  }
  50% {
    background-color: #fb6304;
    box-shadow: 0 0 15px #fb6304, 0 0 30px #fb6304;
    transform: scale(1.05);
  }
  100% {
    background-color: #fb6304;
    box-shadow: 0 0 5px #fb6304, 0 0 15px #fb6304;
    transform: scale(1);
  }
}

.blinking-button {
  background-color: #fb6304;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  animation: glowPulse 2s ease-in-out infinite;
}

 .coach-section {
            background-color: #f8f9fa;
            padding: 60px 0;
            font-family: 'Arial', sans-serif;
        }
        
        .coach-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            overflow: hidden;
        }
        
        .coach-content {
            padding: 40px;
        }
        
        .coach-image {
            background-color: #e9f5ff;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #555;
        }
        
        .coach-title {
            font-size: 28px;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
        }
        
        .experience-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .experience-item {
            margin-bottom: 25px;
            padding-left: 20px;
            border-left: 3px solid #4a90e2;
        }
        
        .role {
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }
        
        .company {
            color: #4a90e2;
            display: block;
            margin-bottom: 5px;
        }
        
        .details {
            color: #666;
            font-size: 15px;
        }
        
        .coach-bio {
            margin-top: 30px;
            color: #444;
            line-height: 1.6;
        }
        
        .highlight {
            font-weight: 600;
            color: #333;
        }
        
        .connect-btn {
            background-color: #4a90e2;
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 600;
            margin-top: 25px;
            transition: all 0.3s;
        }
        
        .connect-btn:hover {
            background-color: #3a7bc8;
            transform: translateY(-2px);
        }
        
        .image-placeholder {
            text-align: center;
            padding: 20px;
        }
        
       
       
       
