#event-list {
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
}
.event-tabs button.event-tab {
    background: #fff;
    color: #3e4040;
    border: 1px solid #fff;
    font-size:20px;
    line-height:24px;
    font-weight:600;
}
.event-tabs button.event-tab:hover{
	color: #fff;
}
button.event-tab.active {
    background: #285EAF;
    color: #fff;
    border: 1px solid #285EAF;
}
.event-card {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 24px;
    padding: 0;
    background-color: #FFFFFF;
    border-color: #D4D2E3;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	padding-bottom:30px;
}
.event-tabs {
    text-align: center;
    background: #F2F7FF;
    padding: 20px;
    width: auto;
    max-width: max-content;
    margin: 0 auto 68px;
    border-radius: 20px;
    display: flex;
    gap: 16px;
}

.event-card span.badge {
    position: absolute;
    background: #CFEDED;
    padding: 5px 20px;
    border-radius: 24px 0 24px 0;
    font-size: 14px;
    font-weight: 500;
    color: #282D2C;
}
.event-card .event-image img {
    width: 100%;
    margin-bottom: 0;
    border-radius: 24px 24px 0 0;
    height: 250px;
    object-fit: cover;
}
.btn-div {
    margin-top: auto;
}
.event-image {
    width: 100%;
}
.event-details {
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
span.arrow {
    position: relative;
    top: 6px;
}
.event-meta {
    background: #F5F5F5;
    padding: 18px 24px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
}
.event-description {
    padding: 32px 24px;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
	height:100%;
}
.event-meta p {
    color: #282D2C;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 6px;
}
.event-meta img {
    margin-right: 16px !important;
    width: 18px;
    height: 18px;
    object-fit: contain;
	top: 5px;
    position: relative;
}
.event-title {
    font-size: 28px;
    line-height: 32px;
    color: #282D2C;
    font-family: 'Hobostd';
    padding-bottom: 15px;
}
.event-card p.description {
    font-size: 18px;
    line-height: 28px;
    color: #3e4040;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 0;
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
 .event-card .event-title,.event-card .description,.event-card .btn-div{
    padding-left: 30px;
    padding-right: 30px;
}
.event-card a.read-more {
    background: #285EAF;
    padding: 18px 30px;
    border-radius: 24px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top:24px;
}
button#load-more-events {
    margin: 50px auto 0;
    display: table;
    background: #268485;
    border: 1px solid #268485;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.read-more img {
    width: auto;
    position: relative;
    top: 6px;
    left: 4px;
    height: auto;
}
a.read-more:hover {
    background: #268485;
    color:#fff;
}
.serch-outer-div{
     position: relative;
    width: 40%;
    margin: 0 auto 40px;
    display: block;
}
.serch-outer-div input#search-jobs{
 border: 2px solid #285EAF;
    border-radius: 17px;
    height: 60px;
    font-size: 16px;
    color: #3E4040;
    position: relative;
    font-weight: 600;
    padding-left: 40px;
}
.serch-outer-div:before {
    content: "";
    position: absolute;
    left: 12px;
    right: 0;
    width: 18px;
    height: 18px;
    top: 20px;
    background-image: url(https://oosa.atomicdev.xyz/wp-content/uploads/2024/11/search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
@media (max-width:1440px){
	.event-title {
		font-size: 24px;
		line-height: 30px;
	}
	 .event-card p.description {
		font-size: 16px;
		line-height: 24px;
		height:70px;
	 }
	 a.read-more {
    font-size: 16px;
    line-height: 28px;
}
button#load-more-events {
    font-size: 16px;
    line-height: 24px;
}
}
@media (max-width:1200px){
	.event-title {
		font-size: 22px;
        line-height: 32px;
	}
	 .event-card p.description {
		font-size: 14px;
		line-height: 22px;
	 }
	   .event-card {
     width: 47%;
    }
}
@media(max-width:767px){
      .event-card {
     width: 100%;
    }
	
}
@media (max-width:576px){
	.event-title {
		font-size: 18px;
        line-height: 28px;
	}
	  .event-card p.description {
		font-size: 14px;
		line-height: 22px;
	 }
}

div#jobs-container .row , div#jobs-container-related .row{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.job-listing {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
 .job-card {
    width:49%;
    display: flex;
    padding: 30px 25px;
    gap: 16px;
    border: 1px solid #D4D2E3;
    border-radius: 12px;
}
#jobs-container .job-card img , #jobs-container-related .job-card img  {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 1px solid #3E4040;
}
.job-title {
    font-size: 24px;
    line-height: 28px;
    color: #282D2C;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 6px;
    margin-top:0;
}
.company-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 0;
    margin-bottom: 10px;
}

.job-info {
    width: 100%;
}
.job-card span.badge {
    background: #CFEDED;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    color: #3E4040;
    line-height: 18px;
}
.job-card .job-description {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Montserrat';
    min-height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
	gap:8px;
}
#jobs-container a.view-details, #jobs-container-related a.view-details{
    background: #285EAF;
    color: #fff;
    padding: 18px 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 18px;
}
#jobs-container a.view-details:hover, #jobs-container-related a.view-details:hover {
    background: #268485;
    color:#Fff;
}
.date {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #282D2C;
}
#jobs-container .pagination, #jobs-container-related .pagination{
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    gap: 8px;
}
#jobs-container button.pagination-link.prev-page, #jobs-container-related button.pagination-link.prev-page {
    background: #919EAB;
    border: 1px solid #919EAB;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 4px;
}
#jobs-container button.pagination-link.next-page, #jobs-container-related button.pagination-link.next-page{
    background: #919EAB;
    border: 1px solid #919EAB;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 4px;
}
#jobs-container button.pagination-link.active, #jobs-container-related button.pagination-link.active {
    background: #285EAF;
    color: #fff;
    border: 1px solid #285EAF;
}
#jobs-container button.pagination-link:hover, #jobs-container-related button.pagination-link:hover{
    background: #285EAF;
    color: #fff;
    border: 1px solid #285EAF;
}
#jobs-container button.pagination-link, #jobs-container-related button.pagination-link{
    background: #fff;
    color: #3e4040;
    border: 1px solid #DFE3E8;
    padding: 0;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
}
#jobs-container button.pagination-link.disabled , #jobs-container-related button.pagination-link.disabled{
    background: #fff;
    border:1px solid #DFE3E8;
}
#jobs-container button.pagination-link.next-page:hover , #jobs-container-related button.pagination-link.next-page:hover{
    background: #919EAB;
    border: 1px solid #919EAB;
}
#jobs-container button.pagination-link.prev-page , #jobs-container-related button.pagination-link.prev-page{
    background: #919EAB;
    border: 1px solid #919EAB;
  }
@media(max-width:1440px){
    a.view-details{
        font-size:16px;
        line-height:24px;
    }
}
@media (max-width:991px){
    .job-card {
    width: 100%;
    }
}
@media (max-width:767px){
	.job-footer {
		justify-content: start;
		align-items: start; 
		flex-direction: column-reverse;
	}
	.date {  
    margin: 8px;
	}
}