@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --red: oklch(62.793% 0.25768 29.223);
  --blue: oklch(61.794% 0.2064 261.408);
  --navyblue: oklch(43.561% 0.15991 259.62);
  --deepblue: oklch(35.87% 0.16124 261.615);
  --skyblue: oklch(66.062% 0.15366 259.347);
  --white: oklch(100% 0.00011 271.152);
  --black: oklch(0% 0 0);
  --lightblack: oklch(27.685% 0.00003 271.152);
  --text-color: oklch(27.685% 0.00003 271.152);
  --orange: oklch(81.974% 0.17054 78.465);
  --grey: oklch(97.614% 0.00011 271.152);
  --darkgrey: oklch(78.261% 0.00009 271.152);
  --deepgrey: oklch(78.261% 0.00009 271.152);
  --purple: oklch(57.646% 0.2222 279.15);
  --offwhite: oklch(97.19% 0.00657 209.639);
  --puregrey: oklch(84.522% 0.0001 271.152);
  --lightpurple: oklch(95.968% 0.01912 263.062);
  --lighttext: oklch(85.452% 0.0001 271.152);
  --lightbg: oklch(97.69% 0.00104 11.297);
  --lightblue: oklch(97.126% 0.0122 296.138);
}

/* ------------------- Default ------------------- */
.hc-help-center * {
  list-style-type: none;
  outline: none;
}

.hc-help-center img {
  max-width: 100%;
  height: auto;
}

.hc-help-center h1,
.hc-help-center h2,
.hc-help-center h3,
.hc-help-center h4,
.hc-help-center h5,
.hc-help-center h6 {
  padding: 0;
  margin: 0;
  line-height: 100%;
}

.hc-help-center {
  color: var(--text-color);
  line-height: 1.7;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  background-repeat: repeat;
}

.hc-help-center a,
.hc-help-center button {
  text-decoration: none;
  transition: 0.5s;
  border: none;
}

.hc-help-center ul,
.hc-help-center ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hc-help-center h2 {
  font-size: 46px;
  font-weight: bold;
}

/* ------------------- Buttons ------------------- */
.c-btn-1 {
  border: none;
  background-color: var(--skyblue);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 100%;
  font-size: 16px;
  border-bottom: none;
}

.c-btn-1 span {
  position: relative;
  z-index: 2;
}

.c-btn-1:before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--orange);
  transition: 0.5s;
}

.c-btn-1:hover:before {
  left: 0;
}

.c-btn-1:hover {
  color: var(--white);
}

/* ------------------- Header ------------------- */
.c-header-w {
  background-color: var(--blue);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  border-top: 8px solid var(--deepblue);
  font-family: 'Inter', sans-serif;
}

.c-logo-w {
  padding: 8px 0;
  padding-top: 11px;
}

.c-logo-w img {
  filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
  width: 60px;
}

.c-nav-bottom-list > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 22px 0 14px;
}

.c-nav-bottom-list > ul > li {
  padding: 0 15px;
  font-size: 18px;
}

.c-nav-bottom-list > ul > li > a {
  display: block;
  color: var(--white);
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.c-nav-bottom-list > ul > li > a:hover,
.c-nav-bottom-list > ul > li > a.active {
  border-bottom: 4px solid var(--orange);
  color: var(--white);
}

.c-menu-btn {
  display: none;
}

[data-slot="dropdown-menu-content"],
[role="menu"] {
  z-index: 1000 !important;
}

/* ------------------- Banner ------------------- */
.help-ban {
  background-color: var(--lightpurple);
  position: relative;
}

.help-ban-bottom-img {
  width: 100%;
}

.help-ban-bottom-img img {
  width: 100%;
}

.help-ban-cont {
  padding: 85px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.help-ban-cont h2 {
  font-size: 85px;
  color: var(--deepblue);
  text-align: center;
  font-weight: 900;
}

.help-ban-cont h2 span {
  color: var(--blue);
  display: block;
  text-transform: none;
}

.help-ban-cont h2 span.last {
  text-transform: uppercase;
  display: inline-block;
}

.help-ban-cont h5 {
  color: var(--deepblue);
  padding: 30px 0 0;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.help-ban-img {
  position: relative;
  margin: -30px 0 0 0;
  max-width: 720px;
}

/* ------------------- Search ------------------- */
.search {
  padding: 60px 0;
}

.has-search {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.has-search .form-control {
  width: 100%;
  padding-left: 3.375rem;
  border-radius: 10px;
  border: 1px solid var(--darkgrey);
  background: var(--lightbg);
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  font-size: 14px;
  line-height: 1.4;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 16px;
  color: var(--deepgrey);
  margin: 0;
}

.has-search .search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: var(--white);
  border: 1px solid var(--puregrey);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-height: 360px;
  overflow-y: auto;
  z-index: 50;
}

.has-search .search-item {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
}

.has-search .search-item:hover {
  background: var(--grey);
}

.hc-help-center ::placeholder {
  color: var(--lighttext);
}

/* ------------------- Cards ------------------- */
.dark-grey-box {
  background: var(--lightbg);
  padding: 80px 40px;
}

.dark-grey-box-cont {
  position: relative;
  z-index: 1;
}

.single_feature_box {
  display: block;
  padding: 46px 25px 30px;
  box-shadow: 0 6px 40px 0 rgba(148, 146, 245, 0.2);
  border-radius: 15px;
  position: relative;
  background: var(--white);
  text-align: center;
  margin-bottom: 30px;
  min-height: 305px;
  color: var(--text-color);
}

.single_feature_box::before {
  content: ' ';
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 15px;
  background: var(--blue);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  transition: all 0.5s;
}

.single_feature_box_icon {
  color: var(--blue);
  font-size: 35px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 1;
  margin-bottom: 33px;
  background: var(--lightblue);
  height: 90px;
  width: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
}

.single_feature_box_icon svg {
  display: block;
  margin: 0 auto;
}

.single_feature_box_content h2 {
  font-size: 24px;
  color: var(--black);
}

.single_feature_box_content_text {
  padding-top: 12px;
  color: var(--text-color);
}

.single_feature_box:hover .single_feature_box_icon {
  background: var(--blue);
  color: var(--white);
}

.single_feature_box_content h2:hover {
  color: var(--blue);
}

.single_feature_box:hover::before {
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}

/* ------------------- Recommended ------------------- */
.recomended-article {
  padding: 60px 0;
}

.recomended-article h2 {
  text-align: center;
  margin-bottom: 34px !important;
}

.article-box {
  padding: 10px 20px;
  border: 1px solid var(--darkgrey);
  border-radius: 15px;
  margin-bottom: 30px;
}

.article-box ul li {
  border-bottom: 1px dashed var(--lightblack);
}

.article-box ul li:last-child {
  border-bottom: none;
}

.article-box ul li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text-color);
  padding: 15px 0;
}

.article-box ul li a:hover {
  color: var(--blue);
  padding-left: 5px;
}

/* ------------------- Footer ------------------- */
.c-footer-w {
  padding: 40px 0 0;
}

.c-footer-left .c-footer-logo {
  width: 125px;
  text-align: center;
}

.c-footer-left ul {
  display: flex;
  margin-top: 20px;
}

.c-footer-left ul li {
  padding-right: 35px;
}

.c-footer-left ul li a {
  font-size: 22px;
  color: #a3a3a3;
}

.c-footer-left ul li a:hover {
  color: var(--orange);
}

.c-footer-nav h3 {
  color: var(--black);
  font-size: 17px;
  margin-bottom: 20px;
}

.c-footer-nav ul li {
  display: block;
  line-height: 100%;
}

.c-footer-nav ul li a {
  color: var(--lightblack);
  font-size: 14px;
  display: inline-flex;
  margin-bottom: 14px;
  position: relative;
}

.c-footer-nav ul li a:hover {
  color: var(--blue);
  padding-left: 5px;
}

.c-footer-nav ul li:last-child a {
  margin: 0;
}

.c-footer-bottom {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  border-top: 1px solid var(--darkgrey);
  border-bottom: 1px solid var(--darkgrey);
}

.c-footer-bottom p {
  padding: 0;
  margin: 0;
}

.c-footer-bottom span {
  color: var(--blue);
}

.c-footer-w .disclaimer {
  color: var(--black);
  font-size: 14px;
  font-style: italic;
  padding: 0 0 20px 0;
}

.c-footer-w .disclaimer a:hover {
  color: var(--orange);
}

/* ------------------- Responsive ------------------- */
@media only screen and (max-width: 1399px) {
}

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

@media only screen and (max-width: 1199px) {
  .c-nav-bottom-list > ul > li > a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1199px) {
}

@media only screen and (max-width: 1024px) {
  .help-ban-cont h2 {
    font-size: 70px;
  }

  .help-ban-cont h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 991px) {
  .c-menu-btn {
    line-height: 100%;
    background: var(--deepblue);
    padding: 13px 20px;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    display: inline-flex;
    color: var(--white);
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
  }

  .c-menu-btn svg {
    margin-right: 8px;
    position: relative;
  }

  .c-nav-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    position: relative;
  }

  .c-nav-bottom-list > ul {
    display: block;
    margin: 0;
  }

  .c-nav-bottom-list {
    display: none;
    position: fixed;
    width: 260px;
    left: 0;
    top: 0;
    background-color: #fff;
    animation: menu-move 1s;
    overflow: auto;
    z-index: 100;
    min-height: 100%;
    height: 100vh;
  }

  .c-nav-bottom-list.active {
    display: block;
  }

  .c-nav-bottom-list > ul {
    height: auto;
    position: relative;
    z-index: 99;
    width: 100%;
    background-color: #fff;
  }

  .c-nav-bottom-list > ul > li {
    padding: 0;
    border-bottom: 1px solid var(--puregrey);
  }

  .c-nav-bottom-list > ul > li:last-child {
    border-bottom: none;
  }

  .c-nav-bottom-list > ul > li > a {
    font-weight: bold;
    padding: 10px 15px;
    color: var(--black);
  }

  .c-nav-bottom-list > ul > li > a:hover,
  .c-nav-bottom-list > ul > li > a.active {
    border-bottom: 4px solid var(--orange);
    color: var(--blue);
  }

  .c-nav-bottom-list:after {
    content: '';
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transition: 0.5s;
  }

  .c-nav-bottom-list.active:after {
    display: block;
    animation: BgMove 0.6s;
  }

  @keyframes BgMove {
    from {
      left: 100%;
    }

    to {
      left: 0;
    }
  }

  @keyframes menu-move {
    from {
      left: -100%;
    }

    to {
      left: 0;
    }
  }
}

@media only screen and (max-width: 768px) {
  .help-ban-cont h2 {
    font-size: 54px;
  }

  .help-ban-cont h5 {
    font-size: 16px;
    padding: 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-header-w {
    padding-bottom: 25px;
    position: fixed;
  }

  .c-logo-w {
    width: 65px;
    padding: 8px 0;
    position: absolute;
  }

  .help-ban-cont h5 {
    font-size: 14px;
  }

  .single_feature_box {
    min-height: 330px;
  }

  .recomended-article h2 {
    font-size: 36px;
  }

}

@media only screen and (max-width: 480px) {
  .help-ban-cont {
    padding: 105px 0 0 0;
  }

  .help-ban-cont h2 {
    font-size: 36px;
  }

  .help-ban-cont h5 {
    font-size: 12px;
  }

  .recomended-article h2 {
    font-size: 30px;
  }

  .c-footer-left {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-footer-bottom {
    font-size: 16px;
  }

  .c-footer-w .disclaimer {
    font-size: 13px;
  }
}
