.navbar .nav-link {
    color: #666 !important;
    font-size: 1rem;
    transition: color 0.3s ease;
    padding: 0.5rem 1.5rem !important;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    color: black !important; 
  }

  .navbar {
    border-bottom: 1px solid #eee;
  }

  .about-title {
    color: #0047ab;
    font-weight: bold;
  }

  .highlight-text {
    color: #0047ab;
  }

  @media (max-width: 991px) {
    .navbar .nav-link {
      text-align: center;
      padding: 0.5rem 1rem !important;
    }
  }

  .hero-section {
    position: relative;
    min-height: 56vh;
    height:365px;
    background-image: url("../images/university/manipal-university-jaipur-featured-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
.hero-section-1{
  position: relative;
    min-height: 60vh;
    height: 365px;
    background-image: url("../images/banner/Quantomum-University-Banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-section-2{
  position: relative;
    min-height: 56vh;
    height: 365px;
    background-image: url("../images/university/amity-banner.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-section-3{
  position: relative;
    min-height: 56vh;
    height: 365px;
    background-image: url("../images/university/chandigarh-university-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.logo-container-1{
  background:#e71f79; 
  justify-content: center; 
  display: flex;
  align-items: center;
  padding: 10px;
  margin-left: 219px;
  width:60px;
}

@media (max-width: 768px) {
  .logo-container-1 {
     margin-left:0px; /* Adjust the top margin for smaller screens */
  }
}

@media (max-width: 480px) {
  .logo-container-1 {
   margin-left: 0px;
  }
}

  .diagonal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #033b6ceb;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 2rem;
  }

  .hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 70vh;
    max-width: 600px;
    margin-left: -260px;
  }

  @media (max-width: 768px) {
    .hero-title {
       margin-left:0px;  /* Adjust the top margin for smaller screens */
    }
}

@media (max-width: 480px) {
    .hero-title {
     margin-left: 0px;
    }
}

  .enquiry-form {
    position: relative;
    z-index: 2;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 3vh 0vh;
    width:480px;
  }


  

/* Media Query for Tablets (768px and below) */
@media (max-width: 768px) {
    .enquiry-form {
        width: 80%;  /* Reduce width for tablets */
        
    }
}

/* Media Query for Mobile Devices (480px and below) */
@media (max-width: 480px) {
    .enquiry-form {
        width: 95%;  /* Almost full width for mobiles */
        padding: 1rem;  /* Smaller padding for small screens */
        margin: 3vh auto;  /* Adjust margin for better spacing */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  /* Softer shadow */
    }
}
  .logo-container {
    text-align: center;
    /* margin-bottom: 2rem; */
  }

  .logo-container img {
    max-width: 200px;
  }

  .form-title {
    color: #1a237e;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .phone-input-group {
    display: flex;
    gap: 10px;
  }

  .country-select {
    width: 100px;
  }

  .submit-btn {
    background: #1f517c;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    width: 100%;
    margin-top: 1rem;
  }

  .send-otp-btn {
    background: #033b6c;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
  }

  @media (max-width: 991px) {
    .diagonal-overlay {
      width: 100%;
      clip-path: polygon(100% 0, 0 0, 100% 100%, 0% 100%);
      background: rgba(26, 35, 126, 0.9);
    }

    .hero-title {
      margin-top: 2rem;
      font-size: 2.5rem;
    }

    .enquiry-form {
      margin-top: -15rem;
    }
  }

  /* course css */

  .course-title {
    color: #0039a6;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .course-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
  }

  .card-header {
    background-color: #033b6c;
    color: #fff;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .corner-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background:linear-gradient(135deg, #fff700, #ffd700, #ffae00);;
    color: #000;
    padding: 0.5rem 2rem;
    transform: rotate(45deg) translate(25%, -50%);
    font-weight: bold;
    font-size: 0.9rem;
  }

  .price {
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    margin: 1.5rem 0;
    color:black;
  }

  .price-currency {
    font-size: 1rem;
    font-weight: normal;
    vertical-align: super;
    color:black;
    font-weight:bold;
  }

  .eligibility {
    /* text-align: center;
    padding: 0 1.5rem; */
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.5;
    color:#000;
  }

  .apply-btn {
    background-color: #033b6c;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    display: block;
    margin: 1.5rem auto;
    width: fit-content;
  }

  .apply-btn:hover {
    background-color: #84acf4;
    color: #fff;
  }

  .card-body {
    padding: 1.5rem;
    background-color: #fff;
  }

  .yellow-underline {
    position: relative;
    display: inline-block;
  }

  .yellow-underline::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #ffd700;
  }

  /* Add these styles to your existing CSS */
  section h2 {
    font-weight: bold;
    margin-bottom: 3rem;
    position: relative;
  }

  .text-primary {
    color: #0047ab !important;
  }

  @media (max-width: 768px) {
    /* section {
      padding: 2rem 1rem;
    } */

    section h2 {
      font-size: 1.75rem;
      margin-bottom: 2rem;
    }
  }

  /* Add Font Awesome CDN in head section */
  @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

  .process-flow-section {
    background-color: #f8f9fa;
  }

  .process-steps {
    gap: 1rem;
  }

  .step-wrapper {
    margin: 1rem;
  }

  .step-label {
    color: #1a237e;
    font-weight: 600;
  }

  .step-circle {
    width: 160px;
    height: 160px;
    position: relative;
  }

  /* .dashed-border {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px dashed #00bcd4;
    border-radius: 50%;
  } */

  .inner-circle {
    width: 223px;
    height: 200px;
    background-color: #ffd700;
    border: 3px solid #1a237e;
    border-radius: 50%;
    padding: 20px;
  }

  .inner-circle i {
    font-size: 2rem;
    color: #1a237e;
  }

  .inner-circle span {
    font-size: 0.9rem;
    color: #1a237e;
    font-weight: 600;
    line-height: 1.2;
  }

  .step-arrow {
    color: #1a237e;
    font-size: 1.5rem;
    margin: 0 -0.5rem;
  }

  .btn-primary {
    background-color: #033b6c;
    border: none;
    font-weight: 600;
    padding: 0.75rem 2rem;
  }

  .btn-primary:hover {
    background-color: #000066;
  }

  @media (max-width: 991px) {
    .process-steps {
      flex-direction: column;
    }

    .step-wrapper {
      position: relative;
      padding-bottom: 2rem;
    }

    .step-wrapper:not(:last-child)::after {
      content: "\f063";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      bottom: -54px;
      left: 60%;
      transform: translateX(-50%);
      color: #1a237e;
      font-size: 1.5rem;
    }

    .step-circle {
      width: 140px;
      height: 140px;
    }

    .inner-circle {
      width: 197px;
      /* height: 140px; */
    }

    .inner-circle i {
      font-size: 1.75rem;
    }

    .inner-circle span {
      font-size: 0.85rem;
    }
  }

  .faq-section {
    background-color: #f8f9fa;
  }

  .accordion-button {
    background-color: white;
    color: #333;
    font-weight: 500;
    padding: 1.25rem;
    box-shadow: none !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: white;
    color: #0047ab;
  }

  .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    font-weight: 300;
  }

  .accordion-button:not(.collapsed)::after {
    content: "−";
    transform: rotate(0);
    background-image: none;
  }

  .accordion-body {
    padding: 1.25rem;
    color: #666;
  }

  @media (max-width: 768px) {
    .accordion-button {
      font-size: 0.9rem;
      padding: 1rem;
    }

    .accordion-body {
      font-size: 0.9rem;
      padding: 1rem;
    }
  }

  .textdesign:hover{
    color:#0039a6;
  }

  
    .placements-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
    }

    .placement-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      border: 1px solid #e0e0e0;
    }

    .placement-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .placement-footer {
      background-color: #92278f;
      color: #fff;
      text-align: center;
      padding: 10px;
      font-weight: bold;
      font-size: 14px;
    }

    .placement-footer span {
      font-weight: normal;
      display: block;
      font-size: 12px;
    }