/*
Theme Name: Abyssal Hub Child
Theme URI: https://abyssalhub.com
Description: A minimalist community platform to anonymously share thoughts for mental wellness.
Author: Abyssal Team
Author URI: https://abyssalhub.com
Template: abyssalhub
Version: 1.0
Text Domain: abyssalhub-child
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

.page-id-40 header.wp-block-template-part {
	display: none;
}
.page-id-40 footer.wp-block-template-part {
	display: none;
}
.page-id-40 h1.wp-block-post-title {
	display: none;
}
body.page-id-40 {
    background: #004241;
}
.page-id-40 img {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
}
@media (max-width: 696px) {
	.page-id-40 img {
		width: 300px;
	}
}
body {
  background: #fff;
  position: relative;
}
main.main-section {
    min-height: calc(100vh - 59px);
}
body, h1, h2, h3, h4, h5, p {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.5px;
}

/* ====== HEADER STYLING ====== */
.header-container {
  background-color: #004241 !important;
  color: #fff;
  width: 100%;
}
.page-id-60 .header-container {
  position: absolute;
  top: 0px;
  width: 100%;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 50px;
}
/* Branding */
.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo {
  width: 200px;
}
.site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
/* Menu */
.main-navigation {
  display: flex;
}
.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.menu li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}
.menu li a:hover {
  border-bottom: 1px solid #fff;
}
/* Hamburger button */
.header-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  margin-left: auto;
}
/* Responsive */
@media (max-width: 768px) {
  .main-navigation {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #222;
    margin-top: 10px;
  }

  .main-navigation.active {
    display: flex;
  }

  .menu {
    flex-direction: column;
    gap: 0;
  }

  .menu li a {
    padding: 15px;
    border-top: 1px solid #444;
  }

  .header-toggle {
    display: block;
  }
}
/***********Footer***********/
.copyright-abyss {
    background-color: #004241;
    height: 45px;
    display: flex;
    align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.page-id-60 .copyright-abyss {
	position: absolute;
	bottom: 0px;
}
.copyright-abyss p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}
.sub-copyright-abyss {
    margin: auto;
}
.mobile-footer-nav {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px -4px 5px 0px #e8e8e8;
  display: flex;
  justify-content: space-around;
  padding: 0px;
  z-index: 9999;
}
.mobile-footer-nav .footer-icon {
  text-align: center;
  font-size: 10px;
  color: #333;
  text-decoration: none;
}
.mobile-footer-nav .icon {
  display: block;
}
.icon i {
    font-size: 16px;
}
a.footer-icon.share {
    background: #d9d9d9;
    padding: 4px 7px;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
	.mobile-footer-nav {
		display: flex !important;
	}
	.sub-copyright-abyss {
		display: none;
	}
	.nav-area {
		display: none;
	}
	.site-branding {
		margin: auto;
	}
}
/****************************/

body.page-id-60 {
    overflow: hidden;
}
.custom-homepage {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004241;
}
.custom-submission {
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 85px 0px;
}
.main-heading h1 {
    text-align: center;
    color: #fff;
    font-weight: 800;
	font-size: calc(1.5rem + 2vw);
	margin-top: 0;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.abyssian-form-wrapper h2 {
    font-size: calc(1.5rem + 1vw);
    font-weight: 600;
    color: #004241;
	margin: 0;
}
.abyssian-form-wrapper {
    max-width: 700px;
    width: 600px;
}
.abyssian-form-wrapper input {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    height: 35px;
    border-radius: 7px;
    margin-top: 10px;
	padding: 0px 12px;
	width: 100%;
}
.abyssian-form-wrapper textarea {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    height: 120px;
	margin-top: 10px;
	padding: 10px 12px;
	width: 100%;
}
.abyssian-form-wrapper select {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    height: 35px;
    margin-top: 10px;
    padding: 0px 8px;
}
button.abyssion-submit {
    background: #004241;
    color: #fff;
    border: 0px;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 14px;
}
.main-den {
    padding: 70px 50px 100px 50px;
    display: flex;
    margin-top: 80px;
}
.den-submissions {
    width: 75%;
}
.den-sidebar {
    width: 25%;
}
.submissions-wrapper {
    display: block;
}
.submission-tile {
    width: calc(100% - 20px);
    background: #f9f9f9;
    padding: 32px;
    border-radius: 12px;
    margin: 20px 0px;
    box-shadow: 3px 3px 4px 0px #d1d1d1;
}
.submission-tile h3 {
    margin: 0px;
	font-size: calc(1rem + 0.5vw);
	font-weight: 600;
    color: #004241;
}
.submission-tile p {
    font-size: 16px;
    line-height: 26px;
}
button.heart-btn {
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    padding: 5px 10px;
    border-radius: 6px;
}
.filter-btn {
    background: #f5f5f5;
    color: #838383;
    border: 1px solid #d5d5d5;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 6px;
}
.search-abyssian {
    background: #f5f5f5;
    color: #838383;
    border: 1px solid #d5d5d5;
    font-size: 13px;
    border-radius: 6px;
	padding: 12px 18px;
	width: 250px;
}
.search-wrapper {
  position: relative;
  display: inline-block;
}

.search-wrapper i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}

.search-wrapper input {
  padding-left: 30px; /* Make space for the icon */
}
/* Hidden by default */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 999;
  background: #004241;
  color: #fff;
  border: none;
  padding: 12px 14px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.cta-drag-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ffffff;
    padding: 7px 20px;
    border-radius: 10px;
    max-width: 130px;
    margin: auto;
    position: relative;
    background-color: #004241;
}
.cta-icon {
  display: flex;
  align-items: center;
}

.cta-icon img {
  width: 22px;
  height: auto;
}
.cta-text {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.cta-drag-wrapper a {
    display: flex;
    text-decoration: none;
}
.collaborate-form-wrapper h2 {
	margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #004241;
    color: #fff;
    border: 0px;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 14px;
    width: 100px;
}
.about-section h2 {
    font-size: calc(1.2rem + 0.5vw);
    font-weight: 600;
    color: #004241;
}
.about-section p {
    font-size: 16px;
    line-height: 22px;
}
.abyssian-filters {
    position: fixed;
    top: 59px;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 15px 50px;
    box-shadow: 0px 2px 6px #b4b4b4;
}
.page-id-68 .header-container {
    position: fixed;
    top: 0;
}
@media screen and (max-width: 768px) {
    .filter-btn {
        margin-left: 10px;
        padding: 10px 15px;
    }
    .abyssian-filters {
        padding: 15px 0px;
    }
	.abyssian-form-wrapper {
		max-width: 400px !important;
		width: 300px;
	}
	.main-den {
		display: block;
		padding: 50px 12px;
		margin-top: 150px;
	}
	.den-submissions {
		width: auto;
	}
	.submission-tile {
		width: auto;
		padding: 25px 20px;
	}
	.submission-tile p {
		font-size: 14px;
		line-height: 20px;
	}
	button.heart-btn {
		font-size: 12px;
	}
	.search-wrapper {
		margin: 6px 0px 0px 10px;
		padding: 10px 0px;
	}
	.scroll-to-top.show {
		display: block;
	}
	.collaborate-form-wrapper p {
		font-size: 14px;
	}
	.abyssian-form-wrapper input {
		width: 275px !important;
	}
	.abyssian-form-wrapper textarea {
		width: 275px !important;
	}
}
.page-id-60 .header-inner,
.page-id-60 section.hero {
	position: relative;
	z-index: 1;
}
.dots-dropdown {
    display: none;
    position: absolute;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(214, 214, 214);
    padding: 3px 10px;
    border-radius: 5px;
}
.share-icons {
  display: flex;
  gap: 12px;
}
.share-icon {
  color: #555;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}
.share-icons i {
    font-size: 16px;
    color: #7e7e7e;
}
.share-icon:hover {
    color: #000;
}
.support-share {
    display: flex;
    gap: 15px;
    align-items: center;
}
.support-share .fa.fa-share-alt {
    font-size: 14px;
    color: #7e7e7e;
}
.about-section {
    padding: 50px 100px 100px 100px;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 30px;
}
.suggest {
    margin-top: 50px;
    background: #ededed;
    padding: 2px 20px;
    border-radius: 6px;
    width: auto;
}
.suggest p {
    font-size: 12px;
    margin: 8px 0px;
}
/***Aeris Chat CSS***/
#aeris-chat-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #004241;
  color: white;
  padding: 14px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  width: 40px;
  height: 40px;
}

#aeris-chat-window {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 300px;
  height: 400px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.3s ease;
}
.aeris-hidden {
  display: none !important;
}
.aeris-header {
  background: #104b4a;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  position: relative;
}
.aeris-messages {
  padding: 10px;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 350px;
  font-size: 14px;
}
#aeris-form {
  display: flex;
  border-top: 1px solid #ddd;
}
#aeris-form input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
}
#aeris-form button {
  background: #104c4b;
  color: white;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
}
.line {
  margin: 6px 0px;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 6px;
}
.line.aeris-lyn {
    background: #0142411f;
}
button.minimize-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 780px) {
	#aeris-chat-window {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    border-radius: 0;
    max-height: none;
  }
  .aeris-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aeris-header .minimize-btn {
    background: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }
  #aeris-chat-button {
	bottom: 130px;
	right: 0;
	padding: 5px;
	border-radius: 25px 0px 0px 25px;
	font-size: 26px;
  }
  #aeris-form {
    display: flex;
    border-top: 1px solid #ddd;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  #aeris-chat-button img {
    width: 28px;
    margin: 4px auto;
  }
  .sub-aeris-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sub-aeris-header img {
    width: 24px;
  }
}