

   .core-slider__carousel::before, .core-slider__carousel::after {
    content: "";
    width: 150px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: 1 !important;
}

        .core-slider_arrow__left,.core-slider_arrow__right {
            display:none;
        }
        
        .single_feature {
 
    padding: 10px 6px;
    margin-bottom: 10px;
 
}
                
        @media only screen and (max-width: 1400px) and (min-width: 600px) 
         {
             #ShowVideoHeight 
                {      
                    height:370px;
                    
                }

        }

        @media only screen and (max-width: 600px) and (min-width: 330px) 
         {
             #ShowVideoHeight
                {      
                    height:970px;
                    
                }

        }

         @media only screen and (max-width: 600px) {
              .VideoUnderLine {
                width:80%;
              }
            }

             @media only screen and (min-width: 600px) {
              .VideoUnderLine {
                width:40%;
              }
            }


        .socialLinks 
        {      
            background: darkslategrey;
        }

        @media screen and (min-width: 900px) {
          .NewsHeading {
            background:teal;z-index:9999;
            margin-top:88px;
          }
        }

        @media screen and (max-width: 600px) {
          .NewsHeading {
            background:teal;z-index:9999;
            margin-top: 111px;
          }
        }


        @media screen and (min-width: 900px) {
          .home_banner_area {
            min-height:410px;height:auto;
          }
        }

        @media screen and (max-width: 600px) {
          .home_banner_area {
            min-height:300px;height:auto;
          }
        }

         @media screen and (max-width: 600px) {
          .mque {
               
          }
        }
         @media screen and (min-width: 900px) {
          .mque {
           
          }
        }

         @media screen and (max-width: 600px) {
          .ButtonBanner {          
            margin-top: 86px;
          }
        }


         
#container123 {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility:hidden;
    display:none;
    background-color: rgba(22,22,22,0.5);
}

#container123:target {
    visibility: visible;
    display: block;

}
.reveal-modal {
    background:white; 
    margin: 0 auto;
    width:400px;
    height:170px;
    max-width:100%;
    position:relative; 
    z-index:41;
    top: 25%;
    
    padding-top:0px; 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
  box-shadow: 4px 4px 6px 4px grey;
  text-align:center
}
 .news-marquee {
        overflow: hidden;
        white-space: nowrap;
        /*background: linear-gradient(to right, #001848, #003366);*/ /* dark blue gradient */
        color: white;
        padding: 0px 0;
        border-radius: 5px;
    }

    .news-content {
        display: inline-block;
        animation: marqueeScrollRTL 25s linear infinite;
    }

    @keyframes marqueeScrollRTL {
        0% { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }

    .news-item {
        display: inline-block;
        padding: 0 50px;
        font-size: 15px;
    }

    .news-item a {
        color: white;
        font-weight: 500;
        text-decoration: none;
    }

    .news-item a:hover {
        text-decoration: underline;
    }

    .news-item .new-icon {
        color: yellow;
        font-weight: bold;
        margin-left: 10px;
    }

    
    .new-badge-animated {
        display: inline-block;
        margin-left: 10px;
        padding: 2px 8px;
        color: #fff;
        background: #ff0000;
        border-radius: 10px;
        font-size: 12px;
        font-weight: bold;
        animation: pulse 1.2s infinite;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.6);
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.1);
            opacity: 0.7;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    .single_feature {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    height: 100%;
  }

  .single_feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  }

  .single_feature .icon {
    margin-bottom: 20px;
  }

  .single_feature .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .single_feature h4 {
    font-weight: 600;
    font-size: 20px;
  }

  .single_feature p {
    font-size: 14px;
    color: #555;
  }

  .equal-height-row {
    display: flex;
    flex-wrap: wrap;
  }

  .equal-height-row > div {
    display: flex;
  }
.staff-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
  }

  .staff-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }

  .staff-image-container {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3),
                -6px -6px 12px rgba(255, 255, 255, 0.8);
  }

  .staff-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
  }

  .staff-image-container img:hover {
    transform: scale(1.05);
  }

  .staff-name {
    font-size: 24px;
    font-weight: 700;
    color: #2e3a59;
    font-family: 'Georgia', serif;
    margin-top: 20px;
    text-shadow: 1px 1px 2px #ccc;
  }

  .staff-designation {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e83e8c;
    font-family: 'Courier New', monospace;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .staff-card .card-body p {
    text-align: justify;
    font-size: 14px;
    color: #444;
  }



  .photo-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
  }

  .photo-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }

  /* Image Zoom */
  .hover-zoom {
    transition: transform 0.4s ease;
  }

  .hover-zoom:hover {
    transform: scale(1.05);
  }

  /* Carousel Container */
  .carousel-scroll {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .carousel-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .carousel-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
  }

  .carousel-scroll > .photo-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 220px;
  }

  /* Modal Image */
  #modalImage {
    max-height: 85vh;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
  }

  /* Modal Arrows */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 20px;
    background-size: 70% 70%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .carousel-control-prev {
    left: 15px;
  }

  .carousel-control-next {
    right: 15px;
  }

  /* Read More Button */
  .btn-primary {
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
  }