



.search-group{
    background: #8EA8B3;
    border-radius: 10px;
}

.rent-card{
width: 130px;
height: 104px;
left: 1025px;
top: 483px;
background:#8EA8B3;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
border-radius: 15px;
}

.section-title{
font-style: normal;
font-weight: 600;
font-size: 25px;
color: #000000;
}

.big-card{
    width: 160px;
    height: 160px;
    background: #F6F6F6;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.slide-container {
    max-width: 1120px;
    height: auto;
    width: 100%;
    padding: 30px 0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
.bottom_slider .owl-carousel .owl-dots.disabled, .bottom_slider .owl-carousel .owl-nav.disabled {
    display: block !important;
}

#slide-content, #slide-content-2 {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 10px;
  }

   .swiper-slide {
     
     border-radius: 10px;
  } 

  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
    margin-top: -2px;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 18px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }



.small-card {
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
   
}
  
  .small-card h4 {
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      color: #000000;
      text-align: center;
  }

  .small-card-1{
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.small-card-1 h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}
  
  .small-card-img{
      width: 130px;
      height: 104px;
      background: #F6F6F6;
      box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      

  }


 .student-card{
height: 298px;
background: #F8F8F8;
border: 1px solid #DADADA;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
border-radius: 15px;
 }

 .card-head{
font-style: normal;
font-weight: 600;
font-size: 30px;
color: #000000;
 }

.job-card {
    height: 298px;
    background: #F8F8F8;
    border: 1px solid #DADADA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

 .card-para{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #8A8A8A;
 }

 .button-stl{
background: #27AAE1;
border-radius: 5px;
 }

 .button-stl:hover{
  border: 1px solid #27AAE1;
  border-radius: 5px;
 }

 .swiper-navBtn-prtnr {
  color: #6E93f7;
  transition: color 0.3s ease;
  margin-top: -25px;
 }

 .swiper-navBtn-prtnr:hover{
  color: #4070F4;
}
.swiper-navBtn-prtnr::before,
.swiper-navBtn-prtnr::after{
  font-size: 18px;
}

.member-card{
width: auto;
height: 201px;
background: #FFFEFE;
border: 1px solid #DADADA;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.member-item{
    width: 190px;
    height: 59px;
    background-image: url("/asset/memberItemBg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -24px;
    margin-left: 25px;
    color: white;
  }


  .long-title{
    width:120px;
    /* height: 2em;  */
    line-height: 1em; 
    text-overflow: ellipsis;
    /* margin-bottom: 12px; */
    cursor: pointer;
    word-break: break-all;
    overflow:hidden;
    white-space: nowrap;
  }

  .long-title:hover{
    overflow: visible; 
    white-space: normal;
    height:auto;  /* just added this line */
  }

  .add-area{
    width: 140px;
    height: 224px;
  }



  /* All Post Section */

  .topbar-add-section{
    width: full;
    height: 100px;
  }

  .product-slider{
    width: full;
    height: 200px;
  }

.gap-maintain{
    margin-bottom:450px;
}