/* ====== RESET & BASE STYLES ====== */
      *,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        /* Color Variables */
        --color-primary: #2563eb;
        --color-primary-light: #3b82f6;
        --color-primary-dark: #1d4ed8;
        --color-secondary: #7c3aed;
        --color-secondary-light: #8b5cf6;
        --color-secondary-dark: #6d28d9;
        --color-accent: #f97316;
        --color-accent-light: #fb923c;
        --color-accent-dark: #ea580c;
        --color-success: #10b981;
        --color-warning: #f59e0b;
        --color-error: #ef4444;
        --color-dark: #111827;
        --color-gray-900: #1f2937;
        --color-gray-800: #374151;
        --color-gray-700: #4b5563;
        --color-gray-600: #6b7280;
        --color-gray-500: #9ca3af;
        --color-gray-400: #d1d5db;
        --color-gray-300: #e5e7eb;
        --color-gray-200: #f3f4f6;
        --color-gray-100: #f9fafb;
        --color-white: #ffffff;

        /* Typography */
     /*   --font-heading: "Montserrat", sans-serif;
        --font-body: "Poppins", sans-serif;*/

        /* Spacing */
        --spacing-xs: 4px;
        --spacing-sm: 8px;
        --spacing-md: 16px;
        --spacing-lg: 24px;
        --spacing-xl: 32px;
        --spacing-2xl: 48px;
        --spacing-3xl: 64px;

        /* Border Radius */
        --radius-sm: 4px;
        --radius-md: 8px;
        --radius-lg: 16px;
        --radius-xl: 24px;
        --radius-full: 9999px;

        /* Shadow */
        --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
          0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
          0 4px 6px -2px rgba(0, 0, 0, 0.05);
        --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
          0 10px 10px -5px rgba(0, 0, 0, 0.04);

        /* Transitions */
        --transition-fast: 0.2s ease;
        --transition-normal: 0.3s ease;
        --transition-slow: 0.5s ease;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: var(--font-body);
        font-size: 16px;
        line-height: 1.5;
        color: var(--color-gray-800);
        background-color: var(--color-gray-100);
        overflow-x: hidden;
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-family: var(--font-heading);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: var(--spacing-md);
        color: var(--color-gray-900);
      }

      p {
        margin-bottom: var(--spacing-md);
      }

     .btn-container a:hover {
    color: white;
}

      img {
        max-width: 100%;
        height: auto;
        display: block;
      }

      ul,
      ol {
        list-style: none;
      }

    /*  .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 var(--spacing-md);
      }
*/
      /* Button Styles */
      .hero-btns a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 28px;
        font-family: var(--font-heading);
        font-weight: 600;
        font-size: 16px;
        border-radius: var(--radius-md);
        border: none;
        cursor: pointer;
        transition: all var(--transition-normal);
        text-align: center;
      }
      .inner-popup-content h2 {
    text-transform: capitalize !important;
}

      .hero-btns a {
        background-color: transparent;
        color: white;
        border: 2px solid white;
        margin-top: 30px !important;
      }
   .inner-popup-imgg img {
    max-height: 333px !important;
    object-fit: cover;
}
      .btn-submit {
        width: 100%;
        padding: 14px 28px;
        margin-top: var(--spacing-md);
        font-size: 16px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        background: #1e5c82;
        color: white;
        border-radius: 10px;
      }

      .btn-submit::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.2),
          transparent
        );
        transition: left 0.7s ease;
        z-index: -1;
      }

      .btn-submit:hover::before {
        left: 100%;
      }

      .btn-submit i {
        margin-left: var(--spacing-sm);
        transition: transform var(--transition-normal);
      }

      .btn-submit:hover i {
        transform: translateX(4px);
      }

      /* Section Styles */
      section {
        position: relative;
      }

      .section-header {
        text-align: center;
        margin-bottom: var(--spacing-2xl);
      }

      .section-header h2 {
        text-transform: capitalize !important;
        font-size: 32px;
        margin-bottom: var(--spacing-sm);
        position: relative;
        display: inline-block;
        color: #1e5c82;
      }

      .section-header p {
        font-size: 1.1rem;
        color: black !important;
        max-width: 600px;
        margin: 0 auto;
      }

      /* ====== HERO BANNER STYLES ====== */
      .hero-banner {
        background: #0b5176;
        color: var(--color-white);
/*        padding: 35px 0 100px;*/
        position: relative;
        overflow: hidden;
      }

      .hero-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("https://images.pexels.com/photos/7130560/pexels-photo-7130560.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
          center/cover no-repeat;
        opacity: 0.1;
      }

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

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

      .hero-text h1 {
        font-size: 1.8rem;
        color: var(--color-accent-light);
        margin-bottom: var(--spacing-sm);
      }

      .hero-text h2 {
        text-transform: capitalize !important;
        font-size: 38px;
        font-weight: 700;
        margin-bottom: var(--spacing-md);
        color: var(--color-white);
      }
      .hero-text h2 span {
        color: var(--color-accent);
        position: relative;
        z-index: 1;
      }

      .hero-text h2 span::after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: rgba(249, 115, 22, 0.3);
        z-index: -1;
      }

      .hero-text p {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.6;
      }

      .hero-btns {
        display: flex;
        gap: var(--spacing-md);
      }

      .hero-image {
        flex: 1;
        max-width: 500px;
        position: relative;
      }

      .image-container {
        position: relative;
        z-index: 2;
      }

      .image-container img {
        width: 100%;
        height: auto;
      }

      .floating-card {
        position: absolute;
        background-color: var(--color-white);
        border-radius: var(--radius-md);
        padding: var(--spacing-sm) var(--spacing-md);
        display: flex;
        align-items: center;
        gap: var(--spacing-sm);
        box-shadow: var(--shadow-lg);
        animation: float 6s ease-in-out infinite;
        z-index: 3;
      }

      .floating-card i {
        color: #235b7f;
        font-size: 1.2rem;
      }
      .floating-card span {
        font-weight: 600;
        color: var(--color-gray-800);
      }

      .card-1 {
    top: 33%;
    left: 3%;
    animation-delay: 0s;
}

      .card-2 {
        bottom: 12%;
        left: 16%;
        animation-delay: 1s;
      }

      .card-3 {
    top: 58%;
    right: -8%;
    animation-delay: 2s;
}

      @keyframes float {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-15px);
        }
      }

      .wave-bottom {
        display: none !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 0;
        z-index: 1;
      }

      .wave-bottom svg {
        width: 100%;
        height: 70px;
      }

  
     
      /* ====== TESTIMONIAL STYLES ====== */
      .testimonials {
        background-color: var(--color-gray-100);
        overflow: hidden;
        height: auto !important;
      }
      .testimonial-item {
    height: auto !important;
}

      .testimonial-slider {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
      }

      .testimonial-track {
        display: flex;
        transition: transform 0.5s ease;
      }

      .testimonial-item {
        width: 33.333%;
        flex-shrink: 0;
        padding: var(--spacing-md);
      }

      .testimonial-content {
        background-color: var(--color-white);
        border-radius: var(--radius-lg);
        padding: var(--spacing-xl);
        box-shadow: var(--shadow-lg);
        position: relative;
      }

      .quote-icon {
    position: absolute;
    top: var(--spacing-md);
    left: var(--spacing-md);
    font-size: 5.5rem;
    color: #1e5c8212;
    z-index: 0;
}

      .testimonial-content p {
        position: relative;
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: var(--spacing-xl);
        color: var(--color-gray-700);
        z-index: 1;
      }

      .testimonial-author {
        display: flex;
        align-items: center;
        gap: var(--spacing-md);
      }

      .testimonial-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #1e5c82;
      }

      .testimonial-author h4 {
        text-transform: capitalize !important;
        font-size: 1.1rem;
        margin-bottom: 2px;
      }

      .testimonial-author p {
        font-size: 0.9rem;
        color: var(--color-gray-600);
        margin-bottom: var(--spacing-xs);
      }

      .rating {
        display: flex;
        gap: 2px;
      }

      .rating i {
        color: var(--color-warning);
      }

      .testimonial-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: var(--spacing-xl);
        gap: var(--spacing-md);
      }

      .control-prev,
      .control-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--color-white);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e5c82;
        cursor: pointer;
        transition: all var(--transition-normal);
        box-shadow: var(--shadow-sm);
      }

      .control-prev:hover,
      .control-next:hover {
        background-color: #1e5c82;
        color: white;
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
      }

      .testimonial-dots {
        display: flex;
        gap: var(--spacing-sm);
      }

      .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--color-gray-300);
        cursor: pointer;
        transition: all var(--transition-normal);
      }

      .dot:hover {
        background-color: var(--color-gray-500);
      }

      .dot.active {
        background-color: #1e5c82;
        width: 30px;
        border-radius: 10px;
      }

      /* ====== CONTACT SECTION STYLES ====== */
      .contact {
        background-color: var(--color-white);
      }

      .contact-wrapper {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: var(--spacing-2xl);
        align-items: center;
      }

      .contact-info {
        padding-right: var(--spacing-xl);
      }

      .info-item {
        display: flex;
        align-items: flex-start;
        gap: var(--spacing-md);
        margin-bottom: var(--spacing-lg);
      }

      .info-item i {
        width: 45px;
        height: 45px;
        background-color: rgba(37, 99, 235, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: #1e5c82;
        flex-shrink: 0;
      }

      .info-item h4 {
        font-size: 1.1rem;
        margin-bottom: var(--spacing-xs);
      }

      .info-item p {
        color: var(--color-gray-600);
        margin-bottom: 0;
        line-height: 1.5;
      }

      .register-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-md);
        margin-top: var(--spacing-xl);
        border-top: 1px solid var(--color-gray-200);
        padding-top: var(--spacing-xl);
      }

      .stat-item {
        text-align: center;
      }

      .stat-item h3 {
        font-size: 2rem;
        color: var(--color-primary);
        margin-bottom: 0;
      }

      .stat-item p {
        font-size: 0.9rem;
        color: var(--color-gray-600);
        margin-bottom: 0;
      }

      .contact-form {
        background-color: var(--color-white);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-xl);
        padding: var(--spacing-xl);
        border: 1px solid var(--color-gray-200);
        position: relative;
        z-index: 2;
      }
      .form-header {
        display: flex;
        align-items: center;
        gap: var(--spacing-md);
        margin-bottom: var(--spacing-lg);
        text-align: center;
        justify-content: center;
      }
      .form-icon {
        width: 45px;
        height: 45px;
        background: #1e648a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .form-icon i {
        color: var(--color-white);
        font-size: 1.2rem;
      }

      .form-header h3 {
        margin-bottom: 0;
        font-size: 20px;
      }

      .form-group {
        margin-bottom: var(--spacing-md);
      }

      .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--spacing-md);
      }

      label {
        display: block;
        margin-bottom: var(--spacing-xs);
        font-weight: 500;
        color: var(--color-gray-800);
        font-size: 14px;
      }
      input,
      select,
      textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid var(--color-gray-300);
        border-radius: var(--radius-md);
        font-family: var(--font-body);
        font-size: 14px;
        transition: all var(--transition-normal);
        background-color: var(--color-gray-100);
        color: var(--color-gray-800);
      }
      input:focus,
      select:focus,
      textarea:focus {
        border-color: var(--color-primary);
        outline: none;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
      }

      textarea {
        min-height: 70px;
        resize: vertical;
      }
      .required {
        color: var(--color-error);
      }

      .checkbox-group {
        display: flex;
        align-items: center;
        gap: var(--spacing-sm);
      }

      .checkbox-group input {
        width: auto;
      }

      .checkbox-group label {
        margin-bottom: 0;
      }

      /* ====== ANIMATION CLASSES ====== */
      .reveal-up,
      .reveal-left,
      .reveal-right {
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
      }

      .reveal-up {
        transform: translateY(30px);
        transition-delay: calc(var(--delay, 0) * 1ms);
      }

      .reveal-left {
        transform: translateX(-50px);
      }

      .reveal-right {
        transform: translateX(50px);
      }

      .reveal-up.revealed,
      .reveal-left.revealed,
      .reveal-right.revealed {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
      }
      .training-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
      }

      .training-content {
        flex: 1;
        min-width: 300px;
      }

      .training-image {
        flex: 1;
        min-width: 300px;
        text-align: center;
      }

      .training-image img {
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      }

      .section-title {
        text-transform: capitalize !important;
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.3;
        font-weight: 600;
      }

     .section-subtitle {
    font-size: 16px;
    color: #34495e;
    margin-bottom: 16px;
    font-weight: 400;
}

      .problem-list {
        margin-bottom: 30px;
      }

      .problem-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #34495e;
    font-size: 16px;
}

      .problem-item:before {
        content: "•";
        color: #095075;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-right: 10px;
        font-size: 1.2rem;
      }

      .cta-highlight {
        background-color: #095075;
        color: white;
        padding: 10px 26px;
        border-radius: 50px;
        display: inline-block;
        font-weight: 500;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        text-decoration: none;
      }

      .cta-highlight:hover {
        background-color: #2980b9;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(52, 152, 219, 0.3);
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
      }

      body {
        background-color: var(--bg-light);
        color: var(--dark-text);
        line-height: 1.6;
      }
      .training-header {
        text-align: center;
        margin-bottom: 72px;
      }

      .training-header h2 {
        text-transform: capitalize !important;
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 12px;
        position: relative;
        display: inline-block;
        line-height: 1.2;
      }
      .training-header p {
        font-size: 16px;
        color: var(--medium-text);
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.8;
      }

      .training-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(253px, 1fr));
    gap: 12px;
}

      .training-card {
        background: var(--bg-white);
        border-radius: var(--border-radius);
        overflow: hidden;
        box-shadow: var(--box-shadow);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
      }

      .training-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--box-shadow-hover);
      }

      .card-image {
        height: 180px;
        width: 100%;
        object-fit: cover;
      }

      .card-content {
        position: relative;
        padding-block: 10px;
        padding-inline: 20px;
      }

      .training-card h3 {
        text-transform: capitalize !important;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 16px;
        color: var(--primary-dark);
        position: relative;
        display: flex;
        align-items: center;
      }

      .training-card p {
        color: var(--medium-text);
        line-height: 1.7;
        font-size: 14px;
      }

.training-cta {
    text-align: center;
    margin-top: 80px;
    padding: 48px;
    background: #095075;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

      .training-cta::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
          circle,
          var(--primary-light) 0%,
          transparent 70%
        );
        opacity: 0.15;
        z-index: -1;
      }

 .training-cta p {
    font-size: 1.3rem;
    margin-bottom: 32px;
    color: white;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px !important;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    animation: pulseScale 2s infinite;
}
      .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1),
          0 4px 6px rgba(0, 0, 0, 0.05);
      }

      .cta-button:hover::before {
        opacity: 1;
      }

      .cta-button span {
        display: inline-block;
        transition: transform 0.3s ease;
      }

      .cta-button:hover span {
        transform: translateX(4px);
      }

      .cta-button svg {
        width: 20px;
        height: 20px;
        margin-left: 8px;
        transition: transform 0.3s ease;
      }

      .cta-button:hover svg {
        transform: translateX(6px);
      }
      :root {
        --primary-dark: #1e40af;
        --primary-medium: #2563eb;
        --primary-light: #93c5fd;
        --secondary-dark: #5b21b6;
        --secondary-light: #c4b5fd;
        --accent: #db2777;
        --accent-light: #f472b6;
        --dark-text: #111827;
        --medium-text: #374151;
        --light-text: #6b7280;
        --bg-light: #f3f4f6;
        --bg-white: #ffffff;
        --success: #10b981;
        --border-radius: 16px;
        --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
          0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --box-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
          0 10px 10px -5px rgba(0, 0, 0, 0.04);
      }
      /* new css start */
      .stream-outer h1 {
        text-transform: capitalize !important;
        text-align: center;
        margin-bottom: 8px;
        color: #2c3e50;
        font-size: 30px;
      }
      .slick-prev:before,
      .slick-next:before {
        color: #2e6a8a;
        font-size: 24px;
      }

      .intro {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.1rem;
        color: #555;
        max-width: 70%;
        margin: 0 auto;
        padding-bottom: 30px;
      }

     .stream-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
/*    height: 420px !important;*/
}


      .stream-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      }

      .stream-header {
        padding: 20px;
        color: white;
      }

      .stream-header h2 {
        text-transform: capitalize !important;
        color: white !important;
        font-size: 20px;
        margin-bottom: 5px;
      }

      .stream-content {
    padding: 20px;
    height: 350px;
}

      .stream-content p {
        margin-bottom: 15px;
      }

      .track-options {
        margin: 15px 0;
      }

      .track-options h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        color: #2c3e50;
      }

      .track-options ul {
        list-style-position: inside;
        margin-left: 5px;
      }

      .track-options li {
        margin-bottom: 5px;
      }

      .learn-list {
        margin: 15px 0;
      }

      .learn-list h3 {
        text-transform: capitalize !important;
        font-size: 1.1rem;
        margin-bottom: 8px;
        color: #2c3e50;
      }

      .learn-list ul {
        list-style-position: inside;
        margin-left: 5px;
      }

      .learn-list li {
        margin-bottom: 5px;
      }

      .btn {
        display: inline-block;
        padding: 8px 12px;
        background-color: #095075;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        transition: background-color 0.3s ease;
        text-align: center;
        margin-top: 10px;
      }

      .btn-container {
        margin-top: 20px;
      }
      .stream-header {
        background-color: #095075 !important;
      }

      /* Slick Slider Custom Styles */
      .training-streams-slider {
        margin: 0 -15px;
        margin-bottom: 50px;
      }
    /*  .stream-card {
        height: 100% !important;
        width: 100%;
        min-height: 440px;
      }*/

      .slick-prev:before,
      .slick-next:before {
        color: #2c3e50;
        font-size: 24px;
      }

      .slick-dots li button:before {
        font-size: 12px;
        color: #3498db;
      }

      .slick-dots li.slick-active button:before {
        color: #3498db;
      }

      .placement-section {
        padding: 30px;
      }

      .placement-header {
        text-align: center;
        margin-bottom: 40px;
      }

      .placement-header h2 {
        text-transform: capitalize !important;
        font-size: 30px;
        color: #2c3e50;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
      }
      .placement-header p {
        font-size: 1.1rem;
        color: #7f8c8d;
        max-width: 800px;
        margin: 0 auto;
      }

      .benefits-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
      }

      .benefit-card {
        flex: 1 1 300px;
        background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
        padding: 25px;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
        min-height: 200px;
        display: flex;
        flex-direction: column;
      }

      .benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }

      .benefit-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: #095075;
      }

      .benefit-card h3 {
        text-transform: capitalize !important;
        font-size: 18px;
        color: #2c3e50;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .benefit-card p {
        color: #555;
        margin-bottom: 15px;
      }

      .success-note {
        margin-top: 40px;
        padding: 20px;
        background-color: #e8f4fc;
        border-left: 4px solid #095075;
        border-radius: 4px;
        max-width: 70%;
        margin: 0 auto;
        margin-block: 40px;
      }

      .success-note p {
        font-style: italic;
        color: #2c3e50;
      }

      @media (max-width: 768px) {
        .cta-button {
    padding: 8px 12px !important;
}
        .placement-header h2 {
          font-size: 1.8rem;
        }

        .placement-header p {
          font-size: 1rem;
        }

        .benefit-card {
          flex: 1 1 100%;
        }
      }

      @media (max-width: 480px) {
        .placement-section {
          padding: 20px;
        }

        .placement-header h2 {
          font-size: 1.5rem;
        }
        .intro {
    max-width: 100%;
}
      }

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

        .stream-card {
          margin: 0 10px;
        }
      }

      @media (max-width: 768px) {
        .training-container {
          margin: 48px auto;
          padding: 0 24px;
        }

        .training-header {
          margin-bottom: 48px;
        }

        .training-header h2 {
          font-size: 26px;
        }
        .stream-outer h1 {
       font-size: 26px;
     }

        .training-header p {
          font-size: 1.1rem;
        }

        .training-cards {
          grid-template-columns: 1fr;
          gap: 24px;
        }

        .card-image {
          height: 160px;
        }

        .card-content {
          padding: 24px;
        }

       .training-cta {
    padding: 24px 11px;
    margin-top: 48px;
}

        .training-cta p {
          font-size: 1.1rem;
        }

       .cta-button {
    padding: 4px 3px;
    font-size: 1rem;
}
      }

      @media (max-width: 768px) {
        .training-wrapper {
          flex-direction: column;
        }

       .section-title {
    font-size: 26px;
}

        .training-content,
        .training-image {
          min-width: 100%;
        }
      }

      .cta-container {
        background: #095075;
        border-radius: 15px;
        padding: 40px;
        width: 100%;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
        color: white;
        text-align: center;
        animation: fadeIn 0.8s ease-out;
        margin: 0 auto;
        max-width: 1140px;
      }

      .cta-container::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.1) 0%,
          rgba(255, 255, 255, 0) 70%
        );
        animation: pulse 8s infinite linear;
        pointer-events: none;
      }

      .cta-heading {
        text-transform: capitalize !important;
        color: white !important;
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: 700;
        position: relative;
      }
      .cta-subheading {
        font-size: 1.1rem;
        margin-bottom: 30px;
        opacity: 0.9;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
      }

     .cta-button {
    display: inline-block;
    background-color: white;
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    animation: pulseScale 2s infinite;
}
     .cta-button:active {
        transform: translateY(1px);
      }

      .cta-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.2),
          transparent
        );
        transition: 0.5s;
      }

      .cta-button:hover::before {
        left: 100%;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes pulse {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }

      @keyframes pulseScale {
        0% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.05);
        }
        100% {
          transform: scale(1);
        }
      }

      .training-container {
        max-width: 1300px;
        margin: 0 auto;
      }

      .section-header {
        text-align: center;
        margin-bottom: 50px;
      }

      .section-header h2 {
        font-size: 32px;
        color: var(--dark);
        font-weight: 700;
        position: relative;
        display: inline-block;
      }

      .section-header p {
        font-size: 1.2rem;
        color: #5a5a5a;
        max-width: 800px;
        margin: 8px auto 0;
        font-weight: 300;
      }

      .batches-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-bottom: 40px;
      }

      .batch-card {
        flex: 1;
        min-width: 320px;
        max-width: 380px;
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        z-index: 1;
      }

      .batch-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          135deg,
          rgba(255, 255, 255, 0.3) 0%,
          rgba(255, 255, 255, 0) 100%
        );
        z-index: -1;
      }

      .batch-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
      }

      .batch-header {
        padding: 14px;
        text-align: center;
        position: relative;
        overflow: hidden;
      }
      .batch-header {
        background-color: #095075 !important;
      }

      .batch-header::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(
          45deg,
          transparent 0%,
          rgba(255, 255, 255, 0.2) 50%,
          transparent 100%
        );
        transform: rotate(45deg);
        animation: shine 3s infinite linear;
      }

      @keyframes shine {
        0% {
          transform: translateX(-100%) rotate(45deg);
        }
        100% {
          transform: translateX(100%) rotate(45deg);
        }
      }

      .batch-header h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        color: white;
        position: relative;
      }

      .batch-duration {
        display: inline-block;
        background: rgba(255, 255, 255, 0.2);
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 15px;
        color: white;
      }

      .batch-body {
        padding: 30px;
        position: relative;
      }

      .batch-body p {
        margin-bottom: 10px;
        color: #555;
        font-weight: 300;
        position: relative;
        padding-left: 25px;
      }

      .batch-body p::before {
        content: "•";
        position: absolute;
        left: 0;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1;
      }

      .batch-best-for {
        background: linear-gradient(135deg, var(--light) 0%, #e9ecef 100%);
        padding: 12px;
        border-radius: 10px;
        margin-top: 25px;
        border-left: 5px solid;
        position: relative;
        overflow: hidden;
      }

      /* Ribbon for popular choice */
      .batch-6months::after {
        content: "MOST POPULAR";
        position: absolute;
        top: 29px;
        right: -40px;
        background: white;
        color: black;
        padding: 5px 35px;
        font-size: 0.8rem;
        font-weight: 600;
        transform: rotate(45deg);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      }

      @media (max-width: 1024px) {
        .batches-flex {
          gap: 25px;
        }

        .batch-card {
          min-width: 280px;
        }
      }

      @media (max-width: 768px) {
        .section-header h2 {
          font-size: 2.2rem;
        }

        .section-header p {
          font-size: 1.1rem;
        }

        .batch-card {
          max-width: 100%;
        }

        .batch-6months::after {
          font-size: 0.7rem;
          right: -35px;
          padding: 3px 30px;
        }
      }

      @media (max-width: 480px) {
        .section-header h2 {
          font-size: 1.8rem;
        }

        .batch-header {
          padding: 20px;
        }

        .batch-body {
          padding: 20px;
        }

        .batch-header h3 {
          font-size: 1.5rem;
        }
      }

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


        .cta-subheading {
          font-size: 1rem;
        }

        .cta-container {
          padding: 30px 20px;
        }

        .cta-button {
          padding: 8px 4px;
          font-size: 1rem;
        }
      }

      @media (max-width: 480px) {
        .cta-heading {
          font-size: 26px;
        }
        .success-note {
    max-width: 100%;
}

        .cta-subheading {
          font-size: 0.9rem;
        }
      }
      @media (max-width: 768px) {
        .section-header h2 {
          font-size: 2rem;
        }

        .stats-container {
          gap: 20px;
        }

        .stat-box {
          width: 160px;
          padding: 30px 20px;
        }

        .stat-number {
          font-size: 2.2rem;
        }
      }

      @media (max-width: 576px) {
        .section-header {
          margin-bottom: 40px;
        }

        .stats-container {
          flex-direction: column;
          align-items: center;
        }

        .stat-box {
          width: 100% !important;
          max-width: 100% !important;
        }
      }


      /* Responsive */
      @media (max-width: 768px) {
        .about-container {
          flex-direction: column;
          text-align: center;
        }
        .overlay-image {
          position: relative;
          left: 0;
          bottom: 0;
          margin-top: 20px;
          width: 80%;
        }
        .about-content {
          padding-top: 20px;
        }
      }

      /* ====== RESPONSIVE STYLES ====== */
      @media (max-width: 1042px) {
        .slick-prev {
    left: -4px !important;
}
.slick-next {
    right: -2px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px !important;
}
        .overlay-image {
          width: 36%;
        }
        .main-image {
          object-fit: contain;
          max-height: 600px;
        }
        .hero-text h2 {
          font-size: 28px;
        }

        .floating-card {
          transform: scale(0.9);
        }

        .card-1 {
          left: 10%;
        }

        .card-3 {
          right: 8%;
        }

        .contact-wrapper {
          gap: var(--spacing-xl);
        }
      }

      @media (max-width: 991px) {
        .hero-content {
          flex-direction: column;
          gap: var(--spacing-2xl);
          text-align: center;
        }

        .hero-text {
          max-width: 100%;
        }

        .hero-btns {
          justify-content: center;
        }

        .hero-image {
          max-width: 400px;
        }

        .contact-wrapper {
          grid-template-columns: 1fr;
        }

        .contact-info {
          padding-right: 0;
          order: 2;
        }

        .contact-form {
          order: 1;
        }

        .section-header.left-align {
          text-align: center;
        }

        .section-header.left-align p {
          margin: 0 auto;
        }

        .footer-content {
          grid-template-columns: 1fr;
          gap: var(--spacing-xl);
        }

        .footer-logo {
          text-align: center;
        }

        .social-links {
          justify-content: center;
        }
      }

      @media (max-width: 768px) {
        .main-image {
          object-fit: contain;
          height: auto;
        }
        .about-container {
          gap: 20px;
        }
        .about-section {
          padding-top: 30px !important;
          padding: 5px 20px;
        }
        .overlay-image {
          width: 100%;
        }
        .header-content {
          padding: var(--spacing-sm) 0;
        }

        .hero-text h1 {
          font-size: 1.5rem;
        }

        .hero-text p {
          font-size: 1rem;
        }

        .floating-card {
          display: none;
        }

        .features-grid {
          grid-template-columns: 1fr;
        }

        .form-row {
          grid-template-columns: 1fr;
        }

        .footer-links {
          grid-template-columns: 1fr;
          gap: var(--spacing-lg);
        }

        .footer-bottom {
          flex-direction: column;
          text-align: center;
        }

        .footer-bottom-links {
          justify-content: center;
          flex-wrap: wrap;
        }
      }

      @media (max-width: 576px) {
        .slick-prev {
    left: -10px !important;
}
.slick-next {
    right: 1px !important;
}
        .section-header h2 {
          font-size: 26px;
        }
        .hero-btns a {
          max-width: 100%;
          margin: 0 auto;
        }
        .main-heading {
          font-size: 26px;
        }
        .trainers {
          padding: 0;
          padding-top: 50px;
        }
        .overlay-image {
          width: 100%;
        }
        .hero-text h2 {
          font-size: 26px;
        }

        .hero-btns {
          flex-direction: column;
          gap: var(--spacing-md);
          margin-top: 40px !important;
        }

        .btn-primary,
        .btn-secondary {
          width: 100%;
        }

        .courses-grid {
          grid-template-columns: 1fr;
        }

        .trainers-grid {
          grid-template-columns: 1fr;
        }

        .register-stats {
          grid-template-columns: 1fr;
          gap: var(--spacing-lg);
        }
      }


/*   new css by issue    */
.contact .container {
    padding-top: 20px !important;
    margin-top: 0px;
}
.footer-inner h4 {
    color: white;
}
.testimonial-content {
    height: auto !important;
    min-height: 420px !important;
}
section.hero-banner .container {
    padding-bottom: 0px !important;
}
.section-header.left-align {
    text-align: start;
}
button.b24-form-btn:hover {
    background: #2b5c82;
}
button.b24-form-btn {
    background: #2b5c82;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 5px solid rgb(43 92 130);
}
.fade:not(.show), .modal-backdrop.fade {
    opacity: 0;
    display: none;
}
.b24-form-inner-box {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: white !important;
}
.b24-form-btn.b24-form-btn-border {
    background-color: #095075 !important;
    color: white !important;
}
.b24-form-success-icon {
    filter: hue-rotate(45deg) !important;
}
.b24-form-state-container .b24-form-success {
    background-color: white !important;
    border-radius: 18px !important;
}
.b24-form-wrapper.b24-form-border-bottom .b24-form-state-container .b24-form-loader, .b24-form-wrapper.b24-form-border-bottom .b24-form-state-container .b24-form-state {
    bottom: 0px !important;
}
.testimonial-dots {
    display: none !important;
}

