* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 132px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

p {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prata', serif;
}

/* Index Page */
.index-banner {
  position: fixed;
  z-index: 1050;
  top: 0;
  width: 100%;
  background-color: #3F5461;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.top-bar {
  background-color: #0077B6;
  padding: 10px 0;
}

.top-link {
  color: #FFFFFF;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
 .section-img {
      width: 100%;
      height: 420px;
      border-radius: 8px;
      object-fit: contain;
    }
    .journal-img{
      width: 100%;
      height: 200px;
      object-fit: contain;
    }
.top-link:hover {
  color: #E0E0E0;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.icon-link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  transition: color 0.3s ease;
}

.icon-link:hover {
  color: #E0E0E0;
}

.logo img {
  width: 112px;
  height: auto;
  object-fit: contain;
  align-items: center;
  background-color: white;
}

.custom-navbar .nav-links {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 15px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.custom-navbar .nav-links:hover {
  color: #E0E0E0;
}

.custom-navbar .nav-item {
  position: relative;
  margin: 0 10px;
  list-style: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
}

.nav-item:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f0f0f0;
}

.btn-donate {
  background-color: #E41B47;
  border-radius: 10px;
}

.btn-donate:hover {
  background-color: #BD567F;
  color: #FFEBF0;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #017DB0;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #017DB0;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1410px;
  margin: auto;
  overflow: hidden;
}

.subtitle {
  color: #0077B6;
  font-size: 16px;
  font-weight: bold;
}

.index-top-bar {
  padding: 10px 0;
}

.navbar-toggler {
  position: absolute;
  top: 22px;
  right: 1rem;
  z-index: 1050;
  border: none;
  background: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* .content {
  position: absolute;
  padding-left: 15px;
  top: 40%;
  left: 5%;
  max-width: 500px;
  color: #ffffff;
  animation: fadeIn 3.5s ease-in-out forwards;
  margin-top: 70px;
  opacity: 20%;
}

.content img {
  position: relative;
}

.content h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.content p {
  font-size: 1.1em;
  color: #ffffff;
  line-height: 1.5;
}

.content h1,
.content p {
  color: white;
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
} */

.link-button {
  background-color: #0077B6;
  font-weight: 500;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.biography-link {
  text-decoration: none;
  color: black;
}

.link-button:hover {
  background-color: #005BB5;
}

.image-container {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  height: 201px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}


/* .team-card {
    height: 252px;
    width: 272px;
    border-radius: 10px;
    padding-top: 101px;
    text-align: center;
    background-color: #4D9660;
    color: white;
    position: relative;
}

.team-image {
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: transform 0.3s ease-in-out;
}

.image-container img {
    transition: transform 0.3s ease-in-out;
}

.team-card:hover .image-container img {
    transform: scale(0.9);
}

.role {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.name {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.view-btn {
    color: white;
    text-decoration: none;
    float: right;
}

.view-btn:hover {
    text-decoration: underline;
}

.pillar-msg {
    padding: 0 24px;
} */

.more-btn {
  width: 109px;
  display: flex;
  justify-content: center;
  background-color: #3F5461;
  padding: 5px;
  border-radius: 29px;
}

.more-btn a {
  color: white;
  border: 0;
}

.about-us {
  /* background-color: #EFEFEFA3; */
  padding: 1px 0;
}

.card-body {
  background-color: #3F5461;
  padding: 20px;
  border-radius: 5px;
}

.card-text {
  color: #ffffff;
  /* padding: 31px 10px; */
}

.card-image img {
  width: 100%;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.research-card:hover .card-image img {
  transform: scale(1.1);
}

.card-image {
  /* position: absolute; */
  /* top: -22px;
    left: 50%;
    transform: translateX(-50%); */
  transition: transform 0.3s ease-in-out;
  border-radius: 8px;
}

.research-card {
  text-align: center;
  /* position: relative; */
}

.testimonial-slide {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.testimonial-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-text {
  padding: 20px;
}

.footer-form{
  background-color: #EDEDED;
}
.feedback-form {
      max-width: 500px;
      margin: 0 auto;
      padding: 20px;
      background-color: #EDEDED;
    }

    .form-control {
      border-radius: 10px;
    }

    .btn-submit {
      border-radius: 20px;
      padding: 6px 30px;
      background-color: #2e7d32;
      color: white;
      border: none;
    }

    .btn-submit:hover {
      background-color: #256428;
    }
    
.banner-footer {
    position: relative;
  background: url('../images/KFRC-Footer-image.png') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 40px 0;
}

.banner-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(63, 84, 97, 0.9);
  z-index: 0;
}

.banner-footer .container {
  position: relative;
  z-index: 2; 
}

.footer-content {
  padding-top: 60px;
}

.footer-content a{
  color: white;
}

.advisory-board-message h5{
  color: #007DB0;
}


.kfrc-research {
  font-weight: 400;
  max-width: 363px;
  color: #FFFFFF;
  padding-top: 12px;
  padding-bottom: 70px;
}

.card-link {
  text-decoration: none;
}

.donate-section {
  background-color: #3F5461;
  color: white;
  padding: 16px;
  border-radius: 10px;
}

.donate-section p {
  margin: 0;
}

.donate-section-btn {
  background-color: #ec0e57;
  border-radius: 25px;
  border: none;
}

.donate-section-btn a {
  color: #ffffff;
  padding: 12px 33px;
}

.copright {
  color: #ffffff;
  font-weight: 400;
  /* font-size: 16px; */
}

.quick-link h6 {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.quick-link ul {
  padding-left: 0;
  font-size: 18px;
}

.quick-link ul li {
  padding-bottom: 12px;
  list-style-type: none;
}

.quick-link ul li a {
  color: #ffffff;
  text-decoration: none;
}

.connect h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.footer-address {
  color: #ffffff;
  font-weight: 400;
  /* font-size: 16px; */
  max-width: 349px;
}

.footer-contact p {
  margin-bottom: 0;
  color: #ffffff;
}

.last-update {
  padding-top: 30px;
  color: #ffffff;
}

.footer-content {
  padding-top: 60px;
}

.name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.mission-hover {
  border: none;
  border-bottom: 1px solid #B2B2B2;
  border-radius: 0;
  background: none;
}

.nav-hover {
  background: none;
  border: none;
}

.nav-hover:hover {
  background-color: #4D9660;
}

.rectangle-about {
  position: absolute;
  right: 1px;
  top: 350px;
  z-index: -5;
}

.custom-about-box {
  background-color: #EFEFEFA3;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.about-bg-icon {
  position: absolute;
  bottom: 2px;
  right: 3px;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

.about-sidebar {
  position: relative;
  background-color: #3F5461;
  padding: 0;
  height: fit-content;
  border-radius: 12px;
}

.nav-link:hover {
  background-color: #79c987 !important;
  color: white !important;
}

.nav-link.active {
  background-color: #4d915a !important;
  color: white !important;
}

.csr {
  background-color: #EFEFEFA3;
}

.bg-green {
  background-color: #3F5461;
  color: white;
}

.mission-icon {
  position: absolute;
  top: 145px;
  right: -22px;
}

.rectangle-left {
  position: absolute;
  left: -43px;
  top: 250px;
  z-index: -1;
}

.accordion-button {
  background-color: #d3d3d3 !important;
  color: #2c3e50;
  font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-body {
  background-color: #f9f9f9;
}


.vision-right {
  position: absolute;
  left: 84%;
  z-index: -2;
}

.vision-left {
  position: absolute;
  top: 265px;
  left: -64px;
  z-index: -2;
}

.vision-icon {
  width: 30%;
}

.scientist-sidebar {
  background-color: #3F5461;
  padding: 0;
  position: sticky;
  top: 20px;
  height: fit-content;
  z-index: 10;
  border-radius: 12px;
}

.trust-list {
  font-size: 18px;
}
.trust-list li{
  color: #007DB0;
}
.trust-list p{
  color: #E41B47 !important;
  font-size: 16px !important;
}
.scientist-role {
  margin-bottom: 5px;
  font-size: 16px;
}

.department-sidebar {
  background-color: #3F5461;
  padding: 0;
  height: fit-content;
  border-radius: 12px;
}

/* DRISTII */
.dristii .slick-slide {
  padding: 0 10px;
}

/* .dristii-media {
  background-color: #f9f9f9;

} */

.dristii img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.dristii img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.slick-list {
  margin: 0 -10px;
}

/* csr */
.csr-card {
  position: relative;
  color: white;
  text-align: center;
  height: 440px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.csr-card:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 102, 102, 0.6);
  z-index: 1;
}

.csr-card:hover .overlay {
  background: rgba(0, 102, 102, 0.4);
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.csr-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.csr-description {
  font-size: 0.95rem;
}

/* Donation */
.online-text {
  color: #0077B6;
}

.hero-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.certificate-details,
#state-section {
  display: none;
}

/* form-section */
.form-section .card {
  margin-top: 50px;
  background-color: #F8F9FA;
}

.card {
  border-radius: 12px;
}

.donation-btn {
  margin: 5px;
  width: 100px;
  border-radius: 10px !important;
  outline-color: #0077B6;
  margin-right: 12px;
}

.donation-btn:focus {
  background-color: #0077B6 !important;
  color: #FFFFFF;
}

.donation-btn.active {
  background-color: #0077B6 !important;
  color: #FFFFFF;
}

.donate-grp-btn {
  width: 75%;
}

.donate-type {
  margin-right: 35px !important;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  flex: none;
}

/* form */
.form-data {
  display: flex;
  align-items: center !important;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0;
}

.form-select,
.form-control {
  border-color: #0077B6 !important;
}

.amount-label {
  width: 15%;
}

.fs-small {
  font-size: small !important;
}

.prefix-select {
  margin-top: 24.5px;
}

::placeholder {
  color: #ADB5BD !important;
}

.certificate-details {
  display: flex;
}

.bottom-line {
  font-size: small;
}
.list{
  font-size: 18px;
}
.donate-btn {
  border-radius: 20px;
  background-color: #0077B6;
  color: #FFFFFF;
  width: 25%;
}

.end-btn {
  display: flex;
  justify-content: center;
}

.terms {
  font-size: smaller;
}

.terms a:hover {
  text-decoration: underline !important;
}


#summaryContent p {
  margin-bottom: 0;
  padding: 0 12px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.95rem;
}

#summaryContent p strong {
  border-right: 1px solid #ffffff;
  padding-right: 12px;
  margin-right: 12px;
  flex-basis: 45%;
  font-weight: 500;
  color: #333;
  background-color: #EDEDED;
}

#summaryContent {
  background-color: #EDEDED;
  border-radius: 0 0 8px 8px;
}

#summaryContent p span {
  padding-left: 12px;
}

#paymentSummary .card {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

#paymentSummary .card-header {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}

#paymentSummary .card-footer button {
  min-width: 120px;
}

.csr-list li {
  list-style: none;
  font-size: 18px;
}

.abt-csr-list {
  font-size: 18px;
}

.video-section {
  position: relative;
  width: 100%;
  height: 79vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.content p {
  font-size: 1.2rem;
  max-width: 600px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.partner-line-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.partner-line {
  width: 22%;
  height: 2px;
  background-color: #0075ad;
  margin-bottom: 20px;
}

.border-right-custom {
  border-right: 2px solid #0075ad;
}

.sidebar {
  background-color: #2c3e50;
  color: white;
  height: fit-content;
  padding: 0;
  /* min-height: 100vh;
  padding: 20px 10px; */
  border-radius: 10px;
}

.sidebar .year-btn {
  display: block;
  background: none;
  border: none;
  color: white;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 17px;
    font-weight: 700;
}

.sidebar .year-btn.active {
  background-color: #4D9660;
}

.newsletter-card {
  position: relative;
}

.newsletter-card img {
  width: 100%;
  height: auto;
}

.month-title {
  position: absolute;
  bottom: 69px;
  left: 7px;
  width: 50%;
  background-color: #4D9660;
  color: white;
  text-align: center;
  padding: 8px 0;
  font-weight: 500;
  border-top: 1px solid #ccc;
}

    .career-section {
      min-height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      /* text-align: center; */
      padding: 50px 15px;
    }

    .no-openings-box {
      padding: 40px;
      background-color: #f8f9fa;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .no-openings-box h2 {
      font-weight: 600;
      margin-bottom: 20px;
    }

    .no-openings-box p {
      font-size: 18px;
      color: #555;
    }

    /* Hero section */
    .page-header { padding: 2rem 0;}
    /* Gallery styling */
     .gallery-img {
            cursor: pointer;
            transition: transform 0.2s;
        }

        .gallery-img:hover {
            transform: scale(1.05);
        }

       .modal-img {
 max-height: 80vh;
  max-width: 90vw;
  object-fit: contain;
  display: block;
  margin: auto;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

        .modal-navigation {
             position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 20px;
        }

        .modal-navigation button {
            background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  cursor: pointer;
        }
        .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.modal-dialog {
  max-width: 100%;
  margin: 0;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal-navigation button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.modal-footer {
  background: transparent;
  border: none;
  justify-content: center;
}

.image-counter {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 1rem;
  z-index: 20;
}

.news-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .sidebar-list{
    color: #ffffff;
    font-size: 20px;
  }
.dropdown-menu-custom {
  display: none;
  /* border-left: 2px solid #ccc; */
}

.dropdown-menu-custom.show {
  display: block;
}
.trust-list{
  margin-left: 30px;
}
.nav-links.active {
  /* color: #d52aa4dc;  */
  font-weight: bold;
  border-bottom: 2px solid #ffffff; 
}
  .fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/background-image-lines.png') no-repeat center center;
    background-size: cover;
    z-index: -1; 
    opacity: 30%;
  }









@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@font-face {
  font-family: 'Prata';
  src: url('./fonts/Prata-Regular.ttf') format('truetype');
}

/* Responsive */
@media only screen and (min-width:768px) and (max-width:992px) {
  .top-bar .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .left-links,
  .social-icons {
    justify-content: center;
  }

  .footer-content {
    padding-top: 40px;
  }

  .footer-address {
    font-size: 14px;
  }

  .footer-contact p {
    font-size: 14px;
  }

  .last-update {
    font-size: 14px;
  }

  .custom-block-sm {
    display: block !important;
    text-align: center;
  }

  .custom-block-sm img {
    margin-bottom: 10px;
  }

  .content h1 {
    font-size: 22px;
  }

  .content p {
    font-size: 16px;
  }

  .banner-slide {
    height: 400px !important;
  }

  body {
    padding-top: 150px;
    overflow-x: hidden;
  }

  .logo img {
    width: 98px;
  }

  .donate-section-btn a {
    padding: 12px 26px;
  }

  .donate-section-btn {
    border-radius: 13px;
  }

  .kfrc-research {
    padding-bottom: 0;
  }

  .staff-sidebar {
    height: 162px;
  }

  .tab-content {
    padding-left: 0px;
  }

  .form-data {
    padding-right: 0;
  }

  .amount-label {
    padding-right: 12px;
  }

  .mobile-nav {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .btn-donate {
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
  }

  .testimonial-text {
    text-align: center;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .navbar-collapse {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 1000;
    border-radius: 0 0 6px 6px;
  }

  .custom-navbar .nav-links {
    color: #000;
    display: block;
    border-bottom: 1px solid #E0E0E0;
    padding: 7px 15px;
  }

  .custom-navbar .nav-item {
    margin: 0;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .btn-donate {
    display: flex;
    justify-content: center;
  }

  .name {
    font-size: 18px;
  }

  .scientist-role {
    font-size: 14px;
  }

  .fw-bold {
    font-size: 16px !important;
  }

  .fw-medium {
    font-size: 16px !important;

  }

  .trust-list {
    padding-left: 34px;
  }

 .sidebar-list{
    font-size: 18px;
  }


}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer-content {
    padding-top: 25px;
  }

  .footer-address {
    max-width: none;
  }

  .custom-navbar .nav-item {
    margin: 0 4px;
  }

  .custom-navbar .nav-links {
    font-size: 14px;
  }

  .trust-list {
    margin-left: 25px;
  }
  



}

@media only screen and (min-width:601px) and (max-width:767px) {
  .navbar-collapse {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 1000;
    border-radius: 0 0 6px 6px;
  }

  .custom-navbar .nav-links {
    color: #000;
    display: block;
    border-bottom: 1px solid #E0E0E0;
    padding: 7px 15px;
  }

  .custom-navbar .nav-item {
    margin: 0;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .btn-donate {
    display: flex;
    justify-content: center;
  }
}

/* @media only screen and (min-width: 993px) and (max-width: 1023px) {
  .custom-navbar .navbar-collapse {
    background-color: #F0F0F0;
    padding: 10px;
  }

  .custom-navbar .nav-link {
    color: #000;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
  }

  .btn-donate {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-weight: bold;
    white-space: nowrap;
  }

  .navbar-collapse {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 1000;
    border-radius: 0 0 6px 6px;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  
} */

@media (max-width:600px) {
  .btn-donate {
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
  }

  .payment-summary {
    width: 345px !important;
  }

  .rectangle-about {
    display: none;
  }

  .team-card {
    text-align: center;
  }

  .content h1 {
    font-size: 20px;
  }

  .content p {
    font-size: 14px;
  }

  .navbar-collapse {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 1000;
    border-radius: 0 0 6px 6px;
  }

  .custom-navbar .nav-links {
    color: #000;
    display: block;
    border-bottom: 1px solid #E0E0E0;
  }

  .custom-navbar .nav-item {
    margin: 0;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .month-title{
    left: 12px;
  }
  .form-data {
    display: block;
}
.certificate-details {
    display: block;
}
.donate-btn {
    width: 35%;
}
.trust-list {
    font-size: 14px;
    margin-left: 10px;
}

}