.adrc-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 1085px) {
  .adrc-container {
    width: 95%;
  }
}

.et_pb_section_0_tb_footer.et_pb_section {
  margin-top: 0 !important;
}

/* keyword-section start */

.keyword-section {
  background-color: #0e1c74;
  padding: 73px 0 50px;
}

.keyword-section .text-rapper {
  margin-bottom: 57px;
  text-align: center;
}

.keyword-section .text-rapper h1 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -0.55px;
  font-family: "League Spartan";
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.keyword-section .text-rapper p a {
  color: #ffb351;
  font-weight: 900;
  text-decoration-line: underline;
}

.keyword-section .text-rapper p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-family: "League Spartan";
  padding-bottom: 0;
  margin-bottom: 0;
}

.keyword-section .grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
  row-gap: 26px;
}

.keyword-section .grid-list .adrc-item {
  width: 33.33333%;
  padding: 0 15px;
}

.keyword-section .grid-list .adrc-item.active .rapper {
  border-color: #ffb351;
}

.keyword-section .grid-list .adrc-item .rapper {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 30px 10px 30px 10px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease all;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-title {
  display: flex;
  align-items: center;
  padding: 12px 27px;
  cursor: pointer;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-title.active img.arrow {
  transform: rotate(180deg);
}

.keyword-section .grid-list .adrc-item .rapper .adrc-title img {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin-right: 18px;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-title img.arrow {
  max-width: 14px;
  min-width: inherit;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  transition: 0.5s ease all;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #0e1c74;
  font-weight: 700;
  font-family: "League Spartan";
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-content {
  padding-bottom: 15px;
  display: none;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-content ul {
  padding: 0 30px;
  row-gap: 1px;
  display: flex;
  flex-direction: column;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-content ul li a {
  margin-left: 14px;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-content ul li a:hover {
  text-decoration: underline;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-content ul li::before {
  content: "";
  position: relative;
  top: 9px;
  left: 0;
  background-color: #0e1c74;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  display: block;
}

.keyword-section .grid-list .adrc-item .rapper .adrc-content ul li {
  font-size: 14px;
  line-height: 18px;
  font-family: "League Spartan";
  font-weight: 400;
  position: relative;
  color: #0e1c74;
}

.keyword-section .search-explore img {
  max-width: 30px;
  margin: 0 auto;
}

.keyword-section .search-explore:hover {
  opacity: 50%;
}

.keyword-section .search-explore {
  max-width: max-content;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  font-family: "League Spartan";
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s ease all;
}

@media (max-width: 1679px) {
  .keyword-section .text-rapper h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .keyword-section .grid-list .adrc-item .rapper .adrc-title {
    padding: 12px 20px;
  }

  .keyword-section .grid-list .adrc-item .rapper .adrc-content ul {
    padding: 0 25px;
  }
}

@media (max-width: 1439px) {
  .keyword-section {
    padding: 60px 0;
  }

  .keyword-section .text-rapper h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .keyword-section .grid-list {
    margin: 0 -10px 40px;
  }

  .keyword-section .grid-list .adrc-item {
    padding: 0 10px;
  }

  .keyword-section .grid-list .adrc-item .rapper .adrc-title img {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .keyword-section .grid-list .adrc-item .rapper .adrc-title h3 {
    font-size: 22px;
  }

  .keyword-section .text-rapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .keyword-section {
    padding: 50px 0;
  }

  .keyword-section .grid-list {
    justify-content: center;
  }

  .keyword-section .grid-list .adrc-item {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .keyword-section .text-rapper h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .keyword-section .grid-list .adrc-item .rapper .adrc-title {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .keyword-section {
    padding: 50px 0 30px;
  }

  .keyword-section .grid-list .adrc-item {
    width: 100%;
  }

  .keyword-section .text-rapper p {
    font-size: 20px;
    line-height: 28px;
  }

  .keyword-section .text-rapper h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .keyword-section .grid-list .adrc-item .rapper .adrc-title h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .keyword-section .grid-list .adrc-item .rapper {
    border-width: 3px;
  }
}

/* keyword-section end */

/* keyword-result-section start */

.keyword-result-section {
  padding: 76px 0 100px;
}

.keyword-result-section .adrc-content {
  display: flex;
  flex-wrap: wrap;
}

.keyword-result-section .adrc-content .adrc-left {
  width: 26%;
  text-align: left;
}

.keyword-result-section .adrc-content .adrc-left h2 {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  font-weight: 600;
  font-family: "League Spartan";
}

.common-sec-css .adrc-content .adrc-left .adrc-search {
  background-color: #0e1c74;
  border-radius: 5px 0px 0px 0px;
  padding: 26px 40px 29px 22px;
  text-align: left;
}

.common-sec-css .adrc-content .adrc-left .adrc-search .adrc-title {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  font-family: "League Spartan";
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.common-sec-css .adrc-content .adrc-left .adrc-search .adrc-title.active img {
  transform: rotate(0deg);
}

.common-sec-css .adrc-content .adrc-left .adrc-search .adrc-title img {
  max-width: 22px;
  transition: 0.5s ease all;
  transform: rotate(180deg);
}

.common-sec-css .adrc-content .adrc-left .adrc-search .adrc-form {
  max-width: 203px;
  margin-top: 16px;
}

.common-sec-css .adrc-content .adrc-left .adrc-search .adrc-form form {
  width: 100%;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item:last-child {
  margin-bottom: 0;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item {
  margin-bottom: 15px;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item
  p {
  font-size: 9px;
  line-height: 13px;
  font-weight: 600;
  font-family: "League Spartan";
  color: rgba(255, 255, 255, 0.61);
  padding-left: 6px;
  margin-top: 5px;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item
  input {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  color: #0e1c74;
  font-weight: 700;
  font-family: "League Spartan";
  outline: none;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  border-radius: 30px;
  height: 26px;
  padding: 1px 13px 0;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item
  button:hover {
  background-color: transparent;
  color: #ffb351;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item
  button {
  background-color: #ffb351;
  padding: 7px 22px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.18px;
  font-family: "League Spartan";
  color: #0e1c74;
  border: 1px solid #ffb351;
  transition: 0.5s ease all;
  cursor: pointer;
}

.common-sec-css .adrc-content .adrc-left .adrc-category {
  background-color: #f9f9f9;
  border-radius: 5px 5px 5px 5px;
  padding: 24px 40px 29px 23px;
}

.common-sec-css .adrc-content .adrc-left .adrc-category .adrc-title.active {
  font-weight: 700;
}

.common-sec-css .adrc-content .adrc-left .adrc-category .adrc-title.active img {
  transform: rotate(180deg);
}

.common-sec-css .adrc-content .adrc-left .adrc-category .adrc-title {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #0e1c74;
  font-family: "League Spartan";
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s ease all;
}

.common-sec-css .adrc-content .adrc-left .adrc-category .adrc-title img {
  max-width: 12px;
  transition: 0.5s ease all;
}

.common-sec-css .adrc-left .btn-rapper {
  display: flex;
  column-gap: 16px;
  row-gap: 20px;
}

.common-sec-css .adrc-left .btn-rapper .btn:hover {
  background-color: transparent;
}

.common-sec-css .adrc-left .btn-rapper .btn.secondary:hover {
  background-color: #25201f;
  color: #fff;
}

.common-sec-css .adrc-left .btn-rapper .btn.secondary {
  border-color: #25201f;
  color: #25201f;
  background-color: transparent;
}

.common-sec-css .adrc-left .btn-rapper .btn {
  width: 50%;
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #ffb351;
  background-color: #ffb351;
  border-radius: 30px;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  font-weight: 800;
  font-family: "League Spartan";
  letter-spacing: 0.18px;
  color: #0e1c74;
  transition: 0.5s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-sec-css .adrc-content .adrc-left .adrc-category .listing {
  margin-bottom: 23px;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-category
  .listing
  .adrc-item:last-child {
  margin-bottom: 0;
}

.common-sec-css .adrc-content .adrc-left .adrc-category .adrc-item {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  margin-bottom: 15px;
}

.common-sec-css .adrc-content .adrc-left .adrc-category .adrc-checkbox-listing {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-category
  .adrc-checkbox-listing
  form {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.common-sec-css .adrc-content .adrc-left .form-group {
  display: flex;
  align-items: center;
}

.common-sec-css .adrc-content .adrc-left .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.common-sec-css .adrc-content .adrc-left .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #0e1c74;
  font-family: "League Spartan";
  display: flex;
  align-items: center;
}

.common-sec-css .adrc-content .adrc-left .form-group label::before {
  content: "";
  background-color: transparent;
  border: 2px solid #62688e;
  border-radius: 5px;
  min-width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
}

.common-sec-css
  .adrc-content
  .adrc-left
  .form-group
  input:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid #62688e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.keyword-result-section .adrc-content .adrc-right {
  width: 74%;
}

.keyword-result-section .adrc-content .adrc-right-rapper {
  padding-left: 57px;
}

.keyword-result-section .adrc-content .upper-rapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  row-gap: 25px;
  padding: 10px 0;
  position: sticky;
  top: 146px;
  z-index: 1;
  background-color: #fff;
}

.keyword-result-section .upper-rapper .adrc-result {
  display: flex;
  align-items: center;
  column-gap: 14px;
  row-gap: 20px;
}

.keyword-result-section .upper-rapper .adrc-result .adrc-category-result {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #25201f;
  font-family: Roboto;
}

.keyword-result-section .upper-rapper .adrc-result select {
  border-radius: 30px;
  background-color: #d3d9ff;
  border: 0;
  cursor: pointer;
  max-width: max-content;
  padding: 8px 10px 7px 37px;
  font-size: 13px;
  line-height: 14px;
  font-family: "League Spartan";
  font-weight: 400;
  color: #0e1c74;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/select-arrow.png");
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.adrc-view {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 30px;
}

.adrc-view .link img {
  margin-right: 6px;
}

.adrc-view span::before {
  content: "";
  position: absolute;
  background-color: #79d9ff;
  width: 100%;
  left: 0;
  height: 4px;
  display: block;
  bottom: -8px;
  z-index: -1;
}

.adrc-view .link {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #0e1c74;
  font-family: Roboto;
  display: flex;
  align-items: center;
  position: relative;
}

.adrc-article-listing .adrc-item:last-child {
  margin-bottom: 0;
}

.adrc-sticky-map {
  position: sticky;
  top: 146px;
  z-index: 1;
}

.adrc-article-listing {
  padding-top: 36px;
  margin-top: 32px;
  border-top: 1px solid #bbb;
}

.adrc-article-listing .adrc-item {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
  text-align: left;
}

.adrc-article-listing .adrc-item h3.adrc-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #0e1c74;
  font-family: "League Spartan";
  margin-bottom: 10px;
  padding: 0;
}

.adrc-article-listing .adrc-item .adrc-address {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #25201f;
  font-family: "League Spartan";
  margin-bottom: 18px;
}

.adrc-article-listing .adrc-item .adrc-text-hide.active {
  -webkit-line-clamp: inherit;
}

.adrc-article-listing .adrc-item .adrc-text-hide {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  font-family: "League Spartan";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  transition: 0.5s ease all;
}

.adrc-article-listing .adrc-item .adrc-content-hide {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  font-family: "League Spartan";
  display: none;
}
.adrc-article-listing .adrc-item .adrc-content-hide *:last-child {
  margin-bottom: 0;
}

.adrc-article-listing .adrc-item .adrc-content-hide * {
  margin-bottom: 20px;
}

.adrc-article-listing .adrc-item .adrc-content-hide ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #000;
  width: 10px;
  height: 1px;
}

.adrc-article-listing .adrc-item .adrc-content-hide ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.adrc-article-listing .adrc-item .adrc-content-hide ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}

.adrc-article-listing .adrc-item h4 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  font-weight: 700;
  color: #25201f;
  font-family: "League Spartan";
  text-transform: uppercase;
  margin-bottom: 23px;
}

.adrc-article-listing .adrc-item .btn-rapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  padding-bottom: 30px;
}

.adrc-article-listing .adrc-item .btn-rapper a img {
  margin-right: 8px;
}

.adrc-article-listing .adrc-item .btn-rapper a.call-now {
  background-color: #0e1c74;
  border-color: #005191;
  color: #fff;
}

.adrc-article-listing .adrc-item .btn-rapper a.send-email {
  background-color: #0992c8;
  border-color: #0992c8;
  color: #fff;
}

.adrc-article-listing .adrc-item .btn-rapper a {
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0.18px;
  font-weight: 700;
  color: #0e1c74;
  font-family: "League Spartan";
  display: flex;
  align-items: center;
  padding: 13px 25px;
  border: 1px solid #0e1c74;
  border-radius: 30px;
  margin-bottom: 0;
}

.adrc-article-listing .adrc-item .hide-show-content {
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  color: #0e1c74;
  font-family: "League Spartan";
  border: 1px solid #0e1c74;
  background-color: #fff;
  padding: 9px 17px;
  border-radius: 30px;
  max-width: max-content;
  cursor: pointer;
}

.adrc-article-listing .adrc-item .toggle-content-btn {
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  color: #0e1c74;
  font-family: "League Spartan";
  border: 1px solid #0e1c74;
  background-color: #fff;
  padding: 9px 17px;
  border-radius: 30px;
  max-width: max-content;
  cursor: pointer;
}

@media (max-width: 1679px) {
  .adrc-article-listing .adrc-item h3.adrc-title {
    font-size: 28px;
    line-height: 38px;
  }

  .keyword-result-section {
    padding: 70px 0;
  }
}

@media (max-width: 1439px) {
  .keyword-result-section {
    padding: 60px 0;
  }

  .keyword-result-section .adrc-content .adrc-left {
    width: 30%;
  }
  .keyword-result-section .adrc-content .adrc-right {
    width: 70%;
  }

  .keyword-result-section .adrc-content .adrc-right-rapper {
    padding-left: 40px;
  }

  .keyword-result-section .adrc-content .upper-rapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 1279px) {
  .keyword-result-section .adrc-content .adrc-left {
    width: 35%;
  }
  .keyword-result-section .adrc-content .adrc-right {
    width: 65%;
  }

  .adrc-article-listing .adrc-item .btn-rapper a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 18px;
  }

  .adrc-article-listing .adrc-item .btn-rapper a img {
    max-width: 20px;
  }
}

@media (max-width: 767px) {
  .keyword-result-section .adrc-content .adrc-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .keyword-result-section .adrc-content .adrc-right {
    width: 100%;
  }

  .keyword-result-section .adrc-content .adrc-left .adrc-search .adrc-form {
    max-width: 100%;
  }

  .keyword-result-section .adrc-content .adrc-right-rapper {
    padding-left: 0;
  }

  .adrc-article-listing .adrc-item h3.adrc-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* keyword-result-section end */

/* map-ketword-section start */

.map-ketword-section {
  padding: 76px 0 100px;
  position: relative;
}

.map-ketword-section .adrc-overlay.active {
  opacity: 62%;
  visibility: visible;
  pointer-events: fill;
}

.map-ketword-section .adrc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s ease all;
}

.map-ketword-section .adrc-content {
  display: flex;
  flex-wrap: wrap;
}

.map-ketword-section .adrc-content .adrc-left {
  width: 61.3%;
  padding-right: 31px;
}

.map-ketword-section .adrc-left .adrc-rapper {
  position: sticky;
  z-index: 1;
  top: 146px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 0;
}

.map-ketword-section .adrc-left .adrc-rapper .adrc-filter-rapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 11px;
  row-gap: 15px;
}

.map-ketword-section .adrc-left .adrc-filter-rapper .adrc-filter {
  border-radius: 30px;
  background-color: #8d9dff;
  border: 0;
  max-width: max-content;
  padding: 9px 20px 8px 47px;
  font-size: 13px;
  line-height: 14px;
  font-family: "League Spartan";
  font-weight: 400;
  color: #0e1c74;
  background-image: url(images/select-arrow.png);
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
}

.map-ketword-section .adrc-left .adrc-filter-rapper form select {
  border-radius: 30px;
  background-color: #d3d9ff;
  border: 0;
  cursor: pointer;
  max-width: max-content;
  padding: 9px 10px 8px 37px;
  font-size: 13px;
  line-height: 14px;
  font-family: "League Spartan";
  font-weight: 400;
  color: #0e1c74;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select-arrow.png);
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.map-ketword-section .adrc-left .adrc-rapper .adrc-results {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #25201f;
  font-family: Roboto;
}

.map-ketword-section .adrc-wrapper {
  position: relative;
}

.map-ketword-section .adrc-hidden-filter {
  position: absolute;
  top: calc(100% + 11px);
  left: 0;
  min-width: 320px;
  z-index: 1;
  display: none;
}

.map-ketword-section .adrc-content .adrc-right {
  width: 38.7%;
}

.map-ketword-section .adrc-view {
  justify-content: flex-end;
  margin-bottom: 40px;
}

.map-ketword-section .adrc-content .adrc-right #adrc-map {
  height: 600px !important;
  width: 100% !important;
  min-height: 400px;
  background: #f0f0f0; /* Temporary background to verify container visibility */
  border: 2px solid red !important; /* Temporary border for debugging */
  position: relative;
  z-index: 1;
}

/* .map-ketword-section .adrc-content .adrc-right #adrc-map img {
  width: 100%;
} */

.map-ketword-section .adrc-left .adrc-view {
  display: none;
}

@media (max-width: 1679px) {
  .map-ketword-section {
    padding: 70px 0;
  }
}

@media (max-width: 1439px) {
  .map-ketword-section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .map-ketword-section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .map-ketword-section .adrc-content .adrc-left {
    width: 100%;
    padding-right: 0;
    order: 2;
  }

  .map-ketword-section .adrc-content .adrc-right {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  .map-ketword-section .adrc-left .adrc-rapper {
    position: relative;
    top: 0;
    padding: 0;
    background-color: transparent;
  }

  .adrc-article-listing {
    padding-top: 15px;
    margin-top: 15px;
  }

  .map-ketword-section .adrc-right .adrc-view {
    display: none;
  }

  .map-ketword-section .adrc-left .adrc-view {
    display: flex;
    margin-bottom: 20px;
  }

  .adrc-sticky-map {
    position: relative;
    top: 0;
  }

  .keyword-result-section .adrc-content .upper-rapper {
    padding: 0;
    background-color: transparent;
    top: 0;
    position: relative;
  }
}

/* map-ketword-section end */

.selected-filters {
  margin-bottom: 20px;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 5px;
}
.remove-filter {
  margin-left: 8px;
  color: #666;
  text-decoration: none;
}

/* Autocomplete styles */
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999 !important;
  padding: 0;
  border-radius: 0 0 6px 6px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.ui-autocomplete .ui-menu-item {
  padding: 0;
  border: none;
  margin: 0;
}

.ui-autocomplete .ui-menu-item:hover {
  background-color: #f9f9f9;
}

.ui-autocomplete .ui-state-disabled {
  opacity: 0.7;
  background-color: #f4f4f4;
}

.autocomplete-item {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-item .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  color: #0e1c74;
  font-family: "League Spartan";
}

.autocomplete-item .address {
  font-style: italic;
  color: #666;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

.autocomplete-item .excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.autocomplete-message {
  background-color: #f8f8f8;
  color: #666;
  text-align: center;
}

/* Loading indicator for autocomplete */
.autocomplete-loading {
  background-image: url("data:image/gif;base64,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");
  background-position: right center;
  background-repeat: no-repeat;
}

/* Search form with autocomplete */
.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item
  input#keyword-search {
  position: relative;
  padding-right: 35px; /* Make space for the loading spinner */
}

.common-sec-css
  .adrc-content
  .adrc-left
  .adrc-search
  .adrc-form
  form
  .adrc-item
  .autocomplete-container {
  position: relative;
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .ui-autocomplete {
    max-width: 90vw;
  }

  .autocomplete-item .title {
    font-size: 14px;
  }

  .autocomplete-item .excerpt {
    font-size: 12px;
  }
}

.custom-zip-form-container .custom-zip-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 35px;
  row-gap: 25px;
}

.custom-zip-form-container .custom-zip-form .custom-zip-form-submit {
  background-color: #ffb351;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.18px;
  font-family: "League Spartan";
  color: #0e1c74;
  border: 1px solid #ffb351;
  transition: 0.5s ease all;
  cursor: pointer;
}

.custom-zip-form-container .custom-zip-form .zip-code input {
  width: 130px;
}

.custom-zip-form-container .custom-zip-form input::placeholder {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #63688b;
}

.custom-zip-form-container .custom-zip-form p {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  font-family: "League Spartan";
  color: #63688b;
  padding-left: 6px;
  margin-top: 5px;
}

.custom-zip-form-container .custom-zip-form input {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  color: #111c6f;
  font-weight: 700;
  font-family: "League Spartan";
  outline: none;
  box-shadow: none;
  width: 280px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 30px;
  height: 35px;
  padding: 1px 17px 0;
  opacity: 100%;
}

@media (max-width: 767px) {
  .custom-zip-form-container .custom-zip-form input {
    width: 100% !important;
  }

  .custom-zip-form-container .custom-zip-form .custom-zip-form-submit,
  .custom-zip-form-container .custom-zip-form .form-row {
    width: 100%;
  }
}

/* Content Toggle Functionality */
.adrc-content-toggle {
  max-height: 120px; /* Initial collapsed height */
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

.adrc-content-toggle p {
  font-size: 16px;
}

.adrc-content-toggle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  ); /* Fade out effect */
  pointer-events: none;
}

.adrc-content-toggle.expanded {
  max-height: 2000px; /* Large value for expanded state */
  overflow: visible;
}

.adrc-content-toggle.expanded:after {
  display: none; /* Remove the fade effect when expanded */
}

.toggle-content-btn {
  cursor: pointer;
  color: #0073aa;
  margin-top: 8px;
  display: inline-block;
  font-weight: 500;
}

.toggle-content-btn:hover {
  text-decoration: underline;
}
