.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

/*--- listing ----*/
.resource-main .content-wrapper {
  max-width: 1400px;
}
.resource-outer {
  display: flex;
  gap: 60px;
}
.resource-main .filter-search-wrap {
  display: flex;
  gap: 15px;
  /*   align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
}
.resource-main .resource-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.resource-main .single-menu a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #06060c;
}
.resource-main .filter-box {
  margin-left: auto;
  max-width: 200px;
  flex: 0 0 100%;
  background-color: #d70c7e;
  border-radius: 28px;
  /*   padding: 2px 25px; */
  position: relative;
  background-image: url(https://448827.fs1.hubspotusercontent-na1.net/hubfs/448827/Website%20Redesign%202024/Images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;

}
.resource-main .single-menu.active a {
  color: #d70c7e;
}
.resource-main .filter-box a.listDropper {
  display: inline-block;
  border-radius: 28px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 24px;
  width: 100%;
}
.resource-main .dropdownList.show-filterList {
  display: block !important;
}
.resource-main .dropdownList {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
  background-color: #eef0f0;
  padding: 10px 15px 10px;
  max-height: 200px;
  overflow-y: auto;
  text-align: center;
  z-index: 1;
}
.resource-main .dropdownList > * {
  margin-bottom: 10px;
}
.resource-main .dropdownList > *:last-child {
  margin-bottom: 0;
}
.resource-main .dropdownList::-webkit-scrollbar {
  width: 10px;
}
.resource-main .dropdownList::-webkit-scrollbar-track {
  background: #eef0f0;
}
.resource-main .dropdownList::-webkit-scrollbar-thumb {
  background: #75797c;
  border-radius: 8px;
}
.resource-main .dropdownList a {
  color: #06060c;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.resource-main .dropdownList a:hover {
  color:#d70c7e;
}
.resource-main .search-wrapper .search_icon_main img {
  width: 24px;
  height: auto;
  vertical-align: bottom;
}

.resource-button-wrap {
  margin-top: 40px;
}
.resource-outer > *:nth-child(1) {
  max-width: 57%;
  flex: 0 0 100%;
  padding: 60px 0;
}
.resource-outer > *:nth-child(2) {
  max-width: calc(100% - 57% - 60px);
  flex: 0 0 100%;
  padding: 122px 60px 80px;
  background-color: #eef0f0;
  font-family: 'Century Gothic';
  box-shadow: 0 0 0 100vmax #eef0f0;
  clip-path: inset(0 -50vw 0 0);
}
.resource-multi-box-wrap {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.resource-multi-box-wrap > * {
  max-width: calc(100% / 3 - 14px);
  flex: 0 0 100%;
}

.single-box-wrap {
  background-color: #000;
  border-radius: 12px;
}
.single-box-wrap .image img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 12px 12px 0 0;
  height: auto;
}
.single-box-wrap .description-wrap {
  padding: 35px 25px;
  position: relative;
  font-family: 'Century Gothic';
  color: #fff;
}
.single-box-wrap .description-wrap .tag {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  background-color: #d70c7e;
  width: 120px;
  padding: 2px 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-radius: 12px;
}
.single-box-wrap .description-wrap .date-author {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
}
.single-box-wrap .description-wrap .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.single-box-wrap .description-wrap .discription p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}
.single-box-wrap .description-wrap .btn a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px 0 0;
  position: relative;
}
.single-box-wrap .description-wrap .btn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  right: 0;
  background-image: url('https://448827.fs1.hubspotusercontent-na1.net/hubfs/448827/Website%20Redesign%202024/Images/read-more-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
}
.resource-button-wrap button {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #06060c;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  border: 2px solid;
  background-color: transparent;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
  font-family: 'Century Gothic';
  padding: 10px 20px;
}

.form-title-wrap p {
  margin-top: 0;
}
.form-title-wrap .title-text p {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #06060c;
  display: inline-block;
  margin-bottom: 0px;
}
.form-title-wrap .title-text h3 {
  font-size: 18px;
  color: #06060c;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Century Gothic';
  margin-top: 5px;
}
.form-title-wrap .title-text h3 span {
  color: #d70c7e;
}
.resource-outer .form-wrap .form-title {
  display: none;
}
.resource-outer .form-wrap {
  margin-top: 30px;
}
.resource-outer form .hs-form-field > label {
  font-size: 16px;
  font-family: 'Century Gothic';
  color: #06060c !important;!i;!;
  margin-bottom: 5px;
  display: inline-block;
}
.resource-outer form .hs-form-field .hs-input {
  background-color: #bfc4c4;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  height: 50px;
  font-size: 16px;
  font-family: 'Century Gothic';
}
.resource-outer form .hs-form-field {
  margin-bottom: 20px;
  padding: 0 !important;!i;!;
}
.resource-outer .form-wrap form fieldset.form-columns-2 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.resource-outer .form-wrap form fieldset.form-columns-2 > * {
  max-width: calc(100% / 2 - 15px);
  flex: 0 0 100%;
}
.resource-outer .form-wrap form fieldset {
  width: 100%;
}
.resource-outer .form-wrap form .hs-submit {
  margin-top: 30px;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.resource-outer .form-wrap form .hs-submit::before, 
.resource-outer .form-wrap form .hs-submit::after {
  display: none;
}
.resource-outer .form-wrap form .hs-submit .hs-button {
  padding: 10px 20px;
  font-size: 14px;
  color: #06060c;
  font-weight: bold;
  font-family: "Century Gothic";
  border: 2px solid;
  border-radius: 0 !important;
  min-width: 180px;
  height: 50px;
}
.resource-outer .form-wrap form .hs_error_rollup {
  display: none;
}
.resource-outer .form-wrap form label.hs-error-msg {
  font-size: 14px;
  color: red;
}
.resource-outer .form-wrap form ul.hs-error-msgs {
  margin: 10px 0 0;
}
.resource-outer .form-wrap .submitted-message {
  text-align: left;
  font-weight: 400;
}

.resource-outer .trending-wrap {
  margin-top: 100px;
}
.trending-wrap .title-text p {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #06060c;
  display: inline-block;
  margin-bottom: 0px;
}
.trending-wrap .title-text h3 {
  font-size: 18px;
  color: #06060c;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Century Gothic';
  margin-top: 5px;
}
.trending-wrap .title-text h3 span {
  color: #d70c7e;
}
.trending-wrap .image {
  margin-top: 30px;
}
.trending-wrap .image img {
  width: 100%;
  vertical-align: bottom;
}
.trending-wrap .btn a {
  margin-top: 60px;
  display: inline-block;
  width: 180px;
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  color: #06060c;
  font-weight: bold;
  font-family: "Century Gothic";
  border: 2px solid;
  text-transform: uppercase;
  text-align: center;
}

/*--- search bar ----*/
.resource-main .search-wrapper .search_icon_main {
  z-index: 9999;
}
.resource-main .filter-search-wrap .search-wrapper {
  position: relative;
  display: flex;
}
.resource-main .search-wrapper .hs-search-field{
  display: block !important;
  width: 0;
  opacity:0;
  transition: 0.3s;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.resource-main .search-wrapper .hs-search-field.show_search_bar {
  width: 200px;
  opacity: 1;
}
.resource-main .search-wrapper .hs-search-field form input {
  background-color: #bfc4c4;
  border: 1px solid;
  padding: 10px;
  font-size: 14px;
  font-family: 'Century Gothic';
  color: #000;
  letter-spacing: 1px;
}
.resource-main .search-wrapper .hs-search-field form input::placeholder {
  font-weight: 700;
  letter-spacing: 0;
}

.resource-main .filter-search-wrap {
  position: relative;
}
.hs-search-field__suggestions {
  background-color: #fff;
  position: absolute;
  width: calc(100% + 40px);
  height: 300px;
  right: 0;
  top: 100%;
  display: block;
  padding: 10px;
  overflow: auto;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
}
.hs-search-field--open .hs-search-field__suggestions{
  opacity: 1;
  visibility: visible;
}
.resource-main .filter-box {
  position: relative;
  z-index: 9;
}
.resource-main .search-wrapper .hs-search-field {
  top: -6px;
  transform: translateY(0);
  z-index: 9999;
}
.resource-main .search-wrapper .hs-search-field ul.hs-search-field__seggestions {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
}

/*---- responsive ----*/

@media(max-width: 1480px){
  .resource-main .content-wrapper {
    max-width: calc(100% - 80px);
    padding: 0;
  }
  .resource-outer > *:nth-child(1) {
    max-width: 60%;
  }
  .resource-outer > *:nth-child(2) {
    max-width: calc(100% - 60% - 60px);
  }
}
@media(max-width: 1400px){
  .stella_resource_2024 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .resource-outer > *:nth-child(1) {
    max-width: 65%;
  }
  .resource-outer {
    gap: 50px;
  }
  .resource-outer > *:nth-child(2) {
    max-width: calc(100% - 65% - 50px);
    padding: 100px 40px;
  }
  .resource-main .filter-box {
    max-width: 180px;
  }
  .resource-main .filter-search-wrap {
    gap: 10px;
    align-items: flex-start;
  }
  .resource-main .resource-menu-wrap {
    flex-wrap: wrap;
  }
}
@media(max-width: 1200px){
  .resource-outer > *:nth-child(1) {
    max-width: 60%;
  }
  .resource-outer > *:nth-child(2) {
    max-width: calc(100% - 60% - 50px);
  }
  .resource-multi-box-wrap {
    flex-wrap: wrap;
  }
  .resource-multi-box-wrap > * {
    max-width: calc(100% / 2 - 10px);
  }
}

@media(max-width: 991px){
  .resource-outer {
    flex-wrap: wrap;
    gap: 0;
  }
  .resource-outer > *:nth-child(1) {
    max-width: 100%;
  }
  .resource-outer > *:nth-child(2) {
    max-width: 100%;
    box-shadow: none;
    clip-path: unset;
  }
}

@media(max-width: 767px){
  .resource-multi-box-wrap > * {
    max-width: 100%;
  }
  .resource-outer > *:nth-child(2) {
    padding: 60px 20px;
  }
  .resource-outer .trending-wrap {
    margin-top: 40px;
  }
}
@media(max-width: 580px){
  .resource-main .content-wrapper {
    max-width: calc(100% - 40px);
  }
}