  #side-bar{
         position: -webkit-sticky;
  position: sticky;
  top: 10px;
    }
           .contact-wrap {
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.12);
      padding: 40px;
      width: 100%;
      /*max-width: 480px;*/
      border: 2px solid #f0d20c;
    }

    .from-control {
      width: 100%;
      padding: 14px 16px;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 15px;
      transition: all 0.3s;
    }

    .from-control:focus {
      outline: none;
      border-color: #f0d20c;
      box-shadow: 0 0 0 3px rgba(240,210,12,0.2);
    }

    .submit-btn {
      width: 100%;
      padding: 16px;
      background: #1e3a8a;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s;
    }

    .submit-btn:hover {
      background: #1e40af;
      transform: translateY(-2px);
    }

    .mb-15 {
      margin-bottom: 15px;
    }

    label {
      display: block;
      margin-bottom: 6px;
      font-weight: 500;
      color: #333;
    }

    /* Make phone input look same */
    .iti {
      position: relative;
    }
    .iti__flag-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      padding-left: 12px;
      display: flex;
      align-items: center;
    }
        .alumni-section {
            padding: 0px 0px 20px 0px;
            background: white;
        }
        .section-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2.2rem;
            font-weight: 700;
            position: relative;
        }
        .section-title span {
            color: #ff69b4;
        }
        .inner_box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    transition: .5s;
    opacity: 1;
     z-index: 99;
}
        .alumni-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }
        .alumni-card {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            cursor: pointer;
            width: 280px;
    height: 350px;
    /* overflow: hidden; */
    border-radius: 40px;
  /*  overflow: hidden;
    position: relative;*/
        }
/*
        .alumni-card {
    position: relative;
    overflow: hidden;
}
*/
.alumni-card::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: rgba(0, 0, 0, 0.6); /* overlay intensity */
    z-index: 1;
}
/*.alumni-card > * {
    position: relative;
    z-index: 2;
}*/
        .alumni-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        .alumni-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 25px;
        }
        .alumni-card:hover .alumni-overlay {
            opacity: 1;
        }
       .alumni-card:hover .inner_box_content{
        display: none;
        }
        .offer-btn {
            background: #0066ff;
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
             left: 0;
    margin: 0 auto;
    max-width: 190px;
    padding: 18px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: auto;
    z-index: 99;
    font-size: 13px;
}
        }
        .offer-btn:hover {
            background: #0055dd;
            transform: scale(1.05);
        }
        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        .tool-box {
            background: white;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s;
        }
        .tool-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        }
        .tool-img {
            height: 70px;
            margin-bottom: 12px;
        }
        .accordion-button:not(.collapsed) {
            background: #f0f4ff;
            color: #0066ff;
        }
        .check-list li {
            margin-bottom: 12px;
            font-size: 0.95rem;
        }
        .check-list i {
            color: #28a745;
            margin-right: 10px;
        }
       
        /* Modal */
        .offer-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }
        .modal-content {
            background: white;
            border-radius: 15px;
            max-width: 500px;
            width: 90%;
            padding: 30px;
            position: relative;
            text-align: center;
        }
        .modal-close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 28px;
            cursor: pointer;
            color: #666;
        }
        .modal-img {
            max-width: 100%;
            border-radius: 10px;
            margin-bottom: 20px;
        }
 
        /*  .marquee-container {
            width: 100%;
            overflow: hidden;
            background: linear-gradient(90deg, #005bea, #00c6fb);
            padding: 12px 0;
            border-top: 3px solid #fff;
            border-bottom: 3px solid #fff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }*/

.marquee-container{
    overflow: hidden;
}

        .marquee-content {
            display: inline-flex;
            white-space: nowrap;
            animation: scroll-left 18s linear infinite;
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            /* text-shadow: 0 0 0px #fff, 0px 2px 0px #000; */
        }
        .marquee-content:hover {
            animation-play-state: paused;
        }
       
        @keyframes scroll-left {
            0% { transform: translateX(0%); }
            100% { transform: translateX(-50%); }
        }

        .inner_box_content p{
                font-size: 13px;
    font-weight: 600;
    color: white;

        }


        .faq-item {
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f1f1f1;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 26px;
}

.faq-answer {
  display: none;
  padding: 20px;
  font-size: 20px;
  color: #333;
  text-align: left;
  background: #f9f9f9;
  border-radius: 10px;
}

.hidden {
  display: none;
}

#viewMore,
#viewLess {
  margin-top: 20px;
  display: block;
  width: 100%;
  background: #041d5c;
  color: white;
  padding: 18px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 10px;
}

#viewMore:hover,
#viewLess:hover {
  background: #062d89;
}

@media only screen and (max-width: 600px) {
 .faq-item {
    border-bottom: 2px solid #ddd;
    padding: 5px 0;
}
.faq-question {
    font-size: 14px;
    padding: 5px;  
}
.faq-answer {
    padding: 8px;
    font-size: 14px !important;
}
.faq-container {
    padding: 5px;
}
#viewMore, #viewLess {
    padding: 10px;
    font-size: 20px;
}
}

.courses-curriculum {
      border-radius: 10px;
    border: 1px solid #DFDFDF;
    background-color: white;
    
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 40px 35px;
}

.hero-content h2{
    font-size: 25px;
}
.course-details-section {
  padding: 60px 20px;
  background: #fff;
}

.certification-partner {
  text-align: center;
  margin-bottom: 60px;
}

.certification-partner h2 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #333;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
}

.partner-logos img {
    height: 105px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}


/* Stats */

.stats-row {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /*margin: 0 auto 60px;*/
}


.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.stat h2 {
  font-size: 2.8rem;
  margin: 0;
  color: #1e3a8a;        /* or your brand color */
  font-weight: bold;
}

.stat p {
  margin: 8px 0 0;
  font-size: 1.1rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .partner-logos {
    gap: 25px;
  }
  
  .stats {
    gap: 30px;
  }
  
  .stat h2 {
    font-size: 2.2rem;
  }
}
.fifo {
    column-count: 3;
    list-style: none;
    margin: 0;
    padding: 0;

}



    .in-the-news-section {
  background: #e8f0f4;
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  color: #425b76;
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 600;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.news-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.news-logo {
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  
  .news-grid {
    gap: 20px;
  }
  
  .news-card {
    height: 140px;
    padding: 20px;
  }
}

/* Main container */
    .course-marquee-section {
      background: linear-gradient(135deg, #f0f4ff 0%, #f8f9ff 100%);
      padding: 60px 0;
      overflow: hidden;
    }

    .marquee-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
      mask-image: linear-gradient(
        to right,
        transparent,
        black 8%,
        black 92%,
        transparent
      );
      -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 8%,
        black 92%,
        transparent
      );
    }

    .marquee-track {
      display: flex;
      animation: scroll-left 65s linear infinite;
      will-change: transform;
    }

    /* Pause on hover */
    .marquee-wrapper:hover .marquee-track {
      animation-play-state: paused;
    }

    /* Single item */
    .marquee-item {
      flex: 0 0 auto;
      width: 260px;
      margin: 0 18px;
      text-align: center;
      text-decoration: none;
      color: #1f2937;
    }

    .marquee-media {
      position: relative;
      height: 180px;
      background: #943af49e;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      margin-bottom: 12px;
    }

    /* Creative colorful background effect */
   /* .image-bg-effect {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        135deg,
        #a78bfa 0%,
        #7dd3fc 50%,
        #f472b6 100%
      );
      opacity: 0.65;
      z-index: 1;
      filter: blur(24px);
      transform: scale(1.25);
      transition: all 0.7s ease;
    }

    .marquee-item:hover .image-bg-effect {
      opacity: 0.85;
      filter: blur(32px);
      transform: scale(1.45);
    }*/

    /* Image on top */
    .marquee-media img {
      position: relative;
      z-index: 2;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      transition: transform 0.5s ease;
    }

    .marquee-item:hover img {
      transform: scale(1.1);
    }

    .marquee-title {
      font-size: 15px;
      font-weight: 700;
      color: #374151;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* Infinite scroll animation */
    @keyframes scroll-left {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 768px) {
      .marquee-item {
        width: 220px;
        margin: 0 12px;
      }
      
      .marquee-media {
        height: 150px;
      }
      
      .marquee-track {
        animation-duration: 50s;
      }
    }

    .image-bg-effect:after,.cimage-bg-effect:before {
    --stack-offset-y: -5px;
    --stack-offset-x: -5px;
    --stack-bg: var(--stack-color-1);
    background: var(--stack-bg,#dbdbde);
    border: 2px solid #fff;
    border-radius: 10px;
    content: "";
    display: block;
    height: 98%;
    overflow: hidden;
    position: absolute;
    right: var(--stack-offset-x);
    top: var(--stack-offset-y);
    -webkit-transform: translate(var(--stack-translate-x),var(--stack-translate-y));
    -ms-transform: translate(var(--stack-translate-x),var(--stack-translate-y));
    transform: translate(var(--stack-translate-x),var(--stack-translate-y));
    -webkit-transition: .5s cubic-bezier(.34,1.56,.64,1);
    transition: .5s cubic-bezier(.34,1.56,.64,1);
    -webkit-transition-delay: var(--stack-translate-delay,.1s);
    transition-delay: var(--stack-translate-delay,.1s);
    width: 98%;
    z-index: 0
}

@media (hover: hover) {
    .image-bg-effect:hover .image-bg-effect:after,.image-bg-effect:hover .image-bg-effect:before {
        --stack-translate-scale:0.5;
        --stack-translate-x: calc(var(--stack-offset-x)*-1*var(--stack-translate-scale));
        --stack-translate-y: calc(var(--stack-offset-y)*var(--stack-translate-scale));
        border-radius: 8px
    }
}

.image-bg-effect:before {
    --stack-translate-delay: 0s;
    --stack-bg: var(--stack-color-2);
    --stack-offset-y: -10px;
    --stack-offset-x: -10px;
    border-radius: 12px;
    height: 96%;
    opacity: .4;
    /* width:96%; */
}
