@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

button {
  cursor: pointer;
  outline: none;
  border: none;
}

header {
  width: 100%;
  margin-top: -6px;
  height: auto;
  height: 55vh;

  /* border: 2px solid red; */
  display: flex;

  background-image: url("./Assets/images/topbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* // para clg   */

header .left {
  /* border: 2px solid orange; */
  min-width: 400px;
  position: relative;
}

header .left img {
  width: 400px;
  position: absolute;
  bottom: 0;
}

header .right {
  width: auto;
  /* border: 2px solid blue; */
  /* min-width: 600px; */
  padding-left: 20px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  /* flex-direction: column; */
  /* border: 2px solid black; */

  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
    1px 1px 0 white;
}

header .right h2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  color: #3333ff;
  /* outline: 2px solid black; */
}

header .right h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #800040;
}

header .right p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  max-width: 700px;
}

header .right button {
  width: 300px;
  height: 40px;
  background-color: #6666ff;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
  outline: none;
  border: none;
  transition: 2s;
}

.learn_btn:hover {
  background-color: #1d1d9b;
  /* color: yellow; */
}

.clg_photo {
  width: 100%;
  height: 40vh;
  /* margin: auto; */
  background-image: url("./Assets/images/clg.jpeg");
  background-position: center calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    /* ✅ Prevent horizontal scrolling */
  }

  header {
    flex-direction: column;
    height: auto;
    min-height: 400px;
    overflow-x: hidden;
    /* ✅ Needed */
    width: 100vw;
  }

  header .left {
    display: none;
  }

  header .right {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 400px;

    word-break: break-word;
  }

  header .right h2,
  header .right h3,
  header .right h4,
  header .right p {
    padding: 0 10px;
  }

  header .right h2 {
    font-size: 24px;
  }

  header .right h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #800040;
  }

  header .right h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  header .right p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }

  header .right button {
    width: 90%;
    max-width: 280px;
    height: 40px;
    font-size: 1rem;
    margin: auto;
    margin-top: 15px;
  }
}



/* header styling close  */

/* choose us start  */
.choose_us {
  padding: 40px 20px;
  background-color: #fefefe;
  text-align: center;
}

.choose_us h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.choose_us .container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
}

.choose_us .scroll-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding-bottom: 10px;
}

.choose_us .scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.choose_us .card {
  /* min-width: 230px; */
  max-width: 300px;
  height: 260px;
  background: #ffffff;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  flex-shrink: 0;
  transition: transform 0.3s;
  border: 2px solid #9999ff;
}

.choose_us .card img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.choose_us .card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  color: #1763AD;
}

.choose_us .card p {
  font-size: 14px;
  color: #555;
  text-align: center;
  font-weight: 400;

}

.choose_us .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.choose_us .left-btn {
  left: 10px;
}

.choose_us .right-btn {
  right: 10px;
}

@media (max-width: 768px) {
  .choose_us .card {

    /* min-width: 200px; */
    width: 200px;

    height: 280px;
    border: 2px solid #9999ff;
  }

  .choose_us .scroll-btn {
    display: none;
  }
}




/*      choose us styling end */




/* nurse start 8?*/

.nursing_blog {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 2px solid lightblue;
  background: #fff;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}

.nursing_blog .image {
  overflow: hidden;
}

.nursing_blog .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.nursing_blog .text_content {
  flex: 1 1 400px;
}

.nursing_blog h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: darkblue;
  font-size: 1.8rem;
}

.nursing_blog p {
  line-height: 1.6;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

/* ---------- Responsive Styles ---------- */
@media (max-width: 768px) {
  .nursing_blog {
    margin: 10px;
    flex-direction: column;
    /* Image top, text below */
    text-align: center;
    /* Center content */
  }

  .nursing_blog .image {
    height: auto;
  }

  .nursing_blog .text_content {
    width: 100%;
  }

  .nursing_blog h2 {
    font-size: 1.5rem;
  }

  .nursing_blog p {
    font-size: 0.95rem;
  }
}

/*nusrsing styling ended /*/




/* course started /*/


@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.course {
  padding: 40px 20px;
  background-color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.course__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
}

.course__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.course__left,
.course__right {
  flex: 1 1 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.course__first .course__heading {
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #333;
  color: orangered;

}

.course__first .course__subheading {
  margin-bottom: 8px;
  font-size: 1em;
  color: #666;
}

.course__first .course__description,
.course__second p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #444;
}

.course__right .course__highlights-title {
  margin-bottom: 15px;
  font-size: 1.2em;
  color: #333;
  color: #7272fa;


}

.course__highlights .course__highlight {
  margin: 10px 0;
  font-size: 0.95em;
  color: #333;
  color: #8080ff;

}

.course__separator {
  border: none;
  border-top: 1px solid #ccc;
  margin: 5px 0;
}

/* Responsive Design */
@media (min-width: 768px) {

  .course__left,
  .course__right {
    flex: 1 1 45%;
  }
}

/* course ended /*/





/*opportunites start */

.nursing-opportunities {
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  max-width: 1200px;
  position: relative;
}

.nursing-opportunities img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 430px;
}

@media (max-width: 1100px) {
  .nursing-opportunities img {
    display: none;
  }
}

/* Section Title */
.nursing-opportunities__title {
  font-size: 2.2em;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 20px;
}

/* Intro Paragraph */
.nursing-opportunities__intro {
  font-size: 1.1em;
  color: #34495e;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.8;
}

/* Subheadings */
.nursing-opportunities__subheading {
  font-size: 1.5em;
  color: #3498db;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Lists */
.nursing-opportunities__list,
.nursing-opportunities__reasons {
  list-style-type: none;
  padding-left: 0;
}

.nursing-opportunities__list li,
.nursing-opportunities__reasons li {
  font-size: 1.1em;
  color: #34495e;
  padding: 8px 0;
  border-bottom: 1px solid #ecf0f1;
}

.nursing-opportunities__list li:last-child,
.nursing-opportunities__reasons li:last-child {
  border-bottom: none;
}

/* Hover Effects */
.nursing-opportunities__list li:hover,
.nursing-opportunities__reasons li:hover {
  background-color: #f1f8ff;
  color: #3498db;
  cursor: pointer;
}

/* Responsive Design */
@media (min-width: 768px) {
  .nursing-opportunities__title {
    font-size: 2.5em;
  }

  .nursing-opportunities__intro {
    font-size: 1.2em;
  }

  .nursing-opportunities__subheading {
    font-size: 1.6em;
  }

  .nursing-opportunities__list li,
  .nursing-opportunities__reasons li {
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  .nursing-opportunities {
    padding: 20px;
  }

  .nursing-opportunities__title {
    font-size: 1.8em;
  }

  .nursing-opportunities__subheading {
    font-size: 1.4em;
  }

  .nursing-opportunities__intro {
    font-size: 1em;
  }
}

/*opportunites end */

/* our campous  */
.campous h1 {
  text-align: center;
  color: #1a53ff;
}

.campous .tabs {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.campous .tab {
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 5px;
  border: none;
  background-color: #eee;
  color: #000;
  font-weight: bold;
}

.campous .tab.active {
  background-color: #857ee9;
  color: #fff;
}

.campous .carousel-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

.campous .carousel {
  display: flex;
  transition: transform 0.3s ease-in-out;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 40px;
}

.campous .carousel::-webkit-scrollbar {
  display: none;
}

.campous .card {
  flex: 0 0 auto;
  width: 260px;
  height: 170px;
  /* max-height: 200px; */
  border: 1px solid #faf3f3;
  text-align: center;
  border-radius: 5px;
  background: white;
}

.campous .card img {
  width: 100%;
  height: 100%;
  /* max-height: 120px; */
  object-fit: cover;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  margin: 0;
  border-radius: 5px;

}



.campous .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.campous .arrow.left {
  left: 0;
}

.campous .arrow.right {
  right: 0;
}


/* campous ended   */




/* hospital ended  */

/* chairmans msg  */
.chairman_message {
  max-width: 90vw;
  margin: 40px auto;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 40px;
}

.chairman_message h2 {
  color: #1260a0;
  font-weight: 700;
  margin-bottom: 14px;
  border-bottom: 3px solid #1a99d5;
  padding-bottom: 8px;
  letter-spacing: 1px;
  font-size: 2rem;
}

.chairman_message p {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 22px;
}

.chairman {
  font-style: italic;
  font-weight: 600;
  color: #555555;
  margin-top: 40px;
  font-size: 1.05rem;
}

@media (max-width: 767px) {
  .chairman_message h2{
    font-size: 20px;
  }
  .chairman_message hp{
    font-size: 15px;
  }
}

/* floating button  */
.floating-contact-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0073e6;
  color: white;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,115,230,0.5);
  text-decoration: none;
  font-size: 1.1rem;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: background-color 0.3s, transform 0.3s;
}

.floating-contact-btn:hover,
.floating-contact-btn:focus {
  background-color: #005bb5;
  transform: scale(1.1);
  animation: none;
  outline: none;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 10px rgba(0,115,230,0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 8px 20px rgba(0,115,230,0.8);
    transform: scale(1.05);
  }
}
