/* News filter start */

#news-filter {
  margin-top: 64px;
  margin-bottom: 64px;
}

#news-filter h4 {
  color: var(--Blue, #1e3c72);

  /* H9 semibold  20 AA */
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
  margin-bottom: 24px;
}

#news-filter .form-check {
  margin-bottom: 24px;
}

#news-filter .form-check-input {
  width: 20px;
  height: 20px;
}

#news-filter .form-check-input:checked {
  background-color: #1e3c72;
}

#news-filter .form-check-label {
  margin-left: 10px;
  color: rgba(30, 60, 114, 0.6);

  /* Body regular 16 (Aa) */
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#news-filter .card {
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
}

#news-filter .card-body {
  padding-top: 0px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

#news-filter .card .card-img-top {
  padding: 24px;
  border-radius: 40px;
  object-fit: cover;
  height: 350px !important;
  object-fit: cover; /* Ensures no distortion */
  object-position: center; /* Centers the image */
}

#news-filter .card h5 {
  color: var(--Blue, #1e3c72);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

#news-filter .card h5 a{
  color: var(--Blue, #1e3c72);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

#news-filter .card h5 a:hover{
  color: var(--Red);
}

#news-filter .date {
  color: #7b8491;
}

@media screen and (max-width: 1200px) {
}

@media screen and (min-width: 768px) {
  .blog-slider-navigation {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #news-filter #checkboxDropdown {
    width: 100%;
    margin-bottom: 32px;
    background-color: white;
    color: #1e3c72;
    border: 0px;
    color: var(--Blue, #1e3c72);
    /* H9 semibold  20 AA */
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    text-transform: uppercase;
  }

  #news-filter .dropdown-toggle::after {
    content: url("images/chevron.svg");
    background-repeat: no-repeat;
    border: none !important;
    padding-left: 12px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }

  #news-filter .dropdown-menu {
    width: 100%;
  }

  #news-filter .hexagon-button {
    position: relative;
    display: grid;
    width: 254px;
    height: 54px;
    line-height: 42px !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #1e3c72;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    background: url("/images/hexagon-contact-form-blue.svg") no-repeat center;
    background-size: auto;
    background-size: contain;
    transition: all 0.3s ease;
    z-index: 1;
    box-sizing: border-box;
    border: none;
    color: var(--Blue, #1e3c72);
    /* Mygtuku medium 16 (AA) */
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-top: 32px;
  }

  #news-filter  .hexagon-button:hover {
    color: var(--Red);
    background: url("/images/hexagon-contact-form-red.svg") no-repeat center;
    background-size: auto;
    background-size: contain;
    transition: all 0.3s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  
  /* Adding silver lines */
  #news-filter .hexagon-button::before,
  #news-filter  .hexagon-button::after {
    content: "";
    position: absolute;
    width: 40px; /* Adjust the size of the silver lines */
    height: 4px; /* Thickness of the silver lines */
    background-color: #ffffff; /* Silver color */
    z-index: 2; /* Ensure they appear above the SVG background */
    transition: all 0.3s ease;
  }
  
  #news-filter .hexagon-button::before {
    top: 0px;
    left: 57%;
    transform: translateX(-50%);
    height: 3px;
    width: 75px;
  }
  
  #news-filter  .hexagon-button::after {
    bottom: 0px;
    left: 46%;
    transform: translateX(-50%);
    height: 3px;
    width: 120px;
  }
  
  #news-filter .hexagon-button:hover::before {
    left: 45%;
  }
  
  #news-filter  .hexagon-button:hover::after {
    left: 54%;
  }
  










}

@media screen and (max-width: 768px) {
  #news-filter {
    padding: 0px 12px 64px 12px;
    margin-bottom: 0px;
  }


  

  #news-filter h2 {
    color: var(--Blue, #1e3c72);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 65px */
    text-transform: uppercase;
  }

  #news-filter .link-arrow {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 48px;
  }

  #news-filter .card h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
  }

  #news-filter .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }



  #news-filter .card .card-img-top {
   
    height: 250px !important;
    
  }
}

/* News end */
