/** @format */

.login {
  /* display: inline-block; */
  color: #fff;
  transition: 0.3s;
}
.login:hover {
  cursor: pointer;
  color: #ff9700 !important;
}

.login-help {
  display: flex;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-header {
  height: 88px;
  width: auto;
  border-radius: 50%;
  
}

.ngo-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.ngo-title {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.ngo-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  margin-top: 2px;
  margin-left: 20px;
  cursor: pointer;
}

.ngo-title,
.ngo-title:hover {
  color: #fff !important;
}

.ngo-subtitle,
.ngo-subtitle:hover {
  color: #fff !important;
}

.logo-header {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.55));
  transition: 0.35s ease;
}

.logo-header:hover {
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.9));
  transform: translateY(-4px);
}

.phone {
  color: white;
  transition: 0.3s;
}

.phone:hover {
  color: #ff9700;
  cursor: pointer;
}

.text-small {
  font-size: medium !important;
}

/* donation */

body {
  /* background: linear-gradient(180deg, #071026 0%, #0b1220 100%);  */
  color: #e6eef6;
  font-family: "Poppins", sans-serif;
  padding: 40px 0;
}

.donation-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.6);
}

label {
  color: #bcd2e6;
}

.btn-primary {
  background: #ff9700;
  border: none;
}

.certificate {
  width: 800px;
  height: 560px;
  background: #fff;
  color: #111;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: "Times New Roman", serif;
}

.cert-title {
  font-size: 26px;
  font-weight: 700;
  color: #ff9700;
  text-align: center;
}

.cert-body {
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.cert-footer {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cert-sign {
  text-align: center;
}

.cert-logo {
  height: 60px;
}

/* mobile friendly preview */
@media (max-width: 900px) {
  .certificate {
    width: 600px;
    height: 420px;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .certificate {
    width: 320px;
    height: auto;
    font-size: 14px;
    padding: 12px;
  }
}

.fixeSize-img {
  height: 400px;
  width: 400px;
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
}
/* Video */

.img-size>img {
  width: 100%;
  height: 390px !important;
}

.about-img img {
  height: 400px;
  width: 100%;
}
.support-img img {
  width: 100%;
  height: 350px;
}

.news-img img {
  height: 300px;
  width: 100%;
}

.top-text a {
  font-size: 12px;
}

.event-img img {
  height: 281px;
  width: 225px;
}

.blog-img img {
  height: 300px;
  width: 400px;
}

.donate-img img {
  height: 306px;
  width: 310px;
  border-radius: 29px;
  margin-left: 10px;
}
.project-img img {
  height: 350px;
  width: auto;
}

/* whatsapp phone icons */
.floating-icons {
  position: fixed;
  bottom: 175px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a685b;
  font-size: 25px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* WhatsApp Button */
.whatsapp {
  background-color: #fff;
  box-shadow: 0 8px 25px rgba(38, 96, 45, 0.45);
}
.whatsapp:hover {
  background-color: #ff9700;
  color: #fff;
}
.phone {
  background-color: #fff;
  box-shadow: 0 8px 25px rgba(38, 96, 45, 0.45);
}
.phone:hover {
  background-color: #ff9700;
  color: #fff;
}
