/* Index Page Code Start */

/* Index Page Code End */

.world_bank_banner_section {
  width: 100%;
  background-color: #fff;
  margin-top: 80px;
}

.responsive_image {
  width: 100%;
  height: auto;
  display: block;
}

.world_bank_1_top_div {
  margin-top: 50px;
  margin-bottom: 50px;
}

.world_bank_top_header {
  padding-left: 10px;
  font-size: 25px;
  border-left: 10px solid #b1b493;
  font-weight: bold;
}

.world_bank_span_tag {
  font-size: 35px;
  color: #de791c;
}
.world_bank_paragrapg_tag {
  line-height: 1.2;
}
.world_bank_image_border {
  border: 5px solid #b1b493;
  border-radius: 10px;
}

.world_bank_1_only_margin_left {
  margin: 50px 0px;
}

/* Table Section Start */
.table_header_background {
  background-color: #b1b493 !important;
}
.world_bank_table_cation {
  text-align: center; /* ডিফল্ট: উপরে ও কেন্দ্রভিত্তিক */
  caption-side: bottom; /* ক্যাপশন টেবিলের নিচে স্থান পাবে */
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}
/* Table Section End */

/* Development Dialogue Section Start */
.development_dialogue_section_image_outer_div {
  margin: 50px 0px;
}
.development_dialogue_figcaption {
  font-style: italic;
  color: #555;
  margin-top: 5px;
}
.dishari_publication_kamal_sir_left_image {
  padding: 0px 50px 0px 50px;
}
.kamal_kanti_banik_sir_details {
  display: flex;
  flex-direction: column; /* উপাদানগুলো এক-এক করে উপরে–নিচে সাজানো হবে */
  justify-content: center; /* vertical axis (main axis) এ সেন্টার করবে */
  align-items: center; /* optional: horizontal axis এও মাধ্যমিকভাবে সেন্টার করে */
  height: 100%; /* parent height অনুযায়ী সম্পূর্ণ উচ্চতা নেবে */
}
.development_dialogue_figure_tag {
  text-align: center;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 10px;
}
/* Development Dialogue Section End */

/* Birds Report Section Start */
.birds_top_section_margin_top {
  margin-top: 80px;
}
/* Birds Report Section End */

/* Bamboo Tree Section Start */
.bamboo_tree_top_only_margin {
  margin-top: 80px;
}
/* Bamboo Tree Section Start */

/* Water Source Section Start */

.project_section_sir_image_1 {
  height: 300px;
  background-color: #b1b493;
  position: relative;
}
.project_section_sir_image_1_only_image {
  width: 280px;
  height: 280px;
  background-color: orange;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 10;
}
.project_section_sir_image_2 {
  height: 300px;
  background-color: #b1b493;
}
/* Water Source Section End */

/* Squarkart Page Section Start */
.squarkart_top_main_outer_div_squarkart_page {
  margin-top: 80px;
}
.squarkart_top_left_main_header_squarkart_page {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.our_goal_section_right_3_div_squarkart_page {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* height: 100vh; */
  justify-content: space-evenly;
}
.our_goal_section_right_3_round_div_squarkart_page {
  width: 100px;
  height: 100px;
  outline: 2px solid #b1b493;
  border-radius: 50%;
  margin: auto;
}
.our_goal_section_right_3_div_squarkart_page_h1_tag {
  font-size: 30px;
}
.squarkart_top_header_squarkart_page {
  font-size: 35px;
  text-transform: capitalize;
  padding-left: 10px;
  border-left: 10px solid #b1b493;
  font-weight: bold;
}
.squarkart_top_sub_header_squarkart_page {
  font-size: 30px;
  text-transform: capitalize;
  padding-left: 10px;
  border-left: 10px solid #b1b493;
}

.squarkart_image_outer_div_squarkart_page img {
  opacity: 5;
}

.custom_image_style_for_all_images {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  transform: translateZ(0);
  animation: floatingGlow 3s ease-in-out infinite;
}
@keyframes floatingGlow {
  0% {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 10px rgba(43, 115, 126, 0.3);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08),
      0 0 20px rgba(43, 115, 126, 0.6);
    opacity: 1;
  }
  100% {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 10px rgba(43, 115, 126, 0.3);
    opacity: 0.6;
  }
}
/* Squarkart Page Section End */

/* Public Speaking Code Start */
.public_speaking_top_left_para {
  padding-top: 50px;
}
.image_width_50_precent {
  width: 50% !important;
  margin: auto;
}
.image_width_50_precent_display_none {
  display: none !important;
}
.image_width_50_precent_display_block {
  display: block !important;
}
@media only screen and (max-width: 576px) {
  .image_width_50_precent {
    width: 100% !important;
    margin: auto;
  }
  .image_width_50_precent_display_none {
    display: block !important;
  }
  .image_width_50_precent_display_block {
    display: none !important;
  }
}
/* Public Speaking Code End */

/* Team Leadership Code Start */
.custom_image_style_for_all_images_teamleadership_page_display_none {
  display: none !important;
}
@media only screen and (max-width: 576px) {
  .custom_image_style_for_all_images_teamleadership_page_display_block {
    display: none !important;
  }
  .custom_image_style_for_all_images_teamleadership_page_display_none {
    display: block !important;
  }
}
/* Team Leadership Code End */

/* Bamboo Project SA Code Start */
.tall_image_BambooProjectSA_file {
  margin-bottom: 50px;
}
/* Bamboo Project SA Code End */

/* New Structure Page Code Start */
/* .topic_section_outer_div {
  width: 100%;
  padding: 50px 20px;
} */
.topic_section_outer_div {
  width: 100%;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.topic_section_outer_div:hover {
  transform: scale(1.09);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.topic_section_outer_div::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: #b1b493;
  outline: 2px solid #000;
  border: 2px solid #000;
  opacity: 0.2;
  border-radius: 50%;
  z-index: 0;
  animation: float1 4s ease-in-out infinite;
}

.topic_section_outer_div::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 150px;
  height: 150px;
  outline: 2px solid #8d5008;
  border: 2px solid #8d5008;
  background: #b1b493;
  opacity: 0.15;
  border-radius: 50%;
  z-index: 0;
  animation: float2 6s ease-in-out infinite;
}

.topic_section_outer_div > * {
  position: relative;
  z-index: 1;
}

/* Animation Keyframes */
@keyframes float1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
}

@keyframes float2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -20px);
  }
}

.custom_image_style_for_all_images_only_responsive{
  height: 210px!important;
  margin: 20px 0px;
  object-fit: cover;
}

@media only screen and (max-width: 992px)
{
  .custom_image_style_for_all_images_only_responsive{
    height: auto;
  }
}

/* New Structure Page Code End */
