/*
  HuWoHo visual theme override.
  Load this file after assets/css/style.css.
*/

:root {
  --hwh-night: #050111;
  --hwh-night-2: #0b061f;
  --hwh-panel: #100a2a;
  --hwh-panel-2: #070316;
  --hwh-plum: #2a103f;
  --hwh-indigo: #4a3a94;
  --hwh-violet: #7060d8;
  --hwh-orchid: #9c7cff;
  --hwh-gold: #ffc04d;
  --hwh-gold-2: #9b6f37;
  --hwh-mint: #a9ffd9;
  --hwh-cream: #fffaf0;
  --hwh-lavender: #c9c0f2;
  --hwh-lavender-2: #7f73c4;
  --hwh-card: rgba(12, 7, 31, 0.86);
  --hwh-text: #fffaf0;
  --hwh-muted: #bdb5dc;
  --hwh-line: rgba(112, 96, 216, 0.58);
  --hwh-line-warm: rgba(255, 192, 77, 0.28);
  --hwh-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

html {
  background: var(--hwh-night);
}

body {
  background:
    linear-gradient(rgba(169, 255, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 255, 217, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 6% 4%, rgba(37, 120, 99, 0.46), transparent 25rem),
    radial-gradient(circle at 94% 2%, rgba(87, 24, 112, 0.58), transparent 28rem),
    linear-gradient(180deg, #071118 0%, var(--hwh-night) 48%, #030008 100%);
  background-attachment: fixed;
  background-size: 78px 78px, 78px 78px, auto, auto, auto;
  color: var(--hwh-text);
  font-family: "Comfortaa", "Poppins", "Roboto", sans-serif;
  font-weight: 400;
}

a {
  color: var(--hwh-mint);
}

a:hover {
  color: var(--hwh-gold);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  color: var(--hwh-text);
  font-family: "Comfortaa", "Poppins", "Roboto", sans-serif;
  letter-spacing: 0;
}

.text-primary {
  color: var(--hwh-mint) !important;
}

.border-top,
.border-bottom,
.category-related,
.related-ruler,
.like-dislike-ctn {
  border-color: var(--hwh-line) !important;
}

.section {
  margin: 0;
  padding: 4.5rem 0;
}

main {
  background:
    linear-gradient(rgba(169, 255, 217, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 255, 217, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 13% 8%, rgba(169, 255, 217, 0.11), transparent 18rem),
    radial-gradient(circle at 78% 5%, rgba(255, 192, 77, 0.1), transparent 20rem),
    radial-gradient(circle at 28% 44%, rgba(112, 96, 216, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 58%, rgba(169, 255, 217, 0.08), transparent 19rem),
    radial-gradient(circle at 46% 86%, rgba(255, 192, 77, 0.07), transparent 22rem),
    linear-gradient(180deg, rgba(12, 7, 31, 0.86), rgba(5, 1, 17, 0.96));
  background-size: 76px 76px, 76px 76px, auto, auto, auto, auto, auto, auto;
  position: relative;
}

main > * {
  position: relative;
  z-index: 1;
}

main::before {
  background:
    radial-gradient(circle at 8% 28%, rgba(169, 255, 217, 0.1), transparent 14rem),
    radial-gradient(circle at 67% 36%, rgba(112, 96, 216, 0.1), transparent 16rem),
    radial-gradient(circle at 94% 82%, rgba(255, 192, 77, 0.08), transparent 15rem);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

main .section .container {
  background: rgba(16, 10, 42, 0.42);
  border: 1px solid rgba(169, 255, 217, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.section{
    padding:18px;
}

.section p,
.feature-1 p,
.step p,
.feature-text p,
.blog-content p {
  color: var(--hwh-muted);
}

.section img.img-fluid {
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.32));
}

.section-heading {
  background: linear-gradient(90deg, var(--hwh-mint), #ffffff 42%, var(--hwh-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.btn,
.btn.btn-primary,
.hero-section .btn,
.cta-section .btn,
.pricing .btn-white {
  align-items: center;
  background: linear-gradient(180deg, #ffd36b, var(--hwh-gold));
  border: 1px solid rgba(255, 192, 77, 0.78);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(255, 192, 77, 0.18);
  color: var(--hwh-night) !important;
  font-weight: 800;
  gap: 0.35rem;
  letter-spacing: 0;
  margin: 12px 12px 12px 0;
  padding: 13px 28px !important;
}

.btn:hover,
.btn.btn-primary:hover,
.hero-section .btn:hover,
.cta-section .btn:hover,
.pricing .btn-white:hover {
  background: linear-gradient(180deg, var(--hwh-mint), #d7ffe9);
  border-color: rgba(169, 255, 217, 0.72);
  color: var(--hwh-night) !important;
  transform: translateY(-2px);
}

.btn i {
  font-size: 30px;
}

a.btn:has(.bxl-apple),
a.btn:has(.bxl-play-store) {
  justify-content: center;
  min-width: 200px;
  width: 200px;
}

.back-to-top {
  background: var(--hwh-gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
}

.back-to-top i {
  color: var(--hwh-night);
}

.back-to-top:hover {
  background: var(--hwh-violet);
}

.back-to-top:hover i {
  color: #ffffff;
}

#header {
  background: linear-gradient(180deg, rgba(5, 1, 17, 0.94), rgba(5, 1, 17, 0));
  z-index: 10000;
}

#header.header-scrolled {
  background: rgba(5, 1, 17, 0.94);
  border-bottom: 1px solid rgba(169, 255, 217, 0.12);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
}

#header:has(#navbar.navbar-mobile) {
  background: rgba(5, 1, 17, 0.96);
  height: 100vh;
  z-index: 10000;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #ffffff;
}

.img-logo {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.navbar a,
.navbar a:focus {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.navbar a:hover,
.navbar a:active,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--hwh-gold);
}

.navbar .dropdown ul,
.navbar-mobile ul {
  background: #10204a;
  border: 1px solid var(--hwh-line);
  box-shadow: var(--hwh-shadow);
}

.navbar .dropdown ul a,
.navbar-mobile a,
.navbar-mobile a:focus {
  color: var(--hwh-text);
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--hwh-violet);
}

.navbar-mobile {
  background: rgba(5, 1, 17, 0.96);
  backdrop-filter: blur(12px);
  bottom: 0;
  inset: 0;
  left: 0;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

html:has(#navbar.navbar-mobile),
body:has(#navbar.navbar-mobile) {
  overflow: hidden;
}

.navbar-mobile .mobile-nav-toggle {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 10000;
}

.navbar-mobile ul {
  bottom: 18px;
  display: block;
  left: 18px;
  max-height: calc(100vh - 86px);
  overflow-y: auto;
  overscroll-behavior: contain;
  position: fixed;
  right: 18px;
  top: 68px;
  z-index: 9999;
}

.mobile-nav-toggle {
  color: #ffffff;
}

.hero-section {
  background:
    linear-gradient(rgba(169, 255, 217, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 255, 217, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 0% 18%, rgba(34, 126, 103, 0.42), transparent 28rem),
    radial-gradient(circle at 100% 12%, rgba(86, 18, 109, 0.56), transparent 30rem),
    linear-gradient(135deg, #071118 0%, #08051b 46%, #160723 100%);
  background-position: center;
  background-size: 78px 78px, 78px 78px, auto, auto, auto;
  box-sizing: border-box;
  padding: 7.25rem 0 7rem;
}

.hero-section {
  height: auto;
  min-height: 720px;
}

.hero-section > .container > .row {
  height: auto;
  min-height: 500px;
}

.hero-section.inner-page,
.hero-section.inner-page > .container > .row {
  min-height: 440px;
  padding-bottom: 4.5rem;
  padding-top: 7rem;
}

.hero-section::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(5, 1, 17, 0.2));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-section .container {
  z-index: 2;
}

.hero-section .iphone-wrap {
  min-height: 480px;
}

.hero-section h1 {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.08;
  max-width: 900px;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.42);
}

.hero-section.inner-page h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.hero-section.inner-page.about-hero-section {
  height: auto;
  min-height: 0;
  padding-bottom: 3rem;
  padding-top: 8.5rem;
}

.hero-section.inner-page.about-hero-section > .container > .row {
  height: auto;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.about-hero-section .hero-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0 !important;
  min-height: 0;
  position: relative;
  top: 0;
  transform: none !important;
}

.about-hero-section h1 {
  position: static;
}

.about-hero-section .hero-text p {
  margin: 0 !important;
}

.about-content-section {
  padding-top: 1.5rem;
}

.about-content-section .container {
  margin-top: 0;
}

.hero-section.inner-page.contact-hero-section {
  align-items: center;
  display: flex;
  height: auto;
  min-height: 0;
  padding-bottom: 3rem;
  padding-top: 8.5rem;
}

.hero-section.inner-page.contact-hero-section > .container > .row {
  height: auto;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.contact-hero-section .hero-text {
  margin-top: 0 !important;
  position: relative;
  top: 0;
  transform: none !important;
}

.contact-hero-section .hero-text p {
  margin-bottom: 0 !important;
}

.contact-content-section {
  padding-top: 1rem;
}

.contact-content-section .container {
  margin-top: 0;
}

.hero-section.inner-page.features-hero-section,
.hero-section.inner-page.blog-hero-section,
.hero-section.inner-page.blog-single-hero-section {
  height: auto;
  min-height: 0;
  padding-bottom: 1.75rem;
  padding-top: 6.5rem;
}

.hero-section.inner-page.features-hero-section > .container > .row,
.hero-section.inner-page.blog-hero-section > .container > .row,
.hero-section.inner-page.blog-single-hero-section > .container > .row {
  height: auto;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.features-hero-section .hero-text,
.blog-hero-section .hero-text,
.blog-single-hero-section .hero-text {
  margin-top: 0 !important;
  position: relative;
  top: 0.7rem;
  transform: none !important;
}

.features-hero-section .hero-text p,
.blog-hero-section .hero-text p,
.blog-single-hero-section .hero-text p {
  margin-bottom: 0 !important;
}

.contact-row .form-control {
  border-radius: 14px;
}

.contact-row textarea.form-control {
  border-radius: 16px;
}

.contact-row .form-control:focus {
  box-shadow: 0 0 0 0.18rem rgba(169, 255, 217, 0.22), 0 14px 30px rgba(0, 0, 0, 0.18);
}

.hero-section p {
  color: var(--hwh-lavender);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.hero-section .wave svg g g {
  fill: rgba(5, 1, 17, 0.72);
}

.hero-section .wave {
  display: none;
}

.hero-section .wave::after {
  background: linear-gradient(180deg, rgba(5, 1, 17, 0), var(--hwh-night));
  bottom: -1px;
  content: "";
  height: 70px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  border: none;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(8, 6, 24, 0.42);
  top: 0;
}

.feature-1,
.step,
.pricing,
.related-post,
.card-header,
.collapse,
.post-entry,
.contact-row .form-control {
  border-color: var(--hwh-line);
}

.feature-1 {
  background: var(--hwh-card);
  border: 1px solid var(--hwh-line);
  border-radius: 8px;
  box-shadow: var(--hwh-shadow);
  height: calc(100% - 50px);
  padding: 34px 24px;
}

.feature-1 .wrap-icon {
  background: linear-gradient(145deg, rgba(169, 255, 217, 0.16), rgba(112, 96, 216, 0.12));
  border: 1px solid rgba(169, 255, 217, 0.2);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.feature-1 h3,
.step h3,
.review h3 {
  color: var(--hwh-text);
  font-weight: 800;
}

.main-step .col-md-6 {
  display: flex;
}

.step {
  background: var(--hwh-card);
  border: 1px solid var(--hwh-line);
  border-radius: 8px;
  box-shadow: var(--hwh-shadow);
  flex: 1;
}

.step .number {
  background: linear-gradient(90deg, var(--hwh-violet), var(--hwh-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review p {
  color: var(--hwh-muted);
}

.review .stars span {
  color: var(--hwh-gold);
}

.review .stars .muted {
  color: #a09bad;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--hwh-violet);
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--hwh-violet);
}

.pricing,
.related-post,
.card-header,
.collapse {
  border: 1px solid var(--hwh-line);
  background: var(--hwh-card);
  box-shadow: var(--hwh-shadow);
}

.related-post-heading {
  color: var(--hwh-gold);
  font-weight: 800;
  margin-bottom: 1.75rem;
  text-shadow: 0 0 22px rgba(255, 197, 83, 0.18);
}

.related-post {
  background:
    linear-gradient(135deg, rgba(255, 197, 83, 0.1), rgba(169, 255, 217, 0.06)),
    rgba(16, 10, 42, 0.86);
  border-color: rgba(255, 197, 83, 0.28);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.related-post:hover {
  background:
    linear-gradient(135deg, rgba(255, 197, 83, 0.18), rgba(169, 255, 217, 0.1)),
    rgba(16, 10, 42, 0.94);
  border-color: rgba(255, 197, 83, 0.58);
  box-shadow: 0 18px 48px rgba(255, 197, 83, 0.14), var(--hwh-shadow);
  transform: translateY(-2px);
}

.pricing h3,
.post-entry .post-text .readmore,
.article-content div p a,
.article-content div ol li a,
.nav-link,
.related-ctn a {
  color: var(--hwh-mint);
}

.pricing.popular,
.cta-section {
  background: linear-gradient(135deg, rgba(10, 5, 27, 0.95), rgba(33, 10, 54, 0.95));
  border-top: 1px solid var(--hwh-line-warm);
  border-bottom: 1px solid rgba(169, 255, 217, 0.16);
}

.cta-section {
  position: relative;
}

.cta-section::before {
  background: linear-gradient(90deg, rgba(255, 181, 31, 0.18), rgba(102, 216, 196, 0.12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cta-section h2,
.cta-section p,
.pricing.popular h3,
.pricing.popular .popularity {
  color: #ffffff;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.78);
}

.form-control,
.search-container input,
.search-icon,
.search-icon-x {
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid var(--hwh-line);
  color: var(--hwh-night);
}

.search-container .input-group {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.hero-section.inner-page .help-search-container h2 {
  color: var(--hwh-text);
  margin: 0 0 1.5rem;
  text-align: center;
  transform: translateY(-4.75rem);
  width: 100%;
}

.search-container input {
  color: var(--hwh-night);
  font-weight: 700;
}

.search-container input::placeholder {
  color: rgba(18, 11, 47, 0.62);
  opacity: 1;
}

.search-icon,
.search-icon-x {
  border-color: rgba(169, 255, 217, 0.28);
}

.search-icon i,
.search-icon-x i {
  color: var(--hwh-night);
}

.search-icon-x:hover {
  background: var(--hwh-gold);
}

.form-control:active,
.form-control:focus,
.input-group .form-control:focus {
  border-color: var(--hwh-violet);
  box-shadow: 0 0 0 0.2rem rgba(109, 91, 232, 0.14);
}

.php-email-form .sent-message {
  background: rgba(16, 10, 42, 0.9);
  border: 1px solid var(--hwh-line);
  color: var(--hwh-text);
}

.help-buttons {
  gap: 1rem 1.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(1rem, 3vw, 2rem);
}

.help-buttons a {
  display: block;
  text-decoration: none;
}

.help-buttons .b-left,
.help-buttons .b-right,
.help-buttons .b-all {
  background:
    linear-gradient(135deg, rgba(255, 197, 83, 0.16), rgba(169, 255, 217, 0.08)),
    rgba(16, 10, 42, 0.9);
  border: 1px solid rgba(169, 255, 217, 0.24);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  margin: 0;
  padding: 7px;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.help-buttons .b-left > a > div,
.help-buttons .b-right > a > div,
.help-buttons .b-all > a > div {
  align-items: center;
  background: rgba(8, 4, 26, 0.72);
  border: 1px solid rgba(112, 96, 216, 0.38);
  border-radius: 10px;
  color: var(--hwh-text);
  display: flex;
  justify-content: center;
  min-height: 68px;
  margin: 0;
  padding: 1rem 1.25rem;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.help-buttons .b-left:hover,
.help-buttons .b-right:hover,
.help-buttons .b-all:hover {
  background: linear-gradient(135deg, var(--hwh-gold), var(--hwh-mint));
  border-color: rgba(255, 197, 83, 0.76);
  box-shadow: 0 20px 48px rgba(255, 197, 83, 0.2), 0 0 0 1px rgba(169, 255, 217, 0.22);
  transform: translateY(-3px);
}

.help-buttons .b-left:hover > a > div,
.help-buttons .b-right:hover > a > div,
.help-buttons .b-all:hover > a > div {
  background: rgba(5, 1, 17, 0.86);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.help-list-content {
  background: rgba(16, 10, 42, 0.56);
  border: 1px solid rgba(169, 255, 217, 0.13);
  border-radius: 14px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.help-list-content h2,
.help-related-topics h3 {
  color: var(--hwh-text);
}

.help-list-items {
  gap: 0.75rem;
}

.help-list-item,
.help-related-topics .related-ctn {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.help-list-item a,
.help-related-topics .related-ctn a {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 197, 83, 0.12), rgba(169, 255, 217, 0.07)),
    rgba(8, 4, 26, 0.78);
  border: 1px solid rgba(112, 96, 216, 0.38);
  border-radius: 12px;
  color: var(--hwh-text);
  display: flex;
  min-height: 58px;
  padding: 0.95rem 1.1rem;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.help-list-item a:hover,
.help-related-topics .related-ctn a:hover {
  background: linear-gradient(135deg, var(--hwh-gold), var(--hwh-mint));
  border-color: rgba(255, 197, 83, 0.76);
  box-shadow: 0 16px 38px rgba(255, 197, 83, 0.16);
  color: var(--hwh-night);
  transform: translateY(-2px);
}

.help-related-topics {
  background: rgba(16, 10, 42, 0.46);
  border-color: rgba(169, 255, 217, 0.13);
  border-radius: 14px;
  padding: clamp(1rem, 3vw, 1.75rem);
}

.php-email-form .loading:before {
  border-color: var(--hwh-violet);
  border-top-color: var(--hwh-lavender-2);
}

.post-entry {
  background: rgba(12, 7, 31, 0.78);
  border: 1px solid rgba(112, 96, 216, 0.34);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--hwh-shadow);
}

.post-entry img {
  border-radius: 8px;
}

.post-entry .post-text .post-meta {
  color: var(--hwh-mint);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-entry .post-text h3,
.post-entry .post-text h3 a,
.blog-content h2,
.blog-content h4,
.blog-content p strong,
.contact-row label,
.contact-row strong,
.section .about-section-text,
.collapse .card-body-text {
  color: var(--hwh-text);
}

.article-content{
    padding: 18px;
}

#accordion .card {
  background: rgba(16, 10, 42, 0.68);
  border: 1px solid rgba(169, 255, 217, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

#accordion .card:hover {
  border-color: rgba(255, 197, 83, 0.5);
  box-shadow: 0 22px 54px rgba(255, 197, 83, 0.12), 0 18px 44px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

#accordion .card-header {
  background:
    linear-gradient(135deg, rgba(112, 96, 216, 0.18), rgba(169, 255, 217, 0.08)),
    rgba(8, 4, 26, 0.82);
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  transition: background 0.25s ease, color 0.25s ease;
}

#accordion .card-header:hover {
  background: linear-gradient(135deg, var(--hwh-gold), var(--hwh-mint));
}

#accordion .card-header h5 {
  color: var(--hwh-text);
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  padding: 1.15rem 1.25rem;
  transition: color 0.25s ease;
}

#accordion .card-header:hover h5 {
  color: var(--hwh-night);
}

#accordion .collapse {
  background: rgba(5, 1, 17, 0.5);
  border-top: 1px solid rgba(169, 255, 217, 0.12);
  box-shadow: none;
}

#accordion .collapse .card-body-text {
  color: var(--hwh-muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0;
  padding: 1.25rem;
}

.blog-content,
.article-content,
.contact-row {
  color: var(--hwh-muted);
}

.card-header h5,
.contact-row span,
.pricing ul li {
  color: var(--hwh-muted);
}

.post-entry .post-text h3 a:hover,
.related-post h2,
.thumbs-up:hover {
  color: var(--hwh-mint);
}

.thumbs-down:hover {
  color: #c13875;
}

.related-post span,
.post-entry .post-text .post-meta,
.article-date {
  color: var(--hwh-muted);
}

.help-search-result-ctn-2 {
  background: rgba(8, 4, 22, 0.96);
  border: 1px solid var(--hwh-line);
  box-shadow: var(--hwh-shadow);
}

.search-ctn div a {
  color: var(--hwh-mint);
}

.footer {
  background: linear-gradient(180deg, rgba(5, 1, 17, 0.1), rgba(5, 1, 17, 0.96));
  border-top: 1px solid rgba(169, 255, 217, 0.12);
  color: var(--hwh-text);
}

.footer h3 {
  color: var(--hwh-text);
  font-weight: 800;
}

.footer a {
  color: var(--hwh-muted);
}

.footer a:hover {
  color: var(--hwh-mint);
}

.social a {
  background: rgba(12, 7, 31, 0.9);
  border: 1px solid var(--hwh-line);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.32);
  color: var(--hwh-mint);
}

.social a:hover {
  background: var(--hwh-gold);
  color: var(--hwh-night);
}

@media screen and (max-width: 992px) {
  .hero-section,
  .hero-section > .container > .row {
    min-height: 760px;
  }

  .hero-section.inner-page,
  .hero-section.inner-page > .container > .row {
    min-height: 420px;
  }

  .hero-section.inner-page.about-hero-section {
    height: auto;
    min-height: 0;
    padding-bottom: 2.5rem;
    padding-top: 8rem;
  }

  .hero-section.inner-page.about-hero-section > .container > .row {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .about-hero-section .hero-text {
    min-height: 0;
    top: 0;
    transform: none !important;
  }

  .about-hero-section h1 {
    top: auto;
  }

  .about-content-section {
    padding-top: 0.75rem;
  }

  .hero-section.inner-page.contact-hero-section {
    height: auto;
    min-height: 0;
    padding-bottom: 2.5rem;
    padding-top: 8rem;
  }

  .hero-section.inner-page.contact-hero-section > .container > .row {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .contact-hero-section .hero-text {
    top: 0;
    transform: none !important;
  }

  .contact-content-section {
    padding-top: 0.75rem;
  }

  .hero-section.inner-page.features-hero-section,
  .hero-section.inner-page.blog-hero-section,
  .hero-section.inner-page.blog-single-hero-section {
    height: auto;
    min-height: 0;
    padding-bottom: 1.5rem;
    padding-top: 6.25rem;
  }

  .hero-section.inner-page.features-hero-section > .container > .row,
  .hero-section.inner-page.blog-hero-section > .container > .row,
  .hero-section.inner-page.blog-single-hero-section > .container > .row {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .features-hero-section .hero-text,
  .blog-hero-section .hero-text,
  .blog-single-hero-section .hero-text {
    top: 0.7rem;
    transform: none !important;
  }

  .hero-section h1,
  .hero-section p {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-1 {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .section {
    padding: 3.25rem 0;
  }

  .btn,
  .btn.btn-primary,
  .hero-section .btn,
  .cta-section .btn,
  .pricing .btn-white {
    justify-content: center;
    margin-right: 0;
    width: 100%;
  }
}
