/******************************************************************
  Template Name: Dugza
  Description:  
  Author: B. M. Ohedul Islam
  Version: 1.0
  Created: Shaptak (IT) Limited
******************************************************************/


* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
span {
    margin: 0;
    padding: 0;
}

/* Common css end */

/* Menu part start */
/* .main_menu {
    background: rgba(53, 53, 53, 0.25);
    height: 70px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.main_menu .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: hsl(0, 0%, 95%);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    line-height: 70px;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    -ms-transition: all linear .4s;
}

.main_menu .navbar-nav .nav-item .nav-link:hover {
    background: #fff;
    color: #222;
}

.main_menu .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #e23e38;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    -ms-transition: all linear .4s;
}

.main_menu .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}



.main_menu .navbar-brand img {
    height: 50px;
}

.menu_login{
    margin-left: 20px;
} */
/* ======= Menu part Start ======= */
/* Navbar General */
.main_menu .navbar-brand a {
    display: inline-block;
}
.main_menu .navbar-brand img {
    height: 45px;
}

.main_menu .navbar-brand h6 {
    font-size: 14px;
    color: #222;
}
.main_menu {
   background: rgba(53, 53, 53, 0.25);
    height: 60px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
nav {
  width: 100%;
  padding: 20px;
  /* background: lightblue; */
  transition: all 0.3s ease;
  z-index: 999;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #161F6F;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  transition: color 0.3s ease;

  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family:  'Aptos';
  line-height: 60px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  
}
/* .main_menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Aptos';
  line-height: 40px;
  padding: 0 35px;
  position: relative;
  display: block;
  text-align: center;
} */
.navbar-nav .nav-item {
  position: relative;
  transition: all linear .4s;
  -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -o-transition: all linear .4s;
  -ms-transition: all linear .4s;
  /* justify-content: center; */
}
.navbar-nav .nav-item:hover {
  background: #1959bf;
  color: #fff;
}

/* .navbar-nav .nav-link:hover {
  color: #007bff;
} */

/* Dropdown Menu Style */

.nav-drop, .nav-drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1959bf;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 999;
}

.nav-drop li, .nav-drop-down li {
  list-style: none;
}

.nav-drop li a, .nav-drop-down li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}

.nav-drop li a:hover, .nav-drop-down li a:hover {
  background: #84adef;
  color: #fff;
}

/* Hover Effect (Desktop) */
.nav-item:hover > .nav-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drop-item:hover > .nav-drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  left: 100%;
  top: 0;
}

/* Positioning for sub dropdown */
.nav-drop-down {
  left: 100%;
  top: 0;
}

/* Search Styling */
/* .search-form {
  margin-left: 20px;
}

.input-group input {
  border-radius: 20px 0 0 20px;
}

.input-group .btn {
  border-radius: 0 20px 20px 0;
}

.serch_btn button{
  background-color: #fff;
  border: 0;
} */



/* Menu part end */

/* Banner part start */
.banner_item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 320px 0 320px;
    
    position: relative;
    z-index: 1;
}

.banner_item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}

/* .banner_text h2,
.banner_text2 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
} */

/* .banner_text h1,
.banner_text2 h1 {
    color: #e23e38;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 10px 0 17px;
    position: relative;
}

.banner_text p,
.banner_text2 p {
    color: #ddd;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    padding-bottom: 30px;
    position: relative;
}

.banner_text h2::before {
    position: absolute;
    content: '';
    left: -11px;
    top: 50%;
    width: 169px;
    height: 3px;
    background: #e23e38;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}

.banner_text h2::after {
    position: absolute;
    content: '';
    right: -9px;
    top: 50%;
    width: 115px;
    height: 3px;
    background: #e23e38;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
}


.banner_text h1::before {
    position: absolute;
    content: '';
    left: -11px;
    top: -15px;
    width: 3px;
    height: 196px;
    background: #e23e38;
}

.banner_text h1::after {
    position: absolute;
    content: '';
    right: -9px;
    top: -15px;
    width: 3px;
    height: 196px;
    background: #e23e38;
}

.banner_text p::before {
    position: absolute;
    content: '';
    left: -8px;
    bottom: -16px;
    width: 78px;
    height: 3px;
    background: #e23e38;
}

.banner_text p::after {
    position: absolute;
    content: '';
    right: -8px;
    bottom: -16px;
    width: 49px;
    height: 3px;
    background: #e23e38;
}

.banner_text a,
.banner_text2 a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    line-height: 34px;
    padding: 0 20px;
    border: 1px solid #f1f1f1;
    background: transparent;
    text-transform: uppercase;
    margin-right: 25px;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    -ms-transition: all linear .4s;
}

.banner_text a:hover,
.banner_text2 a:hover {
    background: #e23e38;
    border: 1px solid #e23e38;
} */

#banner_part .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

#banner_part .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
}

#banner_part .slick-dots li.slick-active button {
    background: #e23e38;
    border: 1px solid #e23e38;
    width: 12px;
    height: 12px;
}

/* Banner part end */

.circle-layout {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 160px;
    height: 160px;
    z-index: 999;
}

.circle-wrapper {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Circle image inside wrapper */
.circle-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ID text */
.circle-text {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 12px;
}

/* Individual sizing/positioning */
.circle1 {
    width: 180px;
    height: 180px;
    top: 131px;
    left: -14%;
    transform: translateX(-50%);
    /* position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s; */
}
/* .circle1:hover{
  transform: rotate(360deg);
} */
.circle2 {
    width: 150px;
    height: 150px;
    bottom: -291px;
    left: -40px;
     /* position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s; */
}
/* .circle2:hover{
  transform: rotate(360deg);
} */
.circle3 {
    width: 120px;
    height: 123px;
    bottom: -253px;
    right: 198px;
     /* position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s; */
}
/* .circle3:hover{
  transform: rotate(360deg);
} */

.circle-layout:hover {
    animation-play-state: paused;
}


.banner-overlay-text {
    position: absolute;
    top: 250px;          /* adjust vertical position */
    left: 80px;        /* adjust horizontal position */
    text-align: center;  /* align text to the right */
    color: #f1f1f1ff;
    z-index: 1000;
    font-family: 'Oswald', sans-serif;
}

.banner-overlay-text h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 5px;
}

.banner-overlay-text h4 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 5px;
}

.banner-overlay-text h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #e23e38; /* highlight DUGZA in red */
}







#home_about_part {
    padding: 60px 0;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

/* #about_part .about_text,
#about_part .advatige,
#about_part .about_image {
    padding: 20px;
    box-sizing: border-box;
} */
.about_text{
     background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  border-radius: 12px;
  text-align: justify;
  padding: 20px;
}
#home_about_part p {
    font-size: 16px;
    line-height: 1.6;
}

/* Circular images */

/* About part start */

/* about_image{
     box-shadow: 0 2px 10px rgba(0,0,0,0.12);
 
} */

.about_image {
    display: flex;
    flex-direction: column;
    height: 100%;
     /* box-shadow: 0 2px 10px rgba(0,0,0,0.12); */
}

.about_image img {
    flex: 1;          /* makes both images share equal height */
    object-fit: cover; /* crops nicely to fit */
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
     border-radius: 12px;
}
/* .about_image img{
    
    object-fit: cover;
   
    display: block;
    margin: 0 auto 20px;
    
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
     border-radius: 12px;
} */
.advatige{
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  border-radius: 12px;
}
 .imp_link-slider {
  height: calc(6 * 40px); /* 5 items x ~40px each */
  overflow: hidden;
  position: relative;
  background-color: #f8f9fa;
  border-radius: 6px;
}

.imp_link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imp_link-list li {
  height: 40px;
  line-height: 40px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.imp_link-list li a {
  color: #212529;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

.imp_link-list li a:hover {
  background: #e9f5ec;
  color: #198754;
  padding-left: 10px;
  border-radius: 4px;
}

/* Optional hover effect */
.about_image img:hover,
.advatige img:hover {
    transform: scale(1.05);
}

/* About part end */


/* Notice & Event part start */
#notice_event{
    padding-bottom: 60px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}
.notice-box, .event-box {
    background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  border-radius: 12px;
}

.notice-box:hover,
.event-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.event-item img {
    object-fit: cover;
    border-radius: 12px;
}
.event-text{
    padding-left: 20px;
}

/* Notice & Event part start */


/* Images & Vedio part start */

#images_vedios{
  padding-bottom: 60px;
}
/* Left grid 4 images */
.left-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 100%; /* same height as right column */
}

.left-images-grid .images_img,
.col-lg-6.d-flex > .images_img { /* big right image */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.left-images-grid .images_img img,
.col-lg-6.d-flex > .images_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover full container */
}

.images_img .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 25, 25, 0.5);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s linear;
}

.images_img .overly a {
    color: #fff;
    font-size: 30px;
}




/* .images_img:hover .overly {
  transform: scale(1);
  
} */

/* Images & Vedio part end */
/* Brand slider part start */
#provider_slider{
  padding-bottom: 60px;
  
}
.provider-slider .slick-slide {
  padding: 10px; /* space between items */
}

.provider-slider img {
  margin: 0 auto;
}
.provider-slider h6{
  padding-bottom: 10px;
}



.footer_social h6{
  /* color:#222; */
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Aptos';
  padding-bottom: 15px;
}
.footer_social a{
  height: 35px;
  width: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Aptos';
  margin-right: 5px;
  /* border: 1px solid  #063F9A; */
  border: 1px solid  #fff;
  border-radius: 5px;
  /* padding: 1px 10px; */
  transition: all linear .4s;
  -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -o-transition: all linear .4s;
  -ms-transition: all linear .4s;
  position:relative;
  
}
.footer_social a i {
    position: absolute;
    top: 25%;
    left: 19%;
}
.footer_social a:hover{
  background: #3165b9;
  border: 1px solid  #3165b9;
}
.footer_office_address h5{
    padding-bottom: 10px;
}

/*====latest member & search part start===*/
#member_search{
    padding-top: 120px;
    padding-bottom: 60px;
}

/*-- latest member part end --*/

/* .latest_member {
      padding: 40px 0;
      text-align: center;
    } */

  .member_circle-layout {
  position: relative;
  width: 250px;
  height: 250px;
  margin: auto;
}

.member_circle_wrapper {
  position: absolute;
  text-align: center;
}

/* Image Style */
.member_circle_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Optional hover effect */
/*
.member_circle_img:hover {
  transform: scale(1.1);
  z-index: 2;
}
*/

/* Text overlay */
.circle_text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 12px;
}

/* Individual positioning */
.member_circle1 {
  top: 0;
  left: -101px;
  width: 180px;
  height: 180px;
}

.member_circle2 {
  top: 170px;
  left: -26px;
  width: 150px;
  height: 150px;
}

.member_circle3 {
  top: 160px;
  right: 273px;
  width: 120px;
  height: 123px;
}



    /* .circle1 {
    width: 180px;
    height: 180px;
    top: 131px;
    left: -14%;
    transform: translateX(-50%);
}
.circle2 {
    width: 150px;
    height: 150px;
    bottom: -291px;
    left: -40px;
}
.circle3 {
    width: 120px;
    height: 123px;
    bottom: -253px;
    right: 198px;
} */
/*-- latest member part end --*/

/*====latest member & search part end===*/


/*====abour part start===*/
#about_part{
    padding-top: 120px;
    padding-bottom: 60px;
    
}

.about_head h2{
    text-align: center;
}
.about_inner{
  text-align: justify;
}
.about_item{
    background-color: #fff;
    padding: 80px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    border-radius: 12px;
}
/*====abour part end===*/


/*====gallery part start===*/
#gallery_part{
   padding-top: 120px;
    padding-bottom: 60px;
}

 .album-folder {
      text-align: center;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 6px;
      transition: 0.3s;
      background-color: #f8f9fa;
    }

    .album-folder:hover {
      background-color: #fff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
    }

    .album-image {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 6px;
    }
    .album-images {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 6px;
    }

    .album-title {
      margin-top: 10px;
      font-weight: 600;
      font-size: 1rem;
      color: #333;
    }
/*====gallery part end===*/


/*====video part start===*/
#video_part{
  padding-top: 120px;
  padding-bottom: 60px;
}

.video-album img{
   height: 160px;
   width: 100%;
}
 .video-album {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative; /* ✅ Add this */
}
    .video-album:hover {
      transform: translateY(-5px);
    }




  .video-album .overly {
    height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  background: rgba(26, 25, 25, 0.5);
  /* transform: scale(0); */
  transition: all linear .4s;
  -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -o-transition: all linear .4s;
  -ms-transition: all linear .4s;
}

.video-album .overly a {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



    .album-image {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 8px;
    }
    .album-title {
      margin-top: 10px;
      font-weight: 600;
    }
    video {
      width: 100%;
      border-radius: 8px;
    }

/*====video part end===*/

/*====brand slider part start===*/
.brand-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }
  .brand {
    text-align: center;
    flex: 0 0 20%; /* 100% / 5 = 20% */
  }
/*====brand slider part end===*/

/*====Aims & Objectives part start===*/
#aims-objectives{
   padding-top: 120px;
  padding-bottom: 60px;
}

#aims-objectives .card-title {
  font-size: 20px;
}

#aims-objectives ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.card-title i{
  padding-right: 10px;
}
/*====Aims & Objectives part end===*/
/*====Research & Publication part start===*/
#research-publications{
  padding-top: 120px;
  padding-bottom: 60px;
}

#research-publications .card-title {
  font-weight: 600;
}

#research-publications .card-text {
  font-size: 15px;
}

/*====Research & Publication part end===*/



/*====Research & Publication part end===*/
#contact{
   padding-top: 120px;
  padding-bottom: 60px;
}
#contact h5 {
    font-weight: 600;
  }
  #contact a {
    color: #007bff;
    text-decoration: none;
  }
/*====Research & Publication part end===*/

/*==== Learning & Capacity Building Part start ===*/
#learning-capacity{
  padding-top: 120px;
  padding-bottom:60px;
}
/*==== Learning & Capacity Building Part end ===*/

/*==== Scientific Reports Part start ===*/
#scientific-reports{
  padding-top: 120px;
  padding-bottom:60px;
}
/*==== Scientific Reports Part end ===*/

/*==== Scientific Publications Part start ===*/
#scientific-publications{
  padding-top: 120px;
  padding-bottom:60px;
}
/*==== Scientific Publications Part end ===*/
/*==== All Notices Page Start ===*/
#all-notices{
  padding-top: 120px;
  padding-bottom:60px;
}
/*==== All Notices Page End ===*/

/*==== All News Page Start ===*/
#all-news{
  padding-top: 120px;
  padding-bottom:60px;
}
/*==== All News Page End ===*/
/*==== All Announcements Page Start ===*/
#all-announcements{
  padding-top: 120px;
  padding-bottom:60px;
}
/*==== All Announcements Page End ===*/

/*==== All Event Page Start ===*/

#all-events{
  padding-top: 120px;
  padding-bottom:60px;
}
.event-card {
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .event-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .event-date {
      font-size: 0.9rem;
      font-weight: bold;
      color: #198754;
    }
    .event-desc {
      font-size: 0.9rem;
      color: #555;
    }
/*==== All Event Page End ===*/

/*==== Donate Page Start ===*/
#donatepart_first{
  padding-top: 120px;
  padding-bottom:60px;
}

 .donate-card {
    border: none;
    border-radius: 12px;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
  }

  .donate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  .donate-card .card-body {
    padding: 25px;
  }

  .donate-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
  }

  .donate-card p {
    color: #555;
  }

  .donate-card .btn {
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }

  .donate-card .btn:hover {
    background-color: #0056b3;
  }
  .card-text{
    padding-bottom: 20px;
  }

  /*==== Donate Page End ===*/


  /*==== Donate From Start ===*/


  /* Donate Card Styling */
  .donation-section{
    padding-top: 120px;
    padding-bottom:60px;
  }
.donation-card {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.donation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.donte_header h2 {
    /* font-family: 'Oswald', sans-serif;
    font-weight: 600; */
    color: #28a745;
    margin-bottom: 10px;
}

.donte_header img {
    width: 80px;
}

/* Form Labels */
.form-label {
    font-weight: 600;
}

/* Required Star */
.form-label i {
    color: #dc3545;
    font-size: 10px;
}

/* Amount Buttons */
.amount-btn {
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}

.amount-btn:hover {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}

/* Input Focus */
.form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

/* Donate Buttons */
.donate_btn .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
    transition: all 0.3s ease-in-out;
}

.donate_btn .btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.donate_btn .btn-secondary:hover {
    background-color: #6c757d;
    border-color: #5a6268;
}
.donate-btn{
  margin-left: 10px;
}

/*==== Donate From End ===*/

#general_info{
  padding-top: 120px;
  padding-bottom:60px;
}