/* All universities */
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #1878F3 !important;
  
  
}

.event_details .custom-list .all-list {
  border: 2px dotted #1878F3; 
  border-radius: 10px;
 
  padding: 5px; 
  margin: 10px 0; 
  display: flex;
  align-items: center;
  
  
}

.event_details .custom-list .all-list a{
  font-size: larger;
  font-weight: bolder;
  color: #1878F3;
}

.event_details .custom-list .all-list a:hover{
  
  color: #fca404;
}

.event_details .custom-list .all-list:hover{
  /* background-color: #1878F3; */
  color: white;
}
.custom-list .all-list .logo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}


.event_details .uni-all{
  color: #fca404;
  font-weight: bolder;
  font-size: xx-large;
  text-align: center;
}

@media (max-width: 768px){
  .event_details .custom-list .all-list{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
}

/* GOOGLE TRANSLATE CSS */
#google_translate_element {
  position: fixed;
  top:40px !important;
  bottom: calc(53px + 16px);
  right: 20px!important;
  z-index: 99999;

}
.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif!important;
  /* text-transform: uppercase; */
  font-size: smaller;
}
.goog-te-gadget-simple  {
  background-color: rgba(255,255,255,0.20)!important;
  border: 2px solid white !important;
  padding: 1px!important;
  width: 140px;
  border-radius: 4px!important;
  font-size: 0.8rem!important;
  line-height:1rem!important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
/* .goog-te-menu2 {
  max-width: 100%;
} */


/* Ensure each item takes full width of the column */
.goog-te-menu2-item {
  display: block;
  padding: 6px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  break-inside: avoid; /* Prevent breaks inside items */
}

/* Style the hovered Google Translate dropdown menu item */
.goog-te-menu2-item:hover {
  background-color: #f0f0f007;
}


.goog-te-menu-value {
  color: #fff !important;
    &:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
     /* width:32px!important; */
  } 
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'Material Icons';
  &:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }  
}

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32)!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
         /* OR */
    display: none;
}

 /* ============ HIDE TOP BAR ============  */
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* carousel */
#carouselExampleIndicators {
  width: 100%;
  max-height: 600px;
  margin: 0 auto;
}

.carousel-inner img {
  max-height: 600px;
  width: 100%;
}
/* .custom-next {
  margin-right: 50px;
} */



h1{
  color: #fca404;
}
.eduzone_menu {
  position: fixed;
  color: white;
  top: 0; 
  margin-bottom: auto;
  left: 0;
   width: 100%;
   align-items: center;
  height: 100px;
  background-color: #1878F3;
  z-index: 9999; 
 
} 

/* CSS for the website logo */
/* Style the logo */
.logo {
  display: inline-block;
  width: 150px; 
  height: 100px; 
  margin-right: 2px; 
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Maintain aspect ratio while adjusting width */
}

/* Style the navbar */
.eduzone_menu {
  display: inline-block;
  margin-bottom: auto;
  height: 18vh;
}

.eduzone_menu ul {
  list-style: none;
  display: inline-flex;
  align-items: center; /* Vertically align items in the navbar */
}

.eduzone_menu li {
  margin-top: 0;
  margin-right: 10px;
  margin-right: 20px;
  
 
}

.eduzone_menu a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  margin: 2px;
  /* padding: 2px; */
  font-size: 16px !important;
}

.eduzone_menu a:hover {
  color: #fca404;
  text-decoration: none;
}
.dropdown-menu{
  background-color:#1878F3 !important;
  
 

}
 .dropdown-menu a{
  font-size: small !important;
  color: white;
  border-bottom: 2px solid #fca404;
  margin: 10px;
 }

/* Style the logo on hover if desired */
.logo img:hover {
  transform: scale(1.1); /* Scale the logo slightly on hover */
}

.sub-menu .active {
  font-weight: bold;
  color: #fca404;
  /* color: blue; */
}

/* apply now button  */
.dtbtn{
  margin-left: 40px;
}

@media (max-width: 767px) {
  .em-active-button {
    /* Adjust the button styles for small devices */
    display: block; 
    width: auto; 
    text-align: center; 
    padding: 5px 10px; 
    background-color: #fca404; 
    color: white; 
    border: none; 
    border-radius: 5px; 
    font-size: 16px; 
    margin-top: auto;
    position: fixed;
  }

  /* Styles for smaller screens */
@media screen and (max-width: 767px) {
  .eduzone_menu {
    flex-direction: column;
  }

  .donate-btn-header {
    margin-top: 20px;
  }
}
  
}


/* ================================== *\
    Mediaqueries
\* ================================== */
@media screen and (max-width: 991px) {
	#google_translate_element {
    top:12px !important;
    position: absolute;
    
  /* bottom: calc(53px + 16px); */
  right: 90px!important;
  z-index: 9999999 !important;
	}
}


.about_text {
  color: black;
  text-align:justify;
}
/* Hide the full content initially */
.full_content {
  display: none;
  color: black;
  text-align:justify;
  
}

/* Style the buttons */
.about_button {
  margin-top: 10px;
  
}

.read_more_button,
.close_button {
  background-color: #1878F3;
  color: #fff;
  padding:10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  /* border-radius: 5px;
  margin-right: 5px; */

  width: 100%;
	height: 100%;
	/* background: #1878F3; */
	text-transform: uppercase;
	transition: .5s;
	border: 0;
	border-radius: 7px;
  
}

.close_button {
  display: none; /* Hide close button initially */
}

.eduzone_about {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.2);
}

/* feature areas */
/* .em-feature:hover:before {
	height: 100%;
	transform: scale(1.05) !important;
    background-color: red !important;
} */

/* .feature_inner_box {
	transition: all 0.5s ease 0s;
	position: relative;
} */



/* universities Baner */
.container-bg {
  background-color:whitesmoke;
  padding: 20px;
  /* border-radius: 10px; */
  margin-left: -15px;
  margin-right: -15px;
  
}

.img-wrapper {
  text-align: center;
  margin: 0 15px;
}

.img-wrapper img {
  max-width: 100%;
  height: auto;
}
.hd {
  color:#fca404;
}

@media (max-width: 767px) {
  .container-bg {
    display: none;
  }
}

/* Universities cards */
.container {
  margin-left: auto;
  margin-right: auto;
margin-top: 50px;

}

.card-row {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
 
}

.hidden-card {
  display: none;
  /* display:flex;  */
}
.hid-card {
  display: flex;
  margin-top: 20px;
}
/* .card-row {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.carddy {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  margin: 5px;
  position: relative;
  transition: box-shadow 0.3s;
  background-color: #1878F3;
  height: 340px;
}

.carddy:hover {
  box-shadow: 8px 8px 16px rgba(30, 144, 255, 1);
}
.carddy:hover {
  animation: shake 0.2s;
  /* box-shadow: 0px 8px 16px rgba(30, 144, 255, 1); */
  background-color: #f39c12;
}

@keyframes shake {
  0% { transform: translateX(0); }
  10%, 90% { transform: translateX(-5px); }
  20%, 80% { transform: translateX(5px); }
  30%, 50%, 70% { transform: translateX(-5px); }
  40%, 60% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.card-img{
  max-height: 160px;
  object-fit: cover;
}

.card-caption {
  padding: 20px;
  /* padding-bottom: 20px; */
  padding-top: 20px;
  background-color: #1878F3;
  color: #fca404;
  text-align: center !important;
  width: 100%;
  margin-bottom: 0;
}

/* .card-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
} */

.carddy:hover {
  opacity: 1;
  bottom: 0;
}

/* .card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
} */

/* .card-text {
  margin-bottom: 15px;
} */

.read-more {
  
  text-align: right;
  text-align: right;
            background: linear-gradient(to left, #fca404 50%, #1878F3 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background 0.5s;
            border-radius: 10px;
}

.read-more:hover {
  background-position: left bottom;
  
}
.card-herder {
  color: #f0f0f0;

}

.read-more a.btn {
  padding: 20px;
  width: 100%;
  display: block;
  /* background-color: #fca404; */
  color: #fff;
 
}
.more {
  margin-left: 50%;
}
/* The buttons */

.btn-primary {
  background-color: #1878F3; 
  color: #fff;
  border: none; 
  padding: 10px 20px; 
  border-radius: 5px; 
  font-size: 16px; 
  cursor: pointer; 
  
}

.btn-primary:hover {
  background-color: blue; 
}

.btn-danger {
  background-color: #dc3545; 
  color: #fff; 
  border: none; 
  padding: 10px 20px; 
  border-radius: 5px; 
  font-size: 16px; 
  cursor: pointer; 
}

.btn-danger:hover {
  background-color: #c82333; 
}



/* Individual Universities */

.card-body .points{
  color:black;
  text-align: justify;
  font-size: 15px;
}
card-body p{
  color:black;
  text-align:justify;
}

.card-body .text{
  color: black;
  font-size: 15px;
}
 .mb-0 .btn{
  font-size: 20px;
}

@media (max-width: 767px) {
  .card-row {
    flex-wrap: wrap;
    justify-content: center;
}

.carddy {
    width: 100%;
}

}


/* FAQ SECTION */
.faq-container {
  margin-bottom: 30px;
  margin-top: 1%;
  }
  
  .faq-body {
    border: 5px solid grey;
  }
  .horizontal-card {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 10%;
  border-radius: 5px;
  line-height: 18px;
  margin-bottom: 30px;
  }
  .answer{
    width: 100%;
  }
  .horizontal-card h1 {
  margin-top: 0;
  color: #fca404;
  }
  .horizontal-card h5{
  line-height: 35px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-style: italic;
  font-size:large;
  }
  .horizontal-card h5, h6 {
  cursor: pointer;
  }
  
  .faq-container.qestion {
  padding-bottom: 20px !important;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  }
  .custom-icon {
  display: none !important;
  color: #1878f3;
  left: 60%;
  }
  hr {
  margin: 20px;
  }
  

/* END OF FAQ */

@media (max-width: 768px) {
  .card-row {
      flex-direction: column;
  }

  .card {
      width: 100%; /* Full width for one card per row */
      margin: 10px 0; /* Add some spacing between cards */
  }
  .hid-card {
    flex-direction: column;
  }
}


/* Testimony */
