*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Style the video: 100% width and height to cover the entire window 
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}*/
.searchicon{
  display: none;
  color: #ffffff;
}

.logo p{
  padding-right: 20px;
  height: 40px;
  margin-top: 4px;
}

.Gravity_logo img{
  width: 150px;
  padding-right: 20px;
  height: auto;
  margin-top: 5px;
}

.logo{
  display: flex;
  justify-content: space-between;
}

.Mcet_logo img{
  padding-right: 20px;
  width: 170px;
  height: auto;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header Styling */
header{
  height: 60px;
  padding: 0 7vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1f1d1dcf;
  border-bottom: 2px solid #00000096;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.763);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0px;
}

.header ul{
  display: flex;
  align-items: center;
  color: #f5f2f2;
}

.header ul li:hover{
  color: #2b74af;
  transition: color 0.3s ease;
}

#brand a {
  color: #fff;
  text-decoration: none;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

nav ul li {
  margin-left: 15px;
  color: #ffffff;
  transition: color 0.3s ease;
}

nav ul li a {
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

nav ul li a:hover {
  color: #1c73b1;
}

.selected a {
  color: #1c73b1;
}

/* Hamburger Icon */
#hamburger-icon {
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 27px;
  height: 2.2px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

/* Hamburger Animation */
.open .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 60px;
  right: 0;
  width: 80%;
  height: calc(100vh - 50px);
  background-color: rgba(0, 0, 0, 0.808);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  opacity: 0;
  transform: translateX(80px);
  pointer-events: none;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  list-style: none;
  padding-left: 0px;
  font-weight: bold;

}

.mobile-menu li {
  margin: 0px 0px;
  list-style-type: none;
}



.mobile-menu a li{
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;

}

.mobile-menu li a:hover {
  color: #1A4F7A;
}

/* Mobile Menu - Opened */
.open .mobile-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  z-index: 9999;
}

/* Backdrop */
#menu-backdrop {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.open ~ #menu-backdrop {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}


.menu-item {
  padding: 40px 100px;
  border-radius: 10px;
  text-align: center;
  background-color: #1c73b100;
  margin-left: 150px;
}

.menu-item:hover {
  background-color: #1A4F7A; /* translucent white hover effect */
  box-shadow: 0 0 10px #ffffff33;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

body {
  background-image: url("images/Gravity_bg.png");
  /* background-repeat: no-repeat;        Prevent repeating */
  background-position: center center; /* Center the image */
  background-size: contain;           /* Make whole image visible, fit inside container */
  /* or */
  /* background-size: 50% auto; */    /* Make width 50%, height auto to maintain ratio */
  
}


.home{
  background-color: #0000000b;
  padding: 0vw 0vw;
  z-index: -1;
  margin-top: 5px;
}


.home_mainpage{
  padding: 0vw 7vw;
}

.home h1{
  padding-top: 40px;
  color: #223648;
}

.home h2{
  color: #223648;
  font-size: 20px;
}

.home p{
  color: #121230;
}
/*SLIDER MAIN PAGE START */
.scroller img{
  width: 150px;
}

.scroller .IEDC_logo img{
  width: 200px;
  height: auto;
}

.scroller .KSUM_logo img{
  width: 120px;
  height: auto;
}

.scroller .Mulearn_logo img{
  width: 120px;
  height: auto;
}

.scroller .comp1{
  padding-left: 100px;
}
.scroller {
  padding-block: 8px;
  
  overflow: hidden;
  user-select: none;
  border-top: 1px solid;

  --gap: 25px;
  display: flex;
  gap: var(--gap);
}

.scroller ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 10s linear infinite;
}

.scroller:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*SLIDER MAIN PAGE END */
.main_slide div {
  margin-top: 70px;
  overflow: hidden;
}

.main_slide img {
  margin-top: 50px;
  width: 550px;         /* change width */
  height: auto;         /* auto height keeps image ratio */
  padding-top: 2vw;
  margin-left: 138px;
}

.main_slide .red_button {
  margin-left: 10px;
  margin-bottom: 15px;
}

.main_slide pre{
  font-size: 45px;
  max-width: 1000px;
  color: #223648;
}

.mainlogo .phn_welcome {
    display: none !important;
  }
.mainlogo .buttons {
    display: none !important;
  }

.main_slide{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  margin-bottom: 100px;
}

.main_slide div:nth-child(2)
{
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 40px;
}

.main_slide div:nth-child(1)
{
  padding-top: 20px;
  flex: 1;
  font-size: 25px;
}

.main_slide div:nth-child(1) p{
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
  color: #223648;
}

.main_slide div:nth-child(1) span{
  color: #1f4c83;
  text-underline-offset: 10px;
  text-decoration-color: #113460 ;
}

.red_button{
  cursor: pointer;
  margin-top: 20px;
  width: 110px;
  font-weight: bold;
  color: aliceblue;
  line-height: 50px;
  background-color: #1A4F7A;
  border: 1px solid #1A4F7A;
  border-radius: 5px;
  padding: 0 5px;
  box-shadow: 0 0px 15px #1e5a8b;
  transition: all 0.2s;
}

.red_button i{
  color: aliceblue;
  transition: all 0.2s;
}

.red_button:hover{
  background-color: aliceblue;
  box-shadow: 0 2px 15px #1e5888;
  color: #1A4F7A;
  border: 1px solid #1A4F7A;
}

.red_button:hover i{
  color: #1A4F7A;
}

.blue_button{
  cursor: pointer;
  margin-top: 20px;
  width: 110px;
  font-weight: bold;
  color: aliceblue;
  line-height: 50px;
  background-color: #1A4F7A;
  border: 1px solid #1A4F7A;
  border-radius: 5px;
  padding: 0 5px;
  box-shadow: 0 0px 10px #1e5a8b;
  transition: all 0.2s;
  margin-bottom: 50px;
}

.blue_button i{
  color: aliceblue;
  transition: all 0.2s;
}

.blue_button:hover{
  background-color: aliceblue;
  box-shadow: 0 2px 15px #1e5888;
  color: #1A4F7A;
  border: 1px solid #1A4F7A;
}

.blue_button:hover i{
  color: #1A4F7A;
}

.Remaining{
  background-color: #1a4f7ace;
  padding: 0vw 7vw;
  padding-top: 80px;
}

.foundation-section {
  background: #dce4ea;
  text-align: center;
  border-radius: 30px;
}

.foundation-section h1{
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}

.foundation-section span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}

.foundation-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.foundation-card {
  background-color: #f2eeee;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 350px;
  max-width: 90%;
  transition: transform 0.3s;
  margin-bottom: 50px;
  text-align: justify;
  text-justify: inter-word; /* Ensures cleaner spacing between words */
  hyphens: auto; 
}

.foundation-card:hover {
  transform: translateY(-5px);
}

.foundation-card h2 {
  font-size: 24px;
  color: #1A4F7A;
  margin-bottom: 15px;
}

.foundation-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.about-section {
  background: #dce4ea;
  text-align: center;
  border-radius: 30px;
  margin-top: 70px;
}


.about-section h1{
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}
.about-section .ecosystem-heading {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: 0px 0 0px;
  color: #1A4F7A;
  display: block;
}
.about-section span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}

.about-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.about-maincard{
  background-color: #f2eeee;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  max-width: 90%;
  transition: transform 0.3s;
  margin-bottom: 50px;
  text-align: justify;
  margin-right: 200px;
  margin-left: 200px;
}

.about-maincard p{
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}

.about-maincard span{
  font-size: 17px;
  color: #444;
  text-decoration: none;
  line-height: 1.6;
}

.about-card {
  background-color: #f2eeee;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 350px;
  max-width: 90%;
  transition: transform 0.3s;
  margin-bottom: 50px;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-maincard .dots{
  display: none;
}

.about-maincard pre{
  display: none;
}

.initial_content .arrow-btn {
  display: none;
}

.about-card h2 {
  font-size: 20px;
  color: #1A4F7A;
  margin-bottom: 15px;
}

.about-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  text-align: justify;
  text-justify: inter-word; /* Ensures cleaner spacing between words */
  hyphens: auto; 
}

.Event-items{
  position: relative;
  margin: 70px 0;
  background-color: #dce4ea;
  border-radius: 30px;
  text-align: center;
  align-items: center;
}

.Event-items h2{
  color: #196ca8;
}

.Event-items h1{
  font-size: 40px;
  color: #1A4F7A;
  text-align: center;
}

.Event-items span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}

.Event-items .menu{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Event-items .event-image {
  width: 200px; /* or any size you want */
  height: auto; /* maintains aspect ratio */
}
.menu .item{
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  width: 280px;
  height: 500px;
  padding: 20px;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 70px;
}

.item:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.item img.event-image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 15px;
}


.item img{
  width: 150px;
  margin-bottom: 15px;
}

.item p{
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #444;
}

.Event-items .red_button{
  width: 140px;
  margin-left: 45%;
  margin-bottom: 20px;
}

.Achievements .red_button{
  width: 140px;
  margin-left: 45%;
  margin-bottom: 20px;
}

.Achievements{
  position: relative;
  margin: 70px 0;
  background-color: #dce4ea;
  border-radius: 30px;
  padding-bottom: 80px;
}

.Achievements .item img{
  margin-bottom: 0px !important;
}

.Achievements .item p{
  margin-bottom: 0px !important;
}

.Achievements .item{
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  width: 280px;
  height: auto;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 70px;
}
.Achievements h2{
  color: #196ca8;
}

.Achievements h1{
  font-size: 40px;
  color: #1A4F7A;
  text-align: center;
}

.allAchievements p{
  font-size: 13px;
  color: #333;
  text-align: justify;
}

.item .main{
  text-decoration: none;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
}

.Achievements span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}

.Achievements .allAchievements{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Achievements .event-image {
  width: 200px; /* or any size you want */
  height: auto; /* maintains aspect ratio */
}

.allAchievements .item{
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.allAchievements .item:hover {
  transform: translateY(-6px);
}

.allAchievements img{
  width: 400px;
}


.allAchievements{
  padding-block: 8px;
  overflow: hidden;
  user-select: none;
  --gap: 25px;
  display: flex;
  gap: var(--gap);
  padding-bottom: 30px;
  padding-top: 10px;
}

.allAchievements ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 60s linear infinite;
}





    .scroll-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 10px;
    }

    .scroll-track {
      display: flex;
      width: max-content;
      animation: scroll-left 40s linear infinite;
    }

    .scroll-list {
      display: flex;
      margin: 0;
      list-style: none;
    }
    .scroll-wrapper:has(.item:hover) .scroll-track {
  animation-play-state: paused;
}
    .scroll-track li {
      min-width: 300px;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .item {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
      background-color: #fff;
      text-align: center;
    }

    .event-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 8px;
    }

    .item p {
      margin-top: 10px;
      font-size: 14px;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }



.scroll-track-right li {
      min-width: 300px;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .scroll-wrapper-right {
      width: 100%;
      overflow: hidden;
      position: relative;
      border: 2px solid #ccc;
      border-radius: 10px;
      background-color: white;
    }

    .scroll-track-right {
      display: flex;
      width: max-content;
      animation: scroll-right 40s linear infinite;
    }

    .scroll-list-right {
      display: flex;
      margin: 0;
      list-style: none;
    }
    .scroll-wrapper:has(.item:hover) .scroll-track-right {
  animation-play-state: paused;
}
    .scroll-track-right li {
      min-width: 300px;
      margin-right: 20px;
      flex-shrink: 0;
    }


    @keyframes scroll-right {
    0% {
    transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }


.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 30px 20px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.profile-pic {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-info h2 {
  font-size: 18px;
  margin: 0;
  display: flex;
  text-align: left;
  gap: 8px;
}

.testimonial-info .designation {
  font-size: 14px;
  color: #666;
  margin: 0px;
  text-align: left;
}

.testimonial-text {
  font-size: 17px;
  color: #666;
  text-align: justify;
}


/* Candid Gallery*/
.Gallery{
  margin-top: 70px;
  background-color: #dce4ea;
  color: #196ca8;
  text-align: center;
  border-radius: 30px;
}

.Gallery h1{
  font-size: 40px;
  color: #1A4F7A;
  text-align: center;
}

.Gallery span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 40px;
}

.memoryitem{
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.memoryitem:hover {
  transform: translateY(-6px);
}

.memoryscroller img{
  width: 400px;
  border-radius: 20px;
}


.memoryscroller{
  padding-block: 8px;
  overflow: hidden;
  user-select: none;
  --gap: 25px;
  display: flex;
  gap: var(--gap);
  padding-bottom: 30px;
  padding-top: 10px;
}

.memoryscroller ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 60s linear infinite;
}

.memoryscroller:has(.memoryitem:hover) ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.memory{
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  width: auto;
  height: auto;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
}

.footer {
  margin-top: 50px;
  background-color: #dce4ea;
  color: #1A4F7A;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  border-radius: 30px 30px 0 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column:first-child {
  flex: 1 1 300px;
  max-width: 350px;
}

.baaki {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.baaki .footer-column {
  flex: 1 1 180px;
  min-width: 160px;
}


.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-column h2 span {
  color: #1A4F7A;
}

.footer-column h3 {
  margin-bottom: 10px;
  color: #1A4F7A;
  font-size: 18px;
  font-weight: bold;
}

.footer-column p {
  margin: 6px 0;
  color: #1A4F7A;
  font-size: 14px;
  line-height: 1.6;
}

.contact-phn {
  display: none;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a i{
  color: #1A4F7A !important;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-icons a i:hover {
  color: #0e3d60;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #c1c9d0;
  padding-top: 20px;
}

.footer-bottom .powered {
  font-size: 13px;
  color: #1A4F7A;
  margin-top: 10px;
}




/* Responsive */
@media only screen and (max-width: 480px) {


body {
  background-image: url("images/Gravity_bgg_phone.png");
  /* background-repeat: no-repeat;        Prevent repeating */
  background-position: center center; /* Center the image */
  background-size: contain;           /* Make whole image visible, fit inside container */
  /* or */
  /* background-size: 50% auto; */    /* Make width 50%, height auto to maintain ratio */
}
.mobile-menu .selected a {
  color: #1c73b1;
}
  nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }

  .logo p{
  padding-right: 10px;
  height: 40px;
  margin-top: 3px;
  }

.Gravity_logo img{
  width: 120px;
  padding-right: 10px;
  height: auto;
  margin-top: 5px;
}

.logo{
  display: flex;
  justify-content: space-between;
}

.Mcet_logo img{
  padding-right: 20px;
  width: 155px;
  height: auto;
  margin-top: 2px;
}


.mainlogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* optional if you want vertical centering */
  text-align: center;
  width: 100%;
}

.main_slide img {
  display: block;
  margin: 20px auto;  /* Horizontally center */
  width: 300px;        /* Your preferred width */
  height: auto;
  padding-top: 2vw;
}

.about-maincard .dots{
  display: block;
}

.about-maincard pre{
  display: block;
}

.initial_content .arrow-btn {
  display: block;
}


.main_slide .red_button {
  display: none;
}

.main_slide{
  padding-bottom: 0px;
}

.main_slide pre{
  display: none;
}

.main_slide span{
  color: #2c5f9d;
}
.mainlogo{
  text-align: center;
}
.mainlogo .phn_welcome{
  display: block !important;
  margin-top: 0px;
  font-size: 12px;
}

.phn_welcome h1{
  font-size: 22px;
  padding-top: 0px;
  margin-top: 50px !important;
  margin-bottom: 0px !important;
  text-align: center;
  margin-left: 0px;
  font-family: Arial, sans-serif;
  font-weight: 1000;
}

.mainlogo .buttons{

  margin-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  padding: 10px;
  display: flex !important;
  justify-content: center;
  gap: 20px; /* Space between buttons */
  flex-wrap: wrap;
}

.scroll h1{
  font-size: 25px;
  color: #223648;
}





/*SLIDER MAIN PAGE START */
.scroller img{
  width: 100px;
}

.scroller .IEDC_logo img{
  width: 160px;
  height: auto;
}

.scroller .KSUM_logo img{
  width: 90px;
  height: auto;
}

.scroller .Mulearn_logo img{
  width: 100px;
  height: auto;
}

.scroller .comp1{
  padding-left: 10px;
}
.scroller {
  padding-block: 8px;
  
  overflow: hidden;
  user-select: none;
  border-top: 1px solid;

  --gap: 25px;
  display: flex;
  gap: var(--gap);
}

.scroller ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 10s linear infinite;
}

.scroller:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*SLIDER MAIN PAGE END */
.main_slide div {
  margin-top: 70px;
  overflow: hidden;
}

.main_slide{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  margin-bottom: 0px;
}

.main_slide div:nth-child(2)
{
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0px;
}

.main_slide div:nth-child(1)
{
  padding-top: 0px;
  flex: 1;
  font-size: 25px;
}

.main_slide div:nth-child(1) p{
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
  color: #223648;
}

.main_slide div:nth-child(1) span{
  color: #1f4c83;
  text-underline-offset: 10px;
  text-decoration-color: #113460 ;
}

.blue_button{
  cursor: pointer;
  margin-top: 20px;
  width: 110px;
  font-weight: bold;
  color: aliceblue;
  line-height: 50px;
  background-color: #1A4F7A;
  border: 1px solid #1A4F7A;
  border-radius: 5px;
  padding: 0 5px;
  box-shadow: 0 0px 10px #1e5a8b;
  transition: all 0.2s;
  margin-bottom: 50px;
}

.blue_button i{
  color: aliceblue;
  transition: all 0.2s;
}

.blue_button:hover{
  background-color: aliceblue;
  box-shadow: 0 2px 15px #1e5888;
  color: #1A4F7A;
  border: 1px solid #1A4F7A;
}

.blue_button:hover i{
  color: #1A4F7A;
}

.Remaining{
  background-color: #1a4f7ace;
  padding: 0vw 7vw;
  padding-top: 70px;
  padding-bottom: 10px;
}

.foundation-section {
  background: #dce4ea;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 20px;
}

.foundation-section h1{
  color: #1A4F7A;
  margin-bottom: 20px;
  font-size: 25px;
}

.foundation-section span{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 25px;
}

.foundation-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}

.foundation-card {
  margin-top: 5px;
  background-color: #f2eeee;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 350px;
  max-width: 90%;
  transition: transform 0.3s;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word; /* Ensures cleaner spacing between words */
  hyphens: auto; 
}

.foundation-card:hover {
  transform: translateY(-5px);
}

.foundation-card h2 {
  font-size: 17px;
  color: #1A4F7A;
  margin-bottom: 15px;
}

.foundation-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.about-section {
  background: #dce4ea;
  text-align: center;
  border-radius: 20px;
  margin-top: 50px;
  padding-bottom: 30px;
}

.read-toggle {
  color: #1a4f7a;
  font-weight: bold;
  cursor: pointer;
}

.about-section h1{
  color: #1A4F7A;
  margin-bottom: 20px;
  font-size: 25px;
}

.about-section .ecosystem-heading {
  font-size: 20px;
}

.about-section span{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 0px;
  font-size: 25px;
}

.about-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.about-maincard{
  background-color: #f2eeee;
  padding: 0px 25px;
  padding-top: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  max-width: 90%;
  transition: transform 0.3s;
  margin-bottom: 0px;
  text-align: justify;
  margin-right: 0px;
  margin-left: 0px;
  overflow: visible;
}

.about-maincard p{
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word; /* Ensures cleaner spacing between words */
  hyphens: auto; 
  line-height: 1.6;
  color: #444;
}

.about-maincard span{
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word; /* Ensures cleaner spacing between words */
  hyphens: auto; 
  line-height: 1.6;
  color: #444;
  text-decoration: none;
}


.about-card {
  background-color: #f2eeee;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 350px;
  max-width: 90%;
  transition: transform 0.3s;
  margin-bottom: -25px;
  text-align: left;
}

.initial_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.initial_content .arrow-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #1A4F7A;
}

.about-card h2 {
  font-size: 17px;
  color: #1A4F7A;
  margin-bottom: 0px;
}

.about-card:hover .arrow-btn {
  transform: rotate(0deg); /* Optional animation */
  margin-top: -10px;
  transition: transform 0.3s ease;
}


.about-card p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-top: 0;
  margin-top: 0;
  opacity: 0;
}

/* Show paragraph when card is open */
.about-card.open p {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
  margin-top: 0px;
  padding-top: 0px;
}

/* Rotate arrow icon when open */
.about-card.open .arrow-btn i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.arrow-btn i {
  transition: transform 0.3s ease;
}

/* Ensure the icon inside the button rotates when the card is open */
.about-card .arrow-btn i {
  display: inline-block;
  transition: transform 0.3s ease;
}




 

.about-card:hover {
  transform: translateY(0px);
  padding: 20px 25px;
  border-radius: 15px;
}

.about-card:hover p{
  display: block;
}

.about-card:hover h2{
  display: block;
  margin-bottom: 15px;
}


.Event-items{
  position: relative;
  margin: 50px 0;
  background-color: #dce4ea;
  border-radius: 20px;
  text-align:  center;
}

.Event-items h2{
  color: #196ca8;
}

.Event-items h1{
  font-size: 25px;
  color: #1A4F7A;
  text-align: center;
}

.Event-items span{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 25px;
}

.Event-items .menu{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Event-items .event-image {
  width: 200px; /* or any size you want */
  height: auto; /* maintains aspect ratio */
}


.menu .item{
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px #00000014;
  width: 280px;
  height: auto;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px;
}

.item:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.item img.event-image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 15px;
}


.item img{
  width: 150px;
  margin-bottom: 15px;
}

.item p{
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #444;
}

.Event-items .blue_button{
  width: 140px;
  margin-bottom: 30px;
}
























.Achievements{
  position: relative;
  margin: 50px 0;
  background-color: #dce4ea;
  border-radius: 20px;
  padding-bottom: 30px;
}

.Achievements .item img{
  margin-bottom: 0px !important;
}

.Achievements .item{
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  width: 250px;
  height: auto;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px;
}
.Achievements h2{
  color: #196ca8;
}

.Achievements h1{
  font-size: 25px;
  color: #1A4F7A;
  text-align: center;
}

.Achievements .item p{
  margin-bottom: 0px !important;
}

.allAchievements p{
  font-size: 13px;
  color: #333;
  text-align: justify;
}

.Achievements span{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 25px;
}

.Achievements .allAchievements{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Achievements .event-image {
  width: 200px; /* or any size you want */
  height: auto; /* maintains aspect ratio */
}

.allAchievements .item{
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.allAchievements .item:hover {
  transform: translateY(-6px);
}

.allAchievements img{
  width: 400px;
}


.allAchievements{
  padding-block: 8px;
  overflow: hidden;
  user-select: none;
  --gap: 5px;
  display: flex;

  padding-bottom: 30px;
  padding-top: 10px;
}

.allAchievements ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;

  animation: scroll 60s linear infinite;
}





    .scroll-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 10px;
    }

    .scroll-track {
      display: flex;
      width: max-content;
      animation: scroll-left 50s linear infinite;
    }

    .scroll-list {
      display: flex;
      margin: 0;
      list-style: none;
    }
    .scroll-wrapper:has(.item:hover) .scroll-track {
  animation-play-state: paused;
}
    .scroll-track li {
      min-width: 300px;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .item {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
      background-color: #fff;
      text-align: center;
    }

    .event-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 8px;
    }

    .item p {
      margin-top: 10px;
      font-size: 14px;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }



.scroll-track-right li {
      min-width: 300px;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .scroll-wrapper-right {
      width: 100%;
      overflow: hidden;
      position: relative;
      border: 2px solid #ccc;
      border-radius: 10px;
      background-color: white;
    }

    .scroll-track-right {
      display: flex;
      width: max-content;
      animation: scroll-right 50s linear infinite;
    }

    .scroll-list-right {
      display: flex;
      margin: 0;
      list-style: none;
    }
    .scroll-wrapper:has(.item:hover) .scroll-track-right {
  animation-play-state: paused;
}
    .scroll-track-right li {
      min-width: 300px;
      margin-right: 20px;
      flex-shrink: 0;
    }


    @keyframes scroll-right {
    0% {
    transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }



.testimonials-container h1{
  font-size: 25px !important;
}




/* Candid Gallery*/
.Gallery{
  background-color: #dce4ea;
  color: #196ca8;
  text-align: center;
  border-radius: 20px;
}

.Gallery h1{
  font-size: 25px;
  color: #1A4F7A;
  text-align: center;
}

.Gallery span{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1A4F7A;
  color: #1A4F7A;
  margin-bottom: 50px;
  font-size: 25px;
}

.memoryitem{
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.memoryitem .memory img{
  border-radius: 10px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.memoryitem:hover {
  transform: translateY(-6px);
}

.memoryscroller img{
  width: 300px;
  border-radius: 20px;
}


.memoryscroller{
  padding-block: 8px;
  overflow: hidden;
  user-select: none;
  --gap: 25px;
  display: flex;
  gap: var(--gap);
  padding-bottom: 30px;
  padding-top: 10px;
}

.memoryscroller ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 60s linear infinite;
}

.memoryscroller:has(.memoryitem:hover) ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.memory{
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  width: auto;
  height: auto;
  padding: 10px;
  padding-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
  margin-bottom: 0px;
}

.footer {
  margin-top: 50px;
  background-color: #dce4ea;
  color: #fff;
  padding: 30px;
  font-family: Arial, sans-serif;
  border-radius: 30px;
  margin-bottom: 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  
}

.footer-column {
  flex: 1 1 180px;
  min-width: 180px;
}

.baaki{
  display: none;
}

.footer-column h2 span {
  color: #1A4F7A;
}

.footer-column h3 {
  margin-bottom: 10px;
  color: #1A4F7A;
}

.footer-column p {
  margin: 5px 0;
  color: #1A4F7A;
  font-size: 14px;
}
.contact-phn {
  display: block;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #1A4F7A;
  padding-top: 10px;
  font-size: 14px;
}

.footer-bottom .powered {
  font-size: 12px;
  margin-top: 10px;
  color: #1A4F7A;
  margin-bottom: 0px !important;
}

}