.manipal-banner-inner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    height: 60vh;
  }
  
  .highlight-box {
    padding: 20px;
  }
  .highlight-box img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  
  .header-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  
  .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/university/manipal-university (1).jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  .header-bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/university/quantum_building.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .header-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/university/amity-banner-1.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
 .header-bg-4 {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 500px;
    background-image: url("../../assets/images/university/intergral-university.webp");
    background-size: cover;
    background-position: center;
    z-index: 1;
 }

  .header-bg-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/university/Chandigarh-University.webp");
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  
  .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 104, 201, 0.6);
    z-index: 2;
  }
  
  .header-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .header-title {
    padding-top: 80px;
    text-align: left;
  }
  
  .header-title h2 {
    color: white;
    font-weight: bold;
    width: 100%;
    margin: 35px auto;
    font-family: serif;
  }
  
  .enroll-btn {
    background-color: #ffc107;
    color: #0d2b76;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
  }
  
  .enroll-btn:hover {
    background-color: #e0aa00;
    color: #0d2b76;
  }
  
  .breadcrumb-container {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 12px 0;
  }
  
  .breadcrumb-container a {
    color: white;
    text-decoration: none;
  }
  
  .breadcrumb-container a:hover {
    color: #ffc107;
  }
  
  .breadcrumb-container .breadcrumb-item {
    color: white;
  }
  
  .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
    color: white;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .header-section {
      height: 400px;
    }
  
    .header-title {
      padding-top: 60px;
    }
  
    .header-title h2 {
      font-size: 1rem;
    }
  }
  
  .program-nav {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  
  .nav-link {
    color: #666;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .nav-link:hover {
    color: #3b68c9;
  }
  
  .nav-link.active {
    color: white;
    background-color: #ffc107;
    border-radius: 25px;
  }
  
  /* Section Title */
  .manipal-section-title {
    text-align: center;
    color: #3b68c9;
    margin: 40px 0;
    position: relative;
    display: inline-block;
    font-size: 26px;
  }
  
  .manipal-section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3b68c9;
  }
  
  /* Highlight Cards */
  .highlight-card {
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 20px;
    margin-bottom: 30px;
    background: white;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  
  .highlight-card:hover {
    transform: translateY(-5px);
  }
  
  .highlight-icon {
    font-size: 2.5rem;
    color: #3b68c9;
    opacity: 0.8;
  }
  
  .highlight-text {
    color: #333;
    font-size: 15px;;
    margin: 0;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .nav-link {
      padding: 8px 12px;
      font-size: 0.9rem;
    }
  
    .highlight-card {
      padding: 15px;
    }
  
    .highlight-icon {
      font-size: 2rem;
    }
  
    .highlight-text {
      font-size: 0.9rem;
    }
  }
  
  /* tab */
  
  .manipal-tabs-container {
    position: sticky;
    top: 0px;
    background: white;
    z-index: 1000;
    padding: 10px;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Keeps all tabs in one line */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  }
  
  .manipal-tabs {
    display: flex; /* Keeps tabs in a row */
    gap: 10px; /* Space between tabs */
    justify-content: center;
    min-width: max-content; /* Ensures the row does not break */
  }
  
  .manipal-tabs a {
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    flex-shrink: 0; /* Prevents shrinking */
    white-space: nowrap; /* Prevents text wrapping */
  }
  
  .manipal-tabs a.active {
    border-bottom: 2px solid blue;
  }
  
  /* Hide scrollbar but allow scrolling */
  .manipal-tabs-container::-webkit-scrollbar {
    display: none;
  }
  
  .manipal-tabs-container {
    -ms-overflow-style: none; /* Hides scrollbar for IE & Edge */
    scrollbar-width: none; /* Hides scrollbar for Firefox */
  }
  
  .course-card-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 70%;
    max-width: 800px;
    margin-left: 198px;
}
.course-item {
    text-align: center;
    flex: 1;
}
.course-item span {
    display: block;
    color: gray;
    font-size: 14px;
}
.course-item strong {
    color: #0077b6;
    font-size: 16px;
}
.divider {
    width: 1px;
    background-color: #ddd;
    height: 40px;
}
 /* Responsive Design */
 @media (max-width: 768px) {
    .course-card-1 {
        flex-direction: column;
        text-align: center;
        margin-left: 34px;
        width:254px;
    }

    .divider {
        width: 80%;
        height: 1px;
        margin: 10px 0;
    }
}




.about-section {
    background: #f8f9fa;
    padding: 50px 0;
}
.university-logo img {
    max-width: 200px;
}
.about-text {
    color: #333;
}
.about-text h2 {
    font-size: 26px;
    font-weight: bold;
    color: #003366;
    border-left: 5px solid #f4b400;
    padding-left: 10px;
}
.about-text p {
    font-size: 16px;
    line-height: 1.6;
}
.certifications {
    text-align: center;
    margin-top: 30px;
}
.certifications .cert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
}
.cert-box img {
    width: 145px;
    height: 135px;
    object-fit: contain;
    border-radius: 50%;
    /* border: 2px solid #f4b400;
    padding: 10px;
    background: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
}
.cert-box p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}











.certification-section-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.certification-text-1 {
    width: 50%;
    text-align: left;
}

.certification-text-1 p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.btn-11 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background: #6c7ae0;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn-11:hover {
    background: #5561c4;
}

.certificate-imag-11 {
    width: 45%;
}

.certificate-image-11 img {
    width: 82%;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .certification-section-1 {
        flex-direction: column;
        text-align: center;
    }

    .certification-text-1,
    .certificate-image-11 {
        width: 100%;
    }

    .certificate-image-11 {
        margin-top: 20px;
    }
}





/*  */


.about-section-11{
    background: #174A5B;
}

        
        .btn-12 {
            display: inline-block;
            background: #f4b400;
            color: #174A5B;
            padding: 12px 20px;
            border-radius: 5px;
            font-weight: bold;
            text-decoration: none;
            margin-top: 15px;
        }

        .btn-12:hover {
            background: #dca000;
        }

        /* Fee Structure */
        .fee-section-1 {
            /* background: rgba(255, 255, 255, 0.1); */
            padding: 20px;
            border-radius: 10px;
        }

        .fee-table {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .fee-category {
            width: 30%;
            padding: 15px;
            /* background: rgba(255, 255, 255, 0.2); */
            border-radius: 8px;
            text-align: center;
            font-size: 16px;
        }

        .fee-box {
            background: rgba(255, 255, 255, 0.1);
            padding: 10px;
            margin-top: 10px;
            border-radius: 5px;
        }

        .fee-box strong {
            display: block;
            font-size: 18px;
            margin-top: 5px;
            color: #f4b400;
        }

        .emi-section {
            margin-top: 20px;
            font-size: 18px;
            font-weight: bold;
        }

        .note-section {
            font-size: 14px;
            text-align: left;
            margin-top: 10px;
        }

        .buttons-1 {
            margin-top: 20px;
            align-items: center;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .certification-section {
                flex-direction: column;
                text-align: center;
            }
            .certification-text, .certificate-image {
                width: 100%;
            }

            .fee-table {
                flex-direction: column;
                align-items: center;
            }
            .fee-category {
                width: 80%;
                margin-bottom: 15px;
            }
        }

        /* Left Section Styling */
.left-section {
  width: 50%;
  padding: 40px;
}

.left-section h2 {
  color: #002884;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.underline {
  width: 50px;
  height: 4px;
  background: #FFC107;
  margin: 10px 0;
}

.left-section p {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}

.apply-btn {
  background: #e71f79;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.apply-btn:hover {
  background: #f3509a;
}

.terms {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

/* Right Section Styling */
.right-section {
  width: 50%;
  background: #0D3D56;
  color: #fff;
  padding: 40px;
}

.right-section h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.right-section ul {
  list-style: none;
  padding: 0;
}

.right-section ul li {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.right-section ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #FFC107;
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-wrapper {
      flex-direction: column;
  }

  .left-section, .right-section {
      width: 100%;
      padding: 20px;
  }
}

 .recruiter-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      gap: 20px;
      justify-items: center;
    }

    .recruiter-card {
      position: relative;
      /* width: 130px;
      height: 100px; */
      /* border: 1px solid #ddd; */
      border-radius: 8px;
      /* background-color: #fff; */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
    }

    .recruiter-card img {
      max-width: 100%;
      max-height: 100px;
      object-fit: contain;
    }

    .salary-tag {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #7a287c;
      color: #fff;
      font-size: 14px;
      text-align: center;
      padding: 2px 0;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }


