@media (min-width: 992px) {
  .showbacktop.is-fixed {
    top: -75px;
    background-color: #00796b !important;
  }
}

@media (min-width: 992px) {
  .showbacktop.is-visible {
    background: #00796b !important;
  }
}

.showbacktop.is-visible .logo-showbacktop {
  height: 4.5rem;
}
.showbacktop.is-visible .logo-showbacktop img {
  max-height: 4.5rem;
}

.link-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem; /* space between buttons */
  width: 100%;
}

.link-btn {
  flex: 1; /* equal width buttons */
  border: 1px solid #ddd;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  color: #212529;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.2s ease;
}

.link-btn:hover {
  /* background-color: #f8f9fa; */
  border-color: #bbb;
  color: #ffffff;
  text-decoration: none;
}

.slide-bg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fffae6 0%, #ffffff 100%);
}

.elementor-heading-title {
  color: #000000;
  font-family: "Barlow", Sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 76px;
}

.elementor-element-6fb8411 {
  position: absolute;
  top: -90px;
  left: 250px;
}

.elementor-element-6fb8411 img {
  width: 70%;
  vertical-align: middle;
  display: inline-block;
}
.elementor-element-3473619 {
  display: flex;
  align-items: center;
}

.photo-frame {
  border: solid 5px #00984a;
}

.donate-btn {
  background-color: #00acc1;
  color: white;
  border-radius: 0.5rem;
  font-weight: 500;
}

.elementor-shape-top {
  top: -1px;
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.elementor-shape-top .elementor-shape-fill {
  fill: #c5ddf3;
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.elementor-shape-top svg {
  width: calc(180% + 1.3px);
  height: 176px;
}

.program img {
  width: 150px;
}

.elementor-element-2dbb5db {
  background-image: url(https://hab.org.bd/wp-content/uploads/2024/06/Clip-path-group.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-widget-container {
  line-height: 1.7;
  text-align: justify;
}

.stats-section {
  justify-content: start;
  align-items: center;
  gap: 50px; /* space between items */
  background-color: #f8f9fa;
  padding: 20px 0;
}
.stat-item {
  text-align: center;
  color: #0d6efd; /* Bootstrap primary blue */
}
.stat-item h2 {
  font-size: 48px;
  font-weight: 700;
  color: #055aa9;
}
.stat-item p {
  font-size: 14px;
  font-weight: 600;
  color: #6c757d;
  margin: 0;
}

.program-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.program-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-body {
  padding: 2rem;
}
.btn-donate {
  background-color: #c82333;
  color: #fff;
  border: none;
}
.btn-donate:hover {
  background-color: #a71d2a;
}
.btn-more {
  border: 1px solid #ccc;
  color: #000;
}
.section-title {
  color: #007b2e;
  font-weight: 700;
}

.tall-row {
  height: 100px;
}

.intro-section {
  position: relative; /* allows pseudo-element overlay */
  background: url("https://mwlimits.org/wp-content/uploads/2025/06/CBA07027-scaled.jpg")
    center center / cover no-repeat;
  min-height: 50rem;
  padding: 6.375rem 0 0 !important;
  overflow: hidden;
}

/* Gradient overlay */
.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 3, 3, 0.5) 0%,
    rgba(3, 3, 3, 0) 73.66%
  );
  z-index: 1;
}

/* Keep section content above the gradient */
.intro-section > * {
  position: relative;
  z-index: 2;
}

.main-info__content {
  color: #fff;
  width: 100%;
  margin-bottom: 8rem;
}

.main-info__content {
  color: #fff;
  width: 100%;
  margin-bottom: 8rem;
}

.main-info__content p {
  color: #fff;
  font-size: 1.3rem;
}

.main-info__content .section-title {
  color: #f2cd5b;
  margin-bottom: 1.6rem;
}

.main-info__content .section-title {
  color: #f2cd5b;
  margin-bottom: 1.6rem;
}
.main-info__content .section-title {
  font-weight: 800;
}

.section-title {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.08;
  text-transform: uppercase;
}
@media (min-width: 1360px) {
  .section-title {
    font-size: 2rem;
    margin: 0;
    padding: 0;
  }
}

.medium-title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.19;
}

@media (min-width: 1360px) {
  .medium-title {
    font-size: 2rem;
  }
}

.section-head .medium-title {
  text-transform: uppercase;
  font-weight: 900;
  color: #00796b;
}

.section-head .medium-title {
  text-transform: uppercase;
  font-weight: 900;
  color: #00796b;
}

.numbers__count {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.08;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .numbers__count {
    font-size: 2.8rem;
  }
}

.video-wrap {
  overflow: hidden;
  max-height: 45rem;
  height: 66.2vw;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
iframe {
  border: 0;
}

.video-poster {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s ease;
}

.video-nav {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  background-color: rgb(25 95 93 / 0.8);
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .video-btn {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.play-icon {
  width: 2.4rem;
  height: 2.4rem;
  padding-left: 5px;
}

.img-wrap img {
  width: 100%;
}

.lang-btns button {
  border: none;
  background: none;
  font-weight: 600;
  color: #ffb100;
  cursor: pointer;
  transition: 0.3s;
}
.lang-btns button.active {
  color: #0056b3;
}

.lang-content {
  line-height: 2;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.image-wrapper img {
  transition: transform 0.4s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

/* Red Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: white;
  background: #dc3545; /* Bootstrap red */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 15px rgba(220, 53, 69, 0.6);
}

.play-btn:hover {
  background: #b02a37;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 20px rgba(220, 53, 69, 0.8);
}

.ratio_540-454 {
  aspect-ratio: 540 / 454;
}

.frame_bk {
  /* width: 100%;
    max-width: 800px;
    height: auto;
    min-height: 300px; */
  background: #000;
  padding: 15px;
  position: relative;

  background:
        /* Top border: long line + small missing part at the end */ linear-gradient(
        to right,
        #f4b722 0%,
        #f4b722 75%,
        transparent 75%,
        transparent 100%
      )
      top left / 100% 6px no-repeat,
    /* Bottom border: small missing part at start, then long line */
      linear-gradient(
        to right,
        transparent 0%,
        transparent 25%,
        #f4b722 25%,
        #f4b722 100%
      )
      bottom left / 100% 6px no-repeat,
    /* Left border: long line + short gap at bottom */
      linear-gradient(
        to bottom,
        #f4b722 0%,
        #f4b722 25%,
        transparent 25%,
        transparent 100%
      )
      top left / 6px 100% no-repeat,
    /* Right border: short gap at top, then long line */
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #f4b722 10%,
        #f4b722 100%
      )
      top right / 6px 100% no-repeat;
}

.frame {
  background: #000;
  padding: 15px;
  position: relative;
  background: /* Top border */ linear-gradient(
        to right,
        #f4b722 0%,
        #f4b722 75%,
        transparent 75%,
        transparent 100%
      )
      top left / 100% 6px no-repeat,
    /* Bottom border */
      linear-gradient(
        to right,
        transparent 0%,
        transparent 25%,
        #f4b722 25%,
        #f4b722 100%
      )
      bottom left / 100% 6px no-repeat,
    /* Left border */
      linear-gradient(
        to bottom,
        #f4b722 0%,
        #f4b722 25%,
        transparent 25%,
        transparent 100%
      )
      top left / 6px 100% no-repeat,
    /* Right border */
      linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #f4b722 75%,
        #f4b722 100%
      )
      top right / 6px 100% no-repeat;
} /* ----------------------------- */ /* Diagonal Ends (pseudo-elements) */ /* ----------------------------- */ /* Top right diagonal */
.frame::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(25% - 30px); /* (100 - 75)% - diagonal width */
  width: 30px; /* adjust triangle width */
  height: 6px; /* must match border thickness */
  background: #f4b722;
  clip-path: polygon(0 0, 100% 0, 0 100%); /* diagonal cut */
} /* Bottom left diagonal */
.frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(25% - 29px);
  width: 30px;
  height: 6px;
  background: #f4b722;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.is-sticky .navbar-dark .hamburger-icon span {
  background: #000000;
}

.is-sticky .navbar-toggler {
  color: var(--bs-black);
}

@media (max-width: 991.98px) {
  .mobile-sticky {
    border-bottom: solid 2px #bbb2b2;
  }
}

@media (max-width: 991.98px) {
  .header {
    width: 100%;
    z-index: 999;
    position: fixed;
  }

  .elementor-heading-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }
}

.menu-mobile a.nav-link {
  color: #ffffff;
}

.header-btn {
  background-color: #00acc1;
  color: white;
  border-radius: 0.5rem;
  font-weight: 500;
}

.program-title span:hover {
  background-color: #433cc3 !important;
}

@media (max-width: 991.98px) {
  .navbar-light .hamburger-icon span {
    background: #ffffff;
  }
}


.sidenav-menu .navbar-light .dropdown-menu {
  --bs-dropdown-bg: #00796B;
}


.side-link li ul li a, .sidebar-link li ul li a {
    color: #ffffff;
}