@font-face {
  font-family: 'RobotoSlab-Regular'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-Regular.ttf') format('truetype');

  font-style: regular; /* Specify the style */
}

@font-face {
  font-family: 'RobotoSlab-SemiBold'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-SemiBold.ttf') format('truetype');

  font-style: 'SemiBold'; /* Specify the style */
}

@font-face {
  font-family: 'RobotoSlab-Bold'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-Bold.ttf') format('truetype');

  font-style: Bold; /* Specify the style */
}

@font-face {
  font-family: 'RobotoSlab-Light'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-Light.ttf') format('truetype');

  font-style: Light; /* Specify the style */
}

@font-face {
  font-family: 'RobotoSlab-Medium'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-Medium.ttf') format('truetype');

  font-style: Medium; /* Specify the style */
}

@font-face {
  font-family: 'RobotoSlab-ExtraBold'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-ExtraBold.ttf') format('truetype');

  font-style: ExtraBold; /* Specify the style */
}
@font-face {
  font-family: 'RobotoSlab-Black'; /* Name to reference the font */
  src: url('../fonts/roboto-slab/RobotoSlab-Black.ttf') format('truetype');

  font-style: normal; /* Specify the style */
}

@font-face {
  font-family: 'Oregano'; /* Name to reference the font */
  src: url('../fonts/Oregano/Oregano-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic; /* Specify the style */
  font-display: swap; 
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima\ Nova\ Full\ Download/') format('woff2'),
       url('fonts/ProximaNova-Regular.woff') format('woff'),
       url('fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-padding-x: 0;
  --swiper-pagination-color: #fff !important;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-color: #053769 !important;
  --swiper-pagination-bullet-inactive-opacity: 100;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  --swiper-pagination-bottom: 40px;
  --swiper-navigation-sides-offset: -7px;
}

body {
  font-family: 'RobotoSlab-Light';
  background-color: #F5F5F5 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

body.loaded {
  opacity: 1;
}


/* p {
  margin-bottom: 0px !important;
} */

ul {
  padding-left: 0px !important;
}

a{
  text-decoration: none !important;
  cursor: pointer;
}
.custom-conatiner {
  max-width: 1440px !important;
  width: 90% !important;
  margin: 0 auto;
}

.header-wrapper {
  background-color: #fab93c;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px;
}

iframe {
  /* height: 28px !important; */
  margin-bottom: -7px !important;
}

.custom-svg-color {
  background-color: white;
  color: #053769;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #053769;
  border-radius: 50%;
  padding: 2px;
}

.custom-svg-color-bell {
  color: white;
  display: inline-flex; /* Center-align SVG */
  align-items: center;
  justify-content: center;
  width: 25px; /* Adjust size as needed */
  height: 15px;
}

.search-container {
  position: relative;
  width: 100%; /* or set a fixed width */
  max-width: 300px; /* optional */
}

.search-input {
  width: 100%;
  padding-right: 40px; /* space for the icon */
  padding-left: 10px;
  height: 40px; /* optional, for consistent height */
}

.search-icon-front-banner {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa; /* optional styling */
  pointer-events: none; /* allows clicks to go to input */

}

.search-icon-front-banner :hover{
  cursor: pointer;
}

.search-btn-banner {
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
button#search-icon-front-banner {
   background-image: url('../images/search-icon.png');
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    height: -webkit-fill-available;
    width: 47px;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    
}
.search-btn :hover{
  cursor: pointer;
}

.top-nav-icon-wrapper-left {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.top-nav-icon-wrapper-right {
  display: flex;
  flex-direction: row;
  /* column-gap: 10px; */
  justify-content: flex-end;
  align-items: center;
}

.top-nav-text {
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
  border-right: 2px solid white;
  text-align: center;
  padding: 0px 10px;
  font-family: 'RobotoSlab-SemiBold';
}

/* .top-nav-text::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 23px;
  background-color: #fff;
  margin-left: 18px;
  margin-right: 18px;
} */

/* navigation section */

.navigation-section {
  background-color: #053769;
}

.navigation-logo {
  max-width: 140px;
  height: auto;
  width: 100%;
}

.nav-link {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 14px !important;
  text-align: center;
  font-style: 'SemiBold' !important;
  color: #fff !important;
}

li.nav-item {
  border-right: 1px solid white;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 120px;
  max-width: 128px;
  height: 53px;
}

li.nav-item:last-child{
  border-right: 0px solid white;

}

.nav-item:hover {
  background: #337AB7;
}

.navigation-search-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.no-results-message {
  text-align: center;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.no-results-message .icon-wrapper {
  font-size: 3rem;
  color: #999;
  margin-bottom: 20px;
}

.no-results-message h3 {
  color: #444;
  margin-bottom: 15px;
}

.no-results-message p {
  color: #666;
  line-height: 1.6;
}

.navbar-nav .dropdown-menu{
  background:#053769;
    border-radius: 0px;
}

.navbar-expand-lg{
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.dropdown-item:focus, .dropdown-item{
 
  font-family: 'RobotoSlab-SemiBold';
  font-size: 16px !important;
  /* text-align: center; */
  font-style: 'SemiBold' !important;
  color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover{
  background: #337AB7 !important;
  font-family: 'RobotoSlab-SemiBold';
  /* font-size: 16px !important; */
  /* text-align: center; */
  font-style: 'SemiBold' !important;
  color: #fff !important;
}


/* navigation bar */

/* hero section */
.hero-section,
.staff-hero-section
 {
  height: 68vh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}
.hero-section-index {
  height: 80vh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}

.space-reservation-btn-wrapper {
    cursor: pointer;
    width: 330px;
    height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'RobotoSlab-Regular';
    padding: 6px 19px;
    font-style: italic;
    font-size: 18px;
    color: white;
    background: linear-gradient(90deg, rgba(250, 185, 60, 1) 0%, rgba(253, 167, 29, 1) 50%, rgba(250, 136, 60, 1) 100%);
    /* border: 1px solid white; */
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    border-radius: 0px 0px 0px 9px;
}

a.reserve-space-btn {
    color: white;
     
}

a.reserve-space-btn:hover {
    color: white !important;
}

.mySwiper{
  height: 88vh;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* opacity: 0 !important; */
  transition: opacity 1000ms ease-in-out;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

span.first-hero-text {
  font-family: 'Oregano' !important;
  font-size: 96px;
  color: #fff;
  margin-bottom: 0px;
}

span.second-hero-text {
  font-size: 96px;
  font-style: normal;
  font-family: 'RobotoSlab-Black';
  color: #fff;
  margin-bottom: 0px;
}

.hero-txt-wrapper {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.sub-txt {
  color: #fab93c !important;
  font-family: 'RobotoSlab-Black';
  font-size: 48px;
  margin-bottom: 0px;
}

.sub-txt a {
    color: #fab93c !important;
    text-decoration: none; /* Optional: remove underline */
}

a {
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: #4762bc;
}

.input-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

::placeholder {
  color: #757575;
  opacity: 1;
}

.search-input {
  background: #d9d9d96e;
  color: #212121;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'RobotoSlab-Regular';
  padding: 10px 20px;
  border: 2px solid #053769;
  border-right: none;
  border-radius: 25px 0px 0px 25px;
  box-shadow: inset 0 -1px 1px -1px #cccccc, inset 0 1px 1px -1px #cccccc,
    inset 1px 0 1px -1px #cccccc;
}

.search-submit {
  color: #ffffff;
  vertical-align: middle;
  padding: 0 20px;
  border: 2px solid #053769;
  border-left: 0px;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  background-color: #d9d9d96e;
}

.search-submit:hover {
  background: #d9d9d96e;
}

.search-submit i {
  font-size: 24px;
}

.book-card2 {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px;
  cursor: pointer;
}
.pagination {
  margin-top: 20px;
  text-align: center;
}

/* hero section */

/* second section */
.second-section {
  height: 470px;
  position: relative;
  top: -37px;
  z-index: 99;
  background-color: #d9d9d963;
}
.swiper-slide2 {
  max-width: 350px;
  height: 455px !important;
  border-radius: 3px !important;
  cursor: pointer;
}

.service-topic {
  text-align: center;
  font-size: 24px;
  font-family: 'RobotoSlab-Medium';
  color: white;
  background: #337ab7;
  height: 60px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.swiper-slide2:hover .service-topic {
  top: 0;
}

.service-card-para {
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.swiper-slide2:hover .service-card-para {
  font-size: 14px;
  line-height: 24px;
  color: white;
  font-family: 'RobotoSlab-Regular';
  padding: 25px;
  text-align: justify;
  display: block;
  opacity: 1; /* Fully visible */
  visibility: visible;
  word-spacing: 0px;
}

.swiper-slide2:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(130, 125, 125, -0.3),
    rgba(0, 0, 0, 0.7)
  );

}

.swiper2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-slide2 {
  position: relative;
}

/* third-section */

.new-arrivals-topic {
  font-size: 30px;
  line-height: 30.5px;
  font-family: 'RobotoSlab-Bold';
  color: black;
  text-align: center;
  padding-bottom: 20px;
}

.third-section{
margin-top: 43px;
}


/* third-section */

/* fourth-section */
.card {
  margin-bottom: 23px;
}

.card-custom {
  /* Normal state styles */
  transition: box-shadow 0.5s ease-in-out;
}

.card-custom:hover {
  /* Hover effect styles */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

/* Ensure child elements like buttons and images are not affected */
.card-custom img,
.card-custom .card-body,
.card-custom button {
  transition: none;
}

.card-title, .policy-title, .event-main-title {
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 10px;
  color: var(--bs-card-title-color);
  font-size: 20px;
  margin-bottom: 0px !important;
  text-align: left;
}

.sub-title-membership {
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 10px;
  color: var(--bs-card-title-color);
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.sub-sub-title-membership {
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 10px;
  color: var(--bs-card-title-color);
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.policies-topic {
  margin-bottom: 20px;
  text-align: center !important;
}

.policies-main-para {
  margin-bottom: 15px;
}

li.membership-list-items {
  font-family: 'RobotoSlab-Light';
  text-align: justify;
  line-height: 26px;
  color: #000000;
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;
  margin-bottom: 3px;
}

.sub-para-policies {
  font-size: 15px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 10px;
  color: var(--bs-card-title-color);
  margin-bottom: 10px;
  text-align: left;
}

.card-text {
  
  font-family: 'RobotoSlab-Regular';
    font-size: 14px;
    text-align: justify;
    word-spacing: 2px;
    line-height: 23.5px;
    color: #4f5153;
    margin-bottom: 0px;
}

.more-btn {
  font-family: 'RobotoSlab-Bold';
  border: none;
  background: transparent;
  display: flex;
  flex-direction: row;
  gap: 5px;
  max-width: 162px;
  align-items: center;
  padding: 0px;
  margin-top: 10px;
}

.conductor-name {
  font-size: 15px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px;
}

.conductor-name-span1 {
  color: #827d7d;
}

.read-more-txt {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 15px;
  margin-bottom: 0px;
  color: #000000;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  background: #d9d9d9;
}

.event-profile-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}

.profile-image {
  max-width: 30px;
  height: auto;
}

.more-events-btn {
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 7px;
  align-items: center;
  background-color: #053769;
  margin-left: auto;
  margin-right: none;
}

.events-para-btn {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
}

.fourth-section {
  margin-bottom: 40px;
}

/* fourth-section */

/* fifth-section */
.fifth-section {
  background-image: url('../images//blue-background.png'); /* Replace with your image path */
  background-size: cover; /* Ensures the image covers the entire section */
  background-repeat: no-repeat; /* Prevents tiling of the image */
  background-position: center; /* Centers the image */
  width: 100%; /* Ensure it spans the full width */
}

.librar-branch-name {
  font-family: 'Robotoslab-Regular';
  font-size: 20px;
  line-height: 20.5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  /* margin-bottom: 20px; */
}

.our-libraries-topic {
  font-size: 30px;
  line-height: 30.5px;
  font-family: 'RobotoSlab-Bold';
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.malabe-library-image-row1 {
  display: flex;
  flex-direction: row;
}

.malabe-library-image-row2 {
  display: flex;
  flex-direction: row;
}

.library-branch-images {
  max-width: 357px;
  object-fit: cover;
  height: fit-content;
  position: relative;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform;
  transition-duration: 0.2s;
}

.library-branch-images:hover {
  transform: scale(1.05); /* Zooms the image by 10% */
  transition: transform;
  transition-duration: 0.5s;
}

.library-image-wrapper {
  position: relative;
  overflow: hidden;
}

.metro-library {
  max-width: 311px;
  height: auto;
  object-fit: cover;
}

.metro-library-column {
  margin-bottom: -24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-reservation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* fifth section */

/* sixth section */
.sixth-section {
  align-items: center;
  background-color: #f3c623;

  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
}
/* sixth section */

/* footer */
.footer {
  padding: 23px;
  background: black;
}

.footer-description {
  font-size: 14px;
  font-family: 'RobotoSlab-Light';
  line-height: 18px;
  padding-left: 21px;
  color: white;
  padding-left: 0px;
  color: white;
  padding-top: 20px;
  text-align: justify;
}

.list-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 18px;
  color: white;
}

.arrow-style {
  border: 3px solid #fab93c !important;
  width: 11px;
  opacity: inherit;
}

.list-options {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 4px;
  margin-bottom: -6px;
}

.list-text-footer {
  font-family: 'RobotoSlab-Light';
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
}

.social-mediaicon-footer {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 3px solid #053769;
}

.footer-social-media-wrapper {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sliit-footer-logo {
    max-width: 200px;
    border-radius: 5px;
    height: 50px;
}

/* footer-section */

/* home-page-auto-carousel */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}
.slider {
  background: transparent;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  padding: 50px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
}
.slider::before,
.slider::after {
  /* background: linear-gradient(
    to right,
    #e8af06 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
  content: '';
  padding: 50px;
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 16);
  align-items: flex-start;
  position: absolute;
  top: 24px;
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.auto-carousel-logo {
  height: 50px;
  max-width: 200px;
  object-fit: contain;
}
@media screen and (max-width: 720px) {
  .slider img {
    width: auto;
  }
}

/* home-page-auto-carousel */

/* About-us-page */
/* who-we-are-section */

.who-we-are-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-content: center;
}

.aboutus-para-wrapper {
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.aboutus-image-wrapper {
  position: relative;
  top: 45px !important;
  bottom: 30px !important;
}

.aboutus-img1 {
  max-width: 500px;
  position: absolute;
  top: 0;
  /* height: 440px; */
  right: 0;
}

.aboutus-img2 {
  position: absolute;
  top: 342px;
  max-width: 300px;
  /* height: 300px; */
  right: 273px;
}

.who-we-are-txt {
  font-family: 'RobotoSlab-Bold';
  font-size: 30px;
  color: #f56363;
  margin-bottom: 14px;
  margin-left: 48px;
}

.who-we-are-para {
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;
  color: #555555;
  max-width: 455px;
  margin-left: 48px;
  line-height: 26px;
}

.twentyfifth-excellence-logo {
  max-width: 150px;
  height: auto;
  margin-left: 35px;
  margin-top: 10px;
}
/* who-we-are-section */

/* mission-section */
.mission.section {
  padding-top: 60px;
}

.mission-para-wrapper {
  margin: auto;
}

.mission-image-wrapper {
  position: relative;
  height: 84vh;
}

.mission-img1 {
  max-width: 462px;
  position: absolute;
  right: 0;
}

.mission-img2 {
  max-width: 400px;
  position: absolute;
  top: 300px;
  right: 299px;
  /* margin-top: -53px; */
}

.mission-para-wrapper {
  margin-top: 62px;
}
/* message-from-the-librarian */
.message-from-librarian-section {
  padding-top: 130px;
}

.message-from-library-txt {
  font-family: 'RobotoSlab-Bold';
  font-size: 30px;
  color: #053769;
  margin-bottom: 14px;
}

.librarian-img {
  max-width: 238px;
  height: 238px;
}

.librarian-msg-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  padding-bottom: 40px;
}

.see-more-span {
  font-size: 18px;
  font-family: 'RobotoSlab-Light';
  color: #337ab7;
  cursor: pointer;
}

.librarian-msg, .events-sub-txt, .turnitin-para-lines, .policies-main-para {
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;
  color: #555555;
}

/*  message-from-the-librarian */
/* About-us-page */

/* malabe-staff-section */
.staff-hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;

}


.staff-hero-txt {
  font-size: 96px;
  color: white;
  -webkit-text-stroke: 3px #053769;
  font-family: 'RobotoSlab-Black';
  text-align: center;
  margin: 0 auto;
}

.edTech-hero-txt{
  font-size: 79px;
    color: white;
    -webkit-text-stroke: 3px #053769;
    font-family: 'RobotoSlab-Black';
    text-align: left !important;
    margin: 0 auto;
    position: absolute;
    left: 135px;
}

.staff-section-topic,
.events-welcome-txt,
.library-branch-title,
.contactus-title,
.rules-topic, 
.faq-topic,
.policies-topic,
.upcoming-events-topic{
  font-family: 'RobotoSlab-Bold';
  font-size: 34px;
  color: #053769;
  text-align: center;
  padding-top: 30px;
}

.name {
  font-size: 16px;
  font-family: 'RobotoSlab-Bold';
  color: #053769;
  margin-bottom: 0px;
}

.designation {
  font-size: 16px;
  font-family: 'RobotoSlab-Regular';
  color: #053769;
  margin-bottom: 0px;
}

.education-txt {
  font-size: 12px;
  font-family: 'RobotoSlab-Regular';
  color: #555555;
  margin-bottom: 0px;
}

.staff-email-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
}

.staff-phone-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
}

.staff-member-wrapper {
  max-width: 265px;
  box-shadow: 0 4px 6px #000000c2;
  background: #f7f7f8;
  position: relative;
  overflow: hidden;
}

.staff-img {
  max-width: 300px;
  min-width: 300px;
  height: auto;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
  position: relative;
}

.staff-img:hover {
  transform: scale(1.05); /* Zooms the image by 10% */
  transition: transform 0.5s ease-in-out;
}

.staff-member-body-wrapper {
  padding: 14px;
}

.malabe-staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
  padding-bottom: 35px;
  justify-items: center;
}
/* malabe-staff-section */

/* events and updates page */

.events-sub-txt {
  margin-bottom: 0px;
}

.upcoming-events-topic,.research-support-tools-title {
  font-family: 'RobotoSlab-Regular';
  font-size: 30px;
  color: #053769;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 0px;
}

.pdf-icon {
  max-width: 200px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.all-pdf-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0px;
}

.pdf-text {
  margin-bottom: 0px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.pdf-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.research-tools-topic {
  font-family: 'RobotoSlab-Bold';
  font-size: 20px;
  color: #053769;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0px;
}

.more-btn-events {
  padding: 5px 9px;
  background: #053769;
  border-radius: 5px;
  border: none;
  max-width: 105px;
  margin-top: 15px;
}

.read-more-txt-events {
  font-size: 15px;
  color: white;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px;
}

.event-date {
  font-family: 'RobotoSlab-Bold';
  font-size: 15px;
  margin-bottom: 0px;
  padding: 5px 49px;
}

.event-date-img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: -29px;
  margin-left: -20px;
  background-repeat: no-repeat;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
}

.events-grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  column-gap: 20px;
}

.event-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.event-main-para {
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;
  color: #000000;
  line-height: 26px;
}

.event-para {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: space-between;
  gap: 10px;
  background: #a59a370a;
  padding: 35px;
}

.event-main-para.event-main-date {
  font-size: 15px;
  font-family: 'RobotoSlab-Regular';
}

.event-organizer.event-main-organizer {
  font-size: 15px;
  font-family: 'RobotoSlab-Regular';
  font-style: italic;
}

/* opening hrs section */
.opening-hrs-topic {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 18px;
  margin-bottom: 0px;
}

.opening-hrs-sub-txt {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;
  color: #555555;
}

.description-wrapper {
  margin-top: 17px;
}

.library-branch-title {
 text-align: left;
}

.students-using-laptops {
  max-width: 380px;
  height: auto;
}

.opening-hrs-img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.col-lg-6.opening-hrs-txt-wrapper {
  margin-bottom: 30px;
  padding-top: 30px;
}

.opening-hrs-img-wrapper2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.opening-hrs-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 14px;
  border-radius: 5px;
  background: #d9d9d9;
  padding: 25px 46px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.opening-hrs-info-para {
  margin-bottom: 0px;
  font-family: 'RobotoSlab-Regular';
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

.info-icon {
  max-width: 25px;
  height: 25px;
}

/* services section */

.service-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 155px;
  height: 215px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fab93c;
  border-radius: 3px;
}
.service-title-wrapper {
  background: #337ab7;
  height: auto;
}

.service-title {
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: 'RobotoSlab-Bold';
  margin-bottom: 0px;
  line-height: 18px;
  padding: 4px;
}

.service-img {
  width: 100%;
  height: 174px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: height -2s ease;
}

.service-item-wrapper:hover .service-title-wrapper {
  display: none;
}

.service-item-wrapper:hover .service-img {
  height: 214px;
  object-fit: cover;
}

.service-item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 68%));
  opacity: 0; /* Hidden by default */
  transition: opacity 0.2s ease; /* Smooth fade-in effect */
  z-index: 1; /* Ensure gradient is above the image */
}

.service-item-wrapper:hover::before {
  opacity: 1;
}

.services-grid {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 15px;
  row-gap: 23px;
}

.service-title-wrapper {
  background: #337ab7;
  height: 44px;
  width: 100%;
}

.hover-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the button */
  background-color: #053769; /* Button background color */
  color: #fff; /* Button text color */
  border: none;
  padding: 7px 3px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
  font-family: 'RobotoSlab-Bold';
  font-size: 11px;
  min-width: 85px;
}

.service-item-wrapper:hover .hover-button {
  opacity: 1; /* Show the button on hover */
  transform: translate(-50%, -50%) scale(1); /* No scaling on hover */
}

.modal-backdrop.show {
  background-color: black !important;
  opacity: 0.8 !important; /* Adjust the opacity as needed */
  width: 100% !important;
}

.modal-title-custom {
  text-align: center !important;
  width: 100%; /* Make the title span the full width */
  font-family: 'RobotoSlab-SemiBold';
  font-size: 20px;
  color: #053769;
}
 .modal-body-custom {
  text-align: left !important;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
  color: #827D7D;
  list-style-type:none;
  margin-bottom: 0px;
}

.modal-body-custom-links{
   text-align: left !important;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
  list-style-type:none;
  margin-bottom: 0px;
}

/* Optional: make modal content slightly see-through */
/* .modal-content {
  background-color: rgba(255, 255, 255, 0.95); 
  border: 1px solid #ccc;
} */

.modal-content{
  /* display: block; */
  border: 3px solid #FAB93C !important;
  border-radius: 5px !important;
  
}


.error-input {
  border: 2px solid red;
  background-color: #ffe6e6;
}


/* e-books section */
.ebooks-banner-sub-txt {
  font-family: 'RobotoSlab-Regular';
  font-size: 32px;
  color: white;
  margin-bottom: 0px;
  max-width: 690px;
  text-align: center;
}

.e-books-top-para, .policy-para {
    margin-bottom: 0px;
    font-family: 'RobotoSlab-Light';
    font-size: 16px;
    text-align: justify;
    word-spacing: 2px;
    color: #555555;
    padding-top: 30px;
}

.pastpapers-top-para{
  text-align: center;
}

.past-paper-folder {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 56px;
}

.past-paper-folder-text {
  margin-bottom: 0px;
}

.e-book-item-wrapper {
  max-width: 350px;
  box-shadow: -9px 11px 17px -3px rgba(0, 0, 0, 0.25);
  position: relative; /* Needed for the gradient overlay to position correctly */
  display: inline-block;
  overflow: hidden;
  background-color: white;
  min-width: 349px;
}

.e-book-name-wrapper {
  background: linear-gradient(to bottom, #78b76d 0%, #1edea5 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper2 {
  background: linear-gradient(to bottom, #e89e0f 0%, #b8b997 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper3 {
  background: linear-gradient(to bottom, #3335b7 0%, #97afb9 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper4 {
  background: linear-gradient(to bottom, #f56363 0%, #e1c1a8 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper5 {
  background: linear-gradient(to bottom, #b032e4 0%, #ceb5bb 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper6 {
  background: linear-gradient(to bottom, #64a41b 0%, #bad192 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper7 {
  background: linear-gradient(to bottom, #e4781f 0%, #fae73c 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}

.e-book-name-wrapper8 {
  background: linear-gradient(to bottom, #dc3545 0%, #fa873c 100%);
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  opacity: 50%;
  text-align: center;
  height: 161px;
}


.access-here-btn {
  max-width: 155px;
  height: 30px;
  border-radius: 5px;
  border: none;
}

.e-book-name {
  font-family: 'RobotoSlab-SemiBold';
  color: white;
  font-size: 30px;
  margin-bottom: 0px;
}

.more-btn-e-books {
  padding: 5px 9px;
  background: white;
  border-radius: 5px;
  border: none;
  max-width: 115px;
  margin-top: 15px;
}

.more-btn-e-books:hover {
 cursor: pointer;
 background-color: rgb(122, 228, 226);
  
}
.read-more-txt-e-books {
  font-size: 15px;
  color: #05692a;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px;
}

.e-books-grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  row-gap: 20px;
  column-gap: 30px;
  margin-bottom: 20px;
}

.e-book-image {
  width: 100%;
  /* object-fit: cover; */
  height: 260px;
}



.e-book-item-wrapper:hover::before {
  opacity: 1; /
}
/* e-books section */

/* improve reserch skills */
.watch-btn-research-skills {
  padding: 5px 9px;
  background: #f56363;
  border-radius: 5px;
  border: none;
  max-width: 105px;
  margin-top: 15px;
}

.interested-btn-research-skills {
  padding: 5px 9px;
  background: #84BB45;
  border-radius: 5px;
  border: none;
  max-width: 105px;
  margin-top: 15px;
}

.swiper-button-next {
  background-image: url('../images/right\ chevron\ grp.png');
  background-repeat: no-repeat;
  background-size: contain; 
  width: 48px; 
  height: 48px; 
  right: -20px; /* Move the right arrow further out */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); 
}

/* Remove default Swiper arrow icon */
.swiper-button-next::after {
  content: '' !important; 
}

.swiper-button-prev {
  background-image: url('../images/left\ chevron\ grp.png');
  background-repeat: no-repeat;
  background-size: contain; 
  width: 48px; 
  height: 48px; 
  top: 50%; /* Center vertically */
  transform: translateY(-50%); 
}

/* Remove default Swiper arrow icon */
.swiper-button-prev::after {
  content: ''!important;
}

.upcoming-research-skills-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 32px;
  color: #053769;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.tools-section {
  background-color: #d6cb6540;
  padding: 20px;
  height: 100%;
  margin: 10px 20px;
}

.tools-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}


.reasearch-tool-item {
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
  color: black;
  list-style-type: none;
  text-align: center;
  font-family: 'RobotoSlab-SemiBold';

}

.reasearch-tool-item :hover{
  
  color: blue !important;
}

.supportive-tool-item {
  max-width: 300px;
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
  min-width: 300px;
  background-color: #d6cb6540;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 155px;
}

.research-support-tools-title {
  text-align: center;
  padding-bottom: 30px;
}
/* research-skills-section */


/* past-papers-section */
.nav-item-pastpapers {
  max-width: 187px;
  min-width: 187px;
  background: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nav-item-pastpapers:hover{
  background: #ffc107;
}

.turnitin-title {
  font-family: 'RobotoSlab-Bold';
    font-size: 34px;
    color: #053769;
    text-align: center;
    padding-top: 30px;
}

.staff-account-para {
  font-size: 14px;
  font-family: 'RobotoSlab-Light';
  line-height: 18px;
  padding-left: 0px;
  color: black;
}
.academic-staff-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 18px;
  color: #053769;
  /* margin-bottom: 0px; */
  margin-top: 20px;
}
.turnitin-para-lines {
  text-align: left;
  color: #000;
}

.turnitin-image {
  max-width: 565px;
  height: auto;
}
.turnitin-para-lines.student-para {
  max-width: 565px;
}

.turnitin-access-links {
  color: #1b70b8;
  font-family:'RobotoSlab-Regular' ;
}

.turnitin-accout-wrappers {
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
}

.supporting-tool-notification {
  background: #D9D9D9;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1340px;
}

.supporting-tool-notification-txt {
  margin-bottom: 2px;
  line-height: 21px;
  font-size: 14px;
  font-family: 'RobotoSlab-Light';
}
/* supporting-tools-section */

/* space-reservation-section */
.space-banner-sub-txt {
  font-family: 'RobotoSlab-Regular';
  font-size: 32px;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}

.space-reservation-button {
  background: #FAB93C;
  border: none;
  border-radius: 6px;
  padding: 3px 11px;
  color: white;
  font-size: 16px;
  font-family:  'RobotoSlab-ExtraBold';
}

.space-reservation-button-wrapper {
  display: flex
;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 30px;
  position: absolute;
  bottom: 16px;
  left: 34px;
}

.space-back-button {
  margin-bottom: 0px;
  font-size: 16px;
  color: black;
  font-size: 17px;
  font-family: 'RobotoSlab-SemiBold';
}

.arrow-left-circle {
  max-width: 35px;
  height: 35px;
}

.space-back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

.space-booking-sub-txt {
  font-family: 'RobotoSlab-Regular';
  font-size: 20px;
  color: #B28E48;
  margin-bottom: 0px;
  text-align: center;
}

.space-title-wrapper {
  display: flex
;
  flex-direction: column;
  align-items: center;
}

.space-category-img {
  max-width: 450px;
  height: 350px;
}

.space-category-title {
  font-size: 24px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px;
  text-align: center;
}
.space-category-description {
  padding-top: 53px;
}

.learning-space-category-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  margin-top: 30px !important;
}

.space-category-list-item {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 14px;
  line-height: 24px;
}

.space-reservation-rules-title {
  font-size: 24px;
  margin: 30px 0px 20px 0px;
  color: #337AB7;
  font-family: auto;
}

.rule-item-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 18px;
  color: black;
  margin-bottom: 5px;
}

.rules-txt {
  font-size: 16px;
  font-family: 'RobotoSlab-Light';
  cursor: pointer;
}

.space-reservation-section-features-grid {
  margin-top: 20px;
  padding: 50px;
  background-color: rgba(225, 193, 168, 0.27);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.space-reservation-section-features-grid > div:nth-child(even) {
  background-color: white; /* White for odd items */
}

.space-reservation-section-features-grid > div:nth-child(odd) {
  background-color:  #D9D9D9; /* Gray for even items */
}

.space-reservation-section-feature-wrapper {
  background: #D9D9D9;
  text-align: center;
  padding: 18px;
  border-radius: 5px;
  max-width: 332px;
  justify-self: center;
  min-height: 389px;
}

.space-reservation-section-features-grid > div:last-child {
  justify-self: center; /* Centers horizontally */
  align-self: center;   /* Centers vertically */
}

.space-reservation-feature-para {
  font-size: 16px;
  font-family: 'RobotoSlab-Light';
  cursor: pointer;
  margin-bottom: 0px;
  text-align: justify;
}

.space-reservation-feature-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 18px;
  margin-bottom: 0px;
  margin-bottom: 17px;
}

.rules-topic{
  color: black;
}

.rule-item-txt, .accordion-body {
  font-size: 16px;
  font-family: ui-rounded;
  margin-bottom: 0px;
  margin-left: 27px;
}

.contactus-sidebar{
  position: relative;
  top: 77px;
  display: block;
}

.sidebar {
  width: 190px;
    /* position: absolute; */
    z-index: 1;
    background-color: #000000;
    overflow-x: hidden;
    padding-top: 16px;
}

.sidebar a {
  padding: 5px 8px 5px 16px;
    text-decoration: none;
    font-family: 'RobotoSlab-Light';
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    line-height: 16px;
}


.contactus-txt, .number-of-answers {
  margin-bottom: 0px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: 'RobotoSlab-Light';
}

.sidebar a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  padding: 0px 10px;
}

.library-details-wrapper {
  margin-bottom: 10px;
}

.contactus-body-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 43px;
}

.contactus-body {
  background: #a59a370a;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 73px;
  /* box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); */
}

form#contact-us {
    width: -webkit-fill-available;
    text-align: center;
    max-width: 730px;
}

.contactus-sub-txt {
  margin-bottom: 0px;
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;
  color: #555555;
  text-align: center;
  padding: 20px 0px;
}

.contactus-email , .contactus-enquiry{
  border: none;
  max-width: 730px;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
}

.contactus-enquiry{
  height: auto;
}

.submit-btn-contactus {
  background: #053769;
  padding: 5px 19px;
  border: none;
  border-radius: 5px;
  color: white;
  font-family: 'RobotoSlab-SemiBold';
  font-size: 18px;
}

.contactus-btn-wrapper {
    display: flex;
    justify-content: center;
    max-width: 730px;
}

.contactus-second-section{
  width: 100%;
}

.suggetions-section {
  background: #FAB93C;
  text-align: center;
  padding: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.contactus-body-txt {
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'RobotoSlab-Light';
}

.your-reservation-btn {
  border: none;
  background: #FAB93C;
  border-radius: 5px;
  color: white;
  padding: 2px 7px;
  float: right;
  font-size: 14px;
  margin-bottom: 33px;
}

.book-reservation-btn {
  border: none;
  background: #053769;
  border-radius: 5px;
  color: white;
  padding: 2px 7px;
  float: right;
  font-size: 14px;
  /* margin-bottom: 33px; */
}

.book-details-section {
  padding: 20px 0px;
}

.book-details-wrapper {
  background: #a59a370a;
  display: flex
;
  /* max-width: 260px; */
  /* height: auto; */
  flex-direction: row;
  align-items: flex-start;
  column-gap: 50px;
  padding: 35px;
}

g.book-detail-img {
  width: 100%;
}

.page-title{
  font-family: 'RobotoSlab-Regular';
  font-size: 32px;
  color: #053769;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.profile-email{
  text-align: left;
   font-family: 'RobotoSlab-Regular';
  font-size: 32px;
  color: #053769;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.book-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}

.book-details-list-item-wrapper {
  display: flex
;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
}

.book-details-list-item-key {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: 'RobotoSlab-SemiBold';
}

.body-txt {
  line-height: 28px;
  font-size: 16px;
  font-family: 'RobotoSlab-Light';
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 0px;
  /* font-weight: 600; */
}

.book-details-list-item-authors {
  line-height: 28px;
  font-size: 16px;
  font-family: 'RobotoSlab-Light';
  margin-bottom: 0px;
  color: #827d7d;
  letter-spacing: 0px;
  font-weight: 500;
}

.book-details-list-item-category {
  line-height: 28px;
  font-size: 16px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px;
  color: #757575;
  letter-spacing: 0px;
  font-weight: 600;
}

.book-detail-img {
  max-width: 300px;
}

.book-reservation-status-btn {
  border: none;
  border-radius: 5px;
  color: white;
  padding: 2px 7px;
  float: right;
  font-size: 14px;
}

/* simple search */
.search-option-btns {
  padding: 30px 0px;
  /* float: right; */
  display: flex
;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 20px;
}

.search-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simple-search-form {
  background: linear-gradient(#11043cdb, transparent), linear-gradient(90deg, #212529, transparent), linear-gradient(-90deg, #7d808963, transparent);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(1 0 0 / 50%);
}

.search-option-button {
  min-width: 130px !important;
  background-color: #fab93c !important;
  color: white !important;
  font-family: 'RobotoSlab-Regular' !important;
  font-size: 16px !important;
  /* border: 1px solid orange !important; */
}

.search-option-button :hover{
  min-width: 130px !important;
  background-color: #dc981a !important;
 color: white !important;
  font-family: 'RobotoSlab-Regular' !important;
  font-size: 16px !important;
  border: 1px solid orange !important;
}
.search-section{
  /* background: #e6e2e229; */
  background: linear-gradient(#343a40, transparent), linear-gradient(90deg, #000957, transparent), linear-gradient(-90deg, #000, transparent);
  background-blend-mode: screen;
  background-blend-mode: screen;
}

.searchform-fields-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 100px;
  margin: 8px 0px;
}

.searchform-field-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin: 8px 0px;
  flex-direction: row;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 110px;
  word-wrap: normal;
  /* background: azure; */
  border-radius: 25px;
  max-width: 350px;
  font-family: 'RobotoSlab-Light';
  font-size: 16px;
}

.captcha-form {
    border: none !important;
    max-width: 730px !important;
    width: 100% !important;
    height: 38px !important;
    border-radius: 5px !important;
}

.cpatcha-wrapper{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.captcha-box {
  display: flex;
  align-items: left;
  gap: 10px;
  margin-top: 10px;
}
#captchaCanvas {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
#refreshCaptcha {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}


.simple-search-bar {
border-radius: 0 !important;
max-width: unset !important;
}

input[type=submit]:hover {
  background-color: #45a049;
  font-family: 'RobotoSlab-Regular' !important;
  font-size: 16px !important;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'RobotoSlab-Regular' !important;
  font-size: 16px !important;
}

.search-lables {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'RobotoSlab-SemiBold';
  font-weight: 500;
  color: white;
}

select{
  min-width: 110px;
  word-wrap: normal;
  background: azure;
  border-radius: 0px;
}

.faq-search-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #d9d9d954;
  border-radius: 5px;
  padding: 5px;
  gap: 5px;
  margin-bottom: 30px;
}

.active-category {
  background-color: #f0f0f0;
  border-left: 4px solid #053769;
}

.side-bar {
  display: flex;
  flex-direction: row;
  gap: 10px;
  background: black;
  width: 190px;
  /* position: absolute; */
  z-index: 1;
  background-color: #000000;
  overflow-x: hidden;
  padding-top: 16px;
  /* min-width: 112px; */
  color: white;
  padding: 8px;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.custom-input-group{
  justify-content: space-between;
  gap: 10px;
}

.search-btn-faq {
  padding: 8px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px !important;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px black;
    background-image: linear-gradient(45deg, #053769 0%, #212529 51%, #053769 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: 'RobotoSlab-SemiBold';
    font-size: 14px;
}

a.nav-link {
  text-align: center;
}

/* styles.css */

/* modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal {
  /* background: white; */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 400px;
  max-width: 100%;
  animation: modalSlideIn 0.3s ease-out;
}

.modal-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 16px;
  border-top: 1px solid #eee;
  text-align: right;
}

.modal-content-highlight{
font-weight: 600;
}
.btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 8px;
}

.btn-primary {
  background: #007bff;
  color: white;
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

.modal-close {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  padding: 0;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* modal */


/* Add all other CSS rules from the original <style> tag here */

.faq-body-wrapper {
  display: flex;
  position: relative;
  /* height: 88vh; */
  /* background: linear-gradient(27deg, rgba(233, 233, 240, 1) 0%, rgba(217, 217, 217, 1) 0%, rgba(254, 255, 255, 1) 100%); */
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  /* max-width: fit-content; */
}

.side-bar:hover{
  background: #FAB93C;
}
.pagination-wrapper {
  width: 100%;
  height: 100%;
}

.search-btn-faq:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.filteration-wrapper {
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: space-between;
  gap: 10px;
  z-index: 1000;
  overflow-y: auto;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.filteration-wrapper.active {
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: space-between;
  gap: 10px;
  z-index: 1000;
  overflow-y: auto;
  transition: max-height 1s ease-in-out, opacity 0.5s ease-in-out;
}

.hidden {
  display: none;
}
.mobile-menu {
  position: relative;
}



.faq-sidebar-topic, .faq-access-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 24px;
  color: #053769;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 0px;
}

.paginationclass{
  margin: 15px 28px; 
  list-style-type:none;
  border-bottom:1px solid black;
  font-weight:bold;
   }
   .paginationclass1{
  margin: 15px 28px; 
  list-style-type:none;
  border-bottom:1px solid black;
  
   }
  .paginationclass div{
      border-bottom:1px solid silver;
      
  }
  .paginationclass1 div{
      border-bottom:1px solid silver;
      
  }
  .paginationclass span{
      margin:0px 15px;
      display:inline-block;
      padding:5px 0px;
      text-align:center;
      width:70px;
  }
  .paginationclass1 span{
      margin:0px 15px;
      display:inline-block;
      padding:5px 0px;
      text-align:center;
      width:70px;
  }
  .pagination-controle li{
      display: inline-block;
      
  }
  .pagination-controle button{
      width: 63px;
      font-size: 12px;
      margin-left: 13px;
      cursor:pointer;
  }
  .pagination-div{
      margin-left:20px;
      
  }
  
  
  .pagination{
    list-style-type:none;
  }
  .pagination>li>a {
      
      text-decoration:none;
  }
  
  .list{
    display: inline-block;
    padding: 5px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    background: #A197F8;
    cursor: pointer;
    position: relative;
    border-radius: 4px 4px 4px 4px;
  }
  
  h2{
    text-align:center;
    padding:10px 10px 10px 10px;
  }

  .pagination-wrapper {
    width: 100%;
    height: 100%;
    max-width: 800px;
    padding: 0px 20px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

button#toggle-menu {
  display: none;
}

.active-toggle{
  display: block!important;
}

.mobile-side-bar {
  margin-top: 10px;
  position: relative;
  z-index: 99;
  width: 100%;
  background: black;
  display: none;
  
}

#toggle-menu-contactus{
  display: none;
}

/* notices section */
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-body {
  font-size: 16px;
  font-family: 'RobotoSlab-Light';
  margin-bottom: 0px;
  margin-left: 27px;
  color: #827D7D;
}

.accordion-item-1{
border: 2px solid #FAB93C !important;
margin: 5px;
background-color: #a59a370a !important;

}

.accordion-blue-theme .blue-accordion-item {
  border: 2px solid #FAB93C !important;
  margin: 5px;
  background-color: #a59a370a !important;
}

.accordion-blue-theme .blue-accordion-button {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

.accordion-blue-theme .blue-accordion-button:not(.collapsed) {
  
  color: #000000;
}

.accordion-blue-theme .accordion-body a {
  text-decoration: none;
  color: #827D7D;
  cursor: pointer;
}

.accordion-blue-theme .accordion-body a:hover {
  text-decoration: underline;
}

.accordion-button:not(.collapsed){
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordian-btn-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 94%;
}

.notices-section, .policies-section {
  padding-bottom: 35px;
}

.policy-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 50px;
}

.policy-img {
    width: 100%;
    max-width: 666px;
    height: 320px;
    object-fit: cover;
}

.policy-para {
  text-align: justify;
  line-height: 24px;
  color: #000000;
  padding-top: 15px;
  display: -webkit-box; 
  -webkit-line-clamp: 6; /* Adjust the number of lines to fit approximately 70 words */
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.policy-page-body {
  background: #F5F5F5;
}

.policy-item:nth-child(odd) {
  flex-direction: row-reverse; /* Reverse direction for odd items */
}

.see-more{
  color: #337AB7;
  text-decoration: none;
  cursor: pointer;
}

#wrapper {
  margin: 0 auto;
  display: block;
  width: 960px;
}
.page-header {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin: 30px 0
}
#pagination {
  margin: 0;
  padding: 0;
  text-align: center
}
#pagination li {
  display: inline
}
#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000
}

/* Active and Hoverable Pagination */
#pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
#pagination li a.active {
  background-color: #4caf50;
  color: #fff
}
#pagination li a:hover:not(.active) {
  background-color: #ddd;
} 

/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}

/* login page */
.login-input{
  width: 100%;
  padding: 6px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.login-popup-wrapper {
  max-width: 500px;
  /* height: 400px; */
  background: rgba(0, 0, 0, 0.68);
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.psw {
  font-size: 15px;
  font-family: 'RobotoSlab-Light';
  color: white;
  margin-top: 15px !important;
}

.login-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.username-login, .password-login {
  color: white;
  font-size: 16px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px !important;
}

.login-btn {
  background: #053769;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  margin: 30px 0px;
  color: white;
  font-size: 16px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px !important;
}

.imgcontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.lable-uname-psw {
  margin-top: 10px;
}

.request-membership-link {
  text-decoration: none;
}

/* librarian message */
.librarian-msg-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 34px;
  color: #053769;
  text-align: center;
  padding-top: 30px;
  font-style: italic;
}

.library-msg-para {
  font-family: 'RobotoSlab-Light';
  text-align: justify;
  line-height: 26px;
  color: #000000;
  font-size: 16px;
  text-align: justify;
  word-spacing: 2px;

}

.librarian-signature {
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 10px;
  color: var(--bs-card-title-color);
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  font-style: italic;
}
/* librarian message */

/* new arrivals section */
.new-arrival-book-img {
  max-width: 450px;
  height: auto;
}

.new-arrivals-single-book-wrapper {
  /* height: 450px; */
  height: 510px;
}

.new-arrivals-book-slide-wrapper {
  height: 375px;
}

.new-arrival-slide {
  min-width: 300px;
  height: 379px !important;
  border-radius: 4px;
  /* transition: height 0.6s ease !important; */
  transition: height 0.6s ease-in !important;
  flex-shrink: 0; 
}

.swiper-slide.new-arrival-slide.swiper-slide-active {
  height: 500px !important;
  min-width: 350px;
}

.new-arrival-book-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  cursor: pointer;
  /* padding: 20px; */
}

.new-arrival-title{

  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

/* new arrivals section */

/* book list */
img.book-icon {
  max-width: 75px;
  height: auto;
}

.list-wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
}

.search-list-title {
  max-width: 300px;
  margin-bottom: 0px;
}

.search-list-authors {
  margin-bottom: 0px;
}

.search-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.book-card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.book-card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.book-title {
  color: #2c3e50;
  margin-top: 0;
  text-align: left;
  padding: 0px;
  font-size: 20px;
  font-family: 'RobotoSlab-SemiBold';
}

.book-title:hover {
  color: #0c4a88;
  cursor: pointer;
}

.book-detail {
  font-family: 'RobotoSlab-Light';
  margin: 5px 0;
  color: #34495e;
}

.detail-label {
  font-weight: 600;
  color: #2c3e50;
}

.pagination {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.pagination button {
  padding: 5px 15px;
  cursor: pointer;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
}

.pagination button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.pagination span {
  font-weight: bold;
}

.form-control {
  font-family: 'RobotoSlab';
}
/* book list */

.search-btn {
  background: yellowgreen;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid green;
}

.book-description-wrapper {
  display: unset;
  flex-direction: unset;
  align-items: unset;
}

.profile-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 10px;
}
.profile-user-details-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-answer {
    margin-bottom: 0px;
    font-family: 'RobotoSlab-Light';
    font-size: 16px;
    text-align: justify; 
    display: flex;
}

.item-para {
  margin-bottom: 4px;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
  text-align: justify;
  display: flex;
  
}

.captcha-form{
    max-width: 730px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  background-color: transparent;
  padding: 10px;
  max-width: 1295px;
}
.grid-container > div {
  color: #000;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  max-width: 300px;
}

.grid-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.gallery-image {
    max-width: 340px;
    min-width: 340px;
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-image-wrapper {
    position: relative;
}

.gallery-title-wrapper {
    position: absolute;
    bottom: 15%;
    left: -10px;
    background: orange;
    border-radius: 3px;
    padding: 8px;
    height: 35px;
    font-family: 'RobotoSlab-Regular';
    font-size: 13px;
    color: white;
   
}

.gallery-image-wrapper:hover .gallery-image {
  opacity: 0.7;
  cursor: pointer;
}

.gallery-image-wrapper:hover .gallery-title-wrapper{
  transform: scale(1.1); /* or any transformation */
  transition: transform 0.3s ease;
}

hr {
    border: none !important;
    height: 2px !important;
    background-color: #fff !important;
    margin: 20px 0 !important;
}

.copyrights-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

p.version,.developed-by {
    color: white;
    font-size: 14px;
    font-family: 'RobotoSlab-Light';
}

img.card-img-top{
    height: 385px;
}

.contactus-email, .contactus-enquiry {
    border: none;
    max-width: 730px;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    font-family: 'RobotoSlab-Light';
    font-size: 14px;
    padding: 12px 20px;
}
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
@media (min-width: 1400px) {
  .custom-conatiner {
    max-width: 1440px;
    width: 95%;
  }
}

@media (max-width: 1440px) {
  .nav-link {
    font-size: 12px !important;
  }

  li.nav-item {
    border-right: 1px solid white;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 110px;
    max-width: 128px;
  }

  .dropdown-item:focus, .dropdown-item{
    font-family: 'RobotoSlab-SemiBold';
    font-size: 12px !important;
    /* text-align: center; */
    font-style: 'SemiBold' !important;
    color: #fff !important;
  }

  .dropdown-item:focus, .dropdown-item :hover{
    font-family: 'RobotoSlab-SemiBold';
    font-size: 12px !important;
    /* text-align: center; */
    font-style: 'SemiBold' !important;
    color: #fff !important;
  }

  .malabe-staff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
    padding-bottom: 35px;
  }

  .e-book-image {
    width: 100%;
    /* object-fit: cover; */
    height: 225px;
  }

  .pagination-wrapper {
    width: 100%;
    height: 100%;
    max-width: 910px;
    padding: 0px 20px;
}

.nav-link {
  font-size: 12px !important;
}
li.nav-item {
  border-right: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;
  min-width: 108px;
  max-width: 128px;
}

}

@media (max-width: 1400px) {
  .malabe-staff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
    padding-bottom: 35px;
  }

  .events-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    column-gap: 20px;
  }

  .card-custom {
    min-width: 325px;
  }

  .e-book-item-wrapper {
    max-width: 310px;
    box-shadow: -9px 11px 17px -3px rgba(0, 0, 0, 0.25);
    min-width: 280px;
  }

  .dropdown-item:focus, .dropdown-item{
    font-family: 'RobotoSlab-SemiBold';
    font-size: 12px !important;
    /* text-align: center; */
    font-style: 'SemiBold' !important;
    color: #fff !important;
  }

  .dropdown-item:focus, .dropdown-item :hover{
    font-family: 'RobotoSlab-SemiBold';
    font-size: 12px !important;
    /* text-align: center; */
    font-style: 'SemiBold' !important;
    color: #fff !important;
  }
  /* .service-card-para {
    display: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .swiper-slide2:hover .service-card-para {
    font-size: 14px;
    line-height: 24px;
    color: white;
    font-family: 'RobotoSlab-Regular';
    padding: 4px;
    text-align: center;
    display: block;
    opacity: 1;
    visibility: visible;
  } */

  .nav-item-pastpapers {
    max-width: 187px;
    min-width: 160px;
  }

  .hero-section,
.staff-hero-section {
  height: 60vh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}
}
@media (max-width: 1200px) {
  li.nav-item {
    border-right: 1px solid white;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 82px;
    max-width: 125px;
  }
  .supportive-tool-item {
    max-width: 230px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
    min-width: 200px;
  }
  .aboutus-img1 {
    max-width: 434px;
    position: absolute;
    top: 0;
    height: auto;
    right: 0;
  }

  .aboutus-img2 {
    position: absolute;
    top: 290px;
    /* height: 272px; */
    right: unset;
  }

  .aboutus-para-wrapper {
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
  }

  .who-we-are-para {
    max-width: unset;
    margin-left: 30px;
  }

  .twentyfifth-excellence-logo {
    max-width: 120px;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
  }

  .nav-item {
    min-width: 83px;
  }

  .who-we-are-txt {
    margin-left: 30px;
   
  }
  .malabe-staff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    padding-bottom: 35px;
  }

  .opening-hrs-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .services-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 15px;
    row-gap: 23px;
  }
  .turnitin-image {
    max-width: 341px;
    height: auto;
}

.space-reservation-section-features-grid {
  grid-template-columns: repeat(3, 1fr);

}

.nav-item-pastpapers {
  max-width: 187px;
  min-width: 130px;
}


li.nav-item {
  border-right: unset;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 82px !important;
  max-width: 125px;
}

.nav-item {
  min-width: 83px;
}

.gallery-image {
    max-width: 280px;
    min-width: 280px;
}

}

@media (max-width: 999px) {
  .who-we-are-wrapper {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    align-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .malabe-staff-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    padding-bottom: 35px;
  }

  .opening-hrs-info-wrapper {
    margin-top: 30px;
    padding: 19px 12px;
  }
  .e-book-name {
    font-family: 'RobotoSlab-SemiBold';
    color: white;
    font-size: 22px;
    margin-bottom: 0px;
  }

  .e-book-image {
    width: 100%;
    /* object-fit: cover; */
    height: 155px;
  }
  .space-reservation-feature-para {
    font-size: 14px;
  }

  .space-reservation-section-features-grid {
    grid-template-columns: repeat(1, 1fr);
}
.space-category-img {
  max-width: 355px;
  height: auto;
}

.aboutus-img1 {
  max-width: 434px;
  position: unset;
  height: 250px;

}

.aboutus-img2 {
  max-width: 434px;
  position: unset;
  height: 250px;
}

.aboutus-image-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}
.aboutus-para-wrapper{
  justify-content: center;
  align-items: center;
}

.who-we-are-para {
 width: 100%;
  margin-left: 0px;
}

.who-we-are-txt {
  margin-left: unset;
  text-align: center;
}

.mission-image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: unset;
  height: unset;
  column-gap: 20px;
}

.mission-img1{
  max-width: 434px;
  position: unset;
  height: 250px;
}

.mission-img2{
  max-width: 434px;
  position: unset;
  height: 250px;
}
a.nav-link {
  text-align: left;
}

.gallery-title-wrapper {
    font-size: 10px;
}

.gallery-image {
        max-width: 200px;
        min-width: 200px;
}

}

@media (max-width: 992px) {
  .opening-hrs-row2 {
    flex-direction: column-reverse;
  }

  .e-books-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  ul.dropdown-menu.show {
    background: #053769;
    z-index: 99;
    position: absolute;
}

.profile-email {
    text-align: left;
    font-family: 'RobotoSlab-Regular';
    font-size: 25px;
    color: #053769;
    margin-bottom: 0px;
    padding-bottom: 11px;
}

}

@media (max-width: 768px) {
  .events-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    column-gap: 20px;
  }

  .sub-txt {
    color: #fab93c !important;
    font-family: 'RobotoSlab-Black';
    font-size: 38px;
    margin-bottom: 0px;
}
span.first-hero-text {
    font-family: 'Oregano' !important;
    font-size: 85px;
    color: #fff;
    margin-bottom: 0px;
}
    span.second-hero-text {
        font-size: 85px;
    }

  .space-reservation-btn-wrapper {
    cursor: pointer;
    width: 257px;
    height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'RobotoSlab-Regular';
    padding: 6px 12px;
    font-style: italic;
    font-size: 14px;
    color: white;
    background: linear-gradient(90deg, rgba(250, 185, 60, 1) 0%, rgba(253, 167, 29, 1) 50%, rgba(250, 136, 60, 1) 100%);
    /* border: 1px solid white; */
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    border-radius: 0px 0px 0px 9px;
}

.contactus-email, .contactus-enquiry {
    border: none;
    max-width: 730px;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    font-family: 'RobotoSlab-Light';
    font-size: 14px;
    padding: 12px 20px;
}

input[type=text], select {
  font-size: 14px;
}

  .all-pdf-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 30px 0px;
}

.side-bar {
    border-radius: 5px;
}

.copyrights-wrapper {
    display: flex;
    flex-direction: column;
}

.pdf-icon {
  max-width: 100px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

  .tools-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

  .book-description-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
  .card-custom {
    max-width: 325px;
  }

  .students-using-laptops {
    max-width: 300px;
    height: auto;
  }
  .services-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 23px;
  }
  .e-books-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    row-gap: 20px;
    column-gap: 30px;
    margin-bottom: 20px;
  }
  .turnitin-image {
    max-width: 300px;
    height: auto;
}
.space-category-img {
  max-width: 290px;
  height: auto;
}
.learning-space-category-wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  margin-top: 30px !important;
}

.space-category-title {

  text-align: center;
}

.space-banner-sub-txt {
  font-size: 16px;
}


.staff-hero-txt, .edTech-hero-txt {
    font-size: 63px;
  }

  .space-reservation-button {
 
    font-size: 11px;
  }
  .learning-space-category-wrapper {
   
    align-items: center;
  }

  .book-detail-img {
    max-width: 215px;
}
.book-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 50px;
}

.space-reservation-section-feature-wrapper {
  min-height: 300px;
}

.book-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 50px;
  border: none;
  border-radius: 5px;
}

.searchform-fields-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 100px;
  margin: 8px 0px;
}

.searchform-field-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin: 8px 0px;
  flex-direction: column;
}

.filteration-wrapper{
  display: none;
}

.filteration-wrapper.active {
  display: flex !important;
  flex-direction: column;
  padding: 5px;
  justify-content: space-between;
  gap: 10px;
  z-index: 1000;
  overflow-y: auto;
  transition: max-height 1s ease-in-out, opacity 0.5s ease-in-out;
}

.book-detail{
  font-size: 14px;
}

button#toggle-menu {
  display: block;
  margin: 20px;
  cursor: pointer;
  height: fit-content;
}

.contactus-sidebar{
  position: relative;
  top: 77px;
  display: none;
}

.contactus-body-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}

.contactus-body {
  background: #a59a370a;
  width: 100%;
  /* text-align: center; */
  padding: 20px;
  align-items: center;
  /* box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); */
}

.mobile-side-bar {
  position: relative;
  z-index: 99;
  width: 100%;
  background: black;
}

#toggle-menu-contactus{
  display: block;
  margin-top: 10px;
}

.rule-item-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 15px;
  color: black;
  margin-bottom: 5px;
}

.accordion-body {
  font-size: 14px;
  line-height: 24px;
}

span.second-hero-text {
  font-size: 60px;
}

.more-events-btn {
  margin-right: auto;
}

.aboutus-image-wrapper{
  flex-direction: column;
  row-gap: 20px;
}

.mission-img1{
  max-width: 295px;
}

.mission-img2{
  max-width: 295px;
}

.aboutus-img1{
max-width: 295px;
}

.aboutus-img2{
  max-width: 295px;
  }

.message-from-librarian-section {
    padding-top: 40px;
}
.mission-image-wrapper{
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 20px;
}

.mission-para-wrapper {
  margin-top: 40px;
}
.message-from-library-txt{
  text-align: center;
}

.librarian-msg-wrapper{
  flex-direction: column;
  row-gap: 20px;
}

.page-title {
  font-family: 'RobotoSlab-Regular';
  font-size: 26px;
  color: #053769;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.book-details-list-item-authors {
  line-height: 22px;
  font-size: 14px;
  font-family: 'RobotoSlab-Light';
  margin-bottom: 0px;
  color: #827d7d;
  letter-spacing: 0px;
  font-weight: 500;
}

.profile-email {
    text-align: center;
    font-family: 'RobotoSlab-Regular';
    font-size: 15px;
    color: #053769;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.grid-container{
  max-width: unset;
  grid-template-columns: repeat(1, auto);
}

.grid-container > div {
    
    max-width: unset;
}

.gallery-image {
      max-width: 100%;
      height: auto;
    }
.gallery-title-wrapper{
  padding: 7px;
  height: 30px;
}

.item-para {
    font-size: 14px;
    font-family: 'RobotoSlab-Light';
    line-height: 16px;
    color: black;
    margin-bottom: 6px;
    }

.item-answer {
    margin-bottom: 0px;
    font-family: 'RobotoSlab-Light';
    font-size: 13px;
    text-align: justify;
}

.contactus-txt , .number-of-answers {
    margin-bottom: 0px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: 'RobotoSlab-Light';
}
.book-title {
    color: #2c3e50;
    margin-top: 0;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    font-family: 'RobotoSlab-SemiBold';
}
}

@media (max-width: 435px) {
  .malabe-staff-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    padding-bottom: 35px;
  }

  .supportive-tool-item {
    max-width: 200px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
    min-width: 200px;
}

.search-results {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

p.version, .developed-by {
    color: white;
    font-size: 10px;
    font-family: 'RobotoSlab-Light';
}

.pagination {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.space-reservation-btn-wrapper {
        cursor: pointer;
        width: 168px;
        height: 49px;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'RobotoSlab-Regular';
        padding: 4px 19px;
        font-style: italic;
        font-size: 14px;
        text-align: left;
    }
  .events-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    column-gap: 20px;
  }

  .staff-hero-txt, .edTech-hero-txt {
    font-size: 52px;
  }

  .edTech-hero-txt {
    font-size: 79px;
    color: white;
    -webkit-text-stroke: 3px #053769;
    font-family: 'RobotoSlab-Black';
    text-align: left !important;
    margin: 0 auto;
    position: absolute;
    left: 68px;
}
  .services-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 23px;
    justify-items: center;
  }

  .ebooks-banner-sub-txt {
    font-size: 19px;
  }

  .upcoming-research-skills-topic {
    font-size: 25px;
    padding-bottom: 19px;
    margin-bottom: 0px;
}

.events-welcome-txt {
  font-size: 32px;
  
}
.space-reservation-button {
 
  font-size: 11px;
}

.space-reservation-button-wrapper{
  bottom: 16px;
  padding: 10px;
  left: unset;
}
.space-booking-sub-txt {
  font-size: 18px;
}
.upcoming-events-topic {

  padding-top: 18px;
  font-size: 20px;
  line-height: 30.5px;
  font-family: 'RobotoSlab-Regular';
}
.space-category-list-item {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 14px !important;
}
.space-category-description {
  padding-top: 23px;
  padding-left: 20px;
}
.space-reservation-rules-title {
  margin: 30px 0px 12px 0px;
}
.staff-section-topic, .events-welcome-txt, .library-branch-title, .contactus-title, .rules-topic, .faq-topic, .turnitin-title {
  font-family: 'RobotoSlab-Bold';
  font-size: 25px;
  color: #053769;
  text-align: center;
  padding-top: 30px;
}

.contactus-sub-txt {
  margin-bottom: 0px;
  font-family: 'RobotoSlab-Light';
  font-size: 14px;
  text-align: justify;
  word-spacing: 1px;
  color: #555555;
  padding: 20px 0px;
}

.rules-txt {
  font-size: 14px;
}

.rules-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
}

.rule-item-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 13px;
}
.rule-item-txt {
  font-size: 13px;
}

.space-banner-sub-txt {
  font-size: 13px;
}

.footer-description {
  font-size: 10px;
}

.list-text-footer {
  font-family: 'RobotoSlab-Light';
  font-size: 10px;
}

.list-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 13px;
}
.book-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-title {
  font-family: 'RobotoSlab-Regular';
  font-size: 20px;
  color: #053769;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.book-reservation-btn {
  border: none;
  background: #FAB93C;
  border-radius: 5px;
  color: white;
  padding: 2px 7px;
  float: right;
  font-size: 11px;
}

.body-txt {
  line-height: 20px;
  font-size: 12px;
  font-family: 'RobotoSlab-Light';
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 0px;
}

.search-option-button {
  max-width: 100px !important;
  font-size: 9px !important;
}

.search-lables{
font-size: 16px;
}

input[type=text], select {
 font-size: 14px ;
}

input[type=submit]:hover {
  font-size: 16px !important;
}

input[type=submit] {
  font-size: 16px !important;
}

.search-option-button {
  min-width: 94px !important;
}

.staff-hero-section {
  height: 68vh;
}

.searchform-field-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin: 8px 0px;
  flex-direction: column;
}


.contactus-txt, .number-of-answers {
  margin-bottom: 0px;
  color: white;
  text-align: center;
  font-size: 10px;
  font-family: 'RobotoSlab-Light';
}

.faq-sidebar-topic, .faq-access-topic {
  font-size: 12px;
 
}
.side-bar {
  display: flex;
  flex-direction: row;
  gap: 5px;
  background: black;
  width: 82px;
  padding: 4px;
}

.item-para {
  font-size: 14px;
  font-family: 'RobotoSlab-Light';
  line-height: 19px;
  color: black;
  margin-bottom: 6px;
}

.item-answer {
    margin-bottom: 0px;
    font-family: 'RobotoSlab-Light';
    font-size: 14px;
    text-align: justify; 
}

.search-btn-faq {
  padding: 3px 10px;
  font-family: 'RobotoSlab-SemiBold';
  font-size: 11px;
}

span.first-hero-text {
  font-family: 'Oregano' !important;
  font-size:70px;
  color: #fff;
  margin-bottom: 0px;
}
span.second-hero-text {
  font-size: 45px;
}

.sub-txt {
  color: #fab93c;
  font-family: 'RobotoSlab-Black';
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 28px;
}

.search-input {
  padding: 5px 0px;
  font-size: 16px;
}

.swiper-slide2:hover .service-card-para{
  font-size: 11px;
  line-height: 20px;
  text-align: justify;
}

.service-topic {
  text-align: center;
  font-size: 20px;
}

.librarian-msg {
  font-size: 14px;
  text-align: justify;
  word-spacing: 2px;
  line-height: 23.5px;
}

.who-we-are-para {
  width: 100%;
  margin-left: 0px;
  font-size: 14px;
  line-height: 23.5px;
}
.who-we-are-txt, .message-from-library-txt{
  font-size: 24px;
}

.who-we-are-para, .librarian-msg{
word-spacing: 0px;
line-height: 21.5px;
}

.staff-section-topic, .events-welcome-txt
,.library-branch-title {
  font-family: 'RobotoSlab-Bold';
  font-size: 24px;
}

.events-sub-txt, .turnitin-para-lines {
  word-spacing: 0px;
  line-height: 24.5px;
  text-align: justify;
  padding: 5px;
  font-size: 14px;
}
.turnitin-para-lines{
  font-size: 14px;
  margin-bottom: 0px;
  text-align: left;
}
.submit-btn-contactus {
 
  font-size: 14px;
}

.staff-hero-txt, .edTech-hero-txt {
  font-size: 52px;
  -webkit-text-stroke: 2px #053769;
}

.space-reservation-button {
  border-radius: 6px;
  padding: 3px 5px;
  font-size: 9px;
}

.upcoming-events-topic ,.rules-topic, .faq-topic,.policies-topic{
  font-size: 24px;
  line-height: 30.5px;
  font-family: 'RobotoSlab-Regular';
}

.space-booking-sub-txt {
  font-size: 13px;
}

.space-reservation-section-features-grid {
    margin-top: 20px;
    padding: 17px;
  }

.space-reservation-feature-para, .policies-main-para, .policy-para {
    font-size: 13px ;
}

li.membership-list-items {
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
}

span.psw {
  font-size: 11px;
  font-family: 'RobotoSlab-Light';
  color: white;
  margin-top: 15px !important;
}

.username-login, .password-login {
  color: white;
  font-size: 11px;
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 0px !important;
}

.login-btn {
  height: 35px;
  font-size: 13px;
}

.policy-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 18px;
  margin-top: 15px;
}

.librarian-msg-title {
  font-size: 24px;
  line-height: 30.5px;
  font-family: 'RobotoSlab-Regular';
  text-align: center;
}

.library-msg-para {
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
}

.librarian-signature {
  font-family: 'RobotoSlab-SemiBold';
  margin-bottom: 10px;
  color: var(--bs-card-title-color);
  font-size: 15px;
}

.new-arrivals-single-book-wrapper {
  height: 335px;
}

.new-arrivals-book-slide-wrapper {
  height: 100px;
}

.new-arrival-book-img {
  max-width: 210px;
  height: auto;
}

.new-arrival-slide {
  min-width: 300px;
  height: 330px !important;
}

.swiper-slide.new-arrival-slide.swiper-slide-active {
  height: 333px !important;
  min-width: 350px;
}

li.nav-item {
  border-right: unset;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 200px !important;
  max-width: 300px;
  height: 40px;
}
.profile-email {
    text-align: center;
    font-family: 'RobotoSlab-Regular';
    font-size: 15px;
    color: #053769;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.navbar-expand-lg{
 
  gap: 9px;
}

.gallery-title-wrapper{
  padding: 7px;
  height: 30px;
}

.contactus-email, .contactus-enquiry {
    border: none;
    max-width: 730px;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    font-family: 'RobotoSlab-Light';
    font-size: 14px;
    padding: 12px 20px;
}
}

@media (max-width: 320px) {
  .malabe-staff-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    padding-bottom: 35px;
  }

  .events-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    column-gap: 20px;
  }

 
  .services-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 23px;
    justify-items: center;
  }

  .ebooks-banner-sub-txt {
    font-size: 26px;
  }

  .upcoming-research-skills-topic {
    font-size: 25px;
    padding-bottom: 19px;
    margin-bottom: 0px;
}

.space-reservation-button-wrapper{
  bottom: 16px;
  padding: 10px;
  left: unset;
}

.space-category-list-item {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 14px !important;
}

.space-reservation-rules-title {
  margin: 30px 0px 12px 0px;
}

.rules-txt {
  font-size: 14px;
}

.rules-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
}

.rule-item-title {
  font-family: 'RobotoSlab-SemiBold';
  font-size: 13px;
}
.rule-item-txt {
  font-size: 11px;
}

.space-banner-sub-txt {
  font-size: 13px;
}

.footer-description {
  font-size: 10px;
}

.list-text-footer {
  font-family: 'RobotoSlab-Light';
  font-size: 10px;
}

.list-topic {
  font-family: 'RobotoSlab-Regular';
  font-size: 13px;
}
.book-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-para-policies {
  font-size: 10px;
}
}
