    /* banner video css start */
    .b24-form-btn {
      background-color: #0f58d0;
      background-color: #095075 !important;
    }

    .b24-form-wrapper.b24-form-border-bottom {
      border-bottom: 5px solid rgb(9 80 117) !important;
    }

    .step-box a {
      font-size: 13px;
      font-weight: 800;
    }

    .step-box:hover a {
      color: white;
    }

    /* Fullscreen Loader Container */
    .loader-container {
      position: fixed;
      width: 100%;
      height: 100vh;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }

    /* Loader Animation */
    .loader {
      border: 6px solid #f3f3f3;
      border-top: 6px solid #3498db;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      animation: spin 1s linear infinite;
    }

    /* Spin Keyframes */
    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    /* Hide loader when not needed */
    .loader-container.hidden {
      opacity: 0;
      visibility: hidden;
    }

    .video-banner {
      position: relative;
      height: 100vh;
      width: 100vw;
      overflow: hidden;
    }

    .video-banner video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .info a:hover {
      color: white !important;
      text-decoration: none;
      transform: scale(1.1);
    }

    .contact-sec {
      margin-bottom: 60px;
    }

    .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    }

    .banner-content h1 {
      font-size: 4rem;
      margin-bottom: 1rem;
    }

    .banner-content p {
      font-size: 1.5rem;
    }

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

    i.fas.fa-phone-alt.mr-2 {
      animation: 1.5s ease-in-out 0s infinite normal none running ring-animation;
    }

    @keyframes ring-animation {
      0% {
        transform: rotate3d(0, 0, 1, 0deg);
      }

      20%,
      32%,
      44%,
      56%,
      68% {
        transform: rotate3d(0, 0, 1, 0deg);
      }

      23%,
      35%,
      47%,
      59%,
      71% {
        transform: rotate3d(0, 0, 1, 15deg);
      }

      26%,
      38%,
      50%,
      62%,
      74% {
        transform: rotate3d(0, 0, 1, 0deg);
      }

      80% {
        transform: rotate3d(0, 0, 1, 0deg);
      }
    }

    body {
      overflow-x: hidden;
    }

    /* popup css start */

    .video-btn i {
      font-size: 20px;
    }

    .form-sec {
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
      padding: 30px;
      border-radius: 10px;
      padding-bottom: 4px;
      background: white !important;
    }

    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: rgba(0, 0, 0, 0.8);
    }

    .team-card img {
      overflow: hidden;
      transition: transform 0.3s ease;
      /* 0.3s = 300 milliseconds */
    }

    .team-card img:hover {
      transform: scale(1.1);
    }

    .modal-content {
      position: relative;
      margin: 8% auto;
      width: 80%;
      max-width: 700px;
      background: #000;
      padding: 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    /* Close button */
    .close {
      position: absolute;
      top: 10px;
      right: 16px;
      color: #fff;
      font-size: 32px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1000;
      transition: color 0.3s ease;
    }

    .close:hover {
      color: #e63946;
    }

    /* about us css start */
    .about-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
      padding-block: 50px;
    }

    .images {
      flex: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 16px;
      position: relative;
    }

    .images img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }

    .badge i {
      background: #095075;
      color: white !important;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
    }

    .badge {
      animation: slipPlanet 3s alternate infinite;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 12px 10px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      font-size: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      left: 50%;
      font-weight: 500;
      line-height: 1.6;
    }

    .badge i {
      color: #5b3fd4;
      margin-right: 8px;
    }

    .info {
      flex: 1;
    }

    .label {
      font-size: 13px;
      color: #095075;
      font-weight: 600;
      background: #09507530;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 6px;
      margin-bottom: 10px;
    }

  .title {
    font-size: 28px;
    font-weight: 700;
    color: #095075;
    margin-bottom: 16px;
    line-height: 1.4;
}

    .desc {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
      max-width: 500px;
      line-height: 1.6;
    }

    .stats {
      display: flex;
      gap: 30px;
      margin-bottom: 20px;
    }

    .stat h3 {
      font-size: 16px;
      color: #095075;
      margin-bottom: 4px;
      border: 2px solid;
      width: 54px;
      height: 54px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }

    .stat span {
      font-size: 14px;
      color: #666;
    }

    .double-img img {
      height: 200px;
      margin-bottom: 10px;
    }

    .quote {
      background: #f0f3ff;
      border-left: 4px solid #095075;
      padding: 10px 16px;
      font-size: 14px;
      color: #333;
      margin-bottom: 20px;
      max-width: 480px;
    }

    .info a {
      background: #095075;
      color: white;
      padding: 12px 24px;
      font-size: 14px;
      font-weight: 600;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
    }

    .container {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
    }

    .img-animate:hover:after {
      height: 250%;
      transition: all 600ms linear;
      background-color: transparent;
    }

    .img-animate:after {
      content: "";
      position: absolute;
      width: 200%;
      height: 0%;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.3);
      transform: translate(-50%, -50%) rotate(-45deg);
      z-index: 1;
    }

    /* services section start */
    .circle-absolute2 {
      position: absolute;
      top: 70px;
      right: 32%;
    }

    .circle-absolute1 {
      position: absolute;
      left: 32%;
      bottom: 66px;
    }

    .services-inner {
      background: #095075;
      padding-block: 40px;
      height: 400px;
      position: relative;
    }

    .section h2 {
      text-transform: capitalize !important;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 10px;
      color: white;
      padding-block: 20px;
    }

    .section p {
      font-size: 18px;
      margin-bottom: 40px;
    }

    .about-flex {
      overflow: hidden;
    }

    .work-box {
      background-color: #f9f9fb;
      color: #000;
      border-radius: 10px;
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-block: 30px;
      position: relative;
      margin-top: -240px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .work-box .circle-img {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      overflow: hidden;
      border: 8px solid #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      margin: 20px auto;
      z-index: 1;
    }

    .work-box .circle-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .steps {
      display: flex;
      flex-direction: column;
      width: 32%;
      gap: 20px;
    }

    .step-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      text-align: left;
      z-index: 1;
      position: relative;
    }

    .step-number {
      background: #095075;
      color: #fff;
      font-weight: bold;
      width: 55px;
      height: 57px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .section {
      text-align: center;
    }

    .step-title {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 18px;
    }

    .step-para {
      font-size: 14px;
      line-height: 1.6;
      padding-top: 8px;
    }

    .slide-img:after {
      content: "";
      position: absolute;
      width: 200%;
      height: 0%;
      left: 50%;
      top: 50%;
      background-color: #095075;
      transform: translate(-50%, -50%) rotate(-85deg);
      z-index: 1;
    }

    .slide-img {
      overflow: hidden;
    }

    .card.slick-slide:hover .slide-img img {
      transform: scale(1.3) rotate(-15deg);
      transition: all 4s;
    }

    .slide-img img {
      transition: all 0.2 !important;
    }

    .connector {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    section.section {
      padding-top: 30px;
    }

    .circle-absolute {
      position: absolute;
      top: 70px;
      left: 32%;
    }

    .circle-absolute3 {
      position: absolute;
      right: 31%;
      bottom: 70px;
    }

    /* slider section css start */
    .section-title {
      text-align: center;
      margin-bottom: 30px;
      margin-top: 80px;
    }

    .tag {
      background: #09507536;
      color: #095075;
      padding: 5px 10px;
      border-radius: 15px;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .section-title h2 {
      font-size: 30px;
      color: #000;
      text-transform: capitalize !important;
    }

    .slider-container {
      padding: 20px 0;
      overflow: hidden;
      margin-bottom: 40px;
    }

    .card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      margin: 0 10px;
      border: none !important;
    }

    .card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .card-content {
      padding: 20px 15px;
      background: white;
      position: relative;
      width: 80%;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px,
        rgba(0, 0, 0, 0.23) 0px 3px 6px;
      top: -35px;
      border-radius: 10px;
      margin-left: 20px;
      min-height: 154px;
    }

    .card-content .tag {
      margin-bottom: 8px;
      background: #09507536;
      color: #095075;
    }

    .card-content h4 {
      font-size: 14px;
      color: #000;
    }

    .circle-img {
      position: relative;
    }

    .step-box::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 10px;
      left: 50%;
      transition: all 0.4s;
      top: 0;
      background: #095075;
      /* color: white; */
      z-index: -1;
      border-radius: 8px;
      visibility: hidden;
      opacity: 0;
    }

    .step-box:hover::after {
      width: 100%;
      left: 0;
      top: 0;
      transition: all 0.4s;
      visibility: visible;
      opacity: 1;
      color: white !important;
    }

    .step-box:hover {
      color: white;
    }

    .arrow-button {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #095075;
      color: white !important;
      border: none;
      position: absolute;
      top: -9px;
      right: -6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      cursor: pointer;
    }

   .slick-prev:before, .slick-next:before {
    color: #095075;
    font-size: 24px;
}
    /* test css start */
    .testimonial-section {
      text-align: center;
    }

    .testimonial-section h2 {
      font-size: 30px;
      margin: 10px 0;
      padding-bottom: 10px;
      text-transform: capitalize !important;
    }

    .slider-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin-top: 30px;
    }

    .testimonial-image {
      width: 45%;
      border-radius: 10px;
      overflow: hidden;
    }

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

    .testimonial-content {
      max-width: 500px;
      background: #095075;
      color: #fff;
      padding: 20px;
      border-radius: 10px;
      position: relative;
      height: 300px;
    }
    section.test-outer {
      margin-bottom: 10px;
    }

    .testimonial-content p {
      font-size: 16px;
      margin: 10px 0;
      line-height: 1.5;
    }

    .testimonial-content .stars {
      color: gold;
      font-size: 18px;
    }

    .testimonial-user {
      display: flex;
      align-items: center;
      margin-top: 20px;
      justify-content: space-between;
    }

    .testimonial-user-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .testimonial-user-info img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .testimonial-avatars {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .testimonial-avatars img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid transparent;
    }

    .testimonial-avatars img.active {
      border-color: #095075;
    }

    /* team css start */
    .team-section {
      padding: 60px 20px;
      text-align: center;
    }

    .testimonial-section .badge2 {
      background-color: #0950752b;
      color: #095075;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 12px;
      font-weight: 600;
    }

    .team-header .badge2 {
      background-color: #0950752b;
      color: #095075;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 12px;
      font-weight: 600;
    }

    .team-header h2 {
      text-transform: capitalize !important;
      font-size: 32px;
      margin-bottom: 40px;
    }
    .team-card {
      overflow: hidden;
      width: 350px;
      text-align: center;
      transition: all 0.3s ease;
      position: relative;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      border-radius: 15px;
      background: #09507536;
    }

    .team-card img {
      width: 100%;
      height: 340px;
      object-fit: cover;
      border-radius: 10px;
    }

    .card-info {
      padding: 20px 15px;
      position: absolute;
      bottom: 8px;
      background: white;
      width: 90%;
      border-radius: 20px;
      margin: 2px;
    }

    .card-info h3 {
      text-transform: capitalize !important;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .card-info p {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px;
    }

    /* contact section css start */
    .top-text {
      text-align: center;
    }

    .top-text span {
      background-color: #09507524;
      color: #095075;
      padding: 0.5rem 1rem;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 0.8rem;
    }

    .top-text h2 {
      text-transform: capitalize !important;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 45px;
    }

    .info-cards {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
      margin: 2rem 0;
    }

    .info-card {
      background-color: #09507524;
      padding: 1rem 1.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      gap: 0.8rem;
      flex: 1 1 250px;
      max-width: 300px;
    }

    .info-card i {
      font-size: 1.5rem;
      color: #095075;
    }

    .info-card p {
      margin: 0;
      font-size: 0.95rem;
    }

    .main-section {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      align-items: stretch;
      margin-bottom: 50px;
    }

    .main-section img {
      width: 100%;
      max-width: 500px;
      border-radius: 10px;
      object-fit: contain;
    }

    .form-box {
      background-color: #09507524;
      padding: 2rem;
      border-radius: 10px;
      flex: 1;
      min-width: 300px;
    }

    .form-box h3 {
      margin-bottom: 1rem;
      font-size: 1.25rem;
      font-weight: 600;
    }

    /* hover animation */
    .card.slick-slide:hover .card-content {
      background: #095075;
      color: white;
    }

    .card.slick-slide:hover .card-content .tag {
      margin-bottom: 8px;
      background: white;
      color: black;
    }

    .card.slick-slide:hover .arrow-button {
      background-color: white;
      color: black !important;
    }

    form {
      display: grid;
      gap: 1rem;
    }

    input,
    textarea,
    select {
      padding: 0.75rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      width: 100%;
      font-size: 0.95rem;
    }

    .form-button {
      background-color: #095075;
      color: white;
      border: none;
      padding: 0.75rem;
      font-weight: 600;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .form-button:hover {
      background-color: #3f51b5;
    }

    /*  faq css start   */

    .faq-container {
      max-width: 900px;
      margin: 40px auto;
      padding: 0 20px;
    }

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

    .faq-header h1 {
      text-transform: capitalize !important;
      font-size: 32px;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }

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

    .faq-item {
      background: white;
      margin-bottom: 20px;
      border-radius: var(--border-radius);
      box-shadow: var(--box-shadow);
      overflow: hidden;
      transition: var(--transition);
    }
.faq-question::after {
    content: "+";
    font-size: 1.5rem;
    transition: var(--transition);
    background: white;
    color: black;
    padding: 0px 10px;
    border-radius: 44px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}
  .faq-question {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #0b5176;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 30px;
}

    .faq-question::after {
      content: "+";
      font-size: 1.5rem;
      transition: var(--transition);
    }

    .faq-item.active .faq-question::after {
      content: "-";
    }

    .faq-answer {
      padding: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .faq-item.active .faq-answer {
      padding: 20px;
      max-height: 100px;
    }

    .faq-answer p {
      margin-bottom: 15px;
    }

    .highlight {
      color: var(--accent-color);
      font-weight: 600;
    }

    .cta-section {
      text-align: center;
      margin-top: 40px;
    }

    /*   small section start   */
    .training-section {
      padding: 40px 20px;
      background: #0b5176;
      margin-bottom: 50px;
    }

    section#formmain {
      background: #095075;
      color: white;
      padding-block: 2px;
    }

    .address-list i {
      color: white;
    }

    .follow-icn-outer i {
      background: white;
      border-radius: 40px;
      color: #095075 !important;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    .cta-button {
      text-align: center;
      padding-block: 30px;
    }

    .contact-sec h4 {
      font-size: 17px;
    }

    .contact-sec p {
      font-size: 18px;
    }

    .top-text {
      text-align: center;
      margin-top: 4rem;
    }
    .content {
      color: white;
    }

    .content h2 {
      text-transform: capitalize !important;
      text-align: center;
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: 800;
      line-height: 1.2;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
      margin-top: 30px;
    }

    .content p {
      font-size: 1.5rem;
      margin-bottom: 30px;
      font-weight: 500;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .check-icon {
      display: inline-block;
      width: 28px;
      height: 28px;
      background-color: #f7931e;
      border-radius: 50%;
      margin-right: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      flex-shrink: 0;
      font-weight: bold;
    }


    .training-section .btn {
      display: inline-block;
      background-color: white;
      color: #095075;
      padding: 14px 15px;
      font-size: 1.2rem;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 5px 20px rgba(247, 147, 30, 0.4);
      border: none;
      cursor: pointer;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .program-section {
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
    }

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

    .program-header h2 {
      text-transform: capitalize !important;
      font-size: 30px;
      color: #2c3e50;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }

    .program-header p {
      font-size: 1.1rem;
      color: #7f8c8d;
      max-width: 800px;
      margin: 0 auto;
    }

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

    .program-card p {
      font-size: 17px !important;
      line-height: 1.9 !important;
    }

    .program-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      padding: 30px;
      flex: 1 1 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .program-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    .program-card h3 {
      color: #2c3e50;
      font-size: 20px;
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 10px;
    }

    .program-card ul {
      list-style-type: none;
      margin: 20px 0;
    }

    .program-card ul li {
      padding: 8px 0;
      padding-left: 30px;
      position: relative;
    }

    .program-card ul li:before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #095075;
      font-weight: bold;
    }

    .highlight-card {
      position: relative;
      border: none;
      color: white;
      background: linear-gradient(rgba(9, 80, 117, 0.85),
          rgba(9, 80, 117, 0.85)),
        url("/assets/images/logo/student-image.png") center/cover no-repeat;
    }

    .highlight-card h3 {
      color: white;
      font-size: 24px;
      position: relative;
    }

    .highlight-card ul li:before {
      color: white;
    }

    .highlight-badge {
      position: absolute;
      top: -15px;
      right: 20px;
      background: wheat;
      color: #095075;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      z-index: 1;
    }

    .program-section .cta-container {
      text-align: center;
      margin-top: 40px;
    }

.program-section .cta-button {
    display: inline-block;
    color: white;
    padding: 8px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
    position: relative;
    overflow: hidden;
    background-color: #095075;
}

    .program-section .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(52, 152, 219, 0.6);
    }

    .program-section .cta-button:active {
      transform: translateY(1px);
    }

    .program-section .cta-button:after {
      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;
    }

    .program-section .cta-button:hover:after {
      left: 100%;
    }

    @media (max-width: 768px) {
      .training-header h2 {
        font-size: 1.8rem;
      }
.cert-row {
    justify-content: center !important;
}

      .program-cards {
        flex-direction: column;
        align-items: center;
      }

      .program-card {
        width: 100%;
      }
    }

    @media (max-width: 768px) {
      .training-section {
        padding: 70px 20px;
      }

      .content {
        flex: 0 0 100%;
        text-align: center;
        padding: 20px 15px;
      }

      .content h2 {
        font-size: 20px;
      }
    }

    @media (max-width: 768px) {
      .faq-header h1 {
        font-size: 2rem;
      }

      .faq-question {
        font-size: 14px;
        padding: 15px;
      }

      .faq-item.active .faq-answer {
        padding: 15px;
      }
    }

    @media (max-width: 768px) {
      .info-card {
        flex: 0;
      }

      .info-cards,
      .main-section {
        flex-direction: column;
        align-items: center;
      }

      .main-section img {
        max-width: 100%;
      }
    }

    /* Responsive Design */
    @media (max-width: 900px) {
      .team-card {
        width: 90%;
        max-width: 340px;
      }
    }

    @media (max-width: 1000px) {
      .hero {
        padding: 20px;
      }

      .hero .left h1 {
        font-size: 32px;
      }

      .about-flex {
        padding-inline: 20px;
      }

      .realtime {
        top: 162px;
      }
    }

    @media (max-width: 913px) {
      .work-box .circle-img {
        width: 227px;
        height: 228px;
      }

      .circle-absolute {
        display: none;
      }

      .circle-absolute1 {
        display: none;
      }

      .circle-absolute2 {
        display: none;
      }

      .circle-absolute3 {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .type {
        margin: 0 auto;
      }

      .slider-container {
        padding: 0;
        margin-bottom: 0;
      }

      section.hero-outer {
        height: 100%;
      }

      .testimonial-user-info {
        margin: 0 auto;
      }

      .testimonial-avatars {
        flex-direction: row;
      }

      .slider-wrapper {
        flex-direction: column;
      }

      .testimonial-section h2 {
        font-size: 26px;
      }

      .testimonial-image {
        width: 100%;
      }

      .testimonial-content {
        height: 230px;
      }

      .hero-outer {
        height: 100%;
      }

      .about-flex {
        flex-direction: column;
      }

      .hero .left .buttons {
        justify-content: center;
      }

      .work-box {
        flex-direction: column;
        padding: 20px;
      }

      .slick-prev:before,
      .slick-next:before {
        color: #095075 !important;
        font-size: 24px;
      }

      .steps {
        width: 100%;
      }

      .double-img img {
        height: auto;
      }

      .section h2 {
        font-size: 22px;
      }

      .hero {
        flex-direction: column;
        text-align: center;
        padding-inline: 10px;
      }

      .hero .left,
      .hero .right {
        max-width: 100%;
        width: 100%;
      }

      .hero .left {
        padding-top: 40px;
      }

      .hero .right {
        padding-bottom: 50px;
      }
    }

    /* media query 1920px */
    @media (min-width: 1920px) {
      section.hero-outer {
        background-image: url(Hero-bg-img.png);
        width: 100%;
        height: 100%;
      }
    }

    @media (max-width: 600px) {
      .top-text h2 {
        font-size: 24px;
      }
      .title {
        font-size: 22px;
      }

      .about-flex {
        flex-direction: column;
        padding-inline: 15px;
      }

      .section-title h2 {
        font-size: 24px;
      }

      .hero .left h1 {
        font-size: 25px;
      }

      .hero .left .buttons {
        flex-direction: column;
      }
    }

    @media (max-width: 500px) {
      .video-banner {
        position: relative;
        height: 200px;
        width: 100vw;
        overflow: hidden;
      }

      .testimonial-content {
    height: 424px;
}
.program-section {
    margin: 0px;
}

.program-header h2 {
    font-size: 26px;
}


.info.aos-init.aos-animate {
    text-align: start;
}
.form-sec {
    margin-top: 35px;
}

      .info {
        text-align: center;
      }
    }

    /*  new css start    */
    ul.slick-dots {
      display: none !important;
    }

    .card.slick-slide {
      height: auto;
      border: navajowhite;
      box-shadow: none !important;
    }

    .container {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }

    footer.footer-main.courses-secc {
      padding-top: 50px !important;
      padding-bottom: 40px !important;
    }

    .team-card {
      height: auto;
    }


  /* Layout */
   :root {
      --t: 1.5s;
      /* transition duration */
      --card-w: 360px;
      --card-h: 500px;
      --accent-1: #ffc16f;
      --accent-2: #f76591;
      --shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    }
  .cert-left {
      flex: 1 1 420px;
      min-width: 280px;
    }
  .cert-wrap {
    width: 100%;
    padding-block: 80px;
}
      .cert-row {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
      }
    
 h1.cert-title {
    font-size: 30px;
    text-transform: capitalize !important;
    background: linear-gradient(0deg, #337095, #000000c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
      p.cert-lead {
        color: #000;
        line-height: 1.6;
        margin-bottom: 18px;
      }

      .btn.cert-btn {
        background-image: linear-gradient(145deg, #095075, #091218);
        border: none;
        padding: 10px 18px;
        font-weight: 600;
        border-radius: 8px;
        color: #fff;
      }

      /* Slider container */
      .cert-right {
        width: var(--card-w);
        flex: 0 0 var(--card-w);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .cert-stack-wrap {
        position: relative;
        width: var(--card-w);
        height: var(--card-h);
        perspective: 2000px;
        user-select: none;
      }

      /* Card base */
      .cert-card {
        position: absolute;
        top: 50%;
        left: 50%;
        width: var(--card-w);
        height: var(--card-h);
        transform: translate(-50%, -50%);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: var(--shadow);
        transition: transform var(--t) ease, opacity var(--t) ease,
          box-shadow var(--t) ease;
        will-change: transform, opacity;
        background: #111;
      }
      .cert-card img {
        width: 100%;
        object-fit: cover;
        display: block;
      }

      /* Layered stacking (compact definitions using variables) */
      .cert-card.layer-top {
        transform: translate(calc(-50% - 36px), -50%) scale(1.06) rotateY(-8deg);
        z-index: 22;
        box-shadow: 0 25px 40px rgba(255, 193, 111, 0.15);
      }
      .cert-card.layer-2 {
        transform: translate(-50%, -50%) scale(1) rotateY(-2deg);
        z-index: 20;
      }
      .cert-card.layer-3 {
        transform: translate(calc(-50% + 28px), -50%) scale(0.95) rotateY(3deg);
        z-index: 18;
        opacity: 0.95;
      }
      .cert-card.layer-4 {
        transform: translate(calc(-50% + 64px), -50%) scale(0.9) rotateY(6deg);
        z-index: 16;
        opacity: 0.8;
      }
      .cert-card.layer-more {
        transform: translate(calc(-50% + 94px), -50%) scale(0.85) rotateY(8deg);
        z-index: 12;
        opacity: 0.65;
      }

      /* swap animation */
      .cert-card.swap {
        animation: cert-swap var(--t) ease-out forwards;
      }
      @keyframes cert-swap {
        20% {
          transform: translate(calc(-50% - 220px), -50%) rotateY(-70deg)
            scale(0.78);
          opacity: 0.6;
        }
        100% {
          transform: translate(calc(-50% - 36px), -50%) scale(0.48);
          z-index: -1;
          opacity: 0;
        }
      }

      /* overlay */
      .cert-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 14px 16px;
        background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.55) 100%
        );
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        opacity: 0;
        transition: opacity 0.25s ease;
        pointer-events: none;
      }
      .cert-card:hover .cert-overlay {
        opacity: 1;
        pointer-events: auto;
      }
      .cert-meta {
        font-size: 13px;
        opacity: 0.95;
      }

      /* Controls */
      .cert-controls {
        width: 100%;
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
      .cert-controls-row {
        display: flex;
        gap: 12px;
        align-items: center;
      }
      .cert-arrow-btn {
        background: rgba(0, 0, 0, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.06);
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        cursor: pointer;
        transition: transform 0.15s ease, background 0.15s;
      }
      .cert-arrow-btn:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.06);
      }
      .cert-dots {
        display: flex;
        gap: 8px;
        align-items: center;
      }
      .cert-dot {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.18);
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.2s, transform 0.15s;
      }
      .cert-dot.active {
        background: linear-gradient(180deg, var(--accent-1), var(--accent-2));
        transform: scale(1.18);
      }

      /* accessibility */
      .cert-arrow-btn:focus {
        outline: 2px solid rgba(255, 193, 111, 0.22);
        outline-offset: 2px;
      }

      /* responsive tweaks */
      @media (max-width: 1000px) {
        :root {
          --card-w: 300px;
          --card-h: 420px;
        }
      }
      @media (max-width: 700px) {
.cert-left {
    flex: 0px;
}
        .cert-row {
          flex-direction: column-reverse;
          gap: 20px;
          align-items: center;
        }
        .cert-left {
          text-align: center;
        }
        :root {
          --card-w: 240px;
          --card-h: 340px;
        }
        .cert-right {
          margin-bottom: 8px;
        }
      }

.faq-item:first-child .faq-answer {
  display: block;
}
.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;
}
