.main-content {
  min-height: 0 !important;
}

.no-padding {
  padding: 0 !important
}

.page-top-section {
  box-sizing: border-box;
}

.tt-plugin-posts:first-child, .tt-plugin-posts:nth-child(2) {

  flex: 0 0 50%;
  max-width: 50%;

}

.tt-plugin-posts:first-child img, .tt-plugin-posts:nth-child(2) img {

  max-height: 329px !important;

}

.page-top-section {
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 182px;
  padding: 30px 0px 42px 0px
}

.page-top-section.has-overlay {
  min-height: 672px;
  background-position: unset;
  display: flex;
  align-items: flex-end;
}

.page-top-section.has-overlay {
  min-height: 672px;
  background-position: unset;
  display: flex;
  align-items: flex-end;
}

.page-top-section.has-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0087DC;
  opacity: 0.34;
}

.top-section-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1260px;
  max-height: 182px;
  width: 100%;
}

.top-section-container div {

  padding: 5px 15px;
  width: 100%
}

.heading-section {
  width: 100%;
}

.page-heading h1 {
  color: #FFFF;
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
}

.list-title-container {
  margin: 0px 0px 10px 0px;
}

.list-title-content {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  padding-top: 5px;
}

.list-title-content:before {
  content: "\e903";
  color: #fff;
  font-size: 24px;
  margin-right: 2px;
  font-family: 'think-tank';
  vertical-align: text-top;
  font-weight: 300;
}

.custom-select-container {
  position: relative;
  max-width: 440px;
  margin-bottom: 1.3rem;
}

.selected-item {
	padding: 13px 16px;
    border: 1px solid #11111333;
    border-radius: 24px;
    width: 100%;
    color: #11111399;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.selected-item .icon-chevron-down {
  font-size: 18px;
  color: #111113;
  pointer-events: none;
}

.list-items-container {
  position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    top: 52px;
    border-radius: 0.5rem;
    width: 100%;

  display: none;
  z-index: 99;
}

.list-content {
  padding-top: 0 !important;
}

.list-item {
  display: block;
  margin-bottom: 15px;
  box-shadow: none;
  text-decoration: none;
	color: #00082D;
    font-family: Inter;
    font-size: 0.875rem;
    line-height: 140%;
}

.breadcrumb-section {
  margin-top: 5px;
  margin-bottom: 15px;
}

.breadcrumb-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #485961;
}

/* Rows */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tt-plugin-posts {
  padding: 16px;
  position : relative;
  overflow: clip;
  
}

.tt-plugin-posts:hover img {
  transform : scale(1.05);
}

.tt-plugin-posts img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-height: 213px;
  border-radius: 20px !important;
  border-bottom-left-radius: 0;
	transition : transform .3s ease-in-out;
}

.container {
  display: flex !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
	width: 100% !important;
}

.card-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-title {
  margin-bottom: 16px;

}

.card-title a {
font-family: Inter;
font-weight: 700;
font-size: 24.38px;
line-height: 130%;
letter-spacing: 0px;
vertical-align: middle;
	color: #000E4F;


}

.card-text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.post-metadata {
    margin: 20px 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 100%;
    color: #0087DC;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.post-metadata .date {
	    display: flex;
    align-items: center;
    gap: 8px;
}
}

.read-more-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: none;
  text-decoration: none;
  color: #0087DC;
  border: 1px solid #0087dc;
  border-radius: 6px;
  padding: 9px 15px;
  display: inline-block;

}

.category-name {
    position: absolute;
    top: 36px;
	left: 36px;
    width: fit-content;
    padding: 12px 16px;
    border-radius: 24px;
    border: 1px solid;
    border-image-source: linear-gradient(118.27deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 101.24%);
    backdrop-filter: blur(35px);
    font-size: 1rem;
    font-family: Inter;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
	background: #ff9933bf; 
	color: #fff; 
	backdrop-filter: blur(7px);
}

.loader {
    width: 25px;
    height: 25px;
    border: 5px dotted black;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    margin-bottom: 20px;
}

/* Columns */
[class^="col-"] {
  flex-grow: 1;
  padding: 0 15px;
}

/* Column Widths */
.col-6 {
  flex-basis: 50%;
  /* 50% width for col-6 */
}

.col-md-4 {
  flex-basis: 50%;
  /* 33.33% width for col-md-4 */
}

/* Media Queries for Responsive Behavior */
@media (min-width: 992px) {
  .col-md-6 {
    flex-basis: 50%;
    /* 50% width for col-md-6 on medium screens */
  }

  .col-md-4 {
    flex-basis: 33.33%;
    /* 33.33% width for col-md-4 on medium screens */
  }

}

/* Media Queries for Responsive Behavior */
@media (min-width: 1025px) and (max-width: 1589px) {
	.container {
		margin-left: 6.25rem !important;
     margin-right: 6.25rem !important;
	}
	
	.body-section {
		display: flex
;
    align-items: center;
    justify-content: center;
	}
}

@media (max-width: 1024px) {
	.row {
    margin-left: 0;
    margin-right: 0;
}
	.ajax-posts-loader-container {
		    margin: 0 -15px;
	}
	
	.container {
		padding: 0.8rem 2.5rem !important;
	}
}

/* Media Queries for Responsive Behavior */
@media (max-width: 768px) {
  .top-section-container>div {
    padding: 0;

  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tt-plugin-posts:first-child, .tt-plugin-posts:nth-child(2) {

    flex: 0 0 100%;
    max-width: 100%;

  }

  .tt-plugin-posts:first-child img, .tt-plugin-posts:nth-child(2) img {

    max-height: 213px !important;

  }

  .col-md-6 {
    flex-basis: 100%;
    /* 50% width for col-md-6 on medium screens */
  }

  .col-md-4 {
    flex-basis: 100%;
    /* 33.33% width for col-md-4 on medium screens */
  }



  .card-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .card-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}



/* Media Queries for Responsive Behavior */
@media (max-width: 992px) {
  .page-heading h1 {
    font-size: 32px
  }

  .page-top-section.has-overlay {
    min-height: 317px;
  }

  .top-section-container div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-heading {

    padding-bottom: 0;
  }

  .liste-title {
    padding-top: 0;
  }

  .list-title-content {
    font-size: 16px;
  }
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}