/*Av*/
/* h3{
  font-size: 28px !important;
} */
@media(min-width: 769px){
.height-sfull{
  height: 100% !important;
}
}
 .image-scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.image-scroll-track {
    display: flex;
    width: max-content;
    animation: scrollImages 35s linear infinite;
}

.image-scroll-track img {
    width: 250px;  /* adjust as needed */
    height: 187px;
    margin-right: 20px;
    border-radius: 10px;
}

@keyframes scrollImages {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.past-events-card{align-items: flex-start !important;}
.th-hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
 /* Show desktop by default */
.hero-bg-desktop-av {
  display: block;
}

.hero-bg-mobile-av {
  display: none;
}

/* Mobile switch */
@media (max-width: 767px) {
  .hero-style1{
    align-content: unset !important;
  }
  .hero-bg-desktop-av {
    display: none;
  }

  .hero-bg-mobile-av {
    display: block;
  }
  .mobile-banner-h{
    height: 600px;
    align-items: flex-start !important;
  }
}

.content-text h4{
   color: #C02222 !important;
   font-size: 22px !important;
}
 h2{
  color: #C02222 !important;
 }
 .tab-content .content-text p,
 .tab-content .content-text ul,
 .tab-content .content-text li{
  font-size: 16px !important;

}

 .head-size {
  font-size: 32px !important;
  line-height: 40px !important;
 }

 .subhead-size{
  font-size:28px !important;
    line-height: 40px !important;

 }

 .pinterest-columns {
  column-count: 3;
  column-gap: 18px;
}

.pinterest-columns img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 10px;
  break-inside: avoid;
  transition: transform 0.4s ease;
}

.pinterest-columns img:hover {
  transform: scale(1.03);
}

/* Tablet */
@media (max-width: 992px) {
  .pinterest-columns {
    column-count: 2;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .pinterest-columns {
    column-count: 1;
  }
}

.year-content,
.event-item1 {
  display: none;
}

.year-content.active,
.event-item1.active {
  display: block;
}

/*event strt*/
.events-nopadding{
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}

/* ==============================
   EVENT TAB CONTENT DESIGN
============================== */

.main-tab-content {
    display: none;
    text-align: center;
    padding: 30px 0;
}

.main-tab-content.active {
    display: block;
}

/* Image grid */
.event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 25px;
}

.event-gallery-grid img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.event-gallery-grid img:hover {
    transform: scale(1.05);
}

/* Title */
.event-title {
    color: #c02222;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

/* Description */
.event-desc {
    max-width: 900px;
    text-align: center;
    margin: auto;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* Mobile */
@media (max-width: 768px) {
    .event-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-gallery-grid img {
        height: 140px;
    }
}

.events-nobottom{
  margin-bottom: 0px !important;
}

.events-nobox{
  box-shadow: none !important;
}
/* ================= PAST EVENTS ================= */

.past-events-section {
    background: #fff7e6;
    padding: 60px 20px;
    text-align: center;
}

.past-events-title {
    color: #c02222;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media(min-width: 769px){
.past-events-card {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    padding-left: 0px !important;
    display: flex;
    /* align-items: center; */
}
}
/* LEFT YEAR TABS */
@media(min-width: 769px){
.year-tabsav {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 150px ;
    margin-top: 90px;
}
}

@media(max-width: 767px){
.year-tabsav {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
}

/* LEFT YEAR TABS */
@media(min-width: 769px){
.year-tabs {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 150px ;
}
}

@media(max-width: 767px){
.year-tabs {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
}

.year-tab {
    border: none;
    padding: 18px 28px;
    font-weight: 700;
    cursor: pointer;
    background: #f4c430;
    color: #000;
}

.year-tab.active {
    background: #c02222;
    color: #fff;
}

/* RIGHT SIDE */
.year-content-wrapper {
    flex: 1;
    border-left: 2px solid #c02222;
    padding-left: 30px;
}

.year-content {
    display: none;
}

.year-content.active {
    display: block;
}

/* TOP EVENT TABS */
.event-tabs {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left !important;
}

.event-tab {
    border: none;
    text-align: left;
    padding: 10px 20px;
    cursor: pointer;
    background: #e0e0e0;
    font-weight: 600;
    margin-bottom: 6px;
}

.event-tab.active {
    background: #d5d5d5;
    color: #c02222;
}

/* IMAGE */
.event-image-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    display: none;
}

.event-image.active {
    display: block;
}

/* BUTTON */
.past-events-footer {
    margin-top: 30px;
}

.view-archive-btn {
    display: inline-block;
    border: 1.5px solid #c02222;
    color: #000;
    padding: 10px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.view-archive-btn:hover {
    background: #c02222;
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .past-events-card {
        flex-direction: column;
        max-width: 1100px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    }

    .year-tabs {
        flex-direction: row;
    }

    .year-content-wrapper {
        border-left: none;
        padding-left: 0;
        border-top: 2px solid #c02222;
        padding-top: 20px;
    }
}




.events-p{
  padding-bottom: 0px !important;
}


/*event end*/
 .club-tabs-section {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
}

/* ===== TITLE ===== */
.club-main-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
}

/* ===== DESKTOP TABS ===== */
.club-tabs-desktop {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ===== TAB BUTTON ===== */
.club-tab-btn {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 6px !important;
    background-color: #e9e9e9 !important;
    color: #000000 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    white-space: nowrap !important;
}

/* ===== ACTIVE TAB ===== */
.club-tab-btn:hover {
    background: #e9e9e9 !important;
    border-bottom: 3px solid #C02222 !important;
    
}

/* Red bottom border for active tab */
.club-tab-btn.active {
   color: #C02222 !important;
    border-bottom: 3px solid #C02222 !important;
    font-weight: 600 !important;
    background-color: #e9e9e9 !important;
}

/* ===== SEPARATOR LINE ===== */
.club-tabs-desktop::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-top: 18px;
}

/* ===== CONTENT WRAPPER ===== */
.club-content-wrapper {
    margin-top: 30px;
}

/* ===== CONTENT ===== */
.club-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.club-content.active {
    display: block;
}

.club-content h3 {
    color: #c02222;
    font-size: 26px;
    margin-bottom: 10px;
}

.club-content p{
  color: #000 !important;
}

/* ===== MOBILE DROPDOWN ===== */
.club-tabs-mobile {
    display: none;
    margin-bottom: 20px;
}

.club-tabs-mobile select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .club-tabs-desktop {
        display: none;
    }
    .club-tabs-mobile {
        display: block;
    }
}

/* ===== ANIMATION ===== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/*end tabs*/

.black-color {
  color: #000;
}

.blink-btn-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.blink-btn {
  background: #C02222;
  color: #fff;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
   animation: softPulse 1s infinite;
  box-shadow: 0 0 0 rgba(192, 34, 34, 0.7);
  transition: transform 0.2s ease;
}

.blink-btn:hover {
  transform: translateY(-2px) scale(1.03);
  color: #fff;
}

/* Glow / blink animation */
@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(192, 34, 34, 0.35);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(192, 34, 34, 0.45);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(192, 34, 34, 0.35);
  }
}


/*student corner end*/

.inner-hero-container{
  height: 450px;
}
.sparc-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #fff;
}

.sparc-title {
  padding: 16px 20px;
  color:#000;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.sparc-title::after {
  content: "▾";
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.sparc-item.active .sparc-title::after {
  transform: rotate(180deg);
}

.sparc-content {
  display: none;
  padding: 15px 20px 20px;
}

.sparc-item.active .sparc-content {
  display: block;
}


/* ol li , ul li{
  color: #000 !important;
} */

.student-row {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.student-video {
  width: 50%;
}

.student-right-content {
  width: 50%;
}

 .batch-content-wrapper p {
  color: #000 !important;
 }

 .batch-content p {
  color: #000 !important;
 }
.student-img {
   width: 299px !important; 
  height: 384px !important;        /* You can change this height */
  object-fit: cover;   /* Crops image nicely */
  border-radius: 6px;
}

.student-img1 {
  
  
  object-fit: cover;   /* Crops image nicely */
  border-radius: 6px;
}

.content-text1 p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
 
  line-height: 1.7;
  color: #333333;
  margin-bottom: 20px;
}
.profile-image-box {
  border: 4px solid #000;
  padding: 6px;
  display: inline-block;
}

.profile-image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.specialisation-tabs, .inner-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.spec-tab-btn, .inner-tab-btn {
  padding: 10px 18px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}

.spec-tab-btn.active, .inner-tab-btn.active {
  background: #000;
  color: #fff;
}

/* LEVEL 2 */
.spec-content {
  display: none;
}
.spec-content.active {
  display: block;
}

/* LEVEL 3 */
.inner-tab-content {
  display: none;
}
.inner-tab-content.active {
  display: block;
}

.nx-l2-panel,
.nx-l3-panel {
  display: none;
}

.nx-l2-panel.active,
.nx-l3-panel.active {
  display: block;
}

.nx-l2-btn,
.nx-l3-btn {
  padding: 10px 16px;
  cursor: pointer;
}

.nx-l2-btn.active,
.nx-l3-btn.active {
  background: #5b2d8b;
  color: #fff;
}
.gallery-box {
  width: 100%;
  height: 291px;       /* You can change height */
  overflow: hidden;
  border-radius: 6px;
}



.gallery-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;   /* This makes all images same size */
  transition: transform 0.4s ease;
}

.gallery-box:hover .gallery-img {
  transform: scale(1.05);
}

.gallery-box1 {
  width: 100%;
 
  overflow: hidden;
  border-radius: 6px;
}
.gallery-box1:hover .gallery-img {
  transform: scale(1.05);
}

.gallery-box2 img{
  width: 100% !important;
 
  overflow: hidden;
  border-radius: 6px;
}

.gallery-img1 {
  width: 100% !important;
 
  object-fit: cover;   /* This makes all images same size */
  transition: transform 0.4s ease;
}

.gallery-img3 img {
  width: 100% !important;
 height: 291px !important;
  object-fit: cover;   /* This makes all images same size */
  transition: transform 0.4s ease;
}

.student-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.student-card {
 
  border-radius: 16px;
  overflow: hidden;
  
}



.student-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.student-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student-info {
  padding: 16px 18px;
  font-size: 14px;
}

.student-info p {
  margin: 6px 0;
}

/* Mobile */
@media (max-width: 768px) {
  .student-grid {
    grid-template-columns: 1fr;
  }
}

.video-section {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Av-end*/

/*AB Patil start*/

@media (max-width: 768px) {
  .mgtop20 {
    margin-top: 20px !important;
  }
}

.borderclr {
  border-bottom: 1px solid #000 !important;
}

