

:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;

  --footer-bg-color: #413b3b;
  --link-color: #ccdcff;
  --box-color: linear-gradient(135deg, #68c7aa, #65a9d7);
  --header-bg-color: #ffffff;
  --font-family: 'Century Gothic', Arial, sans-serif;
  --nav-link-color: #302c2c;
  --footer-text-color: #ffffff;
  --header-text-color: rgb(68, 62, 62);
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
    
}

  
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}

h2, h3 {
  color: var(--heading-color);
}



.content-area section {
  margin: 15px 0;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


.content-area section.main-section-style-h3-grid .main-section-h3-grid {
  margin-top: 1rem;
}

.content-area section.main-section-style-h3-grid .box {
  height: 100%;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--body-text-color) 18%, transparent);
  background: var(--box-color);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  color: #ffffff;
}

.content-area section.main-section-style-h3-grid .box h3,
.content-area section.main-section-style-h3-grid .box a {
  margin-bottom: 0.75rem;
  color: #ffffff !important;
}


.content-area section.main-section-style-image-bg {
  position: relative;
  overflow: hidden;
  padding: 3.125rem 1.5rem;
  border-radius: 17px;
  background-image: url('/images/community-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.content-area section.main-section-style-image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: color-mix(in srgb, #00000091, transparent 30%);
}

.content-area section.main-section-style-image-bg > :not(.section-style-toolbar) {
  position: relative;
  z-index: 2;
}

.content-area section.main-section-style-image-bg h2,
.content-area section.main-section-style-image-bg h3,
.content-area section.main-section-style-image-bg a {
  color: #ffffff !important;
}



.content-area a {
  color: var(--link-color);
  text-decoration: underline;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

  
  
.sidebar-search-box {
  width: 279px;
  margin-bottom: 15px;
}

.sidebar-search-box h3 {
  margin: 0 0 20px;
  font-weight: 700;
  color: var(--body-text-color) !important;
}

.sidebar-search-box form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-search-box input[type="search"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fff;
  color: var(--body-text-color);
  font-size: 0.95rem;
  font-family: var(--font-family);
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.sidebar-search-box input[type="search"]:focus {
  border-color: var(--link-color);
  box-shadow: 0 0 0 4px rgba(176, 54, 54, 0.12);
}

.sidebar-search-box input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.sidebar-search-box button {
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  background: var(--box-color);
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    opacity 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 6px 18px rgba(59, 104, 91, 0.25);
}

      .sidebar-links {
  width: 279px;
  margin-bottom: 15px;
}
.sidebar-links h3 {
  margin: 0 0 20px;
  font-weight: 700;
}

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

.sidebar-page-list li {
  list-style: none;
}

.sidebar-page-list a {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--body-text-color);
  background: transparent;
  font-size: 0.98rem;
  font-weight: 500;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.sidebar-page-list a:hover {
  background: rgba(176, 54, 54, 0.08);
  color: var(--link-color);
  transform: translateX(4px);
}

.sidebar-page-list a.active {
  background: var(--box-color);
  color: white;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(59, 104, 91, 0.25);
}
      .twitter-tweet {
  width: 279px !important;
}

.x {
  display: flex;
  justify-content: center;
}


.error_page {
  min-height: 70vh;
}


  
.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: 1.9rem 19px;
  text-align: center;
}

/* Top area */
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* Links */
.footer-links {
  display: flex;
  gap: 15px;
}

.footer a {
  color: var(--link-color);
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer a:hover {
  opacity: 1;
}

.footer-divider {
  border: none;
  height: 1px;
  margin: 1.5rem auto;
  width: 60%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--link-color),
    transparent
  );
  opacity: 0.5;
}

.footer-bottom {
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 1.6;
}

  
.footer img {
        filter: brightness(0) invert(1);
      }

 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;

}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-section {
  padding: 155px 0 60px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);

}

.hero-section.with-bg {
  background-image: url('/images/community-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}

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

  
@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 30px;
  }
  
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }

  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
  /* Mobile nav */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}


.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}

.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}

.dropdown.open .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }

  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}

            



.community-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 40px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(109, 203, 173, 0.3), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(113, 183, 229, 0.28), transparent 30%),
        radial-gradient(circle at 52% 100%, rgba(121, 211, 197, 0.24), transparent 34%),
        linear-gradient(135deg, #edf9f4 0%, #edf7fb 48%, #e8f3fa 100%);
    color: #243f48;
}
.community-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.42) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.community-section::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    top: -280px;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.48);
    filter: blur(12px);
    animation: glowPulse 7s ease-in-out infinite;
}
.community-intro {
    max-width: 950px;
    margin: 0 auto 60px;
    padding: 38px 42px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.38);
    box-shadow:
        0 24px 70px rgba(49, 105, 119, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 17px;
    border: 1px solid rgba(82, 172, 163, 0.25);
    border-radius: 999px;
    background: rgba(230, 251, 246, 0.72);
    color: #277c76;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(65, 142, 139, 0.1);
}
.community-intro h2 {
    margin: 0 0 20px;
    color: #173f4c;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.035em;
}
.community-intro p {
    margin: 0;
    color: #4a6972;
    font-size: 1.04rem;
    line-height: 1.8;
}
.community-intro p + p {
    margin-top: 10px;
}
.community-boxes {
    position: relative;
}
.box-one {
    position: relative;
    overflow: hidden;
    padding: 42px 38px 38px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(240, 251, 252, 0.4));
    box-shadow:
        0 25px 65px rgba(43, 105, 120, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}
.box-one::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    top: -115px;
    right: -90px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(91, 201, 169, 0.28), rgba(91, 161, 220, 0.22));
    filter: blur(2px);
    transition: transform 0.6s ease;
}
.box-one::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.38) 48%, transparent 70%);
    transform: translateX(-130%);
    animation: glassShine 8s ease-in-out infinite;
}
.box-one:hover {
    transform: translateY(-10px);
    border-color: rgba(108, 201, 185, 0.58);
    box-shadow:
        0 34px 85px rgba(41, 107, 122, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}
.box-one:hover::before {
    transform: scale(1.2) translate(-10px, 12px);
}
.box-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(99, 197, 164, 0.92), rgba(83, 157, 208, 0.9));
    color: #fff;
    font-size: 1.8rem;
    box-shadow:
        0 15px 30px rgba(58, 135, 150, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    animation: iconFloat 4.5s ease-in-out infinite;
}
.box-one h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #1e4a56;
    font-size: clamp(1.35rem, 2.1vw, 1.8rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
}
.box-one h3::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin-top: 15px;
    border-radius: 999px;
    background: linear-gradient(90deg, #64c8a5, #65a9d7);
}
.box-one p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #4a6770;
    font-size: 1rem;
    line-height: 1.78;
}
.box-one p + p {
    margin-top: 12px;
}
.community-decoration {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}
.decoration-one {
    width: 280px;
    height: 280px;
    top: 12%;
    left: -130px;
    border: 1px solid rgba(82, 178, 159, 0.2);
    background: rgba(116, 213, 184, 0.13);
    animation: decorationMoveOne 12s ease-in-out infinite;
}
.decoration-two {
    width: 360px;
    height: 360px;
    right: -180px;
    bottom: -80px;
    border: 1px solid rgba(89, 159, 212, 0.18);
    background: rgba(104, 180, 226, 0.12);
    animation: decorationMoveTwo 15s ease-in-out infinite;
}
.decoration-three {
    width: 95px;
    height: 95px;
    top: 56%;
    left: 7%;
    background: linear-gradient(135deg, rgba(88, 194, 164, 0.2), rgba(96, 165, 215, 0.18));
    animation: smallOrb 8s ease-in-out infinite;
}
@keyframes glassShine {
    0%, 48% {
        transform: translateX(-130%);
    }
    65%, 100% {
        transform: translateX(130%);
    }
}
@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-7px) rotate(2deg);
    }
}
@keyframes glowPulse {
    0%, 100% {
        opacity: 0.35;
        transform: translateX(-50%) scale(0.92);
    }
    50% {
        opacity: 0.65;
        transform: translateX(-50%) scale(1.08);
    }
}
@keyframes decorationMoveOne {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 35px) scale(1.12);
    }
}
@keyframes decorationMoveTwo {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-55px, -30px) scale(1.1);
    }
}
@keyframes smallOrb {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-38px) rotate(180deg);
    }
}
@media (max-width: 991.98px) {
    .community-section {
        padding: 75px 0;
    }
    .community-intro {
        margin-bottom: 40px;
        padding: 32px 26px;
    }
}
@media (max-width: 575.98px) {
    .community-section {
        padding: 60px 0;
    }
    .community-intro {
        padding: 28px 20px;
        border-radius: 23px;
    }
    .box-one {
        padding: 32px 23px 28px;
        border-radius: 23px;
    }
    .box-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 1.55rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .community-section *,
    .community-section *::before,
    .community-section *::after {
        animation: none !important;
        transition: none !important;
    }
}


.styled-list {
    margin: 0;
    padding: 0;
}
.styled-list li {
    position: relative;
    min-height: 78px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(232, 248, 249, 0.48));
    box-shadow: 0 14px 34px rgba(47, 105, 119, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #35545d;
    font-size: 1rem;
    line-height: 1.55;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}
.styled-list li::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.42), transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.7s ease;
}
.styled-list li:hover {
    transform: translateY(-5px);
    border-color: rgba(95, 192, 174, 0.5);
    box-shadow: 0 20px 44px rgba(46, 107, 120, 0.16);
}
.styled-list li:hover::before {
    transform: translateX(120%);
}
.styled-list i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    background: linear-gradient(135deg, #68c7aa, #65a9d7);
    color: #ffffff;
    font-size: 1.2rem;
    box-shadow:
        0 10px 22px rgba(57, 135, 149, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}
.styled-list li:hover i {
    transform: scale(1.08) rotate(4deg);
    box-shadow:
        0 14px 28px rgba(57, 135, 149, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.styled-list span {
    align-self: center;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .styled-list li {
        min-height: 72px;
    }
}
@media (max-width: 575.98px) {
    .styled-list {
        --bs-gutter-y: 0.75rem;
    }
    .styled-list li {
        padding: 15px 16px;
        border-radius: 15px;
        font-size: 0.95rem;
    }
    .styled-list i {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 1.05rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .styled-list li,
    .styled-list li::before,
    .styled-list i {
        transition: none;
    }
}