     /* 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;
}
      .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;
}

      /* 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: 25px;
        font-weight: 700;
        color: #000000e0;
        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 {
        text-align: center;
      }
      .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: 50px;
      }
      .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;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        position: relative;
        margin: 0 10px;
      }
      .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;
}
.team-card {
    margin: 10px;
}
      .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: #6a5cd6;
        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: 200px;
      }
      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-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
      } */
      .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;
        margin-bottom: 2rem;
      }
      .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;
      }
      .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;
      }

      @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) {
        .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: 275px;
}
.info {
    text-align: center;
}

        }


/*  new css start    */
.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;
}
