* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

html {
  overflow-X: hidden;
}

body {
  overflow-X: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;

  color: #333;
}

@font-face {
  font-family: 'Li Shohid Shafkat Samir ANSI V1';
  src: url('LiShohidShafkatSamirANSIV1.eot');
  src: url('LiShohidShafkatSamirANSIV1.eot?#iefix') format('embedded-opentype'),
    url('LiShohidShafkatSamirANSIV1.woff2') format('woff2'),
    url('LiShohidShafkatSamirANSIV1.woff') format('woff'),
    url('LiShohidShafkatSamirANSIV1.ttf') format('truetype'),
    url('LiShohidShafkatSamirANSIV1.svg#LiShohidShafkatSamirANSIV1') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Li Shohid Shafkat Samir ANSI V1';
  src: url('LiShohidShafkatSamirANSIV1-Italic.eot');
  src: url('LiShohidShafkatSamirANSIV1-Italic.eot?#iefix') format('embedded-opentype'),
    url('LiShohidShafkatSamirANSIV1-Italic.woff2') format('woff2'),
    url('LiShohidShafkatSamirANSIV1-Italic.woff') format('woff'),
    url('LiShohidShafkatSamirANSIV1-Italic.ttf') format('truetype'),
    url('LiShohidShafkatSamirANSIV1-Italic.svg#LiShohidShafkatSamirANSIV1-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

ul {
  list-style: none;
}

.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;

}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1624px !important;
}

.right-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.number {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 20px;
}

.search-icon img {
  width: 24px;
}

.user-icon img {
  width: 24px;
}

.number p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;

}

.menu-section a {
  margin: 15px;
  text-decoration: none;
  color: #221F1F;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.right-nav button {
  background-color: #221F1F;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: none;
  border-top-left-radius: 0 !important;
  border-end-end-radius: 0 !important;
  border-radius: 20px;
  text-transform: uppercase;
}

.right-nav button:hover {
  background-color: #EFE4B6;
  color: #221F1F;
}

.volunteer-registration-section {

  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.15);
  margin: 60px 0;
}

.volunteer-registration-left-form {
  padding: 45px;
}

.volunteer-registration-left-form h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
}

.input-gap {
  margin-bottom: 20px;
}

.volunteer-registration-left-form input {
  border: 1px solid #221F1F;
  font-weight: 500;
}

.volunteer-registration-left-form select {
  border: 1px solid #221F1F;
  font-weight: 500;
}

.volunteer-registration-left-form label {
  font-weight: 600;
}

.submit-button Button {
  border: 0;
  border-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 32px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #221F1F;
}

.submit-button Button:hover {
  background-color: #EFE4B6;
  color: #221F1F !important;
}

.right-registration-form-area {
  background-color: #221F1F;
  height: 100%;
  padding: 50px;
  text-align: center;

}

.right-registration-form-area {
  position: relative;
}

.right-registration-form-area::after {
  position: absolute;
  content: '';
  width: 101%;
  height: 405px;
  bottom: 0;
  background-image: url('../images/hands.png');
  left: -3px;
  background-repeat: no-repeat;
}

.right-registration-form-area h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 58px;
  text-align: center;
  margin: 80px 0;
  color: #fff;
}

.right-registration-form-area h2 span {
  color: #EFE4B6;
  font-weight: 600;
}

.box-content {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 30px;
}

.box-content p {
  font-size: 25px;
  color: #fff;

}

.box-content p span {

  color: #EFE4B6;


}

.footer-section {
  background-color: #221F1F;
}

.map-content h2 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
}

.footer-logo-section p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.footer-logo-section img {
  margin-bottom: 30px;
  max-width: 100%;
}

.footer-menu-section h6 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

ul {
  margin: 0;
  padding: 0 !important;
}

.footer-menu-section ul li a {
  text-decoration: none;
  color: #ffff;
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
}

.footer-menu-section ul li img {
  transform: rotate(90deg);
  margin-right: 19px;
  margin-left: 5px;
  width: 10px;
}

.footer-right-area p {
  color: #fff;
  font-size: 20px;
}

footer {
  background-image: url(assets/footer-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  border-top: 1px solid #626262;
  padding-bottom: 26px;

  padding-top: 37px;
  margin-top: 20px;
}

.social-icons ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-top: 30px;
}

.social-icons ul li img {
  transform: rotate(0);
  width: 40px;
  margin: 0;

}

.copyright-section {
  text-align: center;
  color: #fff;
}

.map-section-img img {
  max-width: 100%;
}

.table-box {
  width: 100%;
  margin-top: 20px;
  ;
}

.table-box tr th {
  font-weight: 600;
}

.table-box tr td {
  border: 1px solid #221F1F;
  padding: 10px;
}

.table-box tr th {
  border: 1px solid #221F1F;
  padding: 10px;
}

.table-box select {
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px;
  font-weight: 400;
}

.available-time-img {
  background-image: url(../images/available-time.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  justify-content: space-between;
  /* Add space between items */
  height: 100%;
  align-items: start;
  background-position: center;

}

.available-time-img::after {
  display: none;
}

.logo-icon-section img {
  width: 50%;
}

.logo-icon-section p {
  font-size: 25px;

}

.img-personal {
  background-image: url('../images/contact-img.png');
}

.img-personal h2 {
  margin: 0 !important;
}

.add-link-area button {
  background-color: #221F1F;
  border: 0;
  border-radius: 0px;
}

.add-link-area button:hover {
  background-color: #EFE4B6;
  color: #221F1F;
}

.personal-p p {
  color: #fff;
  margin-bottom: 0;
}

.verify-heading-section {
  padding: 40px;
}

.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-section img {
  max-width: 100%;
}

.flex-box.volunteer-registration-left-form h2 {
  text-align: left !important;
  width: 100%;
}

.submit-edit-button {
  text-align: center;
  padding-top: 30px;
}

.submit-edit-button button:first-child {
  margin-right: 20px;
}

.submit-edit-button button {
  border: 0;
  border-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 32px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #221F1F;
}


.submit-edit-button Button:hover {
  background-color: #EFE4B6;
  color: #221F1F !important;
}

.heading-section.volunteer-registration-left-form h2 span {
  color: #EFE4B6;
  font-weight: 600;
}

.heading-section.volunteer-registration-left-form h2 {
  color: #fff;
}

.heading-section.volunteer-registration-left-form {
  background-color: #221F1F;
}

.success-text h1 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  padding: 70px 0;
}

.refe {
  width: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  border: 4px solid #221F1F;
  border-radius: 10px;
}

.left-refe {
  text-align: center;
  width: 50%;
}

.left-refe p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;


}

.right-text {
  width: 50%;
}

.right-text h6 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  background-color: #221F1F;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.txt-success p {
  font-size: 25px;
  padding: 60px;
  text-align: center;
}

.hero-banner-section {
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -106px;
  padding-top: 110px;
}

.banner-content h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: "Rubik", serif;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 20px;
  font-weight: 400;
  padding-right: 60px;
  margin-bottom: 30px;
}

.banner-content button {

  padding: 10px 20px;
  font-size: 18px;
  background-color: #221F1F;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-top-left-radius: 0 !important;
  border-end-end-radius: 0 !important;
  border-radius: 20px;
  border-top-left-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}

.banner-content button:hover {
  background-color: #EFE4B6;
  color: #221F1F;
}

.banner-content button:active {
  background-color: #EFE4B6 !important;

}

.swiper-pagination-bullet-active {
  background-color: #221F1F !important;

}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}

.img-hero {
  padding-bottom: 60px;
}

.img-hero img {
  width: 90%;
  max-width: 100%;
}

.banner-content {
  padding-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #221F1F !important;
  border: 1px solid #221F1F;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px;
}


/* Custom Arrow Styles */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.title-section {
  text-align: center;
  padding-bottom: 30px;
}

.title-section h2 {
  font-size: 48px;
  font-family: "Rubik", serif;
  font-weight: 500;

}

.title-section p {
  font-size: 18px;

}

.slogan-section {
  padding: 60px 0;
}

.swiper.slogan-slider {
  padding-bottom: 30px;
}

.box-slogan {
  display: flex;
  align-items: center;
  background-color: #221F1F;
  justify-content: space-between;
  gap: 30px;
}

.img-ares {
  position: relative;
  z-index: 1;

  border-left: 12px solid #EFE4B6;

  border-top-left-radius: 74px;
  overflow: hidden;
}

.box-slogan {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;

}

.box-slogan h6 {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #fff;

  font-size: 20px;
  margin-bottom: 10px;
}

.box-slogan .content-text {
  padding: 30px;
}

.box-slogan .content-text p {
  color: #9d9d9d;
  font-size: 16px;
}

.cart-d {
  margin-bottom: 30px;
}

.bg-section {
  /* background-image: url("../images/bg-imgs.png"); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.right-section-content-change .title-section {
  text-align: left !important;
}

.right-section-content-change .title-section p {
  font-weight: 600 !important;
}

.button-section-change img {
  padding-left: 30px;
}

.galery-section {
  padding: 60px 0;
}

/* ============gallery=================== */


.single-list-galley img {
  width: 100%;
}

.single-list-galley .context {
  padding: 30px;

}

.single-list-galley .context span {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.single-list-galley .context h6 {
  font-size: 36px;
  font-weight: 600;
}

.like-area {
  background-color: #EFE4B6;
  padding: 6px 10px;
  float: right;
  text-align: right;
  display: inline;
  border-top-left-radius: 38px;
  font-size: 28px;
}

.about-section {
  /* background-image: url(../images/about-bg.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 60px 0; */
}

.about-area {
  background-image: url(../images/WBJDF-Home-left-hand-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.about-area p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.button-section.banner-content button:first-child {
  margin-right: 30px;
}

.blog-section {
  padding: 60px 0;

}

.single-blog h6 {
  font-size: 32px;
  padding: 10px 0 0;

}

.single-blog p {
  font-size: 16px;

}

.single-blgo button {
  font-size: 16px !important;
}

.single-blog {
  box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.75);
  margin: 15px 0;
}

.details-section {
  padding: 20px;
  padding-bottom: 20px;
  padding-bottom: 0;
  color: #221F1F;

}


.common-div {
  padding: 60px 0;
}

.control-box {
  margin: 15px 0;
}

.control-box button {
  margin: 15px 0;
  border: 0;
}

.control-box button:hover {
  background-color: #221F1F;
  color: #fff;
}

.control-box input {
  border-radius: 0;
  padding: 12px;
  background-color: #eaeaea;
}

.heading-con-h h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.left-contact-area.heading-con-h {
  background-color: #221F1F;
  padding: 60px;

}

.left-contact-area.heading-con-h h2 {
  color: #fff;
}

.left-contact-area.heading-con-h ul li {
  border-bottom: 1px dashed #fff;
  padding: 20px 0;
  list-style: none;
}

.left-contact-area.heading-con-h ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #fff;
}

.left-contact-area.heading-con-h ul li a p {
  margin-bottom: 0;
}

.left-contact-area.heading-con-h ul li a svg {
  font-size: 24px;
  color: #221F1F;

}

.icon-cnt {
  background-color: #EFE4B6;
  padding: 12px;
}

/* navbar */

.for-mobile {
  display: none !important;
}

.for-web {
  display: block !important;
}

.arrow-down {
  display: inline;
}

.dropdown-arrows {
  display: inline-block;
  cursor: pointer;
  position: relative;
  /* Ensure the dropdown menu is positioned relative to this element */
  padding-bottom: 10px;
}

.dropdown-arrows:hover .drop-menu {
  display: block;
  /* Show dropdown when hovering */
  padding: 14px 6px;
  border-radius: 13px;
}

.roated {
  transform: rotate(-180deg);
}

.dropdown-arrows {
  margin: 15px;
  text-decoration: none;
  color: #221F1F;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 284px;
  background-color: #fff;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.18);
  z-index: 99;
  border-radius: 4px;
  overflow: hidden;
}

.drop-menu .submenu a {
  flex-direction: column;
  padding: 2px 15px;
  margin: 6px;
  /* border-bottom: 1px solid #eaeaea; */
  transition: all ease-in-out 0.3s;
}

.drop-menu .submenu p {
  font-size: 11px;
  text-transform: capitalize;
}

.drop-menu a:hover {
  color: #b99500;
  /* padding-left: 20px; */
  /* border-left: 1px solid #221F1F; */
  transition: all ease-in-out 0.3s;

  /* color: #221F1F; */
}

.drop-menu {
  display: none;
}

.drop-menu a {
  display: flex;
}

.dropdown-arrows {
  position: relative;
}

.img-ares img {
  width: 100%;
  max-width: 100%;
}

.about-img img {
  max-width: 100%;
  width: 100%;
}

.left-section-img img {
  max-width: 100%;
  width: 100%;
}

.about-area p {
  font-size: 18px;
  color: #fff;
}

.single-blog img {
  width: 100%;
  max-width: 100%;
}

.about-section-page {
  background-image: url('../images/WBJDF-about-img.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.about-section-page p {
  font-size: 20px;
  margin-bottom: 40px;
}

.about-section-page h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.donate-page {

  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.donate-page h2 {
  color: #000;
}

.donate-page p {
  color: #000;
}

.donate-box {
  background-color: #ffffffa6;
  padding: 33px;
  max-width: 1200px;
  margin: auto;
  border-radius: 30px;

}

.donate-box .form input {
  width: 100%;
  padding: 8px;
  border: 0;
  /* margin: 6px; */

}


.donate-box .form Button {
  background-color: #221F1F;
  color: #fff;
  padding: 7px 20px;
  border: 0;
  margin: 6px;

}

.colbox h4 {
  text-align: center;
  font-size: 30px;
}

.colbox p {
  font-size: 18px !important;
}

.qur-section img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.qur-section {
  background-color: #EAEAEA;
  padding: 20px;
}

.qur-section span {
  font-size: 20px;
  font-weight: 600;
  color: #221F1F;
}

.qur-section p {
  font-size: 24px;
  font-weight: 600;
  color: #221F1F;
}

.slogan-section .swiper .swiper-wrapper .swiper-slide {
  margin-bottom: 24px;
}

.img-section {
  width: 24%;
  margin: auto;
}

.slogan-list .slogan-item {
  width: 50%;
}


/* In your Gallery.css or inline styles */
.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.single-list-galley img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.banner-blog {
  padding: 60px 0;
}

.banner-blog h2 {
  font-size: 32px;
  text-align: center;
  padding: 40px 0;

}

.banner-blog img {
  margin-bottom: 20px;
}

.gallery-section {
  padding: 60px 0;
}

.lg-react-element img {
  margin: 10px;
}

.view-more-btn {
  padding-top: 20px;
}

.blog-section a {
  text-decoration: none;
  color: #221F1F;
}

.blog-page a {
  text-decoration: none;
  color: #221F1F;
}

.arrow-down img {
  transform: rotate(90deg);
  width: 10px;

  margin-left: 4px;
}

.col-lg-12.submit-button.mt-4 {
  text-align: center;
}

.choose-section {
  text-align: center;
  margin: 60px 0;
  box-shadow: 0 0 12px 15px (rgba);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
  border-radius: 40px;
  padding: 0 40px 40px;
}

.choose-section h2 {
  background-color: #221F1F;
  display: inline-block;
  padding: 14px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;

}

.common-choose-box {
  background-color: #221F1F;
  border-radius: 40px;
  padding: 0 30px 30px;
}

.heading h4 {
  display: inline-block;
  background-color: #EFE4B6;
  color: #221F1F;
  padding: 12px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 25px;
}

.common-choose-box p {
  color: #fff;
  padding-top: 20px;
}

.common-choose-box img {
  width: 100%;
  max-width: 100%;
}

.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.masonry-gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.masonry-gallery img:hover {
  transform: scale(1.05);
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-content {
  position: relative;
  text-align: center;
  max-width: 90%;
  max-height: 90%;
}

.lightbox-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.lightbox-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 24px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px 10px;
}

.single-blog-sectoin {
  /* box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75);
  border-radius: 40px; */
  padding: 40px;
  text-align: left;
  margin: 60px 0;
}

.upload-details ul {
  padding: 10px 0 !important;
  margin: 20px 0;
  border-top: 1px solid #221F1F;
  border-bottom: 1px solid #221F1F;

  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.slice-next-prev {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center-arrow img {
  max-width: 100%;
  width: 100%;
}

.slice-next-prev .left-arrow {
  color: #939598;
  font-size: 30px;
  cursor: pointer;
}

.slice-next-prev .left-arrow i {
  padding-right: 6px;
}

.slice-next-prev .right-arrow {
  color: #939598;
  font-size: 30px;
  cursor: pointer;

}

.slice-next-prev .right-arrow i {
  padding-left: 6px;
}

#animated-thumbnails-gallery {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.small-img img {
  width: 100%;
  max-width: 100%;
}

.img-box-blog-list img {
  width: 100%;
}

.larg-img {
  flex: 1;
  height: 100%;
}

.small-img {
  flex: 1;
}

.larg-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.img-box-blog-list {
  position: relative;
}

.img-box-blog-list .text {
  position: absolute;
  background-color: #F00087;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  font-size: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.single-blog-gallery .img-box-blog-list {
  margin-bottom: 15px;
}

.share-icon {
  text-align: right;
}

.share-icon a img {
  width: 30px;
}

.blog-details-single {
  padding: 30px 0;
}

.blog-details-single p {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: 600;
  padding-bottom: 10px;
}

.upload-details ul li {
  font-size: 20px;
}

.small-img .small-first {
  margin-bottom: 10px;
}

.blog-rel {
  position: relative;
}

.blog-rel .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #151515b8;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

.blog-s {
  justify-content: start !important;
}

.view-more {
  text-align: center;
  margin: 30px 0;
}

.gallery-slider {
  margin: 60px 0;
  position: relative;
}

.gallery-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  top: 100%;
}

.gallery-slider .custom-prev {
  right: 9%;
  left: auto;
  top: -60px;
  margin-right: 70px;

}

.gallery-slider .custom-next {
  right: 9%;
  top: -60px;

}

.gallery-slider {
  margin: 60px 0;
}

.grievance-box {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.grievance-box .volunteer-registration-left-form {
  padding: 0;

}

.timer-section-flex {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  background-color: #221F1F;
  border-radius: 100px;
  padding: 30px 60px;
}

.left-content,
.right-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.fl-box.title-section {
  text-align: left;
  color: #fff;
  padding-bottom: 0;
}

.box-timer {
  /* background-color: #efe4b6; */
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border: 2px solid #efe4b6;
  color: #fff;
}

.box-timer h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 28px;
}

.box-timer p {
  margin-bottom: 0;
}

.changing-lives {
  background-image: url(../images/WBJDF-lives-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  padding: 20px;
}

.right-section-content-change {
  color: #fff;
}

.left-section-img-lives {
  background-color: #fff;
  padding: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.left-section-img-lives h5 {
  padding-top: 20px;
  text-align: center;
  font-size: 32px;
}

.about-img {
  background-color: #fff;
  padding: 20px;
}

.about-img h5 {
  font-size: 32px;
}

.about-img .top-text {
  display: flex;
  gap:
20px;
  justify-content: space-between;
  padding:
10px 0;
}

.about-img .button-t {
  width: 160px;
  display: block ruby;
}

.about-img .button-t button {
  background-color: #221F1F;
  border-top-left-radius: 0 !important;
  border-end-end-radius: 0 !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
}

.about-img .top-text .context p {
  color: #221F1F;
}

.about-area h6 {
  font-size: 32px;
  color: #fff;
}

.timer-section-flex .fl-box.title-section p {
  margin-bottom: 0;
}

.timer-section-flex .fl-box.title-section h2 {
  color: #EFE4B6;
}

.hambargar div {
  height: 4px;
  width: 100%;
  background-color: black;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hambargar.active .first-line {
  transform: rotate(45deg) translate(8px, 5px);
}

.hambargar.active .second-line {
  opacity: 0;
}

.hambargar.active .third-line {
  transform: rotate(-45deg) translate(8px, -5px);
}

.menu-section .for-mobile.menu-mobile.right-nav a img {
  width: 170px;
}

.menu-section .for-mobile.menu-mobile.right-nav a {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2edd5;
}

.event-section {
  display: flex;
  justify-content: center;

  align-items: start;
  position: relative;
}

.event-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%, -50%);
  width: 1px;
  background-color: #bdbdbd;

  height: 100%;

}

.article-contents {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px 20px;
}

.article-content-list-left {
  justify-content: end;
  position: relative;
  text-align: right;
}

.article-content-list-left::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  border-radius: 100px;
  right: 0;
  top: 40%;
  transform: translate(50%, 50%);
}

.article-content-list-left span {
  text-align: right;
}

.article-contents .toggle-context {
  max-height: 0;
  /* Start with the content hidden */
  overflow: hidden;
  /* Prevent content from spilling out */
  transition: max-height 0.3s ease-in-out;
}

.article-contents .toggle-context.active {
  max-height: 100vh;
  /* Temporarily set to a large value */
  transition: max-height 0.3s ease-in-out;
}

.toggle-context img {
  width: 100%;
}

.toggle-context p {
  padding-top: 20px;
  font-size: 18px;

}

.toggle-title .toggle-id {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left-rar span {
  text-align: left;
}

.text-left-rar::after {
  left: -7px;
}

.adding-box {
  text-align: center;
  padding: 30px;

}

.adding-box .box-i {
  padding: 12px 20px;
  background-color: #221F1F;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
}

.adding-box i {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.adding-box .box-i:hover {
  background-color: #b99500;

}

.adding-box .box-i:hover i {
  transition: all ease-in-out 0.3s;

  color: #fff;
  transform: rotate(90deg);
}

/* .about-area .button-section.banner-content button {

} */

.copy-icon {
  cursor: pointer;
  margin-left: 10px;
  color: #221F1F;
  transition: color 0.3s ease-in-out;
}

.copy-icon:hover {
  color: #221F1F;
}

.a {
  text-decoration: none;

}

.qur-section h4 {
  text-align: center;
  margin: 20px 0;
}

ul.list-of-about {
  display: flex;

}

ul.list-of-about li a {
  color: #000;
  padding: 10px;
}

ul.language-box {
  display: flex;
}

ul.language-box li {
  background-color: #fff;
  color: #000;
  padding: 12px 33px;
  margin: 6px
}

ol.list-content-demands {
  padding: 20px 0;
}

ol.list-content-demands li {
  padding: 6px 0;
  font-size: 20px;
}

.language-box {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 20px;
}

.language-box li {
  margin-right: 10px;
  cursor: pointer;
  padding: 10px 15px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

.language-box li.active {
  background: #221F1F;
  color: white;
  border-color: #221F1F;
}

.list-content-demands {
  display: none;
}

.list-content-demands.active {
  display: block;
}

.list-content-demands h2 {
  padding-top: 20px;
}





.bodyContainer {
  font-family: 'Arial', sans-serif;
  background-color: #f4f7fa;
  color: #333;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bcontainer {
  width: 100%;
  max-width: 900px;
  background-color: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

.volunteer-registration-left-form h5 {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.box-dv {
  background-color: #000;
  padding: 40px;
  color: #fff;
  border-radius: 20px;
  margin: 15px;
  text-align: center;

}

.box-dv a {
  text-decoration: none;
}

.box-dv p {
  color: #ffff;
  text-align: center;
}

.box-dv img {
  border:
    1px solid #fff;
  border-radius: 50px;
  width: 56%;
  padding: 20px;
  margin-bottom: 20px;
}

.box-dv-roadmap-list a {
  text-decoration: none;
}

.box-dv-roadmap-list h4 {
  color: #000;
  text-align: center;
  padding: 20px 0;
}

a {
  text-decoration: none;
}

.banner-content button a {
  color: #fff;
}

.banner-content button a:hover {
  color: #000;
}




/* Container for the whole roadmap section */
.container-sm {
  position: relative;
  padding-bottom: 60px;
  /* space for the timeline */
}

/* Timeline Line */
.swiper-slide.demon-ss .container-sm::after {
  content: '';
  position: absolute;
  bottom: 101px;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #c00;
  /* red dashed line */
  z-index: 1;
}

/* Each column with the roadmap card */
.roadmap-list {
  background: #fff;
  padding: 10px;
  border-radius: 10px;

  text-align: center;

  margin-bottom: 40px;
  /* for spacing above timeline */
}

.swiper-slide .row .col-lg-4.col-md-12 {
  position: relative;
}

/* Dot under each card */
.roadmap-list::after {
  content: '';
  position: absolute;
  bottom: 35px;
  /* position it under the card */
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #c00;
  border-radius: 50%;
  z-index: 2;
}

.list-item-time {
  text-align: center;
}

/* Blog image styling */
.roadmap-list img {
  width: auto;
  border-radius: 8px;
  height: 300px;
}

/* Text styling */
.details-section-demo p {
  margin-top: 15px;
  font-weight: 500;
  color: #333;
}


.box-dv a {
  margin-top: 10px;
  display: inline-block;
  padding:10px 20px;
  font-size: 18px;
  color: #221F1F;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border:none;
  border-top-left-radius: 0 !important;
  border-end-end-radius: 0 !important;
  border-radius:20px;
  border-top-left-radius: 20px;
  
}
.gallery-list img{
width: 100%;
}

.box-dv.complaint-box-hm {
 
  min-height: 268px;
}

.input-gap textarea{
  border: 1px solid #221F1F;
}

.text-review-s.input-gap textarea{
  border: 1px solid #dfdfdf;
}