html,
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

p,
li,
blockquote,
label,
input,
button,
a,
span,
div {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
}

.hero-banner-section .carousel-control-next,
.hero-banner-section .carousel-control-prev {
  width: 5%;
}
/* .hero-banner-section .carousel-control-next span, .hero-banner-section .carousel-control-prev span {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
} */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: brightness(0) invert(0);
}
.map-feamr {
  width: 100%;
  height: 300px;
  position: relative;
}
.map-feamr iframe {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  height: 350px;
}
.banner .banner-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
  filter: brightness(0.7);
}
.banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-blue {
  background: #122083;
  border: none;
}

.card-lightblue {
  background: #5e97f6;
  border: none;
}

.card-green {
  background: #aee9c6;
  color: #254d32 !important;
  border: none;
}

.card-yellow {
  background: #ffe36a;
  color: #ab7100 !important;
  border: none;
}

.card h5.card-title {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .banner {
    height: 180px;
  }
  .banner .banner-img {
    height: 180px;
  }
}

.alert-message-container .alert {
  width: 98%;
  margin: 66px 1% 8px;
}
.alert-message-container button {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

/* Custom Animated Cursor */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #122083;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9;
  transform: translate(-50%, -50%);
  transition:
    background 0.2s,
    border 0.2s,
    transform 0.1s;
  background: rgba(18, 32, 131, 0.08);
}

.font-18 {
  font-size: 20px;
  line-height: 28px;
}

header nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: none;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 14px;
}
.navbar-brand IMG {
  height: 50px;
}
.gallery-head-wrapper,
.border-forheader {
  border-top: 2px solid #dbdbff;
}
.btn-hoa {
  background-color: #5a5aff;
  height: 38px;
  font-size: 13px;
  line-height: 1;
  padding: 0 20px;
  border-radius: 80px;
  color: white;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #5a5aff;
  transition: ease-in-out 0.3s;
}
.header-gap {
  display: flex;
  width: 100%;
  margin-top: 66px;
}
header nav.navbar.innerNav {
  padding: 0;
  background-color: #fff;
}
header nav.navbar.innerNav .loginBtn img {
  filter: brightness(0) invert(0);
}
header nav.navbar.innerNav .menu-btn-nav i {
  color: #000;
}

header nav.navbar.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.loginBtn {
  border: 0;
}
.loginBtn img {
  width: 34px;
}
header nav.navbar.scrolled .loginBtn img {
  filter: brightness(0) invert(0);
}

header nav.navbar.scrolled .menu-btn-nav i {
  color: #000;
}

/* AOS section spacing */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos].aos-animate {
  opacity: 1;
}

/* Card and icon enhancements */
.card .bi {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
}
.card a,
.btn,
.accordion-button {
  cursor: pointer !important;
}
.card a:hover,
.btn:hover,
.accordion-button:hover {
  filter: brightness(0.95);
  text-decoration: underline;
}
.accordion-section .accordion-item {
  border: 0;
  border-bottom: 1px solid #5a5aff;
  border-radius: 0;
}
.accordion-section .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion-section .accordion-item .accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  color: #5a5aff !important;
  font-size: 18px;
  font-weight: 500;
}

.accordion-section .accordion-item .accordion-body {
  color: #5f6069;
  font-weight: 300;
}

/* Testimonials */
.testimonials-section {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 90px;
  background-image: url(../images/testimonial-bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  transition:
    background 0.5s,
    border 0.5s,
    border-radius 0.5s,
    box-shadow 0.5s;
}
.content-text {
  padding-right: 20%;
}
.card blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #122083;
}
.card .blockquote-footer {
  color: #5a5aff;
}
.advance-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advance-content-wrapper a.see-all {
  background-color: #fff;
  height: 38px;
  font-size: 13px;
  line-height: 1;
  padding: 0 20px;
  border-radius: 80px;
  color: #5a5aff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #5a5aff;
  transition: ease-in-out 0.3s;
}
.advance-content-wrapper a.see-all:hover,
a.hyper-link:hover {
  background-color: #5a5aff;
  color: #fff;
}
a.hyper-link {
  height: 42px;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px;
  border-radius: 80px;
  color: #5a5aff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #5a5aff;
  transition: ease-in-out 0.3s;
}

.advance-content-wrapper .title {
  text-align: left;
  color: #5a5aff;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.testimonials-section .card .blockquote {
  color: #5f6069;
  font-weight: 300;
  margin-bottom: 8px;
}
.testimonials-section .card i {
  color: #00db9f !important;
  font-size: 70px;
}

.card .blockquote-footer {
  margin: 0 !important;
}
.card .blockquote-footer cite {
  padding-left: 8px;
  font-weight: 600;
  font-style: normal;
  color: #2f2fb1;
}

/* Blog cards */
.card-img-top {
  object-fit: cover;
  height: 180px;
}

/* Footer */
.footer-section a.text-white:hover {
  color: #ffe36a !important;
}
.footer-section {
  background-color: #5a5aff !important;
  color: #fff !important;
}
.footer-section .footer-title {
  color: #b0b0ff;
  font-size: 22px;
}
.footer-section a {
  color: #fff !important;
}
.footer-section .newsletter-form input.form-control {
  height: 42px;
  width: 350px;
  color: #5a5aff;
}
.footer-section .newsletter-form .form-text {
  color: #e5e9ff;
  font-style: italic;
  margin-bottom: 10px;
}
.footer-section .newsletter-form label,
.copy-right {
  color: #fff;
}
.footer-section .was-validated .form-check-input:valid ~ .form-check-label {
  color: #50ffae;
}
.footer-section .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ffb2b9;
}
input.field-area::placeholder {
  color: #ffffff;
}

input.field-area::-webkit-input-placeholder {
  color: #ffffff;
}

input.field-area:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-section .newsletter-form input.field-area::placeholder {
  color: #5a5aff;
  opacity: 1;
}
input.field-area::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.custom-input:-ms-input-placeholder {
  color: #ffffff;
}

/* Footer Styles */
footer {
  font-family: inherit;
  background: #fff;
  color: #0b0b78;
}
footer .footer-link {
  color: #0b0b78;

  transition:
    color 0.2s,
    text-decoration 0.2s;
  cursor: pointer;
}
footer .footer-link:hover,
footer .footer-link:focus {
  color: #5e97f6;
}
footer .footer-link img,
.footer-section .list-unstyled li img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.footer-section .list-unstyled.flex-wrap li img {
  width: 26px;
}
footer .form-control {
  border: 1px solid #0b0b78;
  color: #0b0b78;
  font-family: inherit;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border-color 0.2s;
}
footer .form-control:focus {
  border-color: #5e97f6;
  outline: none;
  box-shadow: 0 0 0 2px rgba(94, 151, 246, 0.15);
}
footer .btn-outline-primary {
  border: 1px solid #0b0b78;
  color: #0b0b78;
  background: #fff;
  font-family: inherit;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  cursor: pointer;
}
footer .btn-outline-primary:hover,
footer .btn-outline-primary:focus {
  background: #0b0b78;
  color: #fff;
  border-color: #0b0b78;
}
footer .form-check-input:checked {
  background-color: #0b0b78;
  border-color: #0b0b78;
}
footer .form-check-input:focus {
  border-color: #5e97f6;
  box-shadow: 0 0 0 2px rgba(94, 151, 246, 0.15);
}
footer .form-check-label {
  color: #0b0b78;
}
@media (max-width: 767px) {
  footer .row > [class^="col-"] {
    margin-bottom: 2rem;
  }
}

/* Responsive tweaks for new sections */
.hero-banner-section .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* info about menu */
.menu-btn-nav i {
  font-size: 32px;
  color: #fff;
}
.headerMenuSlide {
  background-color: rgba(000, 000, 000, 0.9);
  z-index: 99999;
}
.offcanvas-body ul {
  padding: 0;
  list-style-type: none;
}
.offcanvas-body ul li {
  border-bottom: 1px solid;
  border-color: #2b2b3a;
  float: left;
  width: 100%;
}
.offcanvas-body ul li p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.offcanvas-body ul li:last-child {
  border-bottom: 0;
}
.offcanvas-body ul li a {
  padding: 8px 16px;
  color: #5a5aff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 100%;
}

.offcanvas-header button.btnClose-menu {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.offcanvas-header button i {
  font-size: 32px;
  color: #fff;
}
.info-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.info-section .info-card {
  position: relative;
  flex: 1 1 25%;
  min-height: 300px;
  color: white;
  text-align: left;
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
}

.info-section .info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  z-index: 1;
}

.info-section .info-content {
  position: relative;
  z-index: 2;
  color: #000;
}

.border-quicklik {
  border-top: 6px solid #5a5aff;
  border-bottom: 6px solid #5a5aff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  border-radius: 12px;
}

.info-section .info-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.info-section .info-text {
  font-size: 1rem;
  margin-bottom: 10px;
}

.info-section .info-arrow {
  font-size: 1.5rem;
  display: inline-block;
  transform: translateY(2px);
}
.info-section .overlay-1 {
  background-color: rgba(36, 44, 187, 0.85);
}
.info-section .overlay-2 {
  background-color: rgba(70, 143, 255, 0.85);
}
.info-section .overlay-3 {
  background-color: rgba(154, 211, 135, 0.85);
}
.info-section .overlay-4 {
  background-color: rgba(215, 69, 27, 0.85);
}
.user-blog .rounded-circle img {
  width: 33px;
}
.blog-section .card {
  border: 0;
}
.blog-section .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-card-image {
  height: 225px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.blog-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.info-section .info-content .info-arrow img {
  height: 24px;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
.info-section a:hover .info-content .info-arrow img {
  transform: translateX(100px);
  opacity: 0;
}
.info-section a {
  text-decoration: none;
}

/* mission section */
.mission-section .position-according-content {
  margin-top: -100px;
}
.mission-section .card-section {
  background-color: #fff;
  padding: 60px 0;
}
.mission-section .info-card {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 24px;
  border-top: 6px solid #5a5aff;
  border-bottom: 6px solid #5a5aff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: -50px;
  width: 250px;
  left: 75px;
  position: absolute;
  top: 50px;
}

.mission-section .mission-card-head {
  padding-right: 46%;
}
.mission-section .mission-card-head h2 {
  color: #5a5aff;
}

.mission-section .mission-card:first-child .info-card {
  left: 0;
  top: 175px;
}
.mission-section .info-card h3 {
  font-weight: 600;
  color: #000;
}
.mission-section .info-card p {
  color: #000;
  font-weight: 300;
}
.mission-section .info-card a {
  font-weight: 600;
  color: #5a5aff;
  text-decoration: none;
}
.mission-section .img-box {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding-top: 100px;
}
.mission-section .img-box img {
  display: block;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-section .img-box.video {
  min-height: inherit;
  height: 410px;
  overflow: hidden;
  border-radius: 12px;
}
footer .btn-outline-primary.subscribe-btn {
  height: 42px;
  border: 1px solid;
  border-color: #fff;
  background-color: #2f2fb1;
  color: white;
}
footer .btn-outline-primary.subscribe-btn:hover {
  background-color: #2f2fb1;
  color: #fff;
  border-color: #2f2fb1;
  text-decoration: none;
}

/* announcement? */
.announcement-section {
  overflow: hidden;
  display: flex;
  width: 100%;
}

.announcement-section .wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.announcement-section .circle {
  position: absolute;
  width: 400px;
  height: 400px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: -225px;
  transform: translateY(-50%);
}
.content-anouncement {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.left-event-content {
  padding-right: 32px;
  width: 75%;
}
.faq-cardBox h2 {
  font-size: 24px;
}
.announcement-section .wrapper .frameMic {
  height: 400px;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
}
.announcement-section .wrapper .frameMic img {
  width: auto;
  height: 200px;
}
.image-vestival {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.image-vestival img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.content-anouncement .content-descibe {
  width: 100%;
  padding-right: 40px;
}
.left-event-content h2.title {
  color: #5a5aff;
}
.left-event-content .description,
.left-event-content .description p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.content-descibe .title-head {
  display: inline-flex;
  padding: 8px 19px;
  margin-bottom: 20px;
  background-color: #5a5aff;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 8px;
  border-bottom: 6px solid;
  border-color: rgba(2, 2, 51, 0.55);
}

.content-descibe .description {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  margin-bottom: 12px;
}
.content-descibe a,
.blog-card a {
  color: #5a5aff;
  text-decoration: none;
}
.blog-card a {
  margin-top: 20px;
  display: inline-block;
}
.content-descibe a img,
.blog-card a img {
  padding-left: 6px;
  height: 18px;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
.content-descibe a:hover img,
.blog-card a:hover img {
  transform: translateX(100px);
  opacity: 0;
}

.membership-section {
  display: flex;
  width: 100%;
  padding: 80px 0 40px;
}

/* temasm css */
.card-container {
  position: relative;
  width: 300px;
  height: 400px;
}

.background-card {
  background: #2f2fb1;
  border-radius: 20px;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}

.person-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.person-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.person-image p {
  color: white;
}
.person-image p.design-mmbr {
  font-size: 18px;
}
.person-image p.name-mmbr {
  font-weight: 300;
}
.member-row {
  display: flex;
  align-items: center;
}
.member-row .content-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.content-text img.signature {
  height: 60px;
  margin-top: 20px;
}
.galleryImageBox .overlay {
  height: 100%;
  width: 100%;
  background: rgba(000, 000, 000, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.galleryImageBox .overlay .overlay-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 20px;
}
.galleryImageBox .gallery-item.position-relative:hover .overlay {
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}

/* Login Css */
.login-wrapper .form-area {
  width: 50%;
  padding: 0 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-area h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
.form-area p {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}
.input-group input,
.input-group select {
  width: 100% !important;
  padding: 10px 16px;
  border-radius: 8px !important;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  height: 48px;
}
.iconPasswrd {
  top: 12px;
  right: 16px;
}
.login-wrapper {
  overflow: hidden;
  display: flex;
  width: 100%;
}

.login-wrapper .left-content {
  width: 50%;
  height: calc(100vh - 62px);
  background: linear-gradient(135deg, #7a7aed, #2f2fb1);
  position: relative;
  padding: 40px 80px;
}
.login-wrapper .left-content img {
  width: 80%;
  height: auto;
}
.body-gap-header {
  margin-top: 62px;
}
.signup-link {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.signup-link a {
  font-weight: 600;
}
.forgotPasswrd a,
.signup-link a {
  color: #5a5aff;
  text-decoration: none;
}
.btn-signin {
  background-color: #5a5aff;
  color: white;
  font-weight: 600;
  padding: 14px;
  border-radius: 10px;
  border: none;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #5a5aff;
}
.btn-signin.outline-btn {
  background-color: #fff;
  color: #5a5aff;
}
.ontentnHeading-login {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  margin-bottom: 0;
  background-color: rgba(000, 000, 000, 0.35);
  color: #fff;
  border-radius: 8px;
  border-bottom: 6px solid;
  border-color: rgba(000, 000, 000, 0.55);
}
.ontentnHeading-login h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ontentnHeading-login p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.about-us-banner,
.service-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.masking-bg {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  float: left;
  width: 100%;
}

.about-us-banner h1,
.service-banner h1 {
  margin: 0px 0 0 0;
  padding: 70px 0px 70px 0px;
  color: #5a5aff;
  font-weight: 600;
  font-size: 36px;
}

.marque-column {
  padding-top: 0;
  border-left: 2px solid #dbdbff;
}
.marque-column-border {
  border-left: 2px solid #dbdbff;
}

.marque-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
}
.imag-marque img {
  width: 100%;
  border-radius: 4px;
}
.marque-box .imag-marque {
  width: 125px;
}

.marquee-container h2.title {
  font-size: 24px;
  padding-left: 16px;
  color: #5a5aff;
}
.marquee-container .description-content {
  padding-left: 16px;
}
.marquee-container .description-content p.title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 20px;
  overflow: hidden;
}
.marquee-container .marque-box:hover .description-content p.title {
  color: #7a7aed;
  text-decoration: none;
}
.marquee-container a.marque-box {
  text-decoration: none;
}
.marquee-container a.marque-box.blogMarque {
  padding-top: 0;
  margin-bottom: 16px;
}
.marquee-container .description-content p {
  font-size: 14px;
  color: #454545;
  font-weight: 300;
  margin-bottom: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

.marque-box {
  padding: 1rem;
}

.marquee-wrapper .marque-box:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blogMarque .blog-card-image {
  height: auto;
  width: 35%;
  border-radius: 0;
  padding-right: 15px;
}
a.blogMarque .card-title {
  color: #000;
}
a.blogMarque:hover .card-title {
  color: #7a7aed;
}
.blogMarque .blog-card-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.blogMarque .card-body {
  width: 65%;
  padding-left: 12px;
}
.blogMarque .card-title {
  margin: 0 0 8px !important;
  font-size: 16px;
  line-height: 20px;
}
.blogMarque p.card-text {
  font-size: 14px !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .card-body .card-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.announcement-wrapper {
  padding: 60px 0;
}

/* image gallery css */
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}
.blogCard-list .blog-card {
  border: 0 !important;
}
.blogCard-list .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blogCard-list .card-title {
  font-size: 20px;
}
.blogCard-list .card-text {
  font-size: 16px !important;
  font-weight: 300;
}
.blogCard-list a:hover .card-title {
  color: #5a5aff;
}
.blogCard-list .card-body img {
  width: 22px;
}
.blogCard-list a {
  text-decoration: none;
}
.blogCard-list a:hover .card-text {
  color: #000 !important;
}
.detialsContent-blog h1 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px;
}
.detialsContent-blog .user-blog img {
  width: 24px;
}
.detialsContent-blog img.main-imageBLog {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.detailsMain-blogContent h1,
.detailsMain-blogContent h2,
.detailsMain-blogContent h3,
.detailsMain-blogContent h4,
.detailsMain-blogContent h5,
.detailsMain-blogContent h6 {
  font-size: 22px !important;
  margin-bottom: 12px !important;
}
.detailsMain-blogContent p,
.detailsMain-blogContent span {
  font-weight: 300 !important;
}
.detailsMain-blogContent strong {
  font-weight: 600 !important;
}
.detialsList-side p {
  font-size: 24px;
  line-height: 32px;
  color: #5a5aff;
}
.detialsList-side ul {
  list-style-type: none;
  padding-left: 0;
}
.detialsList-side ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detialsList-side ul li img {
  height: 18px;
  opacity: 0.65;
}
.detialsList-side ul li a {
  color: #000;
  font-size: 17px;
}
.detialsList-side ul li a:hover {
  color: #5a5aff;
}
.detialsList-side ul li:hover img {
  opacity: 1;
}
.detialsList-side {
  position: sticky;
  top: 100px;
}
.eventList-card .overlay-eventBg {
  background-color: #00061e33;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  padding-left: 30px;
  transition: all 0.3s;
  display: flex;
  position: absolute;
  inset: 0%;
}
.eventList-card .blog-card {
  border: 0;
}
.overlay-eventBg p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
}
.eventlistCard-box {
  display: flex;
  flex-wrap: wrap;
}

.eventlistCard-box .eventList-card {
  margin-bottom: 12px;
  width: 32%;
  display: block;
  margin-right: 2%;
}
.eventlistCard-box .eventList-card:nth-child(3n + 1) {
  margin-right: 0;
}
.eventlistCard-box .eventList-card:first-child {
  width: 100%;
  margin: 0;
  margin-bottom: 12px;
}
.eventWrapper .eventlistCard-box .eventList-card:first-child .blog-card-image {
  height: 400px;
}
.eventWrapper
  .eventlistCard-box
  .eventList-card:first-child
  .overlay-eventBg
  p {
  font-size: 26px;
  color: #fff;
  line-height: 38px;
}
.section-heading p {
  font-size: 40px;
  line-height: 52px;
  color: #5a5aff;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-heading .line {
  flex-grow: 1;
  height: 2px;
  background-color: #2f2fb1;
}
.contactForm-wrapper input,
.contactForm-wrapper textarea {
  width: 100%;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  padding: 8px 12px;
}
.contactForm-wrapper input {
  height: 48px;
}
.contactForm-wrapper form button.btn {
  border: 1px solid !important;
  border-color: #2f2fb1 !important;
}
.contactForm-wrapper button:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #5a5aff;
}
.getTouch-section img {
  margin-right: 6px;
  height: 24px;
}
.hoaNavbar .hoaNavbarList ul.dropdown-menu {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
}
.hoaNavbar .hoaNavbarList ul.dropdown-menu a:hover {
  color: #5a5aff;
  text-decoration: none;
}

/* accountmanages css start here */
.leftAccntMenuList {
  padding: 40px 32px;
  border-right: 1px solid #e6e9e8;
}
.accountList h2 {
  font-size: 18px;
  font-weight: 500;
}
.accountList ul {
  list-style-type: none;
  padding-left: 0;
}
.accountList ul li {
  display: block;
  margin-bottom: 6px;
}
.accountList ul li a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--black);
  display: block;
  text-decoration: none;
}
.accountList ul li.active a,
.accountList ul li a:hover {
  background-color: #edf3fa;
}
.accountDetails {
  padding: 40px 75px;
}
.accountManager {
  width: 100%;
}
.accountList ul li a img {
  margin-right: 8px;
  width: 18px;
}
.UserForm input.form-control,
.UserForm select.form-select {
  height: 38px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #e6e9e8;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: var(--secondary);
}
.accuntInfo_Data {
  width: 100%;
  padding-left: 0px;
}
.accuntInfo_Data h3 {
  margin-bottom: 18px;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.75rem) translateX(0rem);
}
.form-floating > label {
  font-size: 14px;
  padding-left: 0;
}
.UserForm input.form-control:focus,
.UserForm select.form-select:focus {
  border-bottom: 1px solid #5a5aff;
  box-shadow: none;
}
.imgAvtar {
  width: 100px;
  height: 100px;
  position: relative;
}
.imgAvtar img {
  width: 100%;
  border-radius: 50%;
}
.imgAvtar label {
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 16px 0px rgba(37, 40, 43, 0.2);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.imgAvtar label img {
  width: 24px;
}
.sbmtBtn button {
  background-color: #5a5aff;
  height: 48px;
  font-size: 16px;
  line-height: 1;
  padding: 0 34px;
  border-radius: 80px;
  color: white;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #5a5aff;
  transition: ease-in-out 0.3s;
}

/* Events Css */

.event-card {
  border-radius: 8px;
  overflow: hidden;
}
.event-card-image {
  height: 225px;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.event-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.event-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 12;
  padding: 0 12px 8px;
}

.event-category {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 18px;
  margin-bottom: 4px;
}

.event-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.event-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Gradient overlay */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.event-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(
    135deg,
    #0909c0 0%,
    #5050ff 40%,
    #19199a 100% 100%
  );
  border-radius: 0;
}

.tag {
  letter-spacing: 3px;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.event-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 20px;
}

.location {
  font-size: 16px;
  opacity: 0.9;
}

/* RIGHT SIDE */
.event-right {
  display: flex;
  gap: 10px;
}

.time-box {
  text-align: center;
}

.time-box h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 18px;
}

.time-box span {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.8;
}
.price-wrapper {
  position: absolute;
  top: -4px;
  left: 4px;
}

.price-wrapper img {
  width: auto;
  height: 30px;
}

.price-wrapper span {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 140px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

/* Survey css start here */

.survey-main-wrapper {
  width: 100%;
  padding: 3px;
  border-radius: 12px;
  background: linear-gradient(180deg, #5a5aff, #0909c0);
  margin-top: 10px;
}

.survey-main-wrapper .card-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}

.survey-main-wrapper .card-image .date-survey {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.85) 100%
  );
  padding: 0 20px;
  display: flex;
  height: 70px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.date-survey > div {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.card-survey {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.card-survey h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.card-survey p {
  font-size: 14px;
  color: #777;
  margin-bottom: 2px;
}

/* Button */
.card-survey .apply-button {
  background: linear-gradient(180deg, #7ed321, #4caf0a);
  border: none;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.card-survey .apply-button:hover {
  opacity: 0.9;
}

.date-range-wrapper {
  display: flex;
  justify-content: space-between;
}

.date-range {
  font-size: 12px;
  color: #000;
}

@keyframes surveyMarquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@media (max-width: 992px) {
  .info-section .info-card {
    flex: 1 1 50%;
  }
}

@media (max-width: 576px) {
  .info-section .info-card {
    flex: 1 1 100%;
  }
}

/* ===== NEW DASHBOARD STYLES ===== */

.dashboard-wrapper {
  display: flex;
  min-height: calc(100vh - 66px);
  background-color: #f8f9fa;
  position: relative;
}

.dashboard-container {
  display: flex;
  min-height: calc(100vh - 66px);
  background-color: #f8f9fa;
  position: relative;
}

/* Sidebar Styles */
.dashboard-sidebar {
  width: 280px;
  background-color: #1a1a2e;
  color: #fff;
  padding: 30px 20px;
  overflow-y: auto;
  position: fixed;
  height: calc(100vh - 66px);
  left: 0;
  top: 66px;
  z-index: 999;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5a5aff, #7d7dff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}

.brand-text h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.brand-text p {
  font-size: 12px;
  margin: 2px 0 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-nav {
  margin-bottom: 40px;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav .nav-item {
  margin-bottom: 8px;
}

.sidebar-nav .nav-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-nav .nav-item a:hover,
.sidebar-nav .nav-item.active a {
  background-color: #5a5aff;
  color: #fff;
}

.sidebar-nav .nav-item i {
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.sidebar-footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.sidebar-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-footer .nav-item {
  margin-bottom: 8px;
}

.sidebar-footer .nav-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 13px;
}

.sidebar-footer .nav-item a:hover {
  background-color: rgba(90, 90, 255, 0.2);
  color: #fff;
}

/* Main Content Area */
.dashboard-content {
  flex: 1;
  margin-left: 280px;
  padding: 40px 30px;
  max-width: calc(100% - 280px);
}

.dashboard-header-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dashboard-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0f0;
}

.user-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
}

/* Dashboard Grid */
.dashboard-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Stats Cards */
.stats-section {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.stat-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecf1 100%);
  border: 1px solid #e0e4e8;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.stat-card:hover {
  box-shadow: 0 8px 20px rgba(90, 90, 255, 0.15);
  transform: translateY(-4px);
  border-color: #5a5aff;
}

.stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}

.dues-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.election-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.deposit-icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.vehicle-icon {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.stat-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 5px 0;
}

.stat-content .stat-value {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px 0;
}

.stat-link {
  font-size: 12px;
  color: #5a5aff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.stat-link:hover {
  color: #4d4dff;
  text-decoration: underline;
}

/* Activity Section */
.activity-section {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.activity-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecf1 100%);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  border: 2px dashed #e0e4e8;
}

.empty-state {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Sidebar Toggle Button */
.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #5a5aff;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(90, 90, 255, 0.3);
  transition: all 0.3s ease;
}

.sidebar-toggle:hover {
  background: #4d4dff;
  transform: scale(1.05);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet (md breakpoint) */
@media (max-width: 1024px) {
  .dashboard-wrapper {
    flex-direction: row;
  }

  .dashboard-sidebar {
    width: 250px;
  }

  .dashboard-content {
    margin-left: 250px;
    padding: 30px 20px;
  }

  .dashboard-header {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .dashboard-header h1 {
    font-size: 26px;
  }

  .stats-cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
}

/* Mobile (sm breakpoint) */
@media (max-width: 768px) {
  body.sidebar-open {
    overflow: hidden;
  }

  body.sidebar-open::before {
    content: "";
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }

  .dashboard-wrapper {
    flex-direction: row;
    position: relative;
  }

  .dashboard-sidebar {
    width: 100%;
    max-width: 280px;
    height: calc(100vh - 66px);
    left: -100%;
    transition: left 0.3s ease;
    padding: 20px;
    z-index: 999;
  }

  .dashboard-sidebar.active {
    left: 0;
  }

  .dashboard-content {
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
  }

  .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
  }

  .dashboard-header-heading {
    padding: 15px;
    background: #fff;
    margin: 0 -15px 20px -15px;
    border-radius: 0;
  }

  .dashboard-header-heading h1 {
    font-size: 22px;
    margin: 0;
  }

  .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
  }

  .dashboard-header h1 {
    font-size: 22px;
  }

  .user-profile {
    width: 100%;
    justify-content: flex-start;
  }

  .stats-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stat-card {
    padding: 15px;
  }

  .section-title {
    font-size: 16px;
  }

  .activity-section,
  .stats-section {
    padding: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .dashboard-header-heading h1 {
    font-size: 20px;
  }

  .dashboard-header h1 {
    font-size: 20px;
  }

  .dashboard-header {
    padding: 12px;
  }

  .dashboard-content {
    padding: 15px 12px;
  }

  .stats-section,
  .activity-section {
    padding: 15px;
    border-radius: 8px;
  }

  .stat-card {
    flex-direction: column;
    text-align: center;
    padding: 12px;
  }

  .stat-icon {
    margin: 0 auto;
  }

  .sidebar-nav .nav-item a,
  .sidebar-footer .nav-item a {
    padding: 10px 12px;
  }

  .sidebar-nav .nav-item span,
  .sidebar-footer .nav-item span {
    display: none;
  }

  .sidebar-brand {
    justify-content: center;
    text-align: center;
  }

  .sidebar-brand .brand-text {
    display: none;
  }

  .sidebar-toggle {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* ===== LOGGED IN HEADER STYLES ===== */

header.logged-in-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

header.logged-in-header .dashboard-navbar {
  background: #fff;
  padding: 12px 20px !important;
  box-shadow: none;
}

.user-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.user-profile-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #f8f9fa;
  border-radius: 25px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a5aff, #7d7dff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.user-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
}

.sidebar-menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 20px;
  color: #1a1a2e;
  cursor: pointer;
  margin: 0 10px;
}

.sidebar-menu-toggle:focus {
  outline: none;
  box-shadow: none;
}

.logout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f8f9fa;
  border-radius: 8px;
  color: #1a1a2e;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.logout-btn:hover {
  background: #e9ecf1;
  color: #5a5aff;
}

/* Adjust navbar brand for logged-in users */
header.logged-in-header .navbar-brand img {
  height: 40px;
}

/* ===== RESPONSIVE HEADER FIX ===== */

@media (max-width: 1024px) {
  .user-header-actions {
    gap: 15px;
  }

  .user-name {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .sidebar-menu-toggle {
    display: flex !important;
  }

  .user-profile-header {
    padding: 6px 12px;
    gap: 8px;
  }

  .user-avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .user-name {
    display: none;
  }

  .user-header-actions {
    gap: 12px;
  }

  .logout-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  header.logged-in-header .dashboard-navbar {
    padding: 10px 15px !important;
  }

  .navbar-brand img {
    height: 32px !important;
  }

  .user-header-actions {
    gap: 10px;
  }

  .user-profile-header {
    padding: 4px 8px;
  }

  .user-avatar {
    width: 24px;
    height: 24px;
  }
}

/* ===== FIX DASHBOARD WITH SIDEBAR ===== */

.dashboard-wrapper {
  display: flex;
  min-height: calc(100vh - 66px);
}

.dashboard-sidebar {
  position: fixed;
  left: 0;
  top: 66px;
}

.dashboard-content {
  flex: 1;
  margin-left: 280px;
  overflow-y: auto;
}

/* Mobile adjustments for dashboard */
@media (max-width: 768px) {
  .dashboard-sidebar {
    left: 0;
  }

  .dashboard-content {
    margin-left: 0;
  }
}

/* ──────────────────────────────────────────────────
   DASHBOARD LAYOUT  –  theme #5a5aff
   ────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --brand: #5a5aff;
  --brand-dark: #4343e0;
  --brand-deeper: #3232c0;
  --brand-light: #ededff;
  --brand-pale: #f5f5ff;
  --sidebar-w: 280px;
  --topbar-h: 64px;
  --white: #ffffff;
  --off: #f7f8fc;
  --surface: #ffffff;
  --border: #e9eaf0;
  --txt: #1a1b2e;
  --txt2: #5b5c7a;
  --txt3: #9b9cb8;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 18px;
  --shadow-sm: 0 1px 4px rgba(90, 90, 255, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(90, 90, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
  --shadow-lg:
    0 10px 32px rgba(90, 90, 255, 0.14), 0 4px 10px rgba(0, 0, 0, 0.06);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* reset body margin set by bootstrap */
body {
  background: var(--off) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

/* ── TOPBAR ───────────────────────────────────────── */
.hoa-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--topbar-h);
  background: var(--white);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 24px;
  z-index: 1100;
  gap: 0;
}

/* public nav links (center) */
.hoa-topbar-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 auto;
}
.hoa-topbar-nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--txt2);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: var(--r-sm);
  transition:
    background 0.15s var(--ease),
    color 0.15s var(--ease);
  white-space: nowrap;
}
.hoa-topbar-nav a:hover {
  background: var(--brand-pale);
  color: var(--brand);
}

/* right section */
.hoa-topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.topbar-icon-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: var(--r-sm);
  color: var(--txt2);
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s var(--ease);
  text-decoration: none;
  position: relative;
}
.topbar-icon-btn:hover {
  background: var(--brand-pale);
  color: var(--brand);
  border-color: var(--brand-light);
}

.notif-pip {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  background: var(--brand);
  border-radius: 50%;
  border: 2px solid var(--white);
}

.topbar-user-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 12px 5px 5px;
  border: 1px solid var(--border);
  border-radius: 99px;
  background: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: 0.15s var(--ease);
}
.topbar-user-btn:hover {
  border-color: var(--brand-light);
  background: var(--brand-pale);
}

.topbar-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.topbar-uname {
  font-size: 13px;
  font-weight: 600;
  color: var(--txt);
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-chevron {
  font-size: 10px;
  color: var(--txt3);
  margin-left: 2px;
}

/* hamburger – mobile only */
.topbar-ham {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: var(--r-sm);
  color: var(--txt2);
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.15s var(--ease);
  flex-shrink: 0;
}
.topbar-ham:hover {
  background: var(--brand-pale);
  color: var(--brand);
  border-color: var(--brand-light);
}

/* ── LAYOUT SHELL ─────────────────────────────────── */
.hoa-shell {
  display: flex;
  min-height: 100vh;
}

/* ── LEFT SIDEBAR (customer_menu.php) ─────────────── */
.cm-sidebar {
  position: fixed;
  top: var(--topbar-h);
  left: 0;
  width: var(--sidebar-w);
  height: calc(100vh - var(--topbar-h));
  background: var(--white);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  transition: transform 0.26s var(--ease);
}
.cm-sidebar::-webkit-scrollbar {
  width: 4px;
}
.cm-sidebar::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 99px;
}

/* Brand row inside sidebar */
.cm-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.cm-brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cm-brand-logo span {
  font-size: 12px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.06em;
}
.cm-brand-text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--txt);
  line-height: 1.2;
}
.cm-brand-text span {
  font-size: 11px;
  color: var(--txt3);
  font-weight: 400;
}
.cm-close-btn {
  display: none;
  margin-left: auto;
  width: 28px;
  height: 28px;
  border: none;
  background: var(--brand-light);
  border-radius: 6px;
  color: var(--brand);
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.15s var(--ease);
}
.cm-close-btn:hover {
  background: var(--brand);
  color: var(--white);
}

/* Profile pill */
.cm-profile {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 16px 16px 4px;
  padding: 12px 14px;
  background: var(--brand-pale);
  border: 1px solid var(--brand-light);
  border-radius: var(--r-lg);
}
.cm-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cm-profile-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--txt);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cm-profile-role {
  display: block;
  font-size: 11px;
  color: var(--brand);
  font-weight: 600;
}

/* Nav */
.cm-nav {
  flex: 1;
  padding: 10px 12px 16px;
}

.cm-nav-section {
  margin-bottom: 6px;
}

.cm-nav-label {
  display: block;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  padding: 10px 8px 5px;
}

.cm-nav-divider {
  height: 1px;
  background: var(--border);
  margin: 8px 4px;
}

/* Nav item base */
.cm-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 10px;
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--txt2);
  font-size: 13.5px;
  font-weight: 500;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  transition:
    background 0.15s var(--ease),
    color 0.15s var(--ease);
  line-height: 1.3;
}
.cm-nav-item:hover {
  background: var(--brand-pale);
  color: var(--brand);
}
.cm-nav-item:hover .cm-nav-icon {
  background: var(--brand-light);
  color: var(--brand);
}

.cm-nav-item.active {
  background: var(--brand) !important;
  color: var(--white) !important;
}
.cm-nav-item.active .cm-nav-icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.cm-nav-icon {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--off);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--txt3);
  flex-shrink: 0;
  transition:
    background 0.15s,
    color 0.15s;
}

.cm-nav-text {
  flex: 1;
}

/* Chevron */
.cm-chevron {
  font-size: 10px;
  color: var(--txt3);
  transition: transform 0.2s var(--ease);
  flex-shrink: 0;
}
.cm-nav-toggle[aria-expanded="true"] .cm-chevron {
  transform: rotate(180deg);
}
.cm-nav-toggle[aria-expanded="true"] {
  background: var(--brand-pale);
  color: var(--brand);
}
.cm-nav-toggle[aria-expanded="true"] .cm-nav-icon {
  background: var(--brand-light);
  color: var(--brand);
}

/* Sub nav */
.cm-subnav {
  display: none;
  list-style: none;
  margin: 2px 0 4px 40px;
  padding: 0;
}
.cm-subnav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: var(--r-sm);
  text-decoration: none;
  font-size: 13px;
  color: var(--txt2);
  transition:
    background 0.13s,
    color 0.13s;
}
.cm-subnav-item i {
  font-size: 8px;
  color: var(--txt3);
  flex-shrink: 0;
}
.cm-subnav-item:hover {
  background: var(--brand-pale);
  color: var(--brand);
}
.cm-subnav-item:hover i {
  color: var(--brand);
}
.cm-subnav-item.active {
  color: var(--brand);
}
.cm-subnav-item.active i {
  color: var(--brand);
}

/* Logout */
.cm-nav-logout {
  color: #d94040;
}
.cm-nav-logout .cm-nav-icon {
  color: #d94040;
}
.cm-nav-logout:hover {
  background: #fff0f0;
  color: #b82a2a;
}
.cm-nav-logout:hover .cm-nav-icon {
  background: #ffe0e0;
  color: #b82a2a;
}

/* Overlay */
.cm-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 27, 46, 0.35);
  backdrop-filter: blur(2px);
  z-index: 999;
}

/* ── MAIN CONTENT ─────────────────────────────────── */
.hoa-main {
  margin-left: var(--sidebar-w);
  flex: 1;
  min-width: 0;
  padding: 24px 20px 32px;
  min-height: 300px;
}

.hoadashboard-footer {
  padding: 0;
}

/* Page header strip */
.pg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.pg-title h1 {
  font-size: 22px;
  font-weight: 800;
  color: var(--txt);
  line-height: 1.2;
  margin: 0;
}
.pg-title p {
  font-size: 13.5px;
  color: var(--txt2);
  margin: 4px 0 0;
}
.pg-date {
  font-size: 12px;
  color: var(--txt3);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Quick access cards row */
.qa-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.qa-card {
  background: var(--brand);
  border-radius: var(--r-lg);
  padding: 18px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
  overflow: hidden;
  position: relative;
}

.white-bg-hoa {
  background-color: #fff;
}

h4.eclipseTitle-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 62px;
}

.qa-card .absolute-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 60px;
  height: 60px;
  border-radius: 0;
}
.qa-card .absolute-icon img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.2;
  width: 100%;
}
.qa-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.qa-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}
.qa-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.3;
}
.qa-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/* Stat cards */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s var(--ease),
    border-color 0.18s;
}
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  opacity: 0;
  transition: opacity 0.18s;
}
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: #d0d0f0;
}
.stat-card:hover::before {
  opacity: 1;
}
.stat-card.c1::before {
  background: var(--brand);
}
.stat-card.c2::before {
  background: #0ea58a;
}
.stat-card.c3::before {
  background: #e8963a;
}
.stat-card.c4::before {
  background: #d94090;
}
.stat-card.c5::before {
  background: #3d9e50;
}
.stat-card.c6::before {
  background: #9b5aff;
}

.stat-ico {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  display: none;
}
.stat-card.c1 .stat-ico {
  background: var(--brand-pale);
  color: var(--brand);
}
.stat-card.c2 .stat-ico {
  background: #e0f7f3;
  color: #0ea58a;
}
.stat-card.c3 .stat-ico {
  background: #fef3e4;
  color: #e8963a;
}
.stat-card.c4 .stat-ico {
  background: #fde8f2;
  color: #d94090;
}
.stat-card.c5 .stat-ico {
  background: #e8f5eb;
  color: #3d9e50;
}
.stat-card.c6 .stat-ico {
  background: #f0e8ff;
  color: #9b5aff;
}

.stat-lbl {
  font-size: 12px;
  font-weight: 600;
  color: var(--txt3);
  margin-bottom: 3px;
}
.stat-val {
  font-size: 16.5px;
  font-weight: 800;
  color: var(--brand);
}
.stat-arrow {
  font-size: 12px;
  color: var(--txt3);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition:
    gap 0.15s,
    color 0.15s;
}
.stat-card:hover .stat-arrow {
  color: var(--brand);
  gap: 8px;
}

/* Content sections */
.content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.sec-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 14px;
  border-bottom: 1px solid var(--border);
}
.sec-head h2 {
  font-size: 14px;
  font-weight: 800;
  color: var(--txt);
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}
.sec-hico {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.sih-brand {
  background: var(--brand-pale);
  color: var(--brand);
}
.sih-teal {
  background: #e0f7f3;
  color: #0ea58a;
}
.sec-va {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--brand-pale);
  transition: 0.13s;
}
.sec-va:hover {
  background: var(--brand);
  color: var(--white);
}
.sec-body {
  padding: 4px 20px 12px;
}

/* Announcement items */
.ann-item {
  display: flex;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
}
.ann-item:last-child {
  border-bottom: none;
}
.ann-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
  margin-top: 6px;
}
.ann-h {
  font-size: 13px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 2px;
  line-height: 1.3;
}
.ann-p {
  font-size: 11.5px;
  color: var(--txt3);
}

/* Activity items */
.act-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
}
.act-item:last-child {
  border-bottom: none;
}
.act-ico {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.ai1 {
  background: var(--brand-pale);
  color: var(--brand);
}
.ai2 {
  background: #e0f7f3;
  color: #0ea58a;
}
.ai3 {
  background: #fef3e4;
  color: #e8963a;
}
.act-h {
  font-size: 13px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 2px;
}
.act-p {
  font-size: 11.5px;
  color: var(--txt3);
}

.table-padding-gap {
  padding: 16px 20px 10px;
}

.shadow-sm-border {
  border-color: #ececec;
}

.table-padding-gap table tr:last-child td,
.table-padding-gap table tr th {
  border-bottom: 0 !important;
  color: #334155;
}

.table-padding-gap table tr th {
  font-weight: 500;
  color: #000;
}

.table-padding-gap table tr th,
.table-padding-gap table tr td {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: nowrap;
}

.table-padding-gap table tr td a.dashedLine {
  color: var(--brand);
  text-decoration: none;
  border-bottom: 1px dashed var(--brand);
  display: inline-block;
}

.table-padding-gap table tr td span.badge {
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 500;
}

.table-padding-gap table tr th:first-child {
  border-radius: 8px 0 0 8px;
}

.table-padding-gap table tr th:last-of-type {
  border-radius: 0 8px 8px 0;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: #eeeef8;
}

.accuntInfo_Data > h4 {
  color: var(--brand);
}

.btn.btn-success,
.btn.btn-primary {
  border: none;
  border-radius: var(--r-sm);
  padding: 10px 20px;
  font-size: 14px;
  transition: background 0.3s;
  text-decoration: none !important;
}

.btn.btn-primary {
  background: var(--brand);
  color: var(--white);
}

.table-padding-gap table tr td button.btn.btn-primary,
.table-padding-gap table tr td button.btn.btn-success {
  padding: 4px 12px;
  font-size: 12px;
}

.btn.btn-primary:hover {
  background: var(--brand-deeper);
}

.modal-hoa-content form table tr td,
.modal-hoa-content form table tr th {
  font-size: 14px !important;
}

.modal-hoa-content .container.mt-4 {
  margin-top: 0 !important;
}
.modal-hoa-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0 !important;
}

.modal-hoa-content table tr td img {
  height: 26px !important;
  width: 26px !important;
}

.btn.view-btn-hoa {
  color: var(--brand);
  text-decoration: none;
  border-bottom: 1px dashed var(--brand);
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  padding: 0 !important;
  font-size: 14px !important;
}

.btn.view-btn-hoa:focus,
.btn.view-btn-hoa:active {
  background-color: transparent !important;
  background: transparent !important;
}

a:hover {
  text-decoration: none !important;
}

.invoice-field {
  display: flex;
  justify-content: space-between;
  padding: 24px;
}

.invoice-label {
  width: 50%;
  border: 1px solid var(--brand);
  border-radius: 8px;
  padding: 32px 20px 20px;
  position: relative;
  background-color: #f7f7f9;
}

.invoice-label .chip-name {
  position: absolute;
  top: -11px;
  left: 16px;
  background: var(--brand);
  color: var(--white);
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 14px;
}

.invoice-value {
  width: 45%;
  padding-left: 16px;
}

.chip-value {
  display: flex;
  flex-direction: column;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}

.chip-value .label-name {
  font-size: 14px;
  color: #334155;
}

.invoice-value .invoice-detail {
  font-size: 14px;
  color: var(--txt);
  display: flex;
  align-items: center;
}

.invoice-value ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.invoice-value ul li {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--border);
  padding: 6px 0;
  align-items: center;
}

.invoice-value ul li img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.invoice-value ul li span {
  color: var(--txt);
  font-size: 14px;
  font-weight: 500;
}

.invoice-value ul li span.pay-status-invoice {
  padding: 4px 16px;
  border-radius: 4px;
  font-weight: 400;
}

.invoice-value ul li span.text-success {
  background-color: #3d9e50 !important;
  color: var(--white) !important;
}

.invoice-value ul li span.text-success.no-bg {
  background-color: transparent !important;
  color: green !important;
}

.invoice-value ul li span.text-danger {
  background-color: #d9534f !important;
  color: var(--white) !important;
}

.invoice-value ul li span.text-warning {
  background-color: #f0ad4e !important;
  color: var(--white) !important;
}

.invoice-items-table {
  padding: 24px;
}

.invoice-items-table table {
  width: 100%;
  border-collapse: collapse;
}

.invoice-items-table table tr th {
  background: #5a5aff;
  color: var(--white);
  border-right: 1px solid #a4a4ff;
}

.invoice-items-table table tr th:last-of-type {
  border-right: none;
}

.invoice-items-table table tr:last-child td {
  background: #f7f7f9;
  font-size: 18px;
  font-weight: 500;
}

.accountInfo-center {
  width: 60%;
  margin: 0 auto;
}

.white-bg-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}

.formChangePassword .white-bg-card {
  margin-top: 32px;
}

.checkbox-custom {
  display: block;
  margin-bottom: 15px;
}

.padding-right-side {
  padding-right: 32px;
}

.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-custom label {
  position: relative;
  cursor: pointer;
}

.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--brand);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid var(--brand);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn.btn-rounded {
  border: 1px solid var(--brand) !important;
  background: transparent !important;
  color: var(--brand);
  padding: 8px 12px !important;
  border-radius: 100px;
  font-size: 14px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

nav ol.breadcrumb li a {
  color: var(--brand) !important;
  text-decoration: none;
}

nav ol.breadcrumb li a:hover {
  color: var(--brand-dark) !important;
}

.second-gap-data h5 {
  color: var(--brand) !important;
  font-weight: 500 !important;
  font-size: 18px;
}

.second-gap-data p {
  color: var(--txt) !important;
  font-size: 14px;
  line-height: 1.5;
}

.cm-nav-item .cm-nav-icon img {
  width: 16px;
}

.cm-nav-item.active .cm-nav-icon img {
  filter: brightness(0) invert(1) !important;
}

.footer-section.hoadashboard-footer-new {
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.hide-dashboard-menu.d-none-header {
  display: none !important;
}
.wallet-balance-info {
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: var(--txt2);
  font-weight: 400;
}

.wallet-balance-info .wallet-amount {
  font-weight: 500;
  color: var(--brand);
  font-size: 16px;
  padding-left: 0px;
}

.cm-nav-account {
  padding-bottom: 42px;
}

.wallet-wrapper {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.wallet-info {
  display: flex;
}

.wallet-wrapper .wallet-icon-outline {
  margin-right: 12px;
  width: 26px;
  height: 26px;
}

.wallet-balance-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pagination-hoa-wrapper {
  margin-top: 16px;
  justify-content: flex-end;
  display: flex;
}

.pagination-hoa-wrapper nav ul li a {
  font-size: 13px;
}
.pagination-hoa-wrapper .active > .page-link,
.pagination-hoa-wrapper .page-link.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.pagination-hoa-wrapper .page-link {
  color: var(--brand);
  padding: 4px 10px;
}

.header-side-dashboard {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-side-dashboard button.navbar-toggler {
  padding: 0;
  border: none;
}

.web-header-right .mobile-view-user {
  display: none;
}

.login-btn-mobile {
  width: auto !important;
  border: 1px solid var(--brand) !important;
  background: transparent !important;
  color: var(--brand);
}
.cm-nav-section img.arrow-down {
  width: 18px;
  transition: transform 0.3s ease;
}

.cm-nav-toggle[aria-expanded="true"] .arrow-down {
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.cm-nav-toggle[aria-expanded="true"] .cm-nav-icon {
  background: #ffffff2e;
}

.userInfoContent .infoImage_acct .imgAvtar img {
  height: auto;
}
a.view-document-link {
  height: 24px;
  display: inline-flex;
  background-color: var(--brand);
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  align-items: center;
}

a.view-document-link i {
  font-size: 14px;
}

.galleryImageBox .gallery-item img {
  width: 100%;
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1024px) {
  :root {
    --sidebar-w: 260px;
  }
}

@media (max-width: 900px) {
  .login-wrapper .left-content {
    display: none;
  }
  .login-wrapper .form-area {
    width: 100%;
    padding: 32px 20px;
  }
}

@media (max-width: 820px) {
  .hoa-main {
    margin-left: 0;
    padding: 20px 16px 12px;
    min-height: auto;
  }
  .cm-sidebar {
    transform: translateX(-100%);
    box-shadow: none;
  }
  .cm-sidebar.open {
    transform: translateX(0);
    box-shadow: var(--shadow-lg);
  }
  .cm-overlay.show {
    display: block;
  }
  .cm-close-btn {
    display: flex;
  }
  .topbar-ham {
    display: flex;
  }
  .hoa-topbar-nav {
    display: none;
  }
  .content-row {
    grid-template-columns: 1fr;
  }

  .hoa-main.hoadashboard-footer {
    padding: 0;
  }

  .footer-section .newsletter-form input.form-control {
    width: 100%;
  }

  header nav.navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .copy-right {
    margin-top: 0 !important;
  }

  .info-column-footer {
    margin: 0 !important;
  }

  .margin-top-mobile {
    margin-top: 8px;
  }

  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
  }
  .accountInfo-center {
    width: 100%;
  }

  nav ol.breadcrumb li {
    font-size: 13px;
  }

  .navbar-expand-lg .navbar-collapse.hide-dashboard-menu ul {
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--brand);
    color: var(--brand);
  }

  .navbar-expand-lg .navbar-nav .nav-link:active,
  .navbar-expand-lg .navbar-nav .nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link.hide-border-bottom {
    border-bottom: 0;
  }

  .navbar-collapse a.btn-hoa {
    display: none;
  }
  .hoaNavbar .hoaNavbarList ul.dropdown-menu {
    box-shadow: none;
    border: 0;
  }
  .hoaNavbar .hoaNavbarList ul.dropdown-menu li {
    border-bottom: 1px solid var(--border);
  }
  .hoaNavbar .hoaNavbarList ul.dropdown-menu li a {
    padding: 8px 0;
    font-size: 14px;
  }

  .dashboard-wallet-wrapper .btn-hoa {
    display: none;
  }

  .wallet-wrapper .wallet-icon-outline {
    margin-right: 8px;
    width: 22px;
    height: 22px;
  }

  .wallet-balance-info {
    font-size: 10px;
  }

  .wallet-balance-info .wallet-amount {
    font-size: 14px;
  }

  .footer-section.hoadashboard-footer-new .copy-right .text-center {
    margin-bottom: 0 !important;
  }

  .invoice-items-table,
  .invoice-field {
    padding: 18px;
  }

  .invoice-field {
    flex-direction: column;
    gap: 16px;
  }

  .invoice-field .invoice-label,
  .invoice-field .invoice-value {
    width: 100%;
    padding: 0;
  }

  .invoice-field .invoice-label {
    padding: 24px 18px 0;
  }

  .web-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .web-header-right a.btn-hoa {
    margin: 0 !important;
    padding: 0 12px;
    font-size: 12px;
    height: 32px;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 32px;
  }

  .web-header-right button.navbar-toggler {
    padding: 0;
    border: none;
  }

  .wallet-wrapper.web-wallet-section {
    margin-left: 0 !important;
  }

  .web-header-right .mobile-view-user {
    display: block;
  }

  .about-announcement {
    flex-direction: column-reverse;
    gap: 12px;
    padding-bottom: 32px;
  }

  .about-announcement .left-event-content {
    padding-right: 0;
    width: 100%;
  }
  .about-announcement .image-vestival {
    margin-top: 0;
  }
  .announcement-wrapper {
    padding: 32px 0;
  }
  .membership-section {
    padding-bottom: 20px;
  }
  .membership-section .card-container {
    margin: 0 auto;
  }

  .events-section {
    padding: 20px 0 !important;
  }

  .card-event-section {
    margin-bottom: 24px;
  }

  .hoa-main.padding-huge {
    padding-bottom: 48px;
  }

  .userInfoContent {
    flex-direction: column;
    padding-bottom: 45px;
  }

  .userInfoContent .infoImage_acct {
    margin-bottom: 32px;
  }

  .hide-dashboard-menu .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 20px;
  }

  .navbar-collapse.web-menu-hoa ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 20px;
  }

  .hide-dashboard-menu ul li.nav-item {
    float: left;
  }
  .hide-dashboard-menu ul li.nav-item .cm-nav-icon {
    width: 28px;
    height: 28px;
    float: left;
    margin-top: 4px;
  }

  .hide-dashboard-menu ul li.nav-item .cm-nav-icon img {
    width: 16px;
  }

  .hide-dashboard-menu ul li.nav-item ul.dropdown-menu {
    background: var(--brand-pale);
    padding: 0 16px;
  }

  .navbar-expand-lg .hide-dashboard-menu .navbar-nav .nav-link {
    border-bottom: 0;
  }

  .navbar-expand-lg .hide-dashboard-menu .navbar-nav .nav-link.logout-menu {
    color: rgb(217, 64, 64);
  }
  .section-heading p {
    font-size: 28px;
  }
  .eventlistCard-box .eventList-card {
    width: 100%;
  }

  .eventlistCard-box .blog-card-image {
    height: auto;
  }

  .events-section .event-card-hoa {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .qa-row {
    grid-template-columns: 1fr 1fr;
  }
  .hoa-topbar {
    padding: 0 12px;
  }
  .topbar-uname {
    display: none;
  }
  .column-in-mobile {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .qa-row {
    grid-template-columns: 1fr 1fr;
  }
}
