/* header */
.btLightAccentHeader .btLogoArea,
.btLightAccentHeader .btVerticalHeaderTop {
    color: #fff;
    background: linear-gradient(176deg, #0053cf, #004d7a, #00aaff);
    min-height: 5em;
    align-content: center;
    }
a.btButtonWidgetLink {
    padding: 1em;
}
/* hero section */
.bt_bb_section[class*="light_gradient"]:before {
    background: linear-gradient(to bottom, #0053cf33 -9%, rgba(0, 77, 122, 0) 83%, #00aaff 105%, #ffffff 100%) !important;
}
.btContentWrap{
  padding: 0 !important;
}
/* next */
section#bt_bb_section681868d2a0b52 {
    background: #005b89;
}
_column.col-xxl-8.col-xl-8.col-xs-12.col-sm-12.col-md-12.col-lg-8.bt_bb_vertical_align_middle.bt_bb_align_center.bt_bb_padding_50.bt_bb_animation_fade_in.animate.bt_bb_shape_inherit.animated {
    padding: 35px;
}
.headerbtn {
    padding: 0.5em !important;
    margin: 2px !important;
}

.wallet {
  --bg-color: #1f324a;
  --bg-color-light: #f0e7ff;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.card {
  width: 100%;
  height: 250px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 16px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
  transform: scale(7) translateZ(0);
}

.card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:hover .circle:after {
  background: var(--bg-color-light);
}

.card:hover p {
  color: var(--text-color-hover);
}

.card p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 60px;
  left: 62px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

/* flip card css */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 30vh;
  perspective: 1000px;
  font-family: sans-serif;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.61, 0.98, 0.48, 1.01);
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotate(180deg) rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1rem;
}

.flip-card-front {
  background: #fff;
  color: #000000;
}

.flip-card-back {
  background: #005b89;
  color: #fff;
  transform: rotateY(180deg);
}

.blockq {
  font-size: 20px;
  color: white;
  width: 90%;
  align-self: center;
}

/* navbar button */
.btn2 {
  position: relative;
  display: inline-block;
  padding: 0px 8px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}

.btn2::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - -2px);
  background-color: #cf1a45;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 50px);
  background-color: #212121;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2:hover::before {
  transform: translateY(-25px);
  height: 0;
}

.btn2:hover::after {
  transform: scaleX(0);
  transition-delay: 0.15s;
}

.btn2:hover {
  border: 2px solid #fefefe;
}

.btn2 span {
  position: relative;
  z-index: 3;
}

.navbar {
  text-decoration: none;
  border: none;
  background-color: transparent;
}

/* media coverage hover effect */
.hover-me {
  width: auto;
  position: relative;
  height: 3.5em;
  border: 3px ridge #006a4e;
  outline: none;
  background-color: transparent;
  color: white;
  transition: 1s;
  border-radius: 0.3em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  padding: 0px 20px;
  -webkit-box-align: center;
  text-align: center;
}

.hover-me::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #ffffff;
  transition: 0.5s;
  transform-origin: center;
}

.hover-me::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #ffffff;
  transition: 0.5s;
}

.hover-me:hover::before, .hover-me:hover::after {
  transform: scale(0)
}

.hover-me:hover {
  box-shadow: inset 0px 0px 25px #006a4e !important;
}

/* media coverege background */
.media-coverege {
  background-image: radial-gradient(circle at top left, rgba(0, 106, 78, 0.6), transparent 50%), radial-gradient(circle at bottom right, rgba(239, 43, 45, 0.6), transparent 50%), linear-gradient(135deg, rgba(0, 106, 78, 0.6) 30%, rgba(239, 43, 45, 0.6) 100%), url(../images/media.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
/* footer */
 .custom-footer {
        position: relative;
        background: linear-gradient(135deg, #0073b0, #0051b5);
        color: white;
        padding: 80px 20px 30px;
        text-align: center;
        font-family: 'Segoe UI', sans-serif;
        overflow: hidden;
    }

    .custom-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('https://www.ishraque.com/wp-content/uploads/2021/03/dhaka.jpg') center/cover no-repeat;
        z-index: 0;
        filter: brightness(0.5);
    }

    .custom-footer .content {
        position: relative;
        z-index: 2;
        animation: slideUp 1.2s ease-in-out;
    }

    .custom-footer .location {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .custom-footer .social-icons {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin: 25px 0;
    }

    .custom-footer .social-icons a {
      text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
        font-size: 20px;
        border: 2px solid white;
        transition: all 0.4s ease;
    }

    .custom-footer .social-icons a:hover {
        background: white;
        color: #006a4e;
        transform: scale(1.2);
        box-shadow: 0 0 15px #ef2b2d;
    }

    .custom-footer .developer {
        font-size: 16px;
        margin-top: 25px;
        opacity: 0.9;
    }

    .custom-footer .developer a {
        color: #fff;
        text-decoration: underline;
        transition: color 0.3s;
    }

    .custom-footer .developer a:hover {
        color: #ef2b2d;
    }

    @keyframes slideUp {
        0% {
            opacity: 0;
            transform: translateY(60px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 600px) {
        .custom-footer .location {
            font-size: 22px;
        }
        .custom-footer .social-icons a {
            width: 42px;
            height: 42px;
            font-size: 18px;
        }
    }
    /* volunterr */
        .volunteer-body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      /* background: radial-gradient(circle at top left, #006a4e, #ef2b2d); */
      color: white;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 15px;
    }

    .modern-form {
      background: white;
      color: #333;
      padding: 40px;
      border-radius: 25px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
      width: 100%;
      max-width: 700px;
      animation: fadeInUp 1s ease forwards;
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(50px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .modern-form h2 {
      color: #006a4e;
      margin-bottom: 10px;
    }

    .modern-form p {
      color: #555;
    }

    .modern-form label {
      color: #006a4e;
      font-weight: bold;
    }

    .modern-form input,
    .modern-form select {
      border-radius: 10px;
      border: 2px solid #ccc;
    }

    .modern-form input:focus,
    .modern-form select:focus {
      border-color: #ef2b2d;
      box-shadow: none;
    }

    .modern-form .btn-submit {
      /* background: linear-gradient(to right, #006a4e, #ef2b2d); */
      border: none;
      font-weight: bold;
    }

    .modern-form .btn-submit:hover {
      background: linear-gradient(to right, #ef2b2d, #006a4e);
      color: white !important;
    }

    .success-message {
      text-align: center;
      font-size: 18px;
      color: green;
      margin-top: 15px;
    }

    .btn {
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: rgb(14, 14, 26);
  color: rgb(234, 234, 234);
  font-weight: 700;
  transition: 0.6s;
  box-shadow: 0px 0px 60px #1f4c65;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}

.btn:active {
  scale: 0.92;
}

.btn:hover {
  background: rgb(2,29,78);
  background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);
  color: rgb(4, 4, 38);
}
/* preloader */

    #preloader {
      text-align: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: radial-gradient(circle at center, #002f69, #000d1a);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 99999;
    }

    .loader-text {
      font-size: 2.2em;
      font-weight: bold;
      margin-top: 20px;
      color: #00ccff;
      text-shadow: 0 0 86px #00ccff, 0 0 27px #00ccff;
    }

    .loader-subtext {
      font-size: 1.5em;
      color: #ffffffcc;
      margin-top: 5px;
    }

    /* loader */
.loader {
  width: 6em;
  height: 6em;
  font-size: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader .face {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  animation: animate023845 3s linear infinite;
}

.loader .face:nth-child(1) {
  width: 100%;
  height: 100%;
  color: gold;
  border-color: currentColor transparent transparent currentColor;
  border-width: 0.2em 0.2em 0em 0em;
  --deg: -45deg;
  animation-direction: normal;
}

.loader .face:nth-child(2) {
  width: 70%;
  height: 70%;
  color: lime;
  border-color: currentColor currentColor transparent transparent;
  border-width: 0.2em 0em 0em 0.2em;
  --deg: -135deg;
  animation-direction: reverse;
}

.loader .face .circle {
  position: absolute;
  width: 50%;
  height: 0.1em;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: rotate(var(--deg));
  transform-origin: left;
}

.loader .face .circle::before {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  content: '';
  width: 1em;
  height: 1em;
  background-color: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 2em,
                0 0 4em,
                0 0 6em,
                0 0 8em,
                0 0 10em,
                0 0 0 0.5em rgba(255, 255, 0, 0.1);
}

@keyframes animate023845 {
  to {
    transform: rotate(1turn);
  }
}
.card.wallet.text-center.h-100 p {
    font-weight: bold;
    padding-top: 13px;
}
/* hero section */
    /* html,
    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } */

    .hero-section {
        position: relative;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #0e2a47, #0a1930), radial-gradient(circle at top left, rgba(0, 123, 255, 0.15), transparent 70%), radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.1), transparent 60%);
        overflow: hidden;
    }

    .floating-glow {
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(0, 140, 255, 0.3), transparent 70%);
        border-radius: 50%;
        animation: floatGlow 12s infinite ease-in-out;
    }

    .floating-glow.one {
        top: -100px;
        left: -100px;
    }

    .floating-glow.two {
        bottom: -100px;
        right: -100px;
    }

    @keyframes floatGlow {

        0%,
        100% {
            transform: translateY(0) scale(1);
        }

        50% {
            transform: translateY(20px) scale(1.05);
        }
    }

    .glass-card {
        backdrop-filter: blur(18px);
        max-width: 89vw;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        padding: 2.5rem;
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5);
        z-index: 2;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        animation: fadeInUp 1.2s ease-out;
    }

    @keyframes fadeInUp {
        0% {
            transform: translateY(60px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .hero-img {
        width: 200px;
        height: 260px;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .hero-img:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    }

    .hero-text h1 {
        font-size: 2.4rem;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .hero-text p {
        color: #dbeafe;
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .bnp-symbol {
        margin-top: 1rem;
        font-size: 1.3rem;
        color: #facc15;
    }

    @media(max-width: 992px) {
        .overlay {
            left: 96px !important;
            top: 63px !important;
        }
    }

    @media (max-width: 768px) {
        .glass-card {
            flex-direction: column;
            text-align: center;
        }

        .hero-img {
            width: 160px;
            height: 210px;
        }

        section.hero-section {
            margin-top: 12vh;
        }

        .hero-text h1 {
            font-size: 2rem;
        }

        .downHero {
            margin: auto !important;
        }
    }