/*body {*/
/*  margin: 0;*/
  
/*  font-family:  'Montserrat', sans-serif !important ;*/
/*  color: #002766;*/
/*  box-sizing: border-box;*/
  
/*}*/



.container_top {
   position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-right: 3%;
  
 
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(2px) brightness(0.5); /* Optional: add blur and dark overlay */
}


        .apply-now-side {
            position: fixed; /* Stays in place when scrolling */
            right: 1px; /* Increased clearance from the right edge */
            transform: rotate(-90deg); /* Rotate counter-clockwise for text to read bottom-up */
            transform-origin: right bottom; /* Rotate around the bottom-right corner of the unrotated element */
            background-color:  #BB8F31;
            padding: 20px 45px;
            font-weight: bold;
            color: #eee;
            font-size: 22px;
            border-radius: 6px; /* Apply a general border-radius for all corners */
            z-index: 1000; /* Ensure it's above other content */
            box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* Add a subtle shadow */
            text-decoration: none; /* Remove underline for link */
            transition: background-color 0.3s ease, transform 0.2s ease;
            white-space: nowrap; /* Prevent text from wrapping */
        }


.container_course {
  
  
  position: relative;
  overflow: hidden; 
  padding: 2rem 10%;
}
.container_course_choose {
  
  
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden; 
  padding: 2rem 10%;
}
.bg-course-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: blur(8px) brightness(0.8);
  pointer-events: none;
}
 
/* About Course  */
.course-wrapper {
  background: linear-gradient(#15295c 60%, #ffffff 40%);
  padding: 60px 20px;
}
.course-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
.testimonials-header{
    color: white;
}
.testimonials-para{
    color: white;
}
.left-content {
  flex: 1 1 400px;
}
.course-text h2 {
  color: #F5C764;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: -20px;
}
.course-text p {
  color: #dcdcdc;
  font-size: 20px;
  font-weight: 400;
  line-height:1.6;
  padding-bottom: 50px;
}
strong {
  font-weight: 700;
}
.video-box {
  position: relative;
  flex: 1;
  display: flex;
   max-width: 400px;
  border: 5px solid white;
  border-radius: 10px;
  justify-content:center;
  margin-bottom: -100px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}
.info-text {
  max-width: 1100px;
  margin: 100px auto 0;
  padding: 0 20px;
}
.info-text p {
  color: #3F4965;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
/* Padding and spacing adjustments for bottom white section */
.bottom-info {
  padding-top: 0px;       /* Pushes section slightly upward */
  padding-bottom: -100px;    /* Adequate space at bottom */
  background-color: #ffffff;
}

.bottom-info p {
  color: #3F4965;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: -30px;
  padding: 10 10px;
}
.apply-btn {
  display: inline-block;
  background-color: #dd2007;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  margin-top: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
}


.apply-btn:hover {
  background-color: #cfab5f;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .course-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
     gap: 0px;
  }

  .video-box {
    margin-right: 0;
    justify-content: center;
      max-width: 270px;
    margin-top: 0px;
    margin-bottom: -60px;
  }
  


.video-thumbnail {
 
  max-width: 270px;
  border: 0px solid white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


  .info-text {
    margin-bottom: 60px;
    text-align: center;
  }

  .apply-btn {
    margin: 40 auto;
    padding: -1px 90px;
  }
  .bottom-info{
    padding-top: 130px; 
  }
  .course-text h2{
   font-size: 30px;
  font-weight: 700; 
  }
  .info-text p{
     margin-bottom: 10px;
    text-align: center;
  }
}

.container_course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.8));
  z-index: -1;
}


.left {
  flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
}

.chef-img {
  height: 90vh;
    object-fit: cover;
    transition: transform 0.3s ease;
    margin: 0;
  
}

.chef-img:hover {
  transform: translateY(-5px) scale(1.01);
}

.center {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  white-space: normal;
  padding: 10px;
}

.center p.main-text {
  font-size: 40px;
  line-height: 1.4;
  color: white;
  word-wrap: break-word;
  margin: 0;
}

.highlight {
  color: #fcd34d;
  font-weight: bold;
}

.placement {
  /*font-weight: bold;*/
  font-size: 1.2rem;
  color: white;
  margin: 3% 0 10px;
}

.international {
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  margin: 10px 0 10px;
}

.right {
  flex: 0.8;
  background: white;
  padding: 30px 50px;
  border-radius: 10px;
  max-width: 297px;
  height: auto;
  color: black;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.right input,
.right select,
.right button {
  width: 100%;
  
  box-sizing: border-box;
  background-color: #fffefe;
  padding: 12px;
  margin-top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  appearance: none;
  
   border-radius: 25px;
    padding: 10px;
    border: 1px solid #ccc;
}

.right button {
  background-color: #dd2007;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.right button:hover {
  background-color: #0040a8;
}

.small-text {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.course-section {
  /* background: #1f335f; */
  /* color: #fff; */
  padding: 50px 0;
  position: relative;
}

.course-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: -1 20px;
}

.course-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.text-section {
  flex: 1.5;
}

.text-section h2 {
  color: #f6c338;
  font-size: 32px;
}

.text-section p {
  font-size: 18px;
  line-height: 1.6;
}

.video-section {
  flex: 1;
  display: flex;
  justify-content: center;
}

.video-thumbnail {
  position: relative;
  max-width: 400px;
  border: 0px solid white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-thumbnail img {
  width: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  padding: 10px 18px;
  color: #333;
  cursor: pointer;
}

.bottom-content {
  background: #fff;
  color: #333;
  padding: 40px 0;
  font-size: 16px;
}

.bottom-content p {
  font-weight: bold;
  line-height: 1.6;
}

.apply-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #c39c43;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.side-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  background: #c39c43;
  color: #fff;
  font-weight: bold;
  padding: 12px 18px;
  cursor: pointer;
}

.tab_wrapper {
  display: flex;
  background: white;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: fit-content;
  margin: 0 auto 40px auto; /* Center and add bottom spacing */
}

.tab_option {
  padding: 12px 24px;
  font-weight: bold;
  color: #2c3e50;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-align: center;
  flex: 1;
}

.tab_active {
  background: #c59d45;
  color: white;
}
.tab_option:hover {
  background: #f1f1f1;
}
.section-title_course {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: rgb(2, 2, 55) ;
  text-align: center;
}

.course-card_course {
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.course-left_course {
  flex: 1 1 60%;
  min-width: 280px;
}

.course-left_course h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #002766;
}

.course-left_course p {
  font-size: 15px;
  line-height: 1.6;
  color: #063580;
  text-align: left;
}

.course-left_course b {
  display: block;
  margin-top: 12px;
  color: #002766;
}

.course-right_course {
  flex: 1 1 35%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 20px;
}

.career-list_course {
  list-style: none;
  padding-left: 0;
  text-align: left;
  /* color: #063580; */
  /*display: grid;*/
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
  font-size: 15px;
}

/* .career-list_course li::before {
  content: "\2022"; 
  color: #c59d45;
  font-weight: bold;
  margin-right: 6px;
} */

.apply-btn_course {
  margin-top: 20px;
  padding: 12px;
  background-color: #dd2007;
   color: white;
  font-weight: bold;
  width: 200px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.apply-btn:hover_course {
  background-color: #162642;
}

.course-title-expand_course {
  font-weight: bold;
  font-size: 18px;
  color: #002766;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid gray;
  cursor: pointer;
}

.expand-icon_course {
  font-size: 24px;
}

.sticky-apply_course {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #c59d45;
  color: white;
  padding: 12px 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px 0 0 6px;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
}





/* footer  start */

.footer-section {
    background-color:#15295c; /* Dark blue background */
    color: #fff;
    padding-top: 40px;
    padding-bottom: 0; /* Already good */
    position: relative; /* Keep this if you use absolute positioning for elements inside later */
    font-family: 'Montserrat';
}

.container_footer {
   position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 55vh;
  /*padding-right: 1%;*/
  
 
}


.footer-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid white;
    padding-bottom: 30px;

    margin-bottom: 30px;
}

.logo-area {
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 300px;
    height: auto;
    margin-right: 15px;
}

.university-name {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-detail,
.contact-info {
    text-align: left;
    font-size: 50px;
}

.contact-detail h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #BB8F31;
    font-weight: bold;
}

.contact-info {
      margin-top: 25PX;

}
.apply-btn1 {
  display: inline-block;
  background-color: #dd2007;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  margin-top: 10px;
    margin-left: 75px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
}
.contact-detail p,
.contact-info p {
    margin: 5px 0;
    font-size: 20px;
    color: #eee;
}

.contact-detail i,
.contact-info i {
    margin-right: 8px;
    color: #BB8F31;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-bottom: 30px;*/
}

.form-column {
    flex: 1;
    margin-left: 55px;
    min-width: 250px;
    margin-right: 40px;
}

.form-column input,
.form-column select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #444;
    background-color: #2a344e;
    color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-column input::placeholder {
    color: #bbb;
}

.select-wrapper {
    position: relative;
  
}

.select-wrapper select {
    padding-right: 30px;
}

.select-wrapper i.fa-chevron-down {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    pointer-events: none;
}

.apply-now-btn {
    background-color: #BB8F31;
    color:#15295c;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%;
}

.apply-now-btn:hover {
    background-color: #BB8F31;
}

.links-column {
    flex: 1;
    min-width: 180px;
    margin-right: 20px;
}

.links-column:last-child {
    margin-right: 0;
}

.links-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #BB8F31;
    margin-left: 40px;
}

.links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-column-statutory-links{
     list-style: none;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    /*margin: 30px;*/
}
.links-column-statutory-links ul li {
    margin-bottom: 10px;
}

.links-column-statutory-links ul li a {
    
    color: #eee;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.links-column-statutory-links ul li a:hover {
    color: #BB8F31;
}

.links-column ul li {
    margin-bottom: 10px;
}

.links-column ul li a {
    margin-left: 50px;
    color: #eee;
    text-decoration: none;
    font-size: 11px;
    transition: color 0.3s ease;
}

.links-column ul li a:hover {
    color: #BB8F31;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 30px auto 10px auto;
}

.social-icons a {
    color: #15295c;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    background-color: #BB8F31;
    color: #fff;
}

.copyright {
    text-align: center;
    margin: 10px auto 20px auto;
    font-size: 13px;
    color: #bbb;
}


.tagline {
  color: #BB8F31;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 2rem auto 1rem;
  position: relative;
  max-width: 100%;
  padding: 0 1rem;
  line-height: 1.2;
  word-wrap: break-word;
  z-index: 1;
}

.tagline h1 {
  margin: 0;
  padding: 0;
  font-family: Montserrat ,Sans-Serif;
  font-size: inherit;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.tagline-line {
  width: 100%;
  height: 8px;
  background-color: #BB8F31;
  margin: 0 auto;
  display: block;
  z-index: 1;
}


ul {
  /* list-style: none; */
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  margin-left: 50px;
  color: #eee;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

ul li a:hover {
  color: #BB8F31;
}

/* Mobile toggle */
/* Mobile: show toggle */
@media (max-width: 768px) {
  .toggle-button {
    display: inline;
    cursor: pointer;
    font-size: 20px;
    margin-left: 10px;
    color: #eee;
  }

  .dropdown-facilities,
  .dropdown-quicklinks,
  .dropdown-statutory {
    display: none;
  }

  .dropdown-facilities.open,
  .dropdown-quicklinks.open,
  .dropdown-statutory.open {
    display: block;
  }
}

/* Desktop: hide toggle */
@media (min-width: 769px) {
  .toggle-button {
    display: none;
  }

  .dropdown-facilities,
  .dropdown-quicklinks,
  .dropdown-statutory {
    display: block !important;
  }
}



/* Responsive Fix */
@media (max-width: 768px) {
    .container_footer {
   position: relative;
 
  
 
}
  .footer-top,
  .footer-middle {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: 200px;
    margin-bottom: 20px;
    padding-left:80px;
  }
  .apply-btn-class{
      display: flex;
      justify-content: center;
      width:100%;
  }
  
  .apply-btn1 {
   
  padding: 12px 24px;
  margin-top: 10px;
    margin-left: 0px;
 
}

  .university-name {
    font-size: 20px;
    text-align: center;
  }

  .form-column,
  .links-column {
    margin: -4px 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    width: 100%;
  }

  .social-icons {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }

  .contact-detail,
  .contact-info {
    font-size: 18px;
  }

  .contact-detail p,
  .contact-info p {
    font-size: 16px;
    padding-left: 16px;
  }

  .tagline {
    font-size: 28px;
    padding: 0 10px;
  }

  .tagline-line {
    height: 4px;
  }
}

/* footer end  */















