/********** Template CSS **********/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #36b9fb;
  --secondary: #36b9fb;
  --light: #f2f2f2;
  --dark: #111111;
}

.fw-medium {
  font-weight: 600 !important;
}
.accordion {
  background-color: #36b9fb;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
}

h9 {
  margin: 0;
  color: #fb3134;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
h13 {
  margin: 0;
  color: #fb3134;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
h14 {
  margin: 0;
  color: #fb3134;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

h10 {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 900;
  text-transform: capitalize;
}
h12 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
}

h11 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: #36b9fb;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.articleImage {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.topImage {
  position: relative;
}
.topImageChild {
  position: absolute;
  top: 0;
  left: 0;
}
.topImageChild img {
  width: 200px;
  object-fit: cover;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
  }

  .creative-tab-btn {
    font-size: 15px !important;
  }
  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  .creative-tab-btn {
    font-size: 14px !important;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Facts ***/
.fact {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** Service ***/
.service .nav .nav-link {
  background: var(--light);
  transition: 0.5s;
}

.service .nav .nav-link.active {
  background: var(--primary);
}

.service .nav .nav-link.active h4 {
  color: #ffffff !important;
}

/*** Booking ***/
.booking {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Team ***/
.team-item .team-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  transform: scale(0);
  transition: 0.5s;
}

.team-item:hover .team-overlay {
  transform: scale(1);
}

.team-item .team-overlay .btn {
  color: var(--primary);
  background: #ffffff;
}

.team-item .team-overlay .btn:hover {
  color: #ffffff;
  background: var(--secondary);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Footer ***/
.footer {
  /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../img/carousel-bg-1.png) center center no-repeat;
  background-size: cover; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* /////////// hero section */

.hero_section.hero-bg {
  background: linear-gradient(120deg, #36b9fb 0%, #b3e0fc 60%, #e0f7ff 100%);
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(32px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
  animation: orbFloat 18s infinite alternate;
}
.hero-orb.orb1 {
  width: 220px;
  height: 220px;
  background: #36b9fb;
  left: -60px;
  top: -60px;
  animation-delay: 0s;
}
.hero-orb.orb2 {
  width: 140px;
  height: 140px;
  background: #b3e0fc;
  right: 5%;
  top: 10%;
  opacity: 0.13;
  animation-delay: 3s;
}
.hero-orb.orb3 {
  width: 120px;
  height: 120px;
  background: #36b9fb;
  right: -40px;
  bottom: -40px;
  opacity: 0.1;
  animation-delay: 6s;
}
@keyframes orbFloat {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-30px) scale(1.08);
  }
}
.hero-glow {
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  margin: 0 auto;
  width: 420px;
  height: 180px;
  background: radial-gradient(circle, #fff 0%, #36b9fb33 60%, #36b9fb00 100%);
  z-index: 2;
  filter: blur(32px);
  opacity: 0.7;
  pointer-events: none;
}
.hero-heading {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.1;
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 24px #2196f344, 0 1px 0 #36b9fb;
}
.hero-underline {
  width: 100px;
  height: 7px;
  background: linear-gradient(90deg, #fff 0%, #36b9fb 100%);
  border-radius: 4px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 12px #2196f344;
  position: relative;
  z-index: 3;
}
.hero-desc {
  color: #f2f2f2;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.6;
  z-index: 3;
}
.hero-btn-main {
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 2px 12px #2196f344;
  padding: 0.9rem 2.2rem;
  margin-bottom: 0.5rem;
  border: none;
  background: linear-gradient(90deg, #36b9fb 0%, #0e6fff 100%);
  color: #fff;
  transition: all 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.hero-btn-main:hover,
.hero-btn-main:focus {
  background: linear-gradient(90deg, #0e6fff 0%, #36b9fb 100%);
  color: #fff;
  box-shadow: 0 6px 24px #2196f344;
  transform: translateY(-2px) scale(1.06);
}
.hero-btn-outline {
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 2px 12px #2196f344;
  padding: 0.9rem 2.2rem;
  margin-bottom: 0.5rem;
  border: 2px solid #36b9fb;
  background: #fff;
  color: #36b9fb;
  transition: all 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.hero-btn-outline:hover,
.hero-btn-outline:focus {
  background: #36b9fb;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 6px 24px #2196f344;
  transform: translateY(-2px) scale(1.06);
}
.hero-img {
  border-radius: 22px;
  box-shadow: 0 8px 32px #36b9fb44, 0 2px 12px #2196f344;
  border: 3px solid #b3e0fc;
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  background: #fff;
  display: block;
  z-index: 3;
  animation: fadeInUp 1s both;
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 1s both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-heading.fade-in-up {
  animation-delay: 0s;
}
.hero-desc.fade-in-up {
  animation-delay: 0.15s;
}
.hero-btn-main.fade-in-up {
  animation-delay: 0.3s;
}
.hero-btn-outline.fade-in-up {
  animation-delay: 0.45s;
}
.hero-img.fade-in-up {
  animation-delay: 0.6s;
}
.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.hero-wave-path {
  animation: waveMove 8s linear infinite alternate;
}
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60px);
  }
}
@media (max-width: 991px) {
  .hero-heading {
    font-size: 2rem;
  }
  .hero-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 0 auto;
    display: block;
  }
  .hero-orb.orb1 {
    width: 120px;
    height: 120px;
    left: -40px;
    top: -40px;
  }
  .hero-orb.orb2 {
    width: 80px;
    height: 80px;
    right: 2%;
    top: 8%;
  }
  .hero-orb.orb3 {
    width: 60px;
    height: 60px;
    right: -20px;
    bottom: -20px;
  }
  .hero-wave {
    height: 40px;
  }
  .hero_section.hero-bg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hero_section {
    padding: 0.7rem 0.1rem !important;
  }
  .hero-heading {
    font-size: 1.1rem;
  }
  .hero-img {
    max-width: 90vw;
    border-radius: 10px;
  }
  .hero-underline {
    height: 2px;
    width: 30px;
  }
  .hero-btn-main,
  .hero-btn-outline {
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
  }
  .row.align-items-center.h-100 {
    flex-direction: column-reverse !important;
  }
  .col-lg-6 {
    margin-bottom: 1rem;
  }
  .hero-glow {
    width: 80vw;
    height: 40px;
    top: 3%;
  }
  .hero-orb.orb1,
  .hero-orb.orb2,
  .hero-orb.orb3 {
    filter: blur(10px);
  }
  .hero-orb.orb2,
  .hero-orb.orb3 {
    display: none;
  }
  .hero-orb.orb1 {
    width: 60px;
    height: 60px;
    left: -20px;
    top: -20px;
  }
  .hero-wave {
    height: 20px;
  }
  .hero_section.hero-bg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 480px) {
  .hero-heading {
    font-size: 0.95rem;
  }
  .hero-img {
    max-width: 98vw;
    border-radius: 7px;
  }
  .hero-underline {
    height: 1px;
    width: 18px;
  }
  .hero-btn-main,
  .hero-btn-outline {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
  .hero-orb.orb1 {
    width: 30px;
    height: 30px;
    left: -10px;
    top: -10px;
  }
  .hero-glow {
    width: 60vw;
    height: 20px;
    top: 2%;
  }
  .hero-wave {
    height: 10px;
  }
}

/* Responsive styles for Vision & Mission page */
@media (max-width: 991.98px) {
  .container-xxl,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h2,
  h1 {
    font-size: 4vw !important;
  }
  p,
  .mb-4 {
    font-size: 2.5vw !important;
  }
  .col-lg-6.position-relative img {
    height: 250px !important;
  }
}
@media (max-width: 575.98px) {
  h2,
  h1 {
    font-size: 6vw !important;
  }
  p,
  .mb-4 {
    font-size: 3.5vw !important;
  }
  .col-lg-6.position-relative img {
    height: 180px !important;
    border-radius: 4px !important;
  }
  .container-xxl,
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (min-width: 981px) {
  h2,
  h1 {
    font-size: 2.5rem !important;
  }
  p,
  .mb-4 {
    font-size: 1.15rem !important;
  }
}
@media (max-width: 980px) and (min-width: 576px) {
  h2,
  h1 {
    font-size: 2rem !important;
  }
  p,
  .mb-4 {
    font-size: 1.05rem !important;
  }
}
@media (max-width: 575.98px) and (min-width: 381px) {
  h2,
  h1 {
    font-size: 1.3rem !important;
  }
  p,
  .mb-4 {
    font-size: 0.98rem !important;
  }
}
@media (max-width: 380px) {
  h2,
  h1 {
    font-size: 1.05rem !important;
  }
  p,
  .mb-4 {
    font-size: 0.85rem !important;
  }
}

/* Responsive styles for How We Can Help page */
@media (min-width: 981px) {
  h1,
  h9,
  h6 {
    font-size: 2.3rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.12rem !important;
  }
}
@media (max-width: 980px) and (min-width: 576px) {
  h1,
  h9,
  h6 {
    font-size: 1.7rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.02rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .position-relative img,
  .w-200,
  .h-200 {
    max-width: 100%;
    height: 220px !important;
    object-fit: cover;
    border-radius: 6px;
  }
}
@media (max-width: 575.98px) and (min-width: 381px) {
  h1,
  h9,
  h6 {
    font-size: 1.15rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.95rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .position-relative img,
  .w-200,
  .h-200 {
    max-width: 100%;
    height: 140px !important;
    object-fit: cover;
    border-radius: 5px;
  }
}
@media (max-width: 380px) {
  h1,
  h9,
  h6 {
    font-size: 0.98rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.82rem !important;
  }
  .position-relative img,
  .w-200,
  .h-200 {
    max-width: 100%;
    height: 90px !important;
    object-fit: cover;
    border-radius: 4px;
  }
}

@media (max-width: 765px) {
  .position-relative img,
  .w-200,
  .h-200 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Responsive styles for Drop Ins page */
@media (min-width: 981px) {
  h2,
  h10,
  h9 {
    font-size: 2.2rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.12rem !important;
  }
}
@media (max-width: 980px) and (min-width: 576px) {
  h2,
  h10,
  h9 {
    font-size: 1.5rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.01rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  img[src$='dropin2.jpg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) and (min-width: 381px) {
  h2,
  h10,
  h9 {
    font-size: 1.1rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.95rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  img[src$='dropin2.jpg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 380px) {
  h2,
  h10,
  h9 {
    font-size: 0.95rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.82rem !important;
  }
  img[src$='dropin2.jpg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Responsive styles for Support Groups page */
@media (min-width: 981px) {
  h2,
  h10,
  h9 {
    font-size: 2.2rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.12rem !important;
  }
}
@media (max-width: 980px) and (min-width: 576px) {
  h2,
  h10,
  h9 {
    font-size: 1.5rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.01rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  img[src$='supportgroups.jpeg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block;
    margin: 0 auto 16px auto !important;
  }
}
@media (max-width: 575.98px) and (min-width: 381px) {
  h2,
  h10,
  h9 {
    font-size: 1.1rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.95rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  img[src$='supportgroups.jpeg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block;
    margin: 0 auto 12px auto !important;
  }
}
@media (max-width: 380px) {
  h2,
  h10,
  h9 {
    font-size: 0.95rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.82rem !important;
  }
  img[src$='supportgroups.jpeg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block;
    margin: 0 auto 8px auto !important;
  }
}

/* Responsive styles for Social Gathering, Zoom, Educational, and Community pages */
@media (min-width: 981px) {
  h2,
  h10,
  h9 {
    font-size: 2.2rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.12rem !important;
  }
}
@media (max-width: 980px) and (min-width: 576px) {
  h2,
  h10,
  h9 {
    font-size: 1.5rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 1.01rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  img[src$='socialgatherings2.jpeg'],
  img[src$='zoom2.jpg'],
  img[src$='educational.jpeg'],
  img[src$='programmes.jpg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block;
    margin: 0 auto 16px auto !important;
  }
}
@media (max-width: 575.98px) and (min-width: 381px) {
  h2,
  h10,
  h9 {
    font-size: 1.1rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.95rem !important;
  }
  .container-xxl,
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  img[src$='socialgatherings2.jpeg'],
  img[src$='zoom2.jpg'],
  img[src$='educational.jpeg'],
  img[src$='programmes.jpg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block;
    margin: 0 auto 12px auto !important;
  }
}
@media (max-width: 380px) {
  h2,
  h10,
  h9 {
    font-size: 0.95rem !important;
  }
  p,
  .mb-4,
  span {
    font-size: 0.82rem !important;
  }
  img[src$='socialgatherings2.jpeg'],
  img[src$='zoom2.jpg'],
  img[src$='educational.jpeg'],
  img[src$='programmes.jpg'] {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block;
    margin: 0 auto 8px auto !important;
  }
}

/* Feature Section Styles */
.feature-section {
  background: #fff;
  color: #222;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 12px rgba(5, 131, 162, 0.04);
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.feature-section .row {
  margin-left: 0;
  margin-right: 0;
}
.feature-section .col-md-4 {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.2rem 1.5rem 1.2rem;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}
.feature-section .col-md-4:hover {
  box-shadow: 0 12px 32px rgba(5, 131, 162, 0.18);
  transform: translateY(-8px) scale(1.035);
  z-index: 2;
}
.feature-section .feature-icon {
  background: #e3f2fd;
  color: #0583a2 !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 0.7rem;
}
.feature-section .feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.feature-section .feature-link {
  color: #0583a2;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.18s;
}
.feature-section .feature-link:hover {
  color: #f44336;
}
.feature-section .feature-desc {
  min-height: 48px; /* Adjust as needed for your content */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Floating Donate Button Styles */
.floating-donate-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1050;
  background: #f44336;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: none;
  transition: background 0.2s;
}
.floating-donate-btn:hover {
  background: #d32f2f;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .floating-donate-btn {
    width: 65px;
    height: 65px;
    font-size: 0.95rem;
  }
}

/* --- Enhanced MP Campaign Section --- */
.mp-campaign-section {
  background: url('../img/westminster.jpg') center center/cover no-repeat,
    #0583a2;
  position: relative;
  border-radius: 0 0 18px 18px;
  min-height: 340px;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-campaign-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 70, 120, 0.78);
  z-index: 1;
  border-radius: 0 0 18px 18px;
}
.mp-campaign-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}
.mp-campaign-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(5, 131, 162, 0.13);
  border-left: 7px solid #0583a2;
  margin: 2rem auto;
  padding: 2.5rem 2.2rem 2.2rem 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mp-campaign-title {
  color: #0583a2;
  font-weight: 800;
  font-size: 2.1rem;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.mp-campaign-title .mp-campaign-icon {
  color: #f44336;
  font-size: 2.1rem;
  margin-right: 0.3rem;
}
.mp-campaign-text {
  color: #444;
  font-size: 1.13rem;
  margin-bottom: 1.7rem;
}
.mp-campaign-btn {
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 2.3rem;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(244, 67, 54, 0.13);
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  display: inline-block;
}
.mp-campaign-btn:hover {
  background: #d32f2f;
  box-shadow: 0 6px 18px rgba(244, 67, 54, 0.18);
  transform: translateY(-2px) scale(1.04);
}
@media (max-width: 767.98px) {
  .mp-campaign-section .container {
    min-height: 220px;
    padding: 0 0.5rem;
  }
  .mp-campaign-box {
    padding: 1.2rem 0.7rem 1.2rem 1.1rem;
    max-width: 98vw;
  }
  .mp-campaign-title {
    font-size: 1.1rem;
  }
  .mp-campaign-title .mp-campaign-icon {
    font-size: 1.1rem;
  }
  .mp-campaign-text {
    font-size: 0.98rem;
  }
  .mp-campaign-btn {
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
  }
}

/* --- Enhanced SEND Stats Card Layout and Style --- */
.send-stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem 2rem;
}
.send-stat-col {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 340px;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(5, 131, 162, 0.13);
  margin: 0 0.5rem;
  padding: 2.2rem 1.2rem 1.7rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.22s, transform 0.18s;
}
.send-stat-col:nth-child(1) {
  background: #e2f4ff !important;
}
.send-stat-col:nth-child(2) {
  background: #f0f4d9 !important;
}
.send-stat-col:nth-child(3) {
  background: #fff4cc !important;
}
.send-stat-col,
.send-stat-col * {
  color: #222 !important;
}
.send-stat-col:hover {
  box-shadow: 0 16px 40px rgba(5, 131, 162, 0.18);
  transform: translateY(-6px) scale(1.03);
}
.send-stat-col:nth-child(1) .send-stat-number {
  color: #36b9fb !important;
}
.send-stat-col:nth-child(2) .send-stat-number {
  color: #bfcd69 !important;
}
.send-stat-col:nth-child(3) .send-stat-number {
  color: #ffdb32 !important;
}
.send-stat-number {
  color: #0583a2;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.send-stat-desc {
  color: #222;
  font-size: 1.1rem;
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .send-stats-row {
    flex-direction: column;
    gap: 1.5rem 0;
  }
  .send-stat-col {
    max-width: 98vw;
    margin: 0 auto;
  }
}

/* Volunteering Section Styles */
.volunteering-section {
  background: #fafbfc;
  padding: 3rem 0 3rem 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 12px rgba(5, 131, 162, 0.04);
}
.volunteering-title {
  color: #0583a2;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  letter-spacing: 0.5px;
}
.volunteering-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.volunteering-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.volunteering-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 1.2rem;
}
.volunteering-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.volunteering-subtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.volunteering-desc {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .volunteering-title {
    font-size: 1.3rem;
  }
  .volunteering-subtitle {
    font-size: 1.1rem;
  }
  .volunteering-desc {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .volunteering-row {
    flex-direction: column;
    gap: 1.5rem 0;
  }
  .volunteering-col {
    align-items: center;
  }
  .volunteering-img-wrap {
    aspect-ratio: 16/10;
  }
}

/* Volunteering Single Card Styles */
.volunteering-single-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(5, 131, 162, 0.07);
  padding: 2rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s;
  cursor: pointer;
  max-width: 520px;
  position: relative;
}
.volunteering-single-card:hover {
  box-shadow: 0 6px 18px rgba(5, 131, 162, 0.13);
}
.volunteering-single-card .volunteering-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  box-shadow: none;
}
.volunteering-single-card .volunteering-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.volunteering-single-card .volunteering-subtitle {
  color: #0583a2;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  margin-top: 0.2rem;
  text-align: center;
}
.volunteering-single-card .volunteering-desc {
  color: #222;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .feature-section .feature-title {
    font-size: 1.1rem;
  }
  .volunteering-title {
    font-size: 1.3rem;
  }
  .volunteering-single-card .volunteering-subtitle {
    font-size: 1.1rem;
  }
  .volunteering-single-card .volunteering-desc {
    font-size: 1rem;
  }
  .mainHeading {
    margin: auto !important;
  }
}
@media (max-width: 575.98px) {
  .feature-section .col-md-4 {
    padding: 1.2rem 0.5rem;
  }
  .volunteering-single-card {
    padding: 1.1rem 0.5rem 1.3rem 0.5rem;
    max-width: 98vw;
  }
  .volunteering-single-card .volunteering-subtitle {
    font-size: 1rem;
  }
  .volunteering-single-card .volunteering-desc {
    font-size: 0.95rem;
  }
  .creative-tab-btn {
    font-size: 13px !important;
  }
  
}

/* Make volunteering card clickable */
a.volunteering-link,
a.volunteering-link:visited {
  color: inherit;
  text-decoration: none;
}

/* Blog Title Styling */
.blog-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #00bcfc !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Blog Card and Detail Page Image Styling */
.blog-card img,
.blog-detail img {
  border-radius: 5px !important;
  height: 250px;
}
.blog-detail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Newsletter Title Styling */
.newsletter-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #00bcfc !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Newsletter Card and Detail Page Image Styling */
.newsletter-card img,
.newsletter-detail img {
  border-radius: 5px !important;
}
.newsletter-detail img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Articles Title Styling */
.articles-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #00bcfc !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Articles Card and Detail Page Image Styling */
.articles-card img,
.articles-detail img {
  border-radius: 5px !important;
}
.articles-detail img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.articles-card .card-body,
.newsletter-card .card-body {
  display: flex;
  flex-direction: column;
}

.articles-card .card-text,
.newsletter-card .card-text {
  flex: 1 1 auto;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.articles-card img,
.newsletter-card img {
  width: 100%;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  display: block;
}

.blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 8.4em; /* 6 lines x 1.4em line-height */
  line-height: 1.4em;
}

.hero_section .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-heading {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  text-align: center !important;
}

.hero-desc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero_section
  .d-flex.flex-column.flex-sm-row.gap-2.mt-3.justify-content-center.justify-content-lg-start {
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .navbar .btn.btn-primary,
  .navbar .join-us-btn {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .btn,
  .btn-primary,
  .services-offer-btn, /* add your button's class here if it has one */
  .about-gradient-btn {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    float: none !important;
  }
  .about-gradient-btn,
  .services-offer-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .about-gradient-btn,
  .services-offer-btn {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 991px) {
  .about-gradient-btn,
  .services-offer-btn {
    font-size: 0.95rem !important;
    padding: 0.7rem 1.5rem !important;
    border-radius: 22px !important;
  }
}
@media (max-width: 767px) {
  .about-gradient-btn,
  .services-offer-btn {
    font-size: 0.85rem !important;
    padding: 0.6rem 1.1rem !important;
    border-radius: 18px !important;
  }
}
@media (max-width: 480px) {
  .about-gradient-btn,
  .services-offer-btn {
    font-size: 0.8rem !important;
    padding: 0.5rem 0.7rem !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 991px) {
  .about-card span {
    font-size: 1.3rem !important;
  }
  .about-card div {
    font-size: 1.05rem !important;
  }
}
@media (max-width: 767px) {
  .about-card span {
    font-size: 1.1rem !important;
  }
  .about-card div {
    font-size: 0.95rem !important;
  }
}
@media (max-width: 480px) {
  .about-card span {
    font-size: 1rem !important;
  }
  .about-card div {
    font-size: 0.85rem !important;
  }
}

.articles-card .card-title {
  max-height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.articles-card .card-text {
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.blog-detail {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.blog-detail img {
  margin-bottom: 1.2rem !important;
}
.blog-detail h1 {
  margin-bottom: 1.2rem !important;
}
