/* Preloader Styles */
#preloader {
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

/* Loader Elements */
.loader__element {
    border-radius: 50%;
    border: 4px solid var(--color-secondary);
    margin: 10px;
    width: 15px;
    height: 15px;
    animation: preloader 0.6s ease-in-out alternate infinite;
}

/* Staggered Animation */
.loader__element:nth-child(2) {
    animation-delay: 0.2s;
}

.loader__element:nth-child(3) {
    animation-delay: 0.4s;
}

/* Keyframe Animation */
@keyframes preloader {
    100% {
        transform: scale(1.3); /* Lower scale reduces GPU usage */
        opacity: 0.6;
    }
}

.loader__element {
    animation-duration: 0.4s; /* Faster animation */
    animation-timing-function: linear;
}

/* Universal Css End Here */

/* Typography Start Here */
.larger-heading {
	font-family: var(--font-montserrat-bold);
	font-size: 53px;
	line-height: 63px;
}

.deafult-heading {
	font-family: var(--font-heading);
	font-size: 40px;
	line-height: 50px;
}

.paragraph-family {
	font-family: var(--font-paragraph);
	font-size: 15px;
	line-height: 25px;
}

/* Typography End Here */

/* Header Css Start Here */
.content_wrapper {
    top: 0;
    z-index: 4;
    left: 0;
    right: 0;
    width: 100%;
	background: #02071f9e;
}
.banner_img img {
	height: 660px;
}
.search_icon .btn_search{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 42px;
}
.search_box input {
    height: 42px;
}

/* blog-sec */
.blog-card .card{
	/* border: 1px solid var(--color-secondary); */
border-radius: 20px;
overflow: hidden;
background-color: transparent;
}
/*  */
.testimonial_card .card{
	border-radius: 20px;
}
.testimonial_card .card:hover ,.testimonial_card .card:hover h4{
	background-color: var(--color-secondary);
	color: white !important;
}
/*  */
/* about us page start here */
.intruduce_meet_wrapper {
    position: relative;
    padding: 20px 15px;
    background: var(--color-secondary);
    border-radius: 13px;
}
.connect_social_icon {
    width: 30px;
    height: 30px;
}
/* about us page end here */
/* footer start here */

.social-icon-box {
    width: 38px;
    height: 38px;
}

/*footer end here  */

/* uni page */
/* filter start here */
.filter-section {
    /* height: 100vh; */
    overflow-y: scroll;
    /* height: 100%; */
    /* max-height: calc(100vh - 40px); */
}
@media(max-width:765px){
    .filter-section {
        /* height: 100vh; */
        overflow-y: scroll;
        height: 100%;
        max-height: calc(100vh - 40px);
    }
    .university_box {
        min-height: 200px;
        /* background: aqua; */
    }
    .banner_img img {
        height: 450px;
        object-fit: cover;
    }
}
@media(max-width:565px){

    .banner_img img {
        height: 363px;
        object-fit: cover;
    }
}
.filter-section::-webkit-scrollbar {
    width: 5px
}

.filter-section::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 20px;
    width: 5px
}

.filter-section::-webkit-scrollbar-thumb {
    background: #a5b7c6;
    border-radius: 20px;
    width: 5px
}

.filter-section::-webkit-scrollbar-thumb:hover {
    background: #8099ae
}
/* filter end here */
/* col-md-9 start here */
.university_box {
    min-height: 240px;
    /* background: aqua; */
    cursor: pointer;
}
.uni_imgbox {
	height: 100%;
}
.uni_imgbox img {
	/* width: 253px; */
    width: 100%;
	height: 100% !important;
	object-fit: fill;
}
.tag_line {
    height: 30px;
    /* padding: 10px; */
    line-height: 1.2;
}
.campus_slider .slick-next{
    right: 0;
}
.campus_slider .slick-next:before {
    content: '\f105';
    z-index: 22;
    font-family: 'FontAwesome';
    background: var(--color-secondary);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    color: white;
    opacity: 1;
    bottom: 40%;
}
.campus_slider .slick-prev:before {
    color: transparent;
}
.pagination_wrapper .page-link {
    border-radius: 6px !important;
}
.pagination_wrapper .page-link:hover {
    background-color: var(--btn-color) !important;
}
/* col-md-9 end here */
/* uni page */
/*  */
.uni__img img {
    width: 233px;
    height: 147px;
    object-fit: fill;
    border-radius: 10px;
}
.uni__photo img {
    width: 100%;
    height: 197px;
    object-fit: fill;
}
@media(max-width:765px){
   
.uni__img img  {
        /* height: 100vh; */
        width: 100%;
        height: auto;
    }
    .uni__photo img {
        height: 147px;
    }
}
/*  */

/*  */
/* .discount_line{
    width: 40px;
} */
.course_tabs .nav-pills .nav-link.active {
    background-color: var(--color-secondary);
    color:white !important;
}
.course_tabs .nav-pills .nav-link{
    color: var(--color-secondary) !important;
    border: 1px solid var(--color-secondary);
}
.course_tabs .nav-pills .nav-link:hover {
    background-color: var(--color-secondary);
    color:white !important;
}
.tab__content_wrapper .accordion-button::after {
    content: "\f107";
    font-family: fontAwesome;
    font-size: 20px;
    background-image: unset;
}
/*  */
/* profile */
.edit_profile_img {
    bottom: -8px;
    right: -8px;
  }
  .profile_detail_wrapper .form-control, .profile_detail_wrapper select {
    height: 43px;
  }
  .profile_sidebar, .profile_detail_wrapper {
    height: 452px;
  }
  .profile_tabs ul li a{
   line-height: 1;
  }
  #profile_tabs_nav .active {
    background-color: #ffffff4d;
    border-left: 3px solid white;
  }
  .uploader {
    padding: 4px 6px;
  }
  @media(max-width:680px){
    .profile_sidebar, .profile_detail_wrapper {
      height: auto;
    }
  }
  /* Style the label when the radio button is checked */

  .image_uploader .form-control {
    padding: 10px;
  }
  .otp-input input {
    height: 61px !important;
  }

  @media(max-width:766px){
    .profile_detail_wrapper .table {
        width: 500px;
    }
  }
  /* profile */
.status_btn .btn {
    width: 79px;
}

.search_form .search_icon .btn_search {
    height: 38px;
}