/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Image And Content Section 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.grid-wrapper-img-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
  padding-bottom: 60px;
}

.image-content-section {
  padding-top: 50px;
}

.image-content-section .subheading {
  margin-bottom: 10px;
  color: var(--blue);
}

.extra_gapping .subheading {
  color: var(--text);
}

.image-content-section .text-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-content-section .image-wrap img {
  width: 100%;
}

.grid-wrapper-img-content.extra_gapping .image-wrap img {
  max-width: 595px;
  width: 100%;
  z-index: 10;
  position: relative;
}

.image-content-section .grid-wrapper-img-content.extra_gapping {
  padding: 45px 50px !important;
  column-gap: 60px !important;
}

.grid-wrapper-img-content.extra_gapping .text-col {
  padding-right: 55px;
}

.image-content-section.reverse .grid-wrapper-img-content {
  direction: rtl;
}

.image-content-section.reverse .text-col {
  direction: ltr;
}

.image-content-section .has-img-shadow .image-wrap::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -50px;
  width: calc(100% + 60px);
  height: calc(100% + 50px);
  background-image: url("../img/backgroud-shadow.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Research Page Banner Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.research_banner_section {
  background-image: url("../img/research-banner-bg.svg"),
    linear-gradient(180deg, #101d32 35.86%, #009ccd 100%);
  background-repeat: no-repeat;
  background-position: bottom right, right;
  background-size: auto, cover;
  overflow: hidden;
}

.research_banner_section .container {
  padding-top: 158px;
  padding-bottom: 35px;
}

.research_banner_section .research_title .descriptions p {
  margin: 0px;
  color: var(--white);
}

.research_banner_section .research_title {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 10px 72.5px 10px;
}

.research_banner_section .heading_part {
  gap: 20px;
  display: grid;
}

.research_banner_section .research_slider_title p {
  margin: 0px;
}

.research_banner_section .research_title .heading_part h1 {
  color: var(--white);
  text-transform: none;
}

.research_banner_section .heading_part .subtitle {
  color: var(--bright-blue);
}

.research_banner_section .research_slider .research_slider_title {
  text-align: center;
  color: var(--white);
}

.research_banner_section .research_slider .slider_part .slick-list.draggable {
  overflow: visible;
}

.research_banner_section
  .research_slider
  .slider_part
  .slick-list.draggable::after {
  background: none;
}

.research_banner_section
  .research_slider
  .slider_part
  .slick-list.draggable::before {
  background: none;
}

.research_banner_section .research_banner_slider {
  margin-top: 25px;
  overflow: visible;
}

.research_banner_section .research_slider .slider_part .subtitle {
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  font-family: var(--font-ipm);
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid var(--bright-blue);
  color: var(--white);
  background: var(--blue);
}
.research_banner_section .research_slider .slider_part .subtitle:hover {
  background: linear-gradient(90deg, var(--bright-blue) 6.32%, rgb(37 146 181) 100%)
}

.research_banner_section .research_banner_slider .slide_item {
  max-width: max-content;
  width: max-content !important;
}

.research_banner_section .research_banner_slider .slick-slide {
  margin-right: 54px;
}

/* Research Page Filter */
.filter-wrap {
  margin: 40px 0;
  width: 100%;
}

.filter-wrap-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-wrap-inner.filter-wrap-inner-search {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.filter-wrap-inner.filter-wrap-inner-search .active-filters {
  margin-top: 0px;
}

.filter-inner-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-container {
  display: flex;
  gap: 20px;
  /* justify-content: space-between; */
  width: 100%;
}

/* Label */
.filter-wrap-inner .filter-label {
  color: var(--Off-Black, #222);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.filter-wrap-inner label {
  color: var(--Off-Black, #222);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  min-width: 75px;
}

/* Filter Dropdown */
.filter-dropdown-con {
  gap: 10px;
}

.filter-container .filter-dropdown {
  position: relative;
  display: inline-block;
}

.filter-container .filter-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  color: var(--Navigator-Off-Black, #010a18);
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 120%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  background-color: var(--nav-white);
  cursor: pointer;
  width: 100%;
  min-width: 240px;
  max-width: 335px;
}

.filter-container .filter-dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
  height: 12px;
  background: url(../img/chevron-down.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.filter-container .filter-dropdown:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}


div#key_issue_area{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    border: 1px solid rgba(34, 34, 34, 0.5);
    color: var(--Navigator-Off-Black, #010a18);
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 120%;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    background-color: var(--nav-white);
    cursor: pointer;
    width: 100%;
    min-width: 265px;
    max-width: 335px;
}

div#key_issue_area.active{
  border-color: var(--bright-blue);
}
.checkbox-label-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #FAFAF9;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
    border: 1px solid #000;

    max-height: 190px;
    overflow-y: scroll;
    z-index: 99;

}

div#key_issue_area option{
  font-weight: 600;
  font-size: 12px;
}

.checkbox-label-group label{
  padding: 2.5px 20px 2.5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0;
}

.checkbox-label-group label input{
    width: 12px;
    height: 12px;
}

.checkbox-label-group label:hover{
  background-color: #1967d2;
  color: #fff;
}


.filter-dropdown.active::after{
  transform: translateY(-50%) rotate(180deg);
}




/* Filter Search */
.filter-container .filter-search {
  position: relative;
  gap: 20px;
}

.filter-container .filter-search input {
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  outline: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  min-width: 300px;
  width: 100% !important;
  font-family: var(--font-ipm);
  letter-spacing: 0.05em;
  background-color: var(--nav-white);
}

.filter-container .filter-search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-image: url("../img/search-2-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.filter-container .filter-search input::placeholder {
  color: var(--text, #010a18);
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.filter-container .filter-search input:focus::placeholder {
  color: var(--light-gray) !important;
}

.filter-container .filter-search button {
  border: 1px solid rgba(34, 34, 34, 0.5);
  background-color: var(--nav-white);
  color: var(--text, #010a18);
  cursor: pointer;
  font-size: 13px;
  font-family: var(--font-ipm);
  letter-spacing: 0.05em;
}

.filter-container .filter-search button:hover {
  background-color: #ccebf5;
  border-color: #03c2fe;
}


/* Clear Filter Section */
.active-filters {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  padding-left: 42px;
  flex-wrap: wrap;
}

.active-filters button.clear-filter {
  border-radius: 4px;
  border: 1px solid var(--Navigator-Light-Gray-Blue, #c4e3ed);
  background: rgba(204, 235, 245, 0.1);
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  cursor: pointer;
}

.active-filters .remove {
  font-weight: 400;
  line-height: 145%;
  font-size: 14px;
}

/* #research_area option:checked {
  font-weight: 600;
} */
#research_area:focus,
#key_issue_area:focus {
    border-color: var(--bright-blue); 
    outline: none;
}

/* New date field style */
/* date range */
.filter-container .date-range {
  position: relative;
  display: flex;
  gap: 10px;
}

.date-field {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.date-field input[type="date"]:hover {
  border-color: var(--bright-blue);
  background-color: transparent;
}

.date-field input[type="date"] {
  width: 100%;
  max-width: 115px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  outline: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.65px;
  background: transparent;
  color: transparent;
  position: relative;
  z-index: 2;
}

.date-field input[type="date"]::-webkit-datetime-edit-text,
.date-field input[type="date"]::-webkit-datetime-edit,
.date-field input[type="date"]::-webkit-datetime-edit-month-field,
.date-field input[type="date"]::-webkit-datetime-edit-day-field,
.date-field input[type="date"]::-webkit-datetime-edit-year-field {
  color: transparent;
  border: none;
  background: none;
}

.date-field input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.date-field::after {
  content: attr(data-value);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-family: 'IBM Plex Mono';
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  pointer-events: none;
  z-index: 1;
}

.date-field label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  transition: 0.2s ease all;
  pointer-events: none;
  z-index: 3;
}

.date-field[data-value] label {
  display: none;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Privacy Policy Page
     ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
body.privacy-policy .entry-content {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.privacy-policy .entry-title {
  display: none !important;
}

.privacy-policy .wp-block-buttons-is-layout-flex {
  gap: 20px !important;
}

.wp-element-button {
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--Navigator-Navy, #101d32) !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  color: #101d32 !important;
  font-size: 13px !important;
  letter-spacing: 0.65px !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.wp-element-button:hover {
  background-color: var(--off-black);
  color: var(--white) !important;
  border-color: var(--off-black);
}

/* **********************  research page  *********************** */

.title-header .description {
  font-family: "Public Sans", sans-serif;
  color: #222222;
}
body.home .title-header {
  padding: 60px 0 40px !important;
}

.fl .fl-jc-sb .title-header h1 {
  font-size: 30px;
}

/* *** ***  ** ****  ** * Responsive Design Start *** ***  ** ****  ** * */

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Research Banner responsive
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media only screen and (max-width: 1400px) {
  div#key_issue_area{
    min-width: 180px;
  }
}

@media only screen and (max-width: 1300px) {
  .research_banner_section .research_banner_slider .slick-slide {
    margin-right: 40px;
  }

  /* Research Filter */
  .filter-container {
    flex-wrap: wrap;
  }
  .filter-container input[type="date"] {
    padding: 10px;
  }

  .filter-container .filter-search input {
    min-width: 200px;
  }

  .filter-container .filter-dropdown::after {
    right: 5px;
  }
}

/* ************************************
** 998px Responsive
************************************ */
@media only screen and (max-width: 998px) {
  /* Image And Content Section */
  .image-content-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .grid-wrapper-img-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0px;
    direction: ltr !important;
  }

  .image-content-section.reverse .text-col {
    direction: ltr;
  }

  .image-content-section .text-col {
    margin-bottom: 20px;
  }

  .image-content-section .grid-wrapper-img-content.extra_gapping {
    padding: 0px !important;
    column-gap: 0px !important;
  }

  .grid-wrapper-img-content.extra_gapping .text-col {
    padding-right: 0px;
  }

  .image-content-section .has-img-shadow .image-wrap::after {
    background-position: center;
  }

  /* Filter */
  .filter-container {
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: self-start;
  }

  .filter-wrap-inner {
    flex-wrap: wrap;
  }

  .active-filters {
    padding-left: 0;
  }

  .filter-container .filter-dropdown::after {
    right: 20px;
  }
}

/* ************************************
** 767px Responsive
************************************ */
@media only screen and (max-width: 767px) {
  /* Contact Page */
  .contact-heading-wrap {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  /* News Page */
  .news_top_element {
    flex-direction: column;
    gap: 20px;
  }

  /* image-content-section */
  .image-content-section .has-img-shadow .image-wrap::after {
    left: -30px;
    bottom: -30px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }

  /* Filter */
  .filter-container .date-range {
    flex-direction: column;
    align-items: self-start;
  }

  form.filter-container div {
    width: 100%;
    flex-direction: column;
    max-width: 100% !important;
  }

  .filter-container .filter-dropdown select,
  .date-field input[type="date"] {
    max-width: 100% !important;
  }


  .filter-container .filter-search::after {
    top: 82%;
  }

  button#filter-btn {
    width: 100%;
  }
}
