/* homepage */
/* Add this to your main CSS file */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  font-family: "Mulish", sans-serif;
}
body {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
}

:root {
  --main-color: #cf2027;
  --second-color: #4e4e4e;
  --black-color: #000000;
  --white-color: #ffffff;
  --tertialy-color: #783b88;
  --pane-padding: 5px 42px;
}

.h1,
h1 {
  font-family: "Times New Roman", Times, serif;
}
.h3,
h3 {
  font-size: 28px;
  font-family: "Times New Roman";
}
p {
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
}

h5.mentor-card-designation {
  color: #404040;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9rem;
}
.shape-2 {
  width: 336px;
  height: 398px;
  background: rgb(232 159 9 / 90%);
  position: absolute;
  bottom: 0;
  left: 38%;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.stu-slider {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.head-place {
  font-family: "Mulish";
}
.stu-slider.arrows-out .slick-prev {
  left: 30px !important;
}
.stu-slider.arrows-out .slick-next {
  right: 30px !important;
}
.stu-slider.pagination-style .slick-arrow {
  top: 35%;
}
.stu-slider-section .container-fluid {
  max-width: 1920px;
  margin: auto;
}

.stu-item,
.stu-item.slick-initialized .slick-slide {
  display: flex !important;
}
.stu-slider-image {
  width: 484px;
  position: relative;
  margin-top: 0px;
}
.stu-slider-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.stu-slider-image::after {
  content: "";
  background: var(--bg-skyblue);
  position: absolute;
  top: 144px;
  right: 22%;
  width: 168px;
  z-index: 0;
  height: 50%;
  transform: skewX(157deg);
}
.stu-item:nth-child(even) .stu-slider-image::after {
  background: var(--bg-darkyellow);
}
.stu-slider-desc {
  width: auto;
}
.stu-slider-desc h2 {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.stu-slider-desc h3 {
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--text-blue);
  font-style: italic;
  margin-bottom: 30px;
}
.stu-item:nth-child(even) .stu-slider-desc h3 {
  color: var(--bg-darkyellow);
}
.stu-slider-desc p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  font-family: "Mulish";
  /* font-style: italic; */
  color: var(--text-dark);
}

.stu-slider-desc p small {
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  display: inline-block;
}
.stu-slider-desc p small strong {
  color: var(--text-blue);
}

.dropdown-item {
  font-size: 12px !important;
  padding: 5px !important;
}

.stu-slider-image img {
  /* max-width: 200px; */
  height: auto;
  border-radius: 10px;
}
.comp-logo {
  max-height: 40px;
  margin-top: 10px;
}
.stu-item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.carousel-control-prev-icon {
  filter: brightness(0.5);
}
.carousel-control-next-icon {
  filter: brightness(0.5);
}

.splide__slide {
  padding: 0px;
}
.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.testimonial-body {
  padding: 20px;
  flex-grow: 1;
}
.testimonial-body p {
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
}
.testimonial-footer {
  background: #faefef;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-footer img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.testimonial-footer .name {
  font-weight: 600;
  color: #222;
  font-size: 15px;
}
.testimonial-arrows {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 10;
  display: flex;
  width: 45px;
  gap: 8px;
}
.testimonial-arrow {
  background-color: transparent;
  border: 1px solid #333;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.testimonial-arrow:hover {
  background-color: #333;
  color: #fff;
}
.testimonial-wrapper {
  position: relative;
}

.shape-2 {
  width: 336px;
  height: 398px;
  background: rgb(232 159 9 / 90%);
  position: absolute;
  bottom: 0;
  left: 38%;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.stu-slider {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.head-place {
  font-family: "Mulish";
}
.stu-slider.arrows-out .slick-prev {
  left: 30px !important;
}
.stu-slider.arrows-out .slick-next {
  right: 30px !important;
}
.stu-slider.pagination-style .slick-arrow {
  top: 35%;
}
.stu-slider-section .container-fluid {
  max-width: 1920px;
  margin: auto;
}
.stu-item,
.stu-item.slick-initialized .slick-slide {
  display: flex !important;
}
.stu-slider-image {
  width: 484px;
  position: relative;
  margin-top: 0px;
}
.stu-slider-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.stu-slider-image::after {
  content: "";
  background: var(--bg-skyblue);
  position: absolute;
  top: 144px;
  right: 22%;
  width: 168px;
  z-index: 0;
  height: 50%;
  transform: skewX(157deg);
}
.stu-item:nth-child(even) .stu-slider-image::after {
  background: var(--bg-darkyellow);
}
.stu-slider-desc {
  width: 356px;
}
.stu-slider-desc h2 {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.stu-slider-desc h3 {
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--text-blue);
  font-style: italic;
  margin-bottom: 30px;
}
.stu-item:nth-child(even) .stu-slider-desc h3 {
  color: var(--bg-darkyellow);
}
.stu-slider-desc p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  font-family: "Mulish"; /* font-style: italic; */
  color: var(--text-dark);
}
.stu-slider-desc p small {
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  display: inline-block;
}
.stu-slider-desc p small strong {
  color: var(--text-blue);
}
.stu-slider-image img {
  /* max-width: 200px; */
  height: auto;
  border-radius: 10px;
}
.comp-logo {
  max-height: 40px;
  margin-top: 10px;
}
.stu-item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.carousel-control-prev-icon {
  filter: brightness(0.5);
}
.carousel-control-next-icon {
  filter: brightness(0.5);
}
.place-head {
  font-size: 1.3rem;
  font-family: "Inter";
  font-weight: 700;
}
.partner-logo {
  max-height: 80px;
  object-fit: contain;
}

/* General Styles */
.splide-fade-in-out {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Slider Container */
.slider-container {
  position: relative;
  width: 86%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
/* Slides */
.alumni-slider-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.alumni-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

/* Navigation Buttons */
.alumni-prev,
.alumni-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  background: transparent;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 28px;
  border-radius: 5px;
  transition: background 0.3s;
  z-index: 10;
}
.alumni-prev {
  left: 10px;
}
.alumni-next {
  right: 10px;
}

.alumni-prev:hover,
.alumni-next:hover {
  background: rgba(255, 255, 255, 0.7);
  color: black;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 7));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 7));
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: calc(100% - 20px);
  position: absolute;
  width: 15%;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 10px;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 10px;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(1000px * 14); /* increased from 150px */
}
.slider .slide {
  width: 200px; /* increased width */
}
.slider .slide span {
  display: block;
  background: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 5px;
  padding-bottom: 60%;
  position: relative;
}
.slider .slide span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%; /* increased from 80% */
  max-height: 95%; /* increased from 80% */
}

.headingStyle2 h2 {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.headingStyle2 h2:before,
.headingStyle2 h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 6px;
  width: 60px;
  background: var(--p-color);
}
.headingStyle2 h2:after {
  width: 200px;
  height: 2px;
  bottom: 2px;
}
.headingStyle2 p {
  text-align: center;
}
.redBg .headingStyle2 h2 {
  color: var(--white-color);
}
.redBg .headingStyle2 h2:before,
.redBg .headingStyle2 h2:after {
  background: var(--white-color);
}
.lead-head {
  font-family: "Mulish";
  font-weight: 500;
  font-size: 2.2rem !important;
}
@media (max-width: 767.98px) {
  .lead-head {
    font-size: 1.5rem !important; /* Adjust this value as needed */
  }
}

.red-color {
  color: #cf2027;
  font-weight: 700;
}
#affiliationCarousel .carousel-inner {
  min-height: 100%; /* fallback */
}

/* Mobile Aspect Ratio */
@media (max-width: 576px) {
  .partner-logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .slider-container {
    aspect-ratio: 6 / 3;
  }
  .stu-slider-desc {
    width: auto;
  }
  .stu-slider-image img {
    max-width: 200px;
  }
  .place-head {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
}
@media (min-width: 992px) {
  #affiliationCarousel .carousel-inner {
    /* min-height: 270px; */
  }
}

.marik-btn {
  position: relative;
  background-color: #cf2027;
  color: white;
  border: none;
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  min-height: 44px;
  min-width: 140px;
  transition: color 0.3s ease;
}

.marik-btn::before {
  content: "";
  position: absolute;
  top: -100%; 
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7252c;
  transition: top 0.4s ease;
  z-index: 0;
}

.marik-btn:hover::before {
  top: 0; 
}

.marik-btn:hover {
  color: white;
}

.marik-btn span,
.marik-btn i {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .marik-btn {
    font-size: 13px;
    padding: 8px 12px;
    min-width: auto;
    flex: 1 1 48%;
    text-align: center;
  }

  .d-flex.flex-wrap.gap-2 {
    justify-content: space-between;
    gap: 10px;
  }
}


.semi-transparent-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

#stuCarousel .carousel-control-next-icon,
#stuCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .stu-item img {
    width: 60% !important;   
    max-width: 280px;        
    margin: 0 auto;          
    display: block;
  }
}

.top-socail-icons a {
border: 1px solid #fff;
    height: 28px;
    width: 28px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transform: scale(1);
    padding-top: 1px;
    transition: all 0.5s;
}
.top-socail-icons a:hover i {
  transition: all 0.5s;
  transform: scale(1);
}
.top-socail-icons a:hover {
  transition: all 0.5s;
  background-color: #fff;
  color: #cf2027;
   transform: scale(1.2);
}

.apply-btn:hover:after {
  transition: all 0.5s;
  top: 0px;
}
.apply-btn:hover {
  background-color: #cf2027;
}
.apply-btn:after {
  content: "";
  position: absolute;
  background-color: #f7252c;
  transition: all 0.5s;
  height: 50px;
  width: 100%;
  left: 0;
  top: -50px;
  margin: 0 auto;
  z-index: 1;
}

.onenims-oneworld .inner {
  padding: 25px;
  box-shadow: 0px 0px 17px -5px #ccc;
  margin-top: 35px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.onenims-oneworld .apply-btn {
  padding: 10px 25px;
}
.onenims-oneworld .apply-btn.youtube-icon span i {
  position: relative;
  top: 1px;
}
.onenims-oneworld .inner .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 7px;
}
.onenims-oneworld .inner .img {
  margin-top: 5px;
}
.onenims-oneworld .inner .img img {
  width: 100%;
}
.onenims-oneworld .inner p.text-scholarship {
  font-size: 20px;
  color: #cf2027;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  margin-top: 3px;
}
.onenims-oneworld .inner p.text-scholarship i {
  font-weight: normal;
  color: #000;
  display: block;
  font-size: 16px;
}
.home-layout .container-fluid {
  width: 100%;
  max-width: 1450px !important;
}

.home-layout .stu-slider-section .stu-item {
  padding: 0;
}
.home-layout .stu-slider-section .carousel-inner {
  padding: 20px 0;
}

.home-layout .carousel .btn {
  background: border-box;
  border: 1px solid #ccc;
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  font-size: 26px;
  transition: all 0.5s;
  line-height: 18px;
  margin: 0 10px;
}
.home-layout .carousel .btn span {
  filter: invert(1);
  transition: all 0.5s;
}
.home-layout .carousel .btn:hover {
  transition: all 0.5s;
  background: #db2b31;
  color: #ffffff;
}
.home-layout .carousel .btn:hover span {
  filter: invert(0);
  transition: all 0.5s;
}

.media-highlight {
  background-color: #000;
  position: relative;
}
.media-highlight .heading-cstm{
  margin-bottom:45px;
}
.media-highlight .heading-cstm h3 {
  color: #fff;
  font-size: 42px;
}
.media-highlight .heading-cstm p {
  color: #fff;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}
.media-highlight .img-inner{
  overflow: hidden;
}
.media-highlight .img-inner img{
width: 100%;
    padding: 4px;
     transition: all 0.5s;
    background-color: #e7e7e7;
    border-radius: 5px;
    transform: scale(1);
}
.media-highlight .img-inner.left-img img{
    max-height:620px;
  height:100%;
  min-height:620px;
}
.media-highlight .img-inner.right-img img{
    max-height:620px;
  height:100%;
  min-height:620px;
}
.media-highlight .img-inner.middle-img .img-inner img{
  max-height:300px;
  height:100%;
  min-height:300px;
}
.media-highlight .img-inner:hover > img{
  transition: all 0.5s;
   transform: scale(1.1);
   filter:grayscale(0%)
}
.media-highlight .img-inner .img-inner.bottom-img img{
 max-height:300px;
  height:100%;
  min-height:300px;
}
.media-highlight .container-fluid{
  position: relative;
}
.media-highlight .slider-arrow .btn{
position:relative;
border:1px solid #fff;
    opacity: 1;
}
.media-highlight .slider-arrow .btn span{
  transition: all 0.5s;
    color: #fff;
    filter: none;
    opacity: 1;
    font-weight: bold;
}
.media-highlight .slider-arrow{
    position: absolute;
    right: 0;
    display: flex;
    top: -100px;
}

.homesection-cloud .align-items-stretch .col-lg-8 #activeImage{
    height: 500px !important;
}

.accreditation-affiliation #affiliationCarousel .carousel-item .col-6.p-3{
    height:250px;
}

 .onenims-oneworld .close-btn {
    position: absolute;
    top: -20px;
    right: -21px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 24px;
    line-height: 1;
    padding: 0 8px;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    }
    .onenims-oneworld .close-btn:hover {
      background: rgba(255, 0, 0, 0.7);
    }
    
.onenims-oneworld .video-container iframe {
        height:400px;
    width: 100%;
    
}
h3.nims-heading-cstm{
        font-weight: bold;
          font-family: "Mulish", sans-serif !important;
}
.news-section .hdng h3.nims-heading-cstm span{
    font-family: "Mulish", sans-serif !important;
}


    .live-performance .boxMainSection {
    min-height: 100%;
    border-radius: 15px;
    position: relative;
    background: #cf2027;
    box-shadow: 10px 10px 0px 0px var(--p-color);
    border: 6px solid #cf2027;
    padding: 10px;
    text-align: center;
}
.live-performance .boxMainthumb {
  position: absolute;
    left: 0;
    top: -56px;
    right: 0;
    background: #ffffff;
    height: 100px;
    width: 100px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
}
.live-performance .boxMainthumb img{
        width: 57px;
}
.live-performance .boxMainSection h3 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 15px 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    font-family: "Mulish", sans-serif !important;
    margin-top: 45px;
}
.live-performance .boxMainSection .carousel-item img{
      border-radius:5px;
          height: 275px;
}
.live-performance .contantArea{
    color:#fff;
    padding:25px 0 10px 0;
    
}
.live-performance .notificationSectionIcon {
    position: relative;
    color: #fff;
    padding: 10px;
    background: #e10013;
    line-height: 1;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-performance .slideNormal li span, .slideNormalRight li span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    background-color: var(--p-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #9d0404;
}

.live-performance .notificationSectionIcon:before, .notificationSectionIcon:after{
    content: "";
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transformOrigin: left top;
background: rgba(228, 31, 5, 0.8);
opacity: 0;
MsFilter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
borderRadius: 50%;
zIndex: 0;
WebkitAnimation: notificationwaves 3s ease-in-out infinite;
animation: notificationwaves 3s ease-in-out infinite;
WebkitAnimationDelay: 0s;
animationDelay: 0;
}
.live-performance{
        padding: 100px 0;
}
.media-gallery{
        padding: 70px 0;
        background: rgba(0, 0, 0, 0.5);
        margin-top:50px;
          position: relative;
        background-image:url(../images/home-page/lifeatnimsbg.webp);
}
.media-gallery:after{
     content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.media-gallery .container{
     z-index: 1;
      position: relative;
}
.media-gallery  .carousel-inner .carousel-item .col-6{
    
}

.media-gallery .carousel-control-prev span.bg-dark{background-size: 65%;}
.media-gallery .carousel-control-next span.bg-dark{background-size: 65%;}


.media-gallery .carousel-inner .carousel-item .col-6 img{
       height: 300px;
    object-fit: fill;
    border: 3px solid #fff;
    border-radius: 10px !important;
}
.media-gallery h4{
    color:#fff;
    font-size:25px;
    margin-bottom:0px;
}
.media-gallery h3{
    color: #fff;
    font-size: 50px;
    margin-bottom: 45px;
    font-weight: bold;
}
.media-gallery ul.nav-pills li button.nav-link{
padding: 20px 20px 15px 20px !important;
    border-radius: 0px;
    color: #000 !important;
    font-weight: 700;
    position: relative;
    font-size: 16px !important;
    border-bottom: 3px solid transparent;
}

.media-gallery ul.nav-pills li button.nav-link.active{
    color: #fff !important;
    border-bottom: 3px solid #fff;
}
.media-gallery ul.nav-pills li button.nav-link.active:after{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    transform: rotate(0deg);
    border: 9px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    
}
  .media-gallery  .nav-pills .nav-link {
    background: #f7f7f7;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500;
    margin: 4px;
  }
  .media-gallery .nav-pills .nav-link.active {
    background: #c00;
    color: #fff;
    border-color: #c00;
  }

.nav .nav-link.active { background:#0d6efd; color:#fff; border-color:#0d6efd; }
.onenims-oneworld{
        margin: 50px 50px 90px 51px;
}


.blog-slider .item {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.blog-slider .item h3 {
    margin-top: 10px;
    font-size: 16px;
    min-height: 48px;
}
.blog-slider .item p {
    font-size: 14px;
    color: #555;
    min-height: 50px;
}
.blog-slider .item .date {
font-size: 12px;
    color: #000;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 11px;
    left: 9px;
    background: #fff;
    padding: 6px 8px;
    font-weight: 700;
}
.blog-slider .item .read-more {
    display: inline-block;
    padding:10px 15px;
    background:#db2b31;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    margin-top: 8px;
}
.blog-slider .item .read-more:hover {
    background: #005f88;
}
.blog-slider .owl-nav {
        display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    margin-top:20px;
}
.blog-slider .owl-nav button span{
background: border-box;
    border: 1px solid #db2b31;
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 26px;
    transition:all 0.5s;
}
.blog-slider .owl-nav button:hover span{
   transition:all 0.5s;
   background:#db2b31;
   color:#ffffff;
}
.blogNews{
        padding: 55px 0;
}
.blogNews .headingStyle2 h2{
        text-align: center;
            font-family: 'Mulish', sans-serif !important;
}
.blogNews .headingStyle2 p{
        text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.blog-slider .item{
        height: 402px !important;
}
.blog-slider .item{
        margin:25px 0px;
        font-family: 'Mulish', sans-serif !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.5s;
    transform: scale(0.95)
}
.blog-slider .item:hover{
    transition: all 0.5s;
    transform: scale(1)
}
.blog-slider .item a,h3,p{
    font-family: 'Mulish', sans-serif !important;
}
.blog-slider .item h3 {
    height: 55px !important;
    overflow: hidden !important;
}
.blog-slider .item .read-more{
        margin-top: 0 !important;
}
.blog-slider .item .read-more:hover{
        margin-top: 0 !important;
        background: #db2b31 !important;
}
.campus-recruitment-cstm h3{
        color: #000;
    font-weight: 700;
}
.campus-recruitment-cstm .campusDiv p{
        color: #000;
}
.about .about-overview-no-right{
    margin: 0 auto !important;
}
.about .placement-card-footer h5{
        color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.adress-font{
        font-size: 16px;
}


@media screen and (min-width: 1400px) {
    .container {
        max-width: 1450px !important;
    }
}


@media screen and (min-width:1200px) and (max-width:1361px) {
 .open-tender-nav{
     display:none !important;
 }
 .desktop-header .middle-header .apply-btn{
         padding: 0 10px;
         font-size: 12px;
 }
 
 
}

@media screen and (max-width:768px){
.onenims-oneworld {
    margin: 0 0 10px 0;
}
.onenims-oneworld .inner{
        border: none;
        text-align: center;
        box-shadow: none;
        margin-top: 0;
        padding: 15px 10px;

}
.onenims-oneworld .apply-btn {
    padding: 10px 12px;
    white-space: normal;
    font-size: 12px;
}

.onenims-oneworld .inner .btns{
        justify-content: center !important;
    gap: 6px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}
.search-box{
         padding: 50px 10px 35px 10px !important;
             margin: 0px auto 0 !important;
 }   
.search-box input[type="text"]{
        width: 100% !important;
}
.why-nims h3.why-heading{
        margin-top: 10px !important;
}
.homesection-cloud .align-items-stretch .col-lg-8 #activeImage {
    height: 260px !important;
}
    .international-info-box {

        padding: 1.5rem 0px !important;
    }
.media-gallery{
    margin-top: 0 !important;
}
.media-gallery h3{
    font-size: 35px !important;
}
.media-gallery {
    padding: 40px 0 !important;
}

.media-gallery ul.nav  {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden; /* optional - hide vertical scroll */
  gap: 10px; /* optional spacing between li */
  scroll-behavior: smooth; /* nice smooth scroll effect */
  padding: 0;
  margin: 0;
  justify-content: flex-start !important;
  list-style: none;
}

/* Optional - hide scrollbar for cleaner UI */
.media-gallery ul.nav::-webkit-scrollbar {
  display: none;
}

/* Each list item style */
.media-gallery ul.nav li {
  flex: 0 0 auto; /* prevent li from shrinking or wrapping */
  display: inline-block;
}
.media-gallery .carousel-inner .carousel-item .col-6 img{
    height: 200px !important;
}
.live-performance .row .col-md-4{
        margin-bottom: 65px;
}
.live-performance {
    padding: 70px 0 !important;
}
.live-performance .row .col-md-4:last-child{
    margin-bottom:0px !important;
}
.media-highlight{
    padding: 0 15px !important;
}
.media-highlight .img-inner{
    margin-bottom:15px !important;
}
.offcanvas-body .navbar-nav{
            padding: 0 0 14px 0 !important;
}
.offcanvas-body .dropdown-menu li h5 {
    color:#fff !important;
}
.mobile-nav-toggle{
            padding: 8px 10px 8px 0px;
}
.mobile-nav-toggle i{
        font-size: 40px;
}
.about-founder-about-section h3.nims-heading-cstm{
    margin: 10px 0 !important;
    padding: 10px 0 !important;
           font-size: 30px;
}
.mobile-top-row{
    transform: translateY(0%) !important;
}
    .stu-slider-section .stu-placements-right {
        grid-template-columns: repeat(2, 1fr) !important;
        text-align: center;
    }
.marik-carousel-section {
        margin-top: 0px !important;
}
.marik-carousel-section .marik-carousel-inner{
     margin-top: 0px !important;
             padding-top: 0px !important;
}
.marik-carousel-section .marik-lab-card{
    display: block !important;
}
.marik-carousel-section .marik-lab-card-inner{
            max-width: 100% !important;
}
.stu-item img{
        width: 100% !important;
}
.hostel-section .hostel-top-1 {
    display: block !important;
}
.hostel-section .hostel-section-wrapper{
        padding: 35px 20px !important;
}
.hostel-section .hostel-top-1 div h3
 {
        font-size: 35px !important;
        width: 100% !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
    }
.hostel-section .hostel-top-1 div {
        margin-bottom: 40px !important;
    }
    .hostel-fees-wrapper span{
            font-family: 'Mulish' !important;
    font-size: 25px !important;
    }
        .hostel-fees-wrapper .hostel-top-2-top {
        padding: 0 !important;
        border: none !important;
    }
    
    .hostel-section .hostel-points-list li{
        font-size: 20px !important;
    }
    
    .hostel-section .hostel-image-cards{
        display: block !important;
    }
       .hostel-section .hostel-top-2-top {
        padding: 0 !important;
    }
    
    .about-founder-about-section .flex-row .flex-md-grow-1{
            order: 2;
    }
    .offcanvas-body .navbar-nav li.nav-item:hover ul.dropdown-menu{
        display:block !important;
    }
        .mobile-logos {
        gap:15px !important;
        padding-left: 5px !important;
    }
    .phone-number-bar{
           background: #cf2027;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:10px;
        padding: 5px 5px;
        max-width: 100%;
        width: 100%;
    }
     .phone-number-bar .inner{
                    display: flex;
        gap: 10px;
     }
    .phone-number-bar a {
            color: #fff;
            font-size: 13px;
    }
    .phone-number-bar a img{
            filter: brightness(0) invert(1);
    margin-right: 10px;
            width: 22px !important;
        height: 22px !important;
    }
    .apply-btn.mobile-btnsapply{
        border: 1px solid #fff;
    font-size: 10px;
    padding: 5px 10px !important;
    }
    .apply-btn.mobile-btnsapply:after{
        display:none;
    }
    .apply-btn.mobile-btnsapply i{
        display:none !important;
    }
    .search-section #courseButtons a{
        padding: 5px 10px !important;
            font-size: 13px;
    }
    .search-section h3.nims-heading-cstm {
    margin-bottom: 25px;
    font-size: 22px;
}
.search-box input[type="text"]{
        height: 50px;
}
.search-section #courseButtons a{
        padding: 3px 10px;
        height: 45px;
}
.media-gallery ul.nav-pills li button.nav-link{
        padding: 10px 20px 10px 20px !important;
            margin-bottom: 15px;
            font-size: 14px !important;
}
.media-gallery ul.nav-pills li button.nav-link.active:after{
        bottom: -18px;
}
.media-highlight .slider-arrow {
    position: relative;
    right: 0;
    top: -18px;
    bottom: auto;
    left: auto;
    text-align: right;
    justify-content: flex-end;
}
.media-highlight {
        padding: 20px 15px !important;
    }
.blogNews.spaceboth{
        padding-top: 30px;
}
.blogNews .headingStyle2 p{
    margin-bottom:0px;
}
    


}

