/*
Theme Name: BDMNCC
Author: BDMNCC Team
Version: 1.0
*/

/* .bdmncc-member {
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
} */

.bdmncc-member:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.12) !important;
}

.bdmncc-member__img {
  background: #f3f3f3;
}

.bdmncc-header {
  background-image: url("assets/img/header-2-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: sticky;
  top: 0;
  z-index: 9999;

  /* background: #198754; */
}

.bdmncc-logo {
  min-width: 180px;
  font-size: 18px;
}

.navbar-nav li {
  list-style: none;
}

.navbar-nav a {
  text-decoration: none;
  padding: 0.5rem 0.9rem;
  color: #222;
  font-weight: 500;
}

.navbar-nav a:hover {
  color: #0a7a4b;
}
/*  */
.bdmncc-hero-slide {
  min-height: 78vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bdmncc-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
}

.bdmncc-hero-slide .container {
  position: relative;
  z-index: 2;
}

.bdmncc-hero-topword {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4a32a;
  font-weight: 600;
  margin-bottom: 10px;
}

.bdmncc-hero-title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(28px, 4vw, 64px);
  margin-bottom: 12px;
}

.bdmncc-hero-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin-bottom: 10px;
}

/*  */

.bdmncc-welcome2 {
  padding: 90px 0;
  background: #fff;
}

.bdmncc-welcome2-top {
  color: #c79a2a;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bdmncc-welcome2-title {
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  font-size: clamp(28px, 3.6vw, 56px);
}

/* image block like screenshot */
.bdmncc-welcome2-img img {
  width: 100%;
  border-radius: 0;
  display: block;
}

/* text color similar */
.bdmncc-welcome2-text p {
  color: #777;
  line-height: 1.8;
  font-size: 15px;
}

/* 3 colored boxes */
.bdmncc-welcome2-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 150px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}

.bdmncc-welcome2-box:hover {
  filter: brightness(0.95);
}

.box-gold {
  background: #c79a2a;
}
.box-orange {
  background: #e25a25;
}
.box-green {
  background: #4f9e87;
}

/* event start  */

.bdmncc-events-list__item {
  display: flex;
  gap: 14px;
  align-items: center;
}

.bdmncc-events-list__thumb {
  flex: 0 0 70px;
}

.bdmncc-events-list__thumbimg {
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.bdmncc-events-list__info {
  flex: 1;
}

.bdmncc-events-home {
  padding: 90px 0;
  background: #fff;
}

.bdmncc-event-feature__img {
  height: 360px;
  object-fit: cover;
  display: block;
}

.bdmncc-event-feature__meta {
  margin-top: 18px;
  color: #b07c2a;
  font-size: 13px;
}

.bdmncc-event-feature__title {
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 12px 0 10px;
  font-size: 34px;
  line-height: 1.1;
}

.bdmncc-event-feature__title a {
  text-decoration: none;
  color: #1c1c1c;
}

.bdmncc-events-list {
  background: #fbf8ef;
  padding: 40px 40px;
}

.bdmncc-events-list__item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bdmncc-events-list__title {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
}

.bdmncc-events-list__title a {
  color: #1c1c1c;
  text-decoration: none;
}

.bdmncc-events-list__meta {
  font-size: 13px;
  color: #b07c2a;
}

@media (max-width: 991px) {
  .bdmncc-event-feature__title {
    font-size: 26px;
  }
  .bdmncc-events-list {
    padding: 25px;
  }
  .bdmncc-event-feature__img {
    height: 240px;
  }
}
/* event end */

/* blog start */
.bdmncc-blog-home {
  padding: 90px 0;
  background: #fff;
}

.bdmncc-blog-home__kicker {
  color: #d28a20;
  font-weight: 700;
  margin-bottom: 8px;
}

.bdmncc-blog-home__title {
  font-weight: 900;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 52px);
}

/* Left big cards */
.bdmncc-blog-big {
  display: grid;
  gap: 20px;
}

.bdmncc-blog-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
}

.bdmncc-blog-card__img {
  display: block;
  height: 100%;
  min-height: 200px;
}

.bdmncc-blog-card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bdmncc-blog-card__body {
  padding: 26px 26px;
}

.bdmncc-blog-card__meta {
  font-size: 13px;
  color: #c07b1f;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.bdmncc-blog-card__meta .dot {
  opacity: 0.6;
}

.bdmncc-blog-card__title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.25;
}

.bdmncc-blog-card__title a {
  text-decoration: none;
  color: #222;
}

.bdmncc-blog-card__excerpt {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.bdmncc-blog-card__more {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

/* Right small list like your event list */
.bdmncc-blog-side {
  display: grid;
  gap: 18px;
}

.bdmncc-blog-side__item {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
}

.bdmncc-blog-side__thumb {
  flex: 0 0 70px;
}

.bdmncc-blog-side__thumbimg {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.bdmncc-blog-side__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}

.bdmncc-blog-side__title a {
  text-decoration: none;
  color: #222;
}

.bdmncc-blog-side__meta {
  font-size: 13px;
  color: #c07b1f;
}

/* Responsive */
@media (max-width: 991px) {
  .bdmncc-blog-card {
    grid-template-columns: 1fr;
  }
  .bdmncc-blog-card__img {
    min-height: 220px;
  }
}
/* blog end */

/*  */

.content p {
  line-height: 1.9;
}
.content img {
  max-width: 100%;
  height: auto;
}
/*  */

/* Event archive rows style */
.bdmncc-event-rows {
  max-width: 980px;
  margin: 0 auto;
}

.bdmncc-event-row {
  display: grid;
  grid-template-columns: 130px 1fr 220px;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.bdmncc-event-row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.bdmncc-event-row__date {
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
}

.bdmncc-event-row__date .d {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
}

.bdmncc-event-row__date .m {
  color: #b07c2a;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
}

.bdmncc-event-row__date .w {
  font-size: 13px;
  margin-top: 6px;
}

.bdmncc-event-row__title {
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 26px;
}

.bdmncc-event-row__title a {
  text-decoration: none;
  color: #1c1c1c;
}

.bdmncc-event-row__meta {
  color: #777;
  line-height: 1.7;
  font-size: 14px;
}

.bdmncc-event-row__meta .loc {
  color: #b07c2a;
}

/* Button like sample (green/gold alternating) */
.bdmncc-event-btn {
  background: #4f9e87;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-weight: 700;
}

.bdmncc-event-btn:hover {
  color: #000;
  filter: brightness(0.95);
  border: 1px solid #000;
}

@media (max-width: 991px) {
  .bdmncc-event-row {
    grid-template-columns: 110px 1fr;
  }
  .bdmncc-event-row__btn {
    grid-column: 1 / -1;
  }
}

/*  */

.bdmncc-hero-bc {
  position: relative;
  padding: 90px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bdmncc-hero-bc__overlay {
  position: absolute;
  /* inset: 0; */
  background: rgba(0, 0, 0, 0.55);
}

.bdmncc-hero-bc__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.bdmncc-hero-bc__title {
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 54px);
}

.bdmncc-hero-bc__crumb {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.bdmncc-hero-bc__crumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.bdmncc-hero-bc__crumb a:hover {
  color: #fff;
}

.bdmncc-hero-bc__crumb .sep {
  margin: 0 8px;
  opacity: 0.7;
}
/*  */
/* =========================
   CONTACT PAGE (PREMIUM)
   ========================= */

/* Cards */
.bdmncc-contact-cards {
  margin: 10px 0 70px;
}

.bdmncc-contact-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 8px;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
  height: 100%;
}

.bdmncc-contact-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #f3f3f3;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin: 0 auto 20px;
}

.bdmncc-contact-title {
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.bdmncc-contact-text {
  color: #777;
  margin: 0;
  line-height: 1.8;
}

/* Heading */
.bdmncc-contact-head {
  margin-bottom: 35px;
}

.bdmncc-contact-head h2 {
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.bdmncc-contact-head p {
  color: #777;
  margin: 0;
}

/* =========================
   MAP + FORM (REFERENCE STYLE)
   Form hangs from top over the map
   ========================= */
/* Map section like reference */
.bdmncc-contact-mapwrap {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  border-radius: 0;
  overflow: hidden;
  margin-top: 40px;
  /* background: #eaeaea; */

  /* IMPORTANT: space above map so form can sit there */
  padding-top: 660px;
}

.bdmncc-contact-mapwrap iframe {
  display: block;
  width: 100% !important;
  height: 650px !important;
  border: 0;
}

/* Form sits in that top space (NOT too high) */
.bdmncc-contact-formbox {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 40px); /* pushes box DOWN into the padding area */
  width: min(980px, 92%);
  background: #fff;
  padding: 55px 55px;
  border-radius: 8px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  z-index: 5;
}

/* CF7 inputs */
.bdmncc-cf7 input,
.bdmncc-cf7 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 16px 18px;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

.bdmncc-cf7 textarea {
  min-height: 220px;
  resize: vertical;
}

.bdmncc-submit {
  background: #c79a2a !important;
  color: #fff !important;
  border: 0 !important;
  padding: 14px 46px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  border-radius: 0 !important;
}

.bdmncc-cf7 .wpcf7-submit {
  width: auto !important;
  display: inline-block !important;
}

.bdmncc-submit:hover {
  filter: brightness(0.95);
}
@media (max-width: 991px) {
  .bdmncc-contact-mapwrap {
    width: 100%;
    left: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .bdmncc-contact-formbox {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 0;
    padding: 30px 20px;
  }
  .bdmncc-contact-mapwrap iframe {
    height: 420px !important;
  }
}

/* membership from */
.bdmncc-member-formbox {
  background: #fff;
  padding: 55px 55px;
  border-radius: 8px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  width: min(980px, 96%);
  margin: 0 auto 40px;
}

@media (max-width: 991px) {
  .bdmncc-member-formbox {
    padding: 30px 20px;
    border-radius: 0;
    width: 100%;
  }
}
/* membership from */

/* donation page */
.bdmncc-donate-cards {
  margin-bottom: 50px;
}

.bdmncc-donate-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
  border-top: 5px solid #c79a2a; /* gold accent */
}

.bdmncc-donate-qr {
  width: 160px;
  height: 160px;
  object-fit: contain;
  display: block;
  margin: 14px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  padding: 8px;
}

.bdmncc-donate-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f3f3f3;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin: 0 auto 18px;
}

.bdmncc-donate-card h3 {
  font-weight: 900;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
}

.bdmncc-donate-value {
  font-size: 22px;
  font-weight: 900;
  color: #1c1c1c;
  margin-bottom: 6px;
}

.bdmncc-donate-note {
  color: #777;
  font-size: 13px;
}

.bdmncc-donate-bank {
  text-align: left;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

.bdmncc-donate-instructions {
  background: #fbf8ef;
  border-radius: 10px;
  padding: 35px 30px;
  max-width: 980px;
  margin: 0 auto 30px;
}

.bdmncc-donate-instructions h3 {
  font-weight: 900;
  margin-bottom: 14px;
}

.bdmncc-donate-instructions ul {
  margin: 0;
  color: #666;
  line-height: 1.9;
}
/* donation page */

/* Header background pattern (optional) */

/* Menu links */
.navbar-nav .nav-link {
  font-weight: 600;
  color: #222;
  padding: 0.6rem 1rem;
}

/* Active menu */
.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .current_page_item > .nav-link,
.navbar-nav .current-menu-ancestor > .nav-link {
  color: #c79a2a;
}

/* logo */
.bdmncc-logo img {
  height: 80px;
  width: auto;
  display: block;
}
/* logo */

/* Dropdown */
.dropdown-menu {
  border: 0;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px;
}

.dropdown-item {
  font-weight: 600;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
}

.dropdown-item:hover {
  background: rgba(199, 154, 42, 0.12);
}

/* Mobile */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 10px;
  }
  .navbar-nav .nav-link {
    padding: 0.8rem 0;
  }
}

.bdmncc-hero-slide {
  position: relative;
  min-height: 78vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* overlay */
.bdmncc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Perfect center layer */
.bdmncc-hero-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  padding: 40px 0;
}

.bdmncc-hero-content {
  max-width: 980px;
}

.bdmncc-hero-title {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(28px, 4vw, 64px);
  margin-bottom: 12px;
}

.bdmncc-hero-sub {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.bdmncc-member {
  border-radius: 12px;
  overflow: hidden;
}

.bdmncc-member__img {
  height: 220px;
  /*cardheightcontrol*/
  background: #f3f3f3;
}

.bdmncc-member__body {
  text-align: left; /* IMPORTANT: left align */
}

.bdmncc-break {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* galarry */
.bdmncc-gallery-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.bdmncc-video-thumb {
  position: relative;
  overflow: hidden;
}

.bdmncc-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}
/* galarry */

/* Home page about */
.bdmncc-about-ss {
  padding: 80px 0;
}

.bdmncc-about-ss__img-lg {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.bdmncc-about-ss__kicker {
  color: #ff9800;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.bdmncc-about-ss__title {
  font-weight: 900;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.bdmncc-about-ss__text {
  color: #666;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.bdmncc-about-ss__sub {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 10px;
}

.bdmncc-about-ss__text2 {
  color: #666;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.bdmncc-about-ss__btn {
  display: inline-block;
  background: green;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  max-width: 150px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.bdmncc-about-ss__btn:hover {
  filter: brightness(0.95);
  color: #fff;
}

.bdmncc-about-ss__img-sm {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .bdmncc-about-ss__img-lg {
    height: 320px;
  }
  .bdmncc-about-ss__img-sm {
    height: 240px;
  }
}
/* Home page about */

/* form-title */
.bdmncc-form-title {
  font-weight: 900;
  margin-bottom: 12px;
  font-size: 20px;
}
.bdmncc-label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #444;
  margin-bottom: 6px;
}
.bdmncc-label .wpcf7-form-control {
  margin-top: 8px;
}
/* CF7 acceptance alignment fix */
.bdmncc-accept .wpcf7-list-item {
  margin: 0 !important;
}

.bdmncc-accept label {
  display: flex;
  align-items: flex-start; /* checkbox top align */
  gap: 10px;
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

.bdmncc-accept input[type="checkbox"] {
  margin-top: 3px; /* text এর সাথে nicely align */
}
/*form-title  */

/* footer */
.bdmncc-footer {
  background: #198754; /* dark navy */
  color: rgba(255, 255, 255, 0.78);
}

.bdmncc-footer__title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.bdmncc-footer__heading {
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.bdmncc-footer__text {
  margin: 0 0 12px;
  line-height: 1.85;
}

.bdmncc-footer__small {
  font-size: 14px;
}

.bdmncc-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.bdmncc-footer a:hover {
  color: #fff;
}

.bdmncc-footer__links,
.bdmncc-footer__meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bdmncc-footer__links li,
.bdmncc-footer__meta li {
  margin-bottom: 10px;
}

.bdmncc-footer__btn {
  display: inline-block;
  margin-top: 8px;
  background: #198754; /* green */
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 800;
}

.bdmncc-footer__btn--gold {
  border: solid 1px #fff;
}

.bdmncc-footer__social {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bdmncc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.bdmncc-footer-bottom__links {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* footer */
