:root {
  --bg-orange: rgba(216, 130, 56, 1);

  --bg-orange-gradient: linear-gradient(to right, #edbe9a, #dd7512);

  --bg-green-gradient: linear-gradient(to right,

      rgb(135, 189, 178),
      rgb(214, 248, 241));

  --bg-green: rgba(142, 186, 177, 1);

  --logo-blue: rgb(7, 52, 94);

  --bg-white: #ffffff;
  --bg-light-green-transparent: #f6fbfa;
  --light-gray-color: rgb(182, 182, 182);

  --color-black: rgba(0, 0, 0, 1);

  --color-orange: rgba(216, 130, 56, 1);

  --font-family: Verdana, sans-serif;

  --font-weight: 700;

  --header-option-color: rgb(0, 0, 0);

  --border-green-color: #96ac8a;

  --bg-green-dark: #172e1f;

  --bg-green-light: #557661;

  --bg-green-light-card:rgba(142, 186, 177, 0.45);

  --header-menu-color: #ffffff;
}

* {
  margin: 0;

  padding: 0;

  font-family: var(--font-family);
}

.container {
  width: 100vw;

  height: 100vh;

  position: fixed;

  font-family: var(--font-family);

  display: flex;

  flex-direction: column;
}

.header_nav {
  background-color: #ffffff;

  height: 10vh;

  color: gainsboro;

  font-size: 0.6rem;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 4px;

  padding: 0px 10px;

  margin-bottom: 3px;
}

.header_nav a{
  color: black;
  text-decoration: none;
}

.header_nav div {
  display: flex;

  flex-direction: row;
  justify-content: center;
  gap: 4px;
}

#research_drop_down,
.research_drop_down {
  position: absolute;
  width: 150px;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: -20px;
  background: gainsboro;
  font-size: 0.6rem;
  padding: 4px;
}

.research_drop_down li {
  list-style-type: none;
  width: 100%;
  padding: 6px 0px;
  text-align: center;
}

.research_drop_down li:hover,
#mobile_research_dropDown li:hover {
  background: white;
  border-radius: 2px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}

#mobile_research_dropDown {
  margin-left: 30px;
}

#mobile_research_dropDown li {
  padding: 6px 4px;
  list-style-type: none;
}

.research_div a {
  text-decoration: none;
  color: #000;
}

.header_nav div:nth-child(1) {
  gap: 10px;
}

.header_nav div a {
  color: white;

  text-decoration: none;
}

.header_nav div span:hover {
  font-weight: 500;
  font-size: 0.6rem;
  cursor: pointer;
  text-decoration: underline;
}

.header {
  height: 4vh;

  width: 100vw;

  display: flex;

  flex-direction: row;

  justify-content: start;

  align-items: center;

  padding: 0px -10px 0 10px;
  position: relative;
  z-index: 1;

  margin-top: 10px;
  margin-left: 45px;
  margin-bottom: 10px;
}

.horizontal_line{
  border:1px solid rgb(236, 236, 236);
}

.apply_admission {
  background-color: #d0e4dc !important;
  color: rgb(31, 31, 31) !important; 
}

.apply_admission:hover {
  color: #dd7512 !important; 
  background-color: rgb(234, 234, 234) !important;
  transition: all 0.3s ease !important;
}


.header_second {
  height: 6vh;

  width: 100vw;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: center;

  position: relative;
  z-index: 1;

  margin-top: 17px;
  margin-left: 10px;
  margin-bottom: 14px;
  margin-right: 65px;  


}

.header_second_logo img {
  width: 60px;
  margin-left:40px;
}

#header {
  display: flex;
}

#header_second {
  display: flex;
}


.arrow {
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
  color: #666; 
  font-size: 14px; 
}


.dropdown__clinical:hover .arrow {
  transform: rotate(180deg); 
  color: #666; 
}


.header_menu {
  width: 100%;

  height: 80%;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  background-color: var(--header-menu-color);

  font-size: 16px;

}

.header_second_menu {
  width: 80%;

  height: 80%;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: end;

  background-color: var(--header-menu-color);

  font-size: 16px;

  margin-right:90px;

}

.header_options {
  min-width: 90%;

  max-width: fit-content;

  text-transform: capitalize;

  height: fit-content;

  display: flex;

  padding-right: 5px;

  flex-direction: row;

  color: var(--header-option-color);

  align-items: center;

  justify-content: end;

  gap: 30px;


}

.header_second_options {
  min-width: 90%;

  max-width: fit-content;

  text-transform: capitalize;

  height: fit-content;

  display: flex;

  padding-right: 5px;

  flex-direction: row;

  color: var(--header-option-color);

  align-items: center;

  justify-content: flex-end;

  gap:30px;
}

.header_second_options .dropdown__clinical,
.header_second_options .research_div,
.header_second_options .button_style {
  margin-left: 10px; /* Very little space between these items */
}

.header_btn,
.header_active {
  cursor: pointer;
 font-size: 0.8rem;
  width: fit-content;

  text-decoration: none;

  font-family: var(--font-family);

  font-weight: 400;

  color: var(--header-option-color);

}

.header_btn:hover,
.header_btn:active,
.header_active {
  color:#dd7512;
  border: 2px solid rgb(234, 234, 234);
  border-radius:3px;
  padding: 5px 5px;
  background-color: rgb(234, 234, 234);
  transition: all 0.3s ease;

}

.menuBtn {
  display: none;
}

.dropdown {
  display: none;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;

  height: 3px;

  background-color: #333;

  margin: 6px 0;

  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}

.header_active {
  border-bottom: 1.5px solid #000000;
}

.dropdown-content {
  display: none;

  position: absolute;
  z-index: 1;
  right: 0;

  top: 10vh;
text-transform: capitalize;
  background-color: var(--bg-white);

  min-width: 300px;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: var(--color-black);

  padding: 12px 16px;

  text-decoration: none;

  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.body_view {
  width: 100vw;

  height: 85vh;

  overflow-y: auto;

  overflow-x: hidden;

  display: flex;
  position: relative;
  flex-direction: column;

  box-sizing: border-box;
  padding: 1rem;
  flex-shrink: 0;
}

.main_body {
  width: 100%;

  height: fit-content;

  display: flex;

  flex-direction: column;
  position: relative;
  align-items: center;
  gap: 20px;
}

.body_banner_admission_open {
  width: 100%;
  display: grid;
  place-items: center;
  background: #cb8b53;
  color: var(--bg-white);
  font-family: var(--font-family);
  font-weight: 400;
  padding: 12px 5px;       
  font-size: 0.8rem;          
  text-align: center;
  line-height: 3px;
  margin-bottom: 20px;      
  border-radius: 6px;        
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);  
}


.bgc_img_controller_div {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
  width: 100%;
}

.background_img_scroll {
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.slide_cards {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide_card_img {
  width: 100%;
  height: 550px; 
  position: relative;
  overflow: hidden;
}

.slide_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.img_overlay_text {
  position: absolute;
  top: 50%;
  left: 5%;

  color: white;
  text-align: left;
  padding: 20px;

  max-width: 400px; 
  border-radius: 10px;
  box-sizing: border-box;
}



.text_background h1 {
  font-size: 2.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.text_background p {
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  margin: 5px 0;
}


@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.img_overlay_text {
  animation: fadeInText 1s ease-in-out both;
}


@keyframes imageZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.slide_card_img img {
  animation: imageZoom 10s ease-in-out infinite;
}







.active_header {
  font-weight: 700px;
}

.card_info {
  width: 30%;
  height: 100%;
  background: #2a4937;
  border-bottom-right-radius: 100%;
  display: flex;
  flex-direction: column;

  color: var(--bg-white);
}

.anchor_link_tag {
  color: var(--bg-white);
  text-decoration: none;
}

.anchor_link_tag:hover {
  color: var(--bg-orange);
  text-decoration: underline;
}

.slide_card_logo {
  background: var(--bg-white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px 0px 0px 10px;
}

@media screen and (max-width:500px) {
  .slide_card_logo {
    width: 30px;
    height: 30px;
  }
}

.slide_content {

  height: 60%;
  width: 300%;
  display: flex;
  margin-top: -10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 20px 20px 20px 16px;
}

.slide_card_img {
  width: 100%;

  height: 100%;
  position:relative;
}

.slide_card_img img {

  width: 100%;

  height: 100%;
}

.img_overlay_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 85%;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); /* Improved visibility */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text_background {
  background-color: rgba(200, 200, 200, 0.5); /* Mild grey */
  padding: 20px;
  border-radius: 10px;
}

.img_overlay_text h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.img_overlay_text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 5px 0;
  color: white;
}

.button_style {
  text-decoration: none;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  margin-top: 15px;
}



.card_info_title {
  background: rgba(102, 78, 59, 1);

  font-size: 1.2rem;

  width: 200px;

  text-align: center;

  color: white;

  padding: 4px;
}

.dots {
  width: 100%;

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  margin-top: -20px;
}

.dot {
  cursor: pointer;

  height: 15px;

  width: 15px;

  margin: 0 2px;

  background-color: #bbb;

  border-radius: 50%;

  display: inline-block;

  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: var(--color-black);
}

.fade {
  animation-name: fade;

  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.7;
  }
}

.courses,
.why_choose_merf_ish {
  width: 95%;
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  gap: 40px;
  padding-bottom: 20px;
}

.header_title {
  color: var(--color-black);

  font-family: var(--font-family);

  font-weight: 400;

  font-size: 34px;

  width: 100%;

  padding-left: 5%;

  float: inline-start;
}

.course_cards_group,
.reason_cards_group {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.course_cards_view,
.reason_cards_view {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: fit-content;
  gap: 40px;
}

.course_card {
  background: var(--bg-white);
  min-width: 300px;
  width: 25%;

  height: 100px;

  border-radius: 20px;

  border: 1px solid rgba(142, 186, 177, 1);

  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);

  padding: 10px 0px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;
}

.course_card_header {
  width: 90%;

  display: flex;

  flex-direction: row;

  align-items: center;

  font-family: var(--font-family);

  justify-content: space-between;

  /* text-transform: uppercase; */

  font-weight: bolder;
}

.graduation_type {
  border-radius: 20px;

  font-family: poppins;

  font-size: 0.6rem;

  border: 1px solid rgba(142, 186, 177, 1);

  padding: 1px 6px;
}

.course_card_duration {
  width: 96%;

  background: var(--bg-green-light-card) ;

  font-size: 0.6rem;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  padding: 10px 5px;
}

.course_card_learnMore a {
  font-size: 0.8rem;

  color: var(--color-orange);
}

.experience_workers_count {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-family: var(--font-family);
  line-height: 30px;
}

.experience_workers_count div {
  width: 20%;
  min-width: 150px;
  display: flex;
  min-height: 80px;
  flex-direction: column;
  text-transform: capitalize;

  color: var(--color-orange);

  font-weight: 700;
}

.experience_workers_count div span {
  text-align: center;
}

.experience_workers_count div span:first-child {
  font-size: 34px;
}

.experience_workers_count div span:last-child {
  color: rgba(216, 139, 71, 0.863);

  font-size: 14px;

  font-weight: 400;
}

.reason_cards {
  width: 310px;

  height: 150px;

  display: grid;

  place-items: center;

  text-align: center;

  padding: 10px;

  border-radius: 10px;

  background: var(--bg-white);

  font-family: var(--font-family);

  box-shadow: 2px 2px 8px 0px rgba(170, 169, 169, 0.349),
    -2px -2px 8px 0px rgba(206, 205, 205, 0.281);
}

.reason_cards img {
  width: 10%;
}

/* clinical service */

.clinical_service {
  width: 100vw;

  height: fit-content;

  display: flex;

  flex-direction: column;

  gap: 5px;

  background: linear-gradient(to right, #8ebab1, #ffffff);

  padding: 10px;
}

.clinical_service {
  width: 100%;
  background: linear-gradient(to right, #8ebab1, #ffffff);
  padding: 20px;
  box-sizing: border-box;
}

.clinical_service_view {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.clinical_service_view img {
  flex: 1 1 50%; 
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.clinical_service_view_data {
  flex: 1 1 40%; 
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.clinical_service_view_data span {
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-size: 18px;
}

.header_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  color: #0b3c5d;
}



.clinic_slider_custom_wrapper {
  flex: 1 1 50%;
  max-width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}


.clinic_slider_custom_slide {
  display: none;
  width: 100%;
  height: 100%;
}

.clinic_slider_custom_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}


.clinic_slider_custom_dots {
  text-align: center;
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.clinic_slider_dot {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.clinic_slider_dot.active,
.clinic_slider_dot:hover {
  background-color: #555;
}




.dropdown__clinical {
  position: relative;
  display: inline-block;
}


.dropdown__clinical-content {
  font-size:12px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;  
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}


.dropdown__clinical-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown__clinical-content a:hover {
  background-color: #ddd;
}


.dropdown__clinical:hover .dropdown__clinical-content {
  display: block;
}

.nested-dropdown {
  position: relative;
}

.nested-dropdown-content {
  font-size:12px;
  display: none;
  position: absolute;
  left: 160px;  
  top: 0;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 200px; 
}

.nested-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.nested-dropdown-content a:hover {
  background-color: #ddd;
}

.nested-dropdown:hover .nested-dropdown-content {
  display: block;
}


/*Mobile Menu*/
.clinic_services_div {
  position: relative;
  display: inline-block;
  cursor: pointer;
}


.clinic_services_div > .header_btn {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color:#201f1f;
  font-size: 13px;
  transition: background-color 0.3s ease;
}

.clinic_services_div > .header_btn:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
}


#clinic_services_dropDown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
  min-width: 100px;

}

#clinic_services_dropDown li {
  margin: 0;
  padding: 0;
  
}

#clinic_services_dropDown li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  font-size:12px;
}

#clinic_services_dropDown li a:hover {
  background-color: #f1f1f1;
}

#additional_services_dropDown {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
  min-width: 300px; 
  font-size: 12px; 
}

#additional_services_dropDown li a {
  display: block;
  padding: 8px 12px; 
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
}

#additional_services_dropDown li a:hover {
  background-color: #f1f1f1;
}


.clinic_services_div:hover #clinic_services_dropDown {
  display: block;
}

#clinic_services_dropDown li:hover > #additional_services_dropDown {
  display: block;
}


.button_style {
  background: var(--bg-orange);

  border-radius: 20px;

  font-family: var(--font-family);

  font-weight: 700;

  border: none;

  min-width: 100px;

  width: fit-content;

  padding: 10px 15px;

  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.button_style:hover {
  text-decoration: underline;
}

.apply_admission {
  background: var(--bg-green-light-card);

  font-size: 0.7rem;
}

.testimonial_view {
  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 0px 20px;

  gap: 20px;
}

.testimonial_view_card,
.testimonial_view_card_new {
  width: 90%;

  min-height: 100px;

  height: fit-content;

  background: linear-gradient(116.79deg,
      rgba(142, 186, 177, 0.6) 0%,

      rgba(255, 255, 255, 0.12) 99.45%),
    linear-gradient(116.83deg,
      rgba(255, 255, 255, 0.65) 0.78%,

      rgba(255, 255, 255, 0) 99.52%);

  display: flex;

  flex-direction: row;
  align-items: center;

  border-top-left-radius: 200px;

  border-bottom-left-radius: 200px;
}

.testimonial_view_card_new {

  gap: 80px;
}

@media screen and (max-width:900px) {
  .testimonial_view_card_new {
    gap: 10px;
  }
}

.testimonial_view_card:nth-child(even) {
  width: 90%;

  text-align: right;

  height: fit-content;

  background: linear-gradient(-116.79deg,

      rgba(142, 186, 177, 0.6) 0%,

      rgba(255, 255, 255, 0.12) 99.45%),
    linear-gradient(-116.83deg,

      rgba(255, 255, 255, 0.65) 0.78%,

      rgba(255, 255, 255, 0) 99.52%);

  display: flex;

  flex-direction: row-reverse;

  align-items: center;

  border-top-right-radius: 200px;

  border-bottom-right-radius: 200px;
}

.testmonial_image img {
  width: 60%;
}

.testimonial_content {
  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 30px;
}

.testimonial_view_card:nth-child(even) .testimonial_content {
  width: 100%;

  display: flex;

  flex-direction: column;

  justify-content: end;

  gap: 30px;

  align-items: end;
}

.testimonial_content strong span {
  font-weight: normal;
}

.testimonial_content_about {
  width: 90%;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: end;
}

.testimonial_view_card:nth-child(even) .testimonial_content_about {
  width: 90%;

  display: flex;

  flex-direction: row-reverse;

  justify-content: space-between;

  align-items: end;

  float: inline-end;
}

.testimonial_content_quote strong {
  text-align: center;

  font-size: 1.3rem;
}

@media screen and (max-width: 1440px) {

  .course_cards_view,
  .reason_cards_view {
    width: 90vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .course_card,
  .reason_cards {
    width: calc(50%-40px);
  }

  .experience_workers_count {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;

    gap: 20px;
  }
}

@media screen and (max-width: 768px) {

  .course_cards_view,
  .reason_cards_view {
    width: 100vw;
    flex-wrap: wrap;
    gap: 30px;
  }

  .course_card,
  .reason_cards {
    width: 40%;
  }

  .background_img_scroll {
    height: fit-content;
  }

  .slide_cards {
    width: 100vw;

    height: fit-content;

    flex-wrap: wrap;

    gap: 20px;
  }

  .slide_cards .card_info {
    height: fit-content;
  }

  .slide_cards .bg_img {
    height: fit-content;
  }

  .experience_workers_count {
    width: 100vw;

    flex-wrap: wrap;
  }

  .experience_workers_count div {
    width: 40%;
  }

  .clinical_service_view {
    width: 100%;

    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  .experience_workers_count {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;

    gap: 20px;
  }
}

@media only screen and (max-width: 1200px) {

  .header{
    display: none;
  }

  .header_menu {
    display: none;
  }

  .header_second_menu {
    display: none;
  }

  .horizontal_line{
    display: none;
  }

  .dropdown {
    display: flex;

    justify-content: center;

    align-items: center;
  }

  .menuBtn {
    display: inline-block;

    align-items: center;

    cursor: pointer;

    padding-right: 10px;
  }

  .header_active {
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  .body_view {
    height: 83vh;
  }

  .header {
    height: 10vh;
  }

  .header_second{
    height: 7vh;
  }

  .main_body {
    height: fit-content;
  }

  .header_title {
    width: 100%;

    text-align: center;

    margin: 0;
  }

  .testimonial_view {
    width: 100%;

    display: flex;

    padding: 4px;
  }

  .testimonial_view_card,
  .testimonial_view_card:nth-child(even) {
    display: flex;

    width: 90%;

    flex-direction: column;

    background: rgba(142, 186, 177, 1);

    border-radius: 10px;
  }

  .testmonial_image {
    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;
  }

  .testmonial_image img {
    width: 40%;
  }

  .testimonial_content_about,
  .testimonial_view_card:nth-child(even) .testimonial_content_about {
    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;
  }

  .testimonial_content_about strong {
    text-align: center;
  }

  .testimonial_content_quote {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .testimonial_content_quote strong {
    width: 80%;

    text-align: center;
  }
}

.testimonial_view_card,
.testimonial_view_card:nth-child(even) {
  display: none;
}

.view_testimonial,
.view_testimonial:nth-child(even) {
  display: flex;
}

.testimonial_arrow_icons {
  color: gainsboro;
}

.testimonial_arrow_icons:hover {
  color: #000;
}

/* management css properties */

#management {
  padding-top: 2%;
  height: fit-content;
}

.view_managements {
  width: 98%;

  min-height: 200px;

  padding: 3%;

  display: flex;

  flex-direction: column;

  align-items: center;

  margin-top: 12%;
}

.view_managements:nth-child(2) {
  margin-top: 24%;
}

.view_managements:last-child {
  margin: 0% 0% 0% 0%;
}

.banner_horizantal {
  width: 80%;

  height: 150px;

  border-radius: 8px;

  background: var(--bg-orange-gradient);

  padding: 4px;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: center;
}

.view_managements:nth-child(even) .banner_horizantal {
  height: 150px;

  border-radius: 8px;

  background: var(--bg-green-gradient);

  display: flex;

  flex-direction: row-reverse;

  justify-content: space-between;

  align-items: center;
}

.banner_content {
  width: 500px;

  min-height: 100px;

  max-height: fit-content;

  background-color: var(--bg-white);

  border-radius: 8px;

  margin: 0% 3%;

  padding: 6px 20px;

  text-align: justify;

  box-shadow: 2px 2px 8px 0px rgba(170, 169, 169, 0.349),
    -2px -2px 8px 0px rgba(206, 205, 205, 0.281);

  display: flex;

  flex-direction: column;

  gap: 4px;

  font-family: var(--font-family);
}

.banner_content_header {
  width: fit-content;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-transform: none;

  /* text-align: left; */
}

.banner_content_header h1 {
  font-size: 30px;

  text-transform: capitalize;
}

.banner_content_header span {
  background: var(--bg-orange);

  padding: 2px 4px;

  text-align: right;

  font-weight: 700;

  font-size: small;
}

.banner_content_about {
  height: fit-content;

  line-height: 25px;

  font-size: small;
}

.banner_profile {
  width: max-content;

  height: fit-content;

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 4px;

  border-radius: 10px;
}

.name_under_image {
  font-family: var(--font-family);

  width: 100px;

  font-size: small;

  font-weight: 700;

  text-transform: capitalize;

  text-align: center;
}

.banner_profile img {
  width: 120px;

  height: 140px;
}

@media only screen and (max-width: 900px) {
  #management {
    width: 100%;

    height: fit-content;

    display: flex;

    flex-direction: column;

    gap: 10px;
  }

  .view_managements:nth-child(2) {
    margin-top: 0%;
  }

  .view_managements {
    width: 100%;

    min-height: max-content;

    margin: 0%;

    padding: 0;
  }

  .banner_horizantal,
  .view_managements:nth-child(even) .banner_horizantal {
    height: fit-content;

    display: flex;

    flex-direction: column-reverse;
    position: relative;
    z-index: 1;
    padding: 6px;
  }

  .banner_content {
    width: 90%;
  }

  .banner_content_header {
    width: 100%;
  }
}

/* management css properties */

.management_home_view {
  width: 100%;
  min-height: 300px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  background: var(--bg-light-green-transparent);
  padding: 20px;
}

.management_home_view_content {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  gap: 60px;
}

.management_home_view_content_card {
  width: 90%;
  display: flex;
  flex-direction: row;
  gap: 5px;
  height: fit-content;
}

.management_home_view_image {
  width: 20%;
  padding: 10px;
  font-size: 12px;
  display: flex;
  line-height: 25px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.management_home_view_image img {
  width: 110px;
  height: 120px;
}

.management_home_view_image_content {
  padding-left: 20px;
  border-left: 1px solid black;
  width: 80%;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-family);
}

.management_home_view_image_content div {
  line-height: 25px;
  text-align: justify;
}

.management_home_view_image_content_role {
  background: var(--bg-orange);
  width: 70%;
  text-align: center;
  font-size: 18px;
  padding: 4px 10px;
  font-weight: 700;
  color: var(--bg-white);
}

@media screen and (max-width: 725px) {
  .management_home_view {
    padding: 0;
  }

  .management_home_view_content_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .management_home_view_content {
    width: 90%;
    padding: 0;
    gap: 20px;
  }

  .management_home_view_image {
    width: 100%;
  }

  .management_home_view_image_content {
    width: 95%;
    border: none;
    padding-left: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* footer view */

.footer_view {
  width: 100%;

  background: var(--bg-green-light);

  height: fit-content;

  display: flex;

  flex-direction: column;

  font-weight: 700;

  color: var(--bg-white);

  align-items: center;
}

.footer_view_home {
  padding: 30px 0px 0px 0px;
  width: 80%;

  display: flex;

  flex-direction: column;

  gap: 20px;
}

.footer_view_service {
  width: 100%;

  display: flex;

  flex-direction: row;

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  text-transform: capitalize;

  gap: 30px;
}

.footer_view_service span:hover {
  cursor: pointer;
  color: var(--bg-orange);
}

.footer_view_logo {
  background: var(--bg-white);

  width: 100px;

  height: 100px;

  border-radius: 50%;

  padding: 4px;

  display: grid;

  place-items: center;

  margin: 0px 4px;
}

.footer_view_logo img {
  width: 90px;

  height: 90px;
}

.footer_view_options {
  width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-left: 50px;
}

.footer_view_options span {
  width: 150px;
}

@media screen and (max-width:500px) {
  .footer_view_options span {
    width: 100px;
  }
}

.footer_view_social_media_body {
  width: 100%;

  display: flex;

  flex-direction: row;

  justify-content: end;

  gap: 5px;
}

.footer_view_social_media_body h4 {
  width: auto;
}

.footer_view_social_media {
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.footer_view_social_media a {
  color: var(--bg-white);

  text-decoration: none;

  width: fit-content;
}

.footer_view_social_media a:hover {
  color: var(--color-orange);
}

.footer_view_copy_rights {
  width: 100%;

  height: 7vh;

  padding: 10px 0px;

  display: flex;

  font-weight: 800;

  align-items: center;

  justify-content: center;

  text-align: center;

  background: var(--bg-green-dark);
}

/* academics */

#academics,
.academics {
  width: 100%;
  margin-bottom: 10px;
  background-color: #f6fbfa;

  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -20px;
  gap: 10px;
}

.academic_view {
  width: 85%;

  height: fit-content;

  background: #ffffff;

  padding: 40px;
  padding-top:10px;

  border-radius: 15px;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  gap: 20px;
  position: relative;
  /* Ensure relative positioning */
  z-index: 0;
}

.academic_about_course p,
.academic_about_course_uses p {
  line-height: 25px;
  font-weight: 400;
  text-align: justify;

  display: flex;

  flex-direction: row;

  gap: 5px;
}

.academic_about_course span,
.academic_about_course_uses span {
  padding-left: 12px;
}

.academic_about_course_uses {
  display: flex;

  flex-direction: column;

  gap: 10px;
}
.academic_about_course_uses ul{
  line-height: 26px;
  margin-left: 20px;
  display: flex;

  flex-direction: column;

  gap: 10px;
}
.academic_about_course_uses2 p {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.academic_title {
  background-color: #cce0dc;
  color: #2a560b;
  width: fit-content;
  padding: 10px;
  border-radius: 25px;
}

.academics-heading {
  width: 100%;
  margin:0px;
  padding:0px;
  /* padding: 20px; */
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.academic_logo_durations {
  background: var(--bg-white);

  height: 50px;

  display: flex;

  flex-direction: row;

  align-items: center;

  padding: 0px 10px;

  gap: 20px;
}

.academic_logo_durations img {
  width: 40px;
}

.chalkboard_teacher {
  width: 18px;

  height: 17px;

  font-weight: 400;
}

.academic_logo_durations div {
  width: fit-content;

  display: flex;

  flex-direction: row;

  gap: 20px;

  align-items: center;
}

.academic_admission_date {
  width: 100%;

  height: fit-content;

  display: flex;

  flex-direction: row;
  align-items: center;

  gap: 10px;
}

.academic_admission_date button {
  width: 40%;
  color: white;
}

.academic_admission_date h3 {
  font-weight: 400;
}

.academic_about_course_uses_p_span {
  width: max-content;

  text-align: justify;
}

@media only screen and (max-width: 900px) {
  .academic_logo_durations {
    flex-wrap: wrap;

    justify-content: center;
  }

  .academic_logo_durations img {
    display: none;
  }

  .academic_admission_date {
    width: 102%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .academic_admission_date button,
  h3 {
    width: 80%;
  }

  .academic_view {
    width: 80%;

    /* padding: 20px; */
  }
}

/* admission view style components */

.admission_view {
  width: 100%;
  height: fit-content;
  /* background-image: url("../assets/admission_bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding: 10px 0px; */
}

.academic_heading{

  margin:0px;
  padding:0px;
}

.admission_view_left {
  width: 47%;
  min-height: 300px;
  height: 100%;
  background-color: #00000038;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 4px;
  color: var(--bg-white);
}

.admission_view_title {
  font-size: 40px;
  text-align: center;
  width: 80%;
}

.admission_view_form {
  width: 37%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  height: fit-content;
}

@media screen and (max-width: 900px) {
  .admission_view_left {
    width: 85%;
    border-radius: 8px;
  }

  .admission_view_form {
    width: 80%;
  }

  .admission_view {
    gap: 20px;
  }
}

.admission_view_form_box {
  background: var(--bg-white);
  width: 100%;
  height: 80%;
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
}

.admission_form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #646060;
}

.admission_form input,
.input,
.admission_form select {
  padding: 6px 2px;
  border: none;
  outline: none;
  width: 95%;
  border-bottom: 1px solid #646060;
  color: #646060;
}

.admission_form select {
  min-width: fit-content;
}

.admission_form div input {
  width: fit-content;
  height: fit-content;
}

.admission_form div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.admission_view_flow,
.admission_view_flow_offered {
  background: linear-gradient(93.12deg, #587d66 0%, #98d3ad 100%);
  width: 100%;
  min-height: 100px;
  padding: 20px;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  color: var(--bg-white);
  margin-top: -20px;
}

.admission_view_flow h1 {
  font-size: 36px;
}

.admission_view_flow_icons {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  align-items: center;
  gap: 5px;
}

.admission_view_flow_card {
  width: 150px;
  height: 100px;
  background: var(--bg-white);
  color: #000000;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.admission_view_flow_card img {
  width: 40px;
  height: 40px;
}

.arowIcon {
  width: 30px;
  height: 20px;
}

@media only screen and (max-width: 630px) {
  .admission_view_flow_card {
    font-size: 8px;
    width: 80px;
    height: 80px;
  }

  .admission_view_flow_card img {
    width: 20px;
    height: 20px;
  }

  .admission_view_flow h1 {
    width: 100%;
    text-align: center;
    font-size: 26px;
  }

  .admission_view_flow {
    justify-content: center;
    align-items: center;
  }

  .form-control {
    font-size: 12px;
  }

  .arowIcon {
    width: 11px;
    height: 9px;
  }
}

.admission_view_flow_offered {
  background: var(--bg-white);
  color: #557661;
}

.admission_view_flow_offeredPrograms {
  width: 320px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid #557661;
  text-align: center;
  padding: 4px;
  border-radius: 10px;
}

.admission_view_flow_offeredPrograms:hover {
  cursor: pointer;
  background: #557661;
  color: white;
}

.admission_view_flow_offered_cards {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.admission_view_flow_offered_cards a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 370px) {
  .admission_view_flow_card {
    font-size: 8px;
    width: 70px;
    height: 80px;
  }

  .admission_view_flow_card img {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .admission_view {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }

  .admission_view_title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .admission_view_title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .admission_view_title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .admission_view {
    flex-wrap: wrap;

    justify-content: center;
  }

  .admission_view_title {
    font-size: 16px;
  }
}

.admission_content {
  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 4px;

  padding-bottom: 10px;
}

.admission_content_title {
  border-bottom: 1px solid var(--border-green-color);

  width: 90%;

  margin-bottom: 10px;
}

.admission_content_list {
  width: 85%;

  height: fit-content;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 10px;
}

.admission_content_list ol,
.admission_content_list ul {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.admission_content_list li a {
  color: var(--border-green-color);
}

.admission_content_list li a:hover {
  color: #112404;
}

.why_choose_merfish {
  margin: 5px 0px;

  padding: 20px 0px;

  height: fit-content;

  width: 90%;

  border-bottom: 1px solid var(--border-green-color);

  border-top: 1px solid var(--border-green-color);

  display: flex;

  flex-direction: column;

  align-items: center;

  flex-wrap: wrap;

  gap: 30px;
}

.why_choose_merfish_cards {
  display: flex;

  flex-direction: row;

  justify-content: center;

  flex-wrap: wrap;

  gap: 30px;
}

.why_choose_merfish_card {
  width: 300px;

  height: fit-content;

  background: var(--bg-green);

  border-radius: 60px;

  display: flex;

  flex-direction: row;

  align-items: center;

  gap: 5px;

  font-size: small;
}

.why_choose_bg {
  background: #f1f2f2;
  width: 80px;

  display: grid;

  place-items: center;

  height: 80px;

  border-radius: 50%;
}

.why_choose_bg img {
  width: 40px;
  height: 40px;
}

.why_choose_merfish_card span {
  width: 200px;
  font-size: smaller;
  text-align: center;
}

.admission_view_quote {
  background-image: url("../assets/admission_assets/Rectangle\ 14334.png");

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  min-height: 200px;

  display: grid;

  place-items: center;

  /* padding: 30px; */
}

.admission_view_quote span {
  width: 80%;

  color: var(--bg-white);
}

.admission_view_quote span strong {
  font-size: 1.5rem;
}

.academic_facilities {
  display: flex;

  flex-direction: column;

  gap: 50px;

  padding: 20px;

  padding-top: 0;

  align-items: center;
}

.video_Image_container {
  width: 90%;

  padding: 10px 0px;

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  height: fit-content;

  gap: 20px;

  border-bottom: 1px solid var(--border-green-color);
}


.videoGallery,
.imageGallery,
.image_gallery_facilities {
  height: fit-content;
  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: center;

  gap: 20px;
}

.img_item {
  aspect-ratio: auto;

  max-width: 300px;

  max-height: 200px;
}

.video {
  width: 300px;

  height: 200px;
}

@media screen and (max-width: 1200px) {
  .video {
    width: 100%;

    height: 100%;
  }
}

/* gallery */
@media screen and (max-width: 1200px) {
  .video_gallery_container {
    width: 100%;
    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;
  }
}

#gallery {
  width: 100%;

  margin-bottom: 10px;
}

.video_container {
  width: 100%;
  display: grid;
  place-items: center;
  height: fit-content;
  gap: 5px;
}

.video_gallery_container {
  width: 90%;
  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: center;

  gap: 20px;
}


.hidden {
  display: none;
}

.gallery-clinic-heading {
  width: fit-content;
  height: fit-content;
  color: rgb(41, 41, 41);
  font-size: 25px;
  font-weight: 300;
}

.image_container,
.g-Acadamic-container,
.g-community-container,
.g-Research-container {
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  height: fit-content;

  justify-content: center;
  align-items: center;
}

.image_container img,
.g-Acadamic-container img,
.g-community-container img,
.g-Research-container img {
  width: 300px;

  max-height: 200px;
}


.image_container img:hover,.clinical_service_details_info_images img:hover{
  transform: scale(1.1);
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .video {
    width: 100%;

    height: 100%;
  }
}

@media only screen and (max-width: 1100px) {

  .image_container,
  .g-Acadamic-container,
  .g-community-container,
  .g-Research-container {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
  }

  .image_container img,
  .g-Acadamic-container img,
  .g-community-container img,
  .g-Research-container img {
    width: 100%;

    max-height: 200px;
  }
}

@media only screen and (max-width: 900px) {

  .image_container,
  .g-Acadamic-container,
  .g-community-container,
  .g-Research-container {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
  }

  .image_container img,
  .g-Acadamic-container img,
  .g-community-container img,
  .g-Research-container img {
    width: 100%;
    max-height: 200px;
  }
}

@media only screen and (max-width: 450px) {

  .image_container,
  .g-Acadamic-container,
  .g-community-container,
  .g-Research-container {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .image_container img,
  .g-Acadamic-container img,
  .g-community-container img,
  .g-Research-container img {
    width: 100%;

    max-height: auto;
  }

  .gallery-button_container {
    display: flex;
    width: 90%;
    align-items: end;
    justify-content: end;
  }

  

  .gallery-clinic-heading {
    font-size: 0.9rem;
  }
}

/* testiomonial */
#testimonials,
.testimonials {
  width: 100%;
  margin-bottom: 10px;
  background-color: #f6fbfa;
  font-family: "DM Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.Testimonials_heading {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .Testimonials_heading {
    font-size: 24px;
  }
}

.card-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.card {
  color: #6f6c90;
  border-radius: 20px;
  min-width: 300px;
  width: 45%;

  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 300px;
  /* Initially showing 50% height */
  transition: height 0.3s ease;
  background-color: white;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
}

.testimonial_card_active {
  display: flex;
}

.card.expanded {
  height: auto;
  /* Expanded height */
}

.description-container {
  width: 90%;
  max-height: auto;
  overflow-y: hidden;
  /* Initially hide overflow */
  padding: 10px;
  transition: max-height 0.3s ease;
  line-height: 25px;
  font-size: 18px;
  height: 60%;
}

.read-more {
  cursor: pointer;
  color: #6f6c90;
  text-align: center;
  border-bottom: 1px solid #6f6c90;
}

.details {
  width: 90%;
  height: 130px;
  display: flex;
  text-align: justify;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 10px;
  gap: 10px;
}

.details img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.description1 {
  color: #d88238;

  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.description {
  height: fit-content;

  display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 10px;

  font-size: 14px;

  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .tvideo {
    width: 100%;

    height: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .card {
    color: #6f6c90;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 450px;
    /* Initially showing 50% height */
    transition: height 0.3s ease;
    background-color: white;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
}

.image-name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #170f49;
}

.image-role {
  color: #6f6c90;
  line-height: 22px;
}

.testimonial-showmore {
  border: none;
  background-color: #f6fbfa;
  border-bottom: 1px solid #6f6c90;
  color: #6f6c90;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: Verdana, Geneva, sans-serif;
  cursor: pointer;
}

.testimonial-showmore-container {
  width: 100%;
  border-bottom: 1px solid #96ac8a;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px;
  gap: 20px;
}

.prev_testimonials,
.next_testimonials {
  cursor: pointer;
  color: rgb(160, 157, 157);
  font-size: 34px;
}

.prev_testimonials:hover,
.next_testimonials:hover {
  color: #000;
}

.button_container {
  width: 100%;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: center;
}

.button_container i {
  font-size: 54px;

  font-weight: 700;

  color: rgba(220, 220, 220, 0.842);

  position: relative;
}

.button_container i:hover {
  color: #333;

  cursor: pointer;
}

.temonial-video-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* faculty */
#faculty,
.faculty {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  font-family: Verdana, Geneva, sans-serif;
  align-items: center;
  justify-content: center;
}

.faculty-heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  padding-top: 20px;
}

.faculty-image-container {
  width: 80%;
  height: fit-content;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.faculty-image-card {
  width: 200px;
  min-height: 200px;
  max-height: max-content;
  align-items: center;
  padding: 15px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #ecf3f3;
}

@media screen and (max-width:595px) {
  .faculty-image-card {
    width: 260px;
  }
}

.faculty-image-card img {
  width: 100px;
  height: 100px;
}

.faculty-image-card p {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 2;
}

.faculty_view_link {
  color: black;
}

.faculty_view_link:hover {
  color: rgba(165, 42, 42, 0.829);
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
  .faculty-image-card img {
    width: 150px;
    height: 209px;
  }

  .gallery-clinic-heading {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 900px) {
  .faculty-image-container {
    width: 95%;
    height: fit-content;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
  }

  .gallery-clinic-heading {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 700px) {
  .faculty-image-container {
    width: 95%;
    height: fit-content;

    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .faculty-image-card img {
    width: 100px;
    height: 100px;
  }

  .gallery-clinic-heading {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .faculty-image-container {
    width: 95%;
    height: fit-content;

    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }

  .faculty-image-card img {
    width: 200px;
    height: 209px;
  }
}

.faculty-details-image {
  width: 30%;
  padding: 10px;
  margin-top: 20px;
  width: 100%;
}

/* about screen style components */
.about_home {
  width: 100%;
  min-height: 300px;
  height: fit-content;
  background: var(--bg-light-green-transparent);
  display: grid;
  place-items: center;
}

.about_home_view {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  font-size: 16px;
  font-family: var(--font-family);
}

.about_home_view_title {
  width: fit-content;
  font-size: 34px;
}

.about_home_view_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about_home_view_content div {
  line-height: 30px;
  text-align: justify;
}

.about_home_view_content_title {
  color: rgb(2, 46, 73);
  text-decoration: underline;
  font-size: 20px;
}

.about_home_view_circles {
  position: absolute;
  width: 100%;
}

.circle-1,
.circle-2,
.circle-3,
.circle-4,
.circle-5,
.circle-6,
.circle-7 {
  position: relative;
  width: 100%;
}

.circle-div1,
.circle-div2,
.circle-div3,
.circle-div4,
.circle-div5,
.circle-div6,
.circle-div7 {
  position: absolute;
  width: 200px;
  height: 150px;
  background-color: #cce0dc46;
  transform: rotate(30deg);
  border-radius: 90px;
  z-index: 0;
}

.circle-div1 {
  top: 40px;
  right: -80px;
}

.circle-div2 {
  top: 400px;
  left: -60px;
  width: 250px;
}

.circle-div3 {
  top: 800px;
  right: -40px;
}

.circle-div4 {
  top: 1200px;
  left: -80px;
}

.circle-div5 {
  top: 1600px;
  right: -60px;
  width: 250px;
}

.circle-div6 {
  top: 2000px;
  left: -60px;
  width: 250px;
}

.circle-div7 {
  top: 2400px;
  right: -40px;
  width: 250px;
}

@media screen and (max-width: 600px) {
  .about_home_view_title {
    width: fit-content;
    font-size: 26px;
  }

  .about_home_view_content_title {
    font-size: 18px;
  }

  /* Add some padding */
}

.faculty-details-info {
  width: 70%;
  /* Info takes 70% width */
  padding: 10px;
  /* Add some padding */
}

/* Clearfix to prevent collapse */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.gallery-clinic1 {
  width: 80%;
  height: fit-content;
  padding: 10px;
  padding-left: 0;
  border-bottom: 1px solid var(--border-green-color);
}

.gallery-clinic1 h1 {
  padding: 4px;
  border-radius: 4px;
}

/* faculty style components */
.body_faculty {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  padding: 0;
 overflow-x: auto;
  background-color: var(--bg-light-green-transparent);

}

#faculty-details-container {
  padding-bottom: 0;
  width: 100%;
  height: fit-content;
   display: grid;
   grid-template-columns: 30% 70%;
    justify-content: center;
  padding: 0;
}
@media screen and (max-width:1024px) {
  #faculty-details-container{
    width: 100%;
    grid-template-columns: 100%;

  }
}

.back_arrow_btn {
  width: max-content;
  padding: 2px 8px;
}

.back_arrow_btn i {
  width: 100px;
  cursor: pointer;
}

.view_faculty_info {
  display: block;
  width: 95%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.faculty_details_container_logo {
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  border-right: 1px solid black;
  line-height: 20px;
}

.faculty_details_container_logo img {
  width: 180px;
  height: 200px;
}

.faculty_details_container_logo span {
  width:90%;
  text-align: left;
}
.faculty_qualifications_view{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.designatio_view{
  width: 100%;
  display: grid;
  grid-template-columns: 40% 5% 55%;
}
.designatio_view_role{
  text-transform: uppercase;
}
.faculty_details_container_about {
  width: 90%;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 20px;
  padding: 10px;
  padding-left: 20px;
  line-height: 25px;
}

.faculty_about_bar {
  width: 70%;
  padding: 4px;
  background-color: var(--bg-orange);
  color: var(--bg-white);
  text-align: center;
}

.testimonial_faculty_title {
  font-size: 13px;
  text-decoration: underline;
}

@media screen and (max-width: 1160px) {

  .faculty_details_container_logo,
  .faculty_details_container_about {
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.faculty_details_container_about{
  width: 87%;
  
  align-items: center;
  justify-content: center;
}
  .faculty_details_container_about div {
    width: 100%;
  }
}

/* research audiology style components */
.research_audiology_table {
  width: 100%;
  font-size: 10px;
  border-collapse: collapse;
}

.research_audiology_table td,
.research_audiology_table th {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
  min-width: 50px;
  max-width: 300px;
}

.research_audiology_table th {
  text-align: center;
  text-transform: capitalize;
}

.research_audiology_table tbody tr td a {
  text-decoration: none;
  color: #337ab7;
  font-weight: 500;
}

.research_audiology_table tbody tr td {
  line-height: 25px;
  font-size: 0.7rem;
}

/* .research_audiology_table tbody tr td:nth-child(1) {
  text-align: center;
} */

.research_audiology_table tbody tr td a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.research_title {
  font-size: 2rem;
  color: brown;
  text-decoration: underline;
  padding: 10px;
}

.research_audiology_table td li {
  margin-left: 10px;
  text-align: left;
}

.main_body_bg_color {
  background: var(--bg-light-green-transparent);
}

.research_body_view {
  overflow-x: auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.research_body_view_ol{
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 13px;

}



/* clinical service components */
.clinical_service_views{
  width: 85%;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
}
.clinical_service_view_cards{
  width: 100%;
 display: flex;
 flex-direction: row;
 justify-content: center;
 flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
 
}
.clinical_sevice_card{
  border: 1px solid var(--bg-orange);
  height: 50px;
  border-radius: 10px;
  width: 250px;
  display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
  text-align: center;
  cursor: pointer;
  color: var(--bg-orange);
  line-height: 25px;
  padding: 4px 0px;
}
.clinical_service_view_cards div:hover{
  background: var(--bg-orange);
  color: var(--bg-white);
}
.clinical_service_details{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clinical_service_details_title{
  width: 100%;
  text-align: center;
  background: none;    
  color: var(--logo-blue);
  font-size: 24px;
  padding: 8px 0px;
}
.clinical_service_details_info{
  width: 100%;
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 26px;
}
.clinical_service_details_info_images{
  width: 100%;
  display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 float: left;
 align-items: center;
 gap: 20px;
}
.clinical_service_details_info_images img{
  width: 300px;
  height: 200px;
}
.active_clinical_service{
  background: var(--bg-orange);
  color: var(--bg-white);
}
.clinical_service_details_hide{
  display: none;
}
.breadcrumb {
  list-style: none;
  display: flex;
  padding: 8px 5px;
  position: relative;
  right: 30rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 8px;
  color: #6c757d;
}

.breadcrumb-item a  {
  text-decoration: none;
  color: #007bff; 
}
.breadcrumb-item.active {
  text-decoration: none;
  color: black;
}

.active, .dot:hover {
  background-color:inherit;
}

h2 ,h1{
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
} 

.highlight {
    background-color: #f9f9f9;
}

.li-margin
{
  margin-left:43px;
}

/* Add responsive styles for smaller screens */
@media (max-width: 768px) {
  div.clinical_service_views nav{
    position: relative;
    left: 439px;
  }
  .breadcrumb{
    font-size: 14px;
    width: 333px;
    right: 27rem;
  }

  .body_banner_admission_open{
    font-size: 0.5rem;
    padding: 1px 3px;
    line-height: 18px;

  }

  .img_overlay_text {
    padding: 4px 8px !important;
    margin: 0 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); /* Helps white text stand out */
  }

  .img_overlay_text h1 {
    font-size: 1rem;
    margin: 2px 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }

  .img_overlay_text span,
  .img_overlay_text p {
    font-size: 0.65rem;
    margin: 2px 0 !important;
    font-family: 'Open Sans', sans-serif;
  }

  .img_overlay_text a.button_style {
    font-size: 10px;
    padding: 4px 8px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 900px) {
    .body_banner_admission_open{
    font-size: 0.5rem;
    padding: 1px 3px;
    line-height: 18px;

  }
}

@media (max-width: 480px) {
  div.clinical_service_views nav{
    position: relative;
    left: 439px;
  }
  .breadcrumb{
    font-size: 14px;
    width: 353px;
    right: 27rem;
  }
}

/* Styles for .breadcrumb container */
/* .body_view, .main_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  padding: 0;
  margin: 0;
}

.breadcrumb {
  list-style: none;
  display: flex;
  padding: 8px 0;
  margin: 0;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.breadcrumb li {
  margin-right: 8px;
} */


 .button-container {
  display: flex;
  justify-content: center;
  gap: 16px; 
  margin-top: 16px;
}

.custom-button {
  background-color: #28a745; 
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-button .icon-spacing {
  margin-right: 8px; 
  font-size: 18px;   
}

.custom-button:hover {
  background-color: #218838; 
}

div.booking{
  text-align: center;
} 


/* apply now */
.button_style:hover {
  background-color: #939eab; 
  text-decoration: none; 
}

.button_style:focus {
  outline: none; 
  box-shadow: 0 0 0 0.2rem rgba(164, 176, 189, 0.5); 
}

.book_appointment {
  background-color: #a2ebb3;
    color: #151414; 
}
.book_appointment:hover {
  background-color: #8dcd9c; 
}
div.courses nav ol.breadcrumb {
  right: 38rem;
}

@media (max-width: 480px) {
  div.courses nav {
    left: 2rem;
    position: relative;
  }
}

@media (max-width: 1000px) {
  div.courses nav ol.breadcrumb {
    right: 0rem;
  }
}

div.academics nav ol.breadcrumb {
  right: 66rem;
}

div.academics nav {
  position: relative;
  left: 29rem;
}

@media (max-width: 480px) {
  div.academics nav ol.breadcrumb {
    position: relative;
    right: 30rem;
  }
}

@media (max-width: 768px) {
  div.academics nav ol.breadcrumb {
    position: relative;
    right: 29rem;
  }
}

@media (max-width: 1024px) {
  div.academics nav ol.breadcrumb {
    position: relative;
    right: 29rem;
  }
}

.academic-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_option {
  color: var(--bg-white);
  text-decoration: none;
}

.footer_option:hover {
  color: orange;
  text-decoration: underline;
  cursor: pointer;
}