    .marik-section {
      padding: 60px 40px;
    }

    .marik-left-heading {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
    }

    .marik-right-content p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    @media screen and (min-width: 1400px) {
  .container {
    max-width: 1450px !important;
  }
}


    @media screen and (max-width: 768px) {

      .marik-left-heading,
      .marik-right-content {
        text-align: center;
          font-size: 1.5rem;
      }
    }

    /* common program */
     .marik-heading {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    color: #222;
  }
  .marik-select, .marik-input {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  .marik-select {
    background-color: #cf2027;
    color: white;
  }
  .marik-select:hover, .marik-input:hover {
    border-color: #CF2027;
    background-color: #fff7f7;
  }
  .marik-select:hover { color: #cf2027; }
  .marik-select:focus, .marik-input:focus {
    border-color: #CF2027;
    box-shadow: 0 0 0 0.2rem rgba(207, 32, 39, 0.25);
  }
  .marik-select option { background-color: #FFEFF0; }
  .marik-text { font-size: 1rem; margin-top: 20px; color: #444; }
  .marik-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
  }
  .program-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
  }
  .program-title:hover {
    color: #CF2027;
    text-decoration: underline;
    cursor: pointer;
  }
  .program-icon {
    color: #F9A825;
    font-size: 1.1rem;
    margin-left: 10px;
  }
  .program-list li {
    list-style-type: disc;
    padding: 6px 0;
  }
.program-heading {
  display: inline-block;
  position: relative;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  color: #CF2027;
  /* padding: 8px 16px; */
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  backdrop-filter: blur(1px);
  transition: box-shadow 0.3s ease;
}

.program-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 6px;
  background: linear-gradient(to right, #CF2027, transparent);
  border-radius: 2px;
}

  .custom-close {
  background-color: #CF2027;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 6px 10px;
  font-size: 1.2rem;
  line-height: 1;
  transition: all 0.3s ease;
}

.custom-close:hover {
  background-color: #fff;
  color: #CF2027;
  border: 1px solid #CF2027;
  cursor: pointer;
}

  .splide__arrow {
    background-color: #CF2027 !important;
    border-radius: 0 !important;
    width: 36px;
    height: 36px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .splide__arrow svg {
    fill: #fff !important;
    height: 1rem;
    width: 1rem;
  }

  .splide__arrow--prev {
    left: 1rem !important;
  }

  .splide__arrow--next {
    right: 1rem !important;
  }

.placement-carousel {
  text-align: center;
  padding: 40px 40px;
}

.placement-carousel h1 {
  color: #e10013;
  font-size: 4rem;
  font-family: 'Roboto';
  position: relative;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 600;
}
#placementCarousel{margin-top: 60px;}


.placement-card {
   background: #fff;
    border-radius: 15px;
    padding: 0px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placement-card img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.placement-card .name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  white-space: nowrap;
  color: #404040;
}

.placement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
h5.mentor-card-designation {
  color: #404040;
    margin-top: 0px;
    margin-bottom: 0px;
}
.placement-card .company {
  margin-top: 12px;
    margin-bottom: 20px;
    padding: 4px;
    height: 85px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.placement-card .company p{font-size: 10px;line-height: 15px;padding: 6px;}
.company img {
  background: white;
  padding: 5px;
  border-radius: 5px;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  color: #a00;
}


.left-icon,
.right-icon {
  position: absolute;
  top: 99%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgb(219 43 49);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 18px;
}

.left-icon {
  right: 100px;
  left: auto;
}

.right-icon {
  right: 50px;
}

.left-icon:hover,
.right-icon:hover {
  background-color: rgba(219 43 49, 0.8);
}


/* Responsive Design */
@media (max-width: 768px) {
  .placement-card {
      width: 100%;
      padding: 15px;
  }

  .placement-card .company {
      font-size: 14px;
      padding: 8px;
      width: 90%;
  }
  .placement-card img{width: auto;
  border-radius: 10px;
  height: auto;
  object-fit: contain;
  border-radius: 0.75rem;
  margin-bottom: 1rem;}
  .marik-btn{width: 100%;}
}

@media (max-width: 480px) {
  .placement-carousel {
      padding: 20px 10px;
  }

  .placement-card {
      width: 100%;
      padding: 10px;
  }

  .placement-card .company {
      font-size: 12px;
      padding: 6px;
      width: 95%;
  }
}

.about-marik .profile-name span{
    display: block;
    font-size: 20px;
}
.indo-pacific-european{
    background: #fff;
    padding: 15px;
}

 .about-marik .profile-name span{
    display: block;
    font-size: 20px;
}
.indo-pacific-european{
    background: #fff;
    padding: 15px;
}


.splide__pagination li{display: none !important;}
.splide__arrow{background: #CF2027 !important;height: 2em !important;opacity: 1 !important;width: 2em !important;}
.section-faculty{background: rgba(239, 125, 0, 0.04) !important;padding-bottom: 0px;}
.splide__arrow svg {fill: #FFF !important;height: 1.5em !important;width: 1.5em !important;}
/* Learn from the Best Faculties end css */