* {
    font-family: "Open Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------  */
.nav-link.active {
  font-weight: bold;
  border-bottom: 2px solid white;
  color: #ffff !important; /* optional color */
}
@media (max-width: 767px) {
  .nav-link.active {
    font-weight: normal;
    border-bottom: none;
    color: inherit !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------  */
.conference-title {
  max-width: 220px;
  line-height: 1.3;
  font-size: 16px;
  word-break: break-word;
}

@media (min-width: 576px) {
  .conference-title {
    max-width: 260px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .conference-title {
    max-width: 350px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .conference-title {
    max-width: 420px;
    font-size: 16px;
  }
}

.gradient-text {
  background: linear-gradient(to right, #ffcc00, #ff33cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------  */
.carousel-inner{
  /* height: 400px; */
  width: 100%;
}

video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Base header style: starts transparent */
header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: black;
  transition: background-color 3s ease, box-shadow 0.4s ease;
}

/* When scrolled: becomes black with shadow */
header.scrolled {
  background-color: transparent;
  
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Navbar stays on top of video/background */
nav.gooleforms {
  z-index: 1032;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------  */
.offcanvas {
  background-color: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent black */
  backdrop-filter: blur(10px); /* Optional: glassy blur effect */
  -webkit-backdrop-filter: blur(10px);
}
.navbar-toggler {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------  */
.logo {
    height: 200px;
    width: 200px;
    margin-left: 20px;
}
.nav-link{
  font-size: 16px;
  font-weight: 400;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* ON SCROLL ACTIVATION ACTIVE CLASS  */
.ACTIVE:hover {
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #0d6efd)
}
.About-isim  {
    font-weight: 500;
    color: #9EE7FE; 
}

.objectivespera p {
    font-size: 0.11rem;
    margin: 0;
    line-height: 1.3;
}
.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-nav .nav-item {
    margin: 2px 6px;
  }

  .navbar-brand span {
    font-size: 1.1rem; /* Smaller logo text */
  }

  .ICMIT-2025LOGO {
    white-space: nowrap;
    /* display: none !important; */
    display: inline !important; /* Ensure it's always visible */
  font-weight: bold;

  }

  .nav-link {
    padding: 0.3rem 0.5rem;
    font-size: 0.6rem; /* Reduced font size for nav links */
  }

  .dropdown-menu .dropdown-item {
    font-size: 0.5rem; /* Smaller dropdown menu text */
  }

 
  .offcanvas-title {
    font-size: 1.1rem;
  }

  body {
    overflow-x: hidden;
    font-size: 0.95rem; /* Optional: global font size adjustment */
  }
}




@media (min-width: 768px) {
  .navbar-toggler {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* ROBOTHAND  */
.robostar-image {
    width: 100%;
    height: 200px;
}

@media (min-width: 576px) {
    .robostar-image {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .robostar-image {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .robostar-image {
        height: 450px;
    }
    
}
/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */
/* Robostar Image Container */
.robostar-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

/* Robo-Star Image */
.robostar-image {
  width: 100%;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.3),
    0 0 60px rgba(0, 255, 255, 0.4),
    0 0 100px rgba(0, 204, 255, 0.3);
  animation: starGlow 6s ease-in-out infinite alternate;
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Hover Effects */
.robostar-container:hover .robostar-image {
  transform: scale(1.03) rotateZ(2deg);
  filter: brightness(1.2) saturate(1.3);
}

/* Glow Animation */
@keyframes starGlow {
  0% {
    box-shadow:
      0 0 20px rgba(255, 255, 255, 0.4),
      0 0 60px rgba(0, 255, 255, 0.2),
      0 0 100px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow:
      0 0 40px rgba(255, 255, 255, 0.9),
      0 0 90px rgba(0, 255, 255, 0.5),
      0 0 140px rgba(255, 255, 255, 0.4);
  }
}
/* ------------------------------------------------------------------------------------------------------------  */
/* Starfield Background Canvas */
  #starfield-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    pointer-events: none;
    background: transparent;
  }
  /* ------------------------------------------------------------------------------------------------------------------------ */
  /* Starfield Background Canvas */
  #starfield-canvas2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    background: transparent;
  }
  /* ------------------------------------------------------------------------------------------------------------------------  */
  #starfield-canvas3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; /* Ensure it's above background but under text if needed */
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.ISIM-image {
  position: relative;
  z-index: 2; /* Ensure image stays above canvas */
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* .parallax-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.2s ease;
}

.parallax-tilt {
  transform-style: preserve-3d;
  transition: transform 0.2s ease-in-out;
} */

/* uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu  */
/* Particle Layer for Floating Stars */
.particle-layer::before,
.particle-layer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.6) 2px, transparent 3px),
    radial-gradient(circle, rgba(0, 255, 255, 0.4) 1.5px, transparent 2.5px),
    radial-gradient(circle, rgba(255, 0, 255, 0.3) 1px, transparent 2px);
  background-repeat: repeat;
  background-size: 100px 100px;
  animation: floatParticles 30s linear infinite;
  z-index: 1;
  pointer-events: none;
}

/* Slower layer (depth effect) */
.particle-layer::after {
  animation-duration: 60s;
  opacity: 0.3;
}

/* Particle floating movement */
@keyframes floatParticles {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px -200px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
.modernlight {
    margin: 20px auto 0 auto;
    width: 80%;
    max-width: 350px;
    height: 180px;
    background: url('../images/mt.jpg') no-repeat center;
    background-size: contain;
    display: none !important;
}
}
.joinus{
    font-size: x-small;
    font-weight: 300;
    
    color: #fff;
    text-align: right;

}
.carousal-backgound {
    background: linear-gradient(to left, #0a0f1a, #0b0e14);
}

.robostar-bg {
    background: linear-gradient(to right, #0c1018, #0a0d13);
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.modernlight {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(241, 234, 241, 0.2);
  box-shadow:
    0 0 30px rgba(255, 0, 150, 0.6),
    0 0 60px rgba(255, 0, 153, 0.4),
    0 0 100px rgba(132, 61, 232, 0.177);
  animation: glowAnimation0 3s infinite alternate;
  transition: transform 0.3s ease-in-out;
}
.modernlight:hover {
  transform: scale(1.03);
}
/* Lighting Glow Animation */
@keyframes glowAnimation0 {
  0% {
    box-shadow:
      0 0 15px rgba(241, 239, 241, 0.962),
      0 0 30px rgba(28, 103, 243, 0.3),
      0 0 50px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow:
      0 0 40px rgba(255, 0, 150, 0.8),
      0 0 80px rgba(0, 150, 255, 0.6),
      0 0 120px rgba(255, 255, 255, 0.3);
  }
}




.VR{
margin-top: 100px;
margin-left: 24px;
height: 200px;
width: 300px;
background-repeat: no-repeat;
background-size: contain;
}


@media only screen and (max-width: 600px) {
.VR{
    display: none !important;
}
}
.about_desciption{
  align-items: center;
  text-align: justify;               /* Aligns text neatly on both sides */
  font-size: 14px;
  font-weight: 300;                 /* Slightly larger for readability */
  line-height: 1.5;                  /* Adds space between lines */
  color: #f8f9fa;                    /* Light text for dark background */
  padding: 5px;                     /* Adds breathing space inside */
  background-color: #0c1018;         /* Dark themed background */
  border-radius: 10px;               /* Smooth rounded corners */
  box-shadow: 0 0 10px rgba(190, 188, 188, 0.4); /* Soft shadow */
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
/* Optional responsive font for smaller devices */
@media (max-width: 768px) {
  .about_desciption {
    font-size: 1rem;
    padding: 10px;
  line-height: 1.8;
  margin-bottom: 1rem;
  color:#f8f9fa; /* soft white */

  }
}

.responsive-video {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.responsive-video video {
    width: 100%;
    height: auto;
    display: block;
}

/* Aspect ratio for mobile (21:9) */
@media (max-width: 576px) {
    .responsive-video::before {
        content: "";
        display: block;
        padding-top: 42.85%; /* 9 / 21 * 100 */
    }

    .responsive-video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
}

/* Aspect ratio for tablet (4:3) */
@media (min-width: 577px) and (max-width: 991px) {
    .responsive-video::before {
        content: "";
        display: block;
        padding-top: 75%; /* 3 / 4 * 100 */
    }

    .responsive-video video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
/* Default (e.g., desktop) uses natural dimensions */

.objectivebackground {
    background-image: url('../images/cybernetwork.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.objectivespera {
    background-color: rgba(12, 16, 24, 0.85);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(190, 188, 188, 0.3);
    padding: 15px;
    margin-bottom: 15px;
    color: #f8f9fa;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

.objectivespera h6 {
    font-weight: 600;
    color: #9EE7FE;
    margin-bottom: 5px;
    font-size: 1rem;
}

.objectivespera p {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .objectivespera {
        padding: 12px;
    }

    .objectivespera h6 {
        font-size: 0.95rem;
    }

    .objectivespera p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .objectivebackground {
        padding: 30px 15px;
    }

    .objectivespera h6 {
        font-size: 0.9rem;
    }

    .objectivespera p {
        font-size: 0.85rem;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .objectivespera {
    font-size: 1rem;
  }
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #111 0%, #222 100%);
}

.styled-image {
  width: 100%;
  border-radius: 1px;
  border: 1px solid rgba(241, 234, 241, 0.2);
  box-shadow:
    0 0 30px rgba(255, 0, 150, 0.6),
    0 0 60px rgba(255, 0, 153, 0.4),
    0 0 100px rgba(132, 61, 232, 0.177);
  animation: glowAnimation 3s infinite alternate;
  transition: transform 0.3s ease-in-out;
}
/* Lighting Glow Animation */
@keyframes glowAnimation {
  0% {
    box-shadow:
      0 0 15px rgba(241, 239, 241, 0.962),
      0 0 30px rgba(28, 103, 243, 0.3),
      0 0 50px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow:
      0 0 40px rgba(255, 0, 150, 0.8),
      0 0 80px rgba(0, 150, 255, 0.6),
      0 0 120px rgba(255, 255, 255, 0.3);
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* left-image-column */
.left-image-div {
  background-image: url('../images/businessTransdormation.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 700px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* Left column bullet list styles */
.list-bullets {
  list-style-type: disc;
  padding-left: 1.0rem;
}

.list-bullets .list-group-item {
  list-style-type: disc !important;
  display: list-item !important;
  background-color: transparent;
  border: none;
  color: #f8f9fa;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 0;
}

/* Responsive Tweaks for 1366x768 and smaller */
@media (max-width: 1400px) {
  .list-bullets .list-group-item {
    font-size: 13px;
    line-height: 1.4;
    padding: 3px 0;
  }

  .right-image-div {
    min-height: 600px;
  }
}

@media (max-width: 992px) {
  .right-image-div {
    display: none; /* Hide image on small screens for better UX */
  }
}
/* ------------------------------------------------------------------------------------------ */
/* Right image column */
.right-image-div {
  background-image: url('../images/Studentinfuture.png');
  background-size: cover;
  background-position: center;
  height: 80%;
  min-height: 550px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* Left column bullet list styles */
.list-bullets {
  list-style-type: disc;
  padding-left: 1.0rem;
}

.list-bullets .list-group-item {
  list-style-type: disc !important;
  display: list-item !important;
  background-color: transparent;
  border: none;
  color: #f8f9fa;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 0;
}

/* Responsive Tweaks for 1366x768 and smaller */
@media (max-width: 1400px) {
  .list-bullets .list-group-item {
    font-size: 13px;
    line-height: 1.4;
    padding: 3px 0;
  }

  .right-image-div {
    min-height: 600px;
  }
}

@media (max-width: 992px) {
  .right-image-div {
    display: none; /* Hide image on small screens for better UX */
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* left1-image-column */
.left1-image-div {
  background-image: url('../images/imageoffuture.png');
  background-size: cover;
  background-position: center;
  height:50%;
  min-height: 550px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* Left column bullet list styles */
.list-bullets {
  list-style-type: disc;
  padding-left: 1.0rem;
}

.list-bullets .list-group-item {
  list-style-type: disc !important;
  display: list-item !important;
  background-color: transparent;
  border: none;
  color: #f8f9fa;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 0;
}

/* Responsive Tweaks for 1366x768 and smaller */
@media (max-width: 1400px) {
  .list-bullets .list-group-item {
    font-size: 13px;
    line-height: 1.4;
    padding: 3px 0;
  }

  .right-image-div {
    min-height: 600px;
  }
}

@media (max-width: 992px) {
  .right-image-div {
    display: none; /* Hide image on small screens for better UX */
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Transparent accordion styling */
.accordion-item {
  background-color: transparent !important;
  border: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9.5H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg); /* changes "+" to "×" on open */
}

.accordion-button {
  background-color: transparent !important;
  color: white; /* Adjust color as per your design */
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #fff;
  box-shadow: none;
}

.accordion-body {
  background-color: transparent !important;
  color: #e0e0e0; /* Adjust text color */
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ORGANIZING COMMITTEE */
 .neon-glow {
    background: linear-gradient(145deg, #1f1f2f, #12121c);
    color: #c0c9ff;
    box-shadow: 0 0 20px rgba(235, 238, 239, 0.772);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .neon-glow:hover {
    transform: scale(1.09);
    box-shadow: 0 0 40px rgba(255, 0, 212, 0.702);
  }
  /* --------------------------------------------------------------------------------------------------------------------------------------------  */
  /* keep in Touch  */
  .gradient-text {
      background: linear-gradient(to right, #fca311, #ff4ecd);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      transition: text-shadow 0.3s ease;
      cursor: pointer;
      color: transparent;
  }

  .gradient-text:hover::before {
      animation: shine 1.2s ease-in-out forwards;
  }

  .gradient-text:hover {
      text-shadow:
          0 0 5px #fca311,
          0 0 10px #ff4ecd,
          0 0 20px #ff4ecd,
          0 0 40px #ff4ecd;
  }
   .gradient-text-left {
      background: linear-gradient(to left, #fca311, #ff4ecd);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      transition: text-shadow 0.3s ease;
      cursor: pointer;
      color: transparent;
  }
  .gradient-text-left:hover::before {
      animation: shine 1.2s ease-in-out forwards;
  }

  .gradient-text-left:hover {
      text-shadow:
          0 0 5px #ff4ecd,
          0 0 10px #ff4ecd,
          0 0 20px #ff4ecd,
          0 0 40px #fca311;
  }
/* -------------------------------------------------------------------------------------------------- */

    .ISIM-image {
      transition: transform 0.5s ease;
    }

    .ISIM-image:hover {
      transform: scale(1.05) rotate(1deg);
    }

    .parallax-lines::before {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background: rgba(255, 255, 255, 0.05);
      left: 50%;
      top: 0;
      animation: moveLines 5s linear infinite;
    }

    @keyframes moveLines {
      0% { transform: translateY(-100%); }
      100% { transform: translateY(100%); }
    }
    /* --------------------------------------------------------------------------------------------------------------------------------
    ISIM image Glow effect animation */
/* Metaverse Glow Box for ISIM Image */
.ISIM-image {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 0 25px rgba(0, 255, 234, 0.6),
    0 0 50px rgba(0, 255, 191, 0.4),
    0 0 80px rgba(255, 255, 255, 0.2);
  animation: glowAnimation3 4s ease-in-out infinite alternate;
  transition: transform 0.4s ease-in-out;
}

.ISIM-image:hover {
  transform: scale(1.03);
}

/* Metaverse Crystal Glow Animation */
@keyframes glowAnimation3 {
  0% {
    box-shadow:
      0 0 20px rgba(255, 255, 255, 0.7),
      0 0 40px rgba(0, 255, 234, 0.3),
      0 0 60px rgba(0, 255, 191, 0.1);
  }
  100% {
    box-shadow:
      0 0 40px rgba(255, 255, 255, 0.9),
      0 0 80px rgba(0, 255, 234, 0.5),
      0 0 120px rgba(0, 255, 191, 0.3);
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* fa icon of instagram / facebook / linkdin / youtube  */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
}

.instagram-icon {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: white;
}

.facebook-icon {
  background-color: #3b5998;
  color: white;
}

.linkedin-icon {
  background-color: #0077b5;
  color: white;
}

.youtube-icon {
  background-color: #ff0000;
  color: white;
}

.social-icon:hover {
  opacity: 0.85;
  transform: scale(1.1);
}
.IIIM-image {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  /* border: 2px solid rgba(255, 255, 255, 0.15); */
  box-shadow:
    0 0 25px rgba(0, 255, 234, 0.6),
    0 0 50px rgba(0, 255, 191, 0.4),
    0 0 80px rgba(255, 255, 255, 0.2);
  animation: glowAnimation4 4s ease-in-out infinite alternate;
  transition: transform 0.5s ease-in-out;
}

.IIIM-image:hover {
  transform: scaleX(1.9) rotateZ(-15deg);
  filter: brightness(1.2) saturate(1.3);
}

/* Metaverse Crystal Glow Animation */
@keyframes glowAnimation4 {
  0% {
    box-shadow:
      0 0 20px rgba(255, 255, 255, 0.7),
      0 0 40px rgba(0, 255, 234, 0.3),
      0 0 60px rgba(0, 255, 191, 0.1);
  }
  100% {
    box-shadow:
      0 0 40px rgba(255, 255, 255, 0.9),
      0 0 80px rgba(0, 255, 234, 0.5),
      0 0 120px rgba(0, 255, 191, 0.3);
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------  */
/* Hover lightining effects for focus the the users  */
/* Developer  */
.Developer{
	text-align:center;
	color:#fff;
	font-weight:400;
	transition: 0.5s;
	
	
}
.Developer:hover{
    cursor: pointer;
	filter: drop-shadow(0 0 10px #e91e63)
	drop-shadow(0 0 20px #e91e63)
	drop-shadow(0 0 30px #e91e63)
  drop-shadow(0 0 40px #e91e63)
  drop-shadow(0 0 50px #e91e63)
  drop-shadow(0 0 60px #e91e63);
}
.Design:hover{
  cursor: pointer;
	filter: drop-shadow(0 0 10px #ffff)
	drop-shadow(0 0 20px #ffff)
	drop-shadow(0 0 30px #ffff);
}
.Organizing-Secretarie:hover {
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #ff4ecd)
         drop-shadow(0 0 10px #ff4ecd)
          drop-shadow(0 0 20px #ff4ecd)
         drop-shadow(0 0 40px #ff4ecd);
}
.Organizing-Secretaries:hover {
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #0d6efd)
         drop-shadow(0 0 10px #0d6efd)
          drop-shadow(0 0 20px #0d6efd)
         drop-shadow(0 0 40px #0d6efd);
}

.ICMIT-2025LOGO {
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #ffff)
         drop-shadow(0 0 7px #0d6efd)
}
.Organizing-Secretari:hover {
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #FFD700)
         drop-shadow(0 0 10px #FFD700)
          drop-shadow(0 0 20px #FFD700)
         drop-shadow(0 0 40px #FFD700);
}
.Organizing-Secretary:hover {
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #ffff)
         drop-shadow(0 0 10px #FA003F)
          drop-shadow(0 0 20px #FA003F)
         drop-shadow(0 0 40px #FA003F);
}
.Organizing-Secretari-crousal{
   cursor: pointer;
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #FFD700)
         drop-shadow(0 0 8px #FFD700)
          drop-shadow(0 0 10px #FFD700)
         drop-shadow(0 0 12px #FFD700);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* about the IIIM  */
section.aboutIIIM p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.Organizing-aboutIIIM {
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #FFD700)
         drop-shadow(0 0 10px #FFD700)
          drop-shadow(0 0 20px #FFD700)
         drop-shadow(0 0 40px #FFD700);
}
.Organizing-Headings{
      filter:drop-shadow(0 0 1px #ffff)
         drop-shadow(0 0 2px #0d6efd)
         drop-shadow(0 0 4px #0d6efd)
          drop-shadow(0 0 6px #0d6efd);   
}
.Design-oorja{
	filter: drop-shadow(0 0 5px #ffff)
	drop-shadow(0 0 10px #ffff)
	drop-shadow(0 0 20px #ffff)
  
}
.callforpapers{
      filter:drop-shadow(0 0 2px #ffff)
         drop-shadow(0 0 5px #ffff)
         drop-shadow(0 0 10px #FA003F)
          drop-shadow(0 0 20px #FA003F)
         drop-shadow(0 0 40px #FA003F);
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* header logo title effects  */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* OUR PARTNERS CSS SECTION STYLE STARTS HERE  */
 .scroll-wrapper {
    overflow: hidden;
    position: relative;
  }

  .scrolling-logos {
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
  }

  .partner-logo {
    max-height: 100px;
    width: auto;
    transition: transform 0.3s ease;
  }

  .partner-logo:hover {
    transform: scale(1.1);
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* ----------------------------------------------------------------------------------------------------------------------------------------------------------  */
  /* Again design About the college section  */
  .section-title {
      color: linear-gradient(to left, #fca311, #ff4ecd);
      font-weight: bold;
      font-size: 1.8rem;
      border-left: 5px solid #b30059;
      padding-left: 15px;
      margin-bottom: 20px;
    }

    /* .iiim-logo {
      max-width: 100px;
      margin-bottom: 15px;
    } */

    .about-text {
      text-align: justify;
      line-height: 1.3;
      font-size: 14px;
      font-weight: 300;
    }

    /* Image Wrapper Styles */
    .image-hover-wrapper {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      height: 200px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .image-hover-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 15px;
      transition: transform 0.5s ease;
    }

    .image-hover-wrapper:hover img {
      transform: scale(1.1);
    }

    .hover-text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 10px;
      opacity: 0;
      font-size: 1rem;
      font-weight: 500;
      transition: opacity 0.3s ease;
      border-radius: 15px;
    }

    .image-hover-wrapper:hover .hover-text {
      opacity: 1;
    }

    /* Border Animation */
    .image-hover-wrapper::before,
    .image-hover-wrapper::after {
      content: '';
      position: absolute;
      border-radius: 15px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 2;
      box-sizing: border-box;
    }

    .image-hover-wrapper::before {
      border: 2px solid transparent;
      background: linear-gradient(45deg, #ff4081, #7c4dff, #18ffff, #ff4081) border-box;
      mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
      -webkit-mask-composite: destination-out;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .image-hover-wrapper:hover::before {
      opacity: 1;
      animation: border-glow 2s linear infinite;
    }

    @keyframes border-glow {
      0% {
        filter: hue-rotate(0deg);
      }
      100% {
        filter: hue-rotate(360deg);
      }
    }

    @media (max-width: 768px) {
      .image-hover-wrapper {
        height: auto;
      }
    }
    /* ----------------------------------------------------------------------------------------------------------------------------------------- 
    secondCrousal */
    .secondCrousal{
      height: 270px;
    }