@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@font-face {

  font-family: 'Century-Gothic' ;
  src: url('../fonts/CenturyGothic.ttf') format('truetype');

}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: Century-Gothic;
  overflow-x: hidden;
}
.fusion-separator{
  display: flex;
align-items: center;
}
.fusion-separator {
  clear: both;
  position: relative;
  z-index: 11;
}
.fusion-content-sep.sep-solid, .fusion-separator-border.sep-solid, .fusion-separator.sep-solid {
  border-bottom-style: solid;
  border-top-style: solid;
}
.fusion-content-sep.sep-single, .fusion-separator-border.sep-single, .fusion-separator.sep-single {
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 0;
}
.fusion-separator .fusion-separator-border {
  flex-grow: 2;
  border: 0 solid #e7e6e6;
      border-top-color: rgb(231, 230, 230);
      border-top-style: solid;
      border-top-width: 0px;
      border-right-color: rgb(231, 230, 230);
      border-bottom-color: rgb(231, 230, 230);
      border-bottom-style: solid;
      border-bottom-width: 0px;
      border-left-color: rgb(231, 230, 230);
}
.fusion-content-sep .icon-wrapper, .fusion-separator .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(17px * 1.63);
  width: calc(17px * 1.63);
  border: 1px solid #aaa;
      border-top-color: rgb(170, 170, 170);
      border-top-width: 1px;
      border-right-color: rgb(170, 170, 170);
      border-right-width: 1px;
      border-bottom-color: rgb(170, 170, 170);
      border-bottom-width: 1px;
      border-left-color: rgb(170, 170, 170);
      border-left-width: 1px;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
}
  .section-box{
    width: calc(100% - 110px) !important;
  margin: 0px 55px;
 /*   padding: 30px 20px;*/
  }
  .section-box:not(#home) {
    background-color: #fafafa;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
.holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  align-items: center;
  justify-content: center; }
.gallery img{
  width: 100%;
}
.gallery .grid .grid-item{
  width: calc(100% / 3 - 20px);
  margin: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media only screen and (max-width: 750px) {
.gallery .grid .grid-item{
  width: calc(100% / 2 - 20px);
}
}
@media only screen and (max-width: 500px) {
.gallery .grid .grid-item{
  width: calc(100% - 20px);
}
}
.section-heading {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #422A14;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #422A14, transparent);
  border-radius: 2px;
}
.banner-body{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.banner-body img{
  width: 100%;
  max-width: 700px;
}
.grid {
  max-width: 1100px;
  width: 100%; }
.dropdown-content {
   overflow-y: visible;
   border-radius: 8px;
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
   border: 1px solid rgba(0, 0, 0, 0.05);
   margin-top: 8px;
   padding: 8px 0;
   min-width: 200px;
   animation: fadeInDown 0.3s ease;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content li > a {
  transition: all 0.2s ease;
  padding: 12px 20px !important;
}
.dropdown-content li > a:hover {
  background-color: #f5f5f5;
  padding-left: 25px !important;
  color: #422A14 !important;
}

.nested{
   margin-left: 100%;
}
.half-border span {
  padding-bottom: 10px;
  position: relative;
  display: inline-block; }

.half-border span:after {
  position: absolute;
  content: '';
  height: 3px;
  background-color: rgba(0, 0, 0, 0.87);
  width: 50%;
  margin: 0 auto;
  clear: both;
  bottom: 0;
  left: 0; }

.layout-padding {
  padding: 20px 0px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.marquee {
  overflow: hidden; }

.search {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: box-shadow 0.3s ease; }
  .search:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .search .search-btn {
    padding: 0px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    font-size: 20px; }
  .search .search-btn:hover {
    background-color: #ddd; }

#main-search {
  width: 100%;
  padding: 0px 30px;
  font-size: 20px;
  letter-spacing: 2px; }

#main-search, .search-btn {
  height: 60px;
  color: #33475b;
  line-height: 60px;
  border: none;
  background-color: #fff; }

button:focus {
  outline: none; }
.btn, button {
  transition: all 0.3s ease;
  border-radius: 4px;
}
.btn:hover, button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn.brown.darken-3 {
  background-color: #422A14 !important;
  box-shadow: 0 2px 8px rgba(66, 42, 20, 0.3);
}
.btn.brown.darken-3:hover {
  background-color: #5a3a1f !important;
  box-shadow: 0 4px 16px rgba(66, 42, 20, 0.4);
}
.input-field input:focus, .input-field textarea:focus {
  border-bottom-color: #422A14 !important;
  box-shadow: 0 1px 0 0 #422A14 !important;
}
.input-field input:focus + label, .input-field textarea:focus + label {
  color: #422A14 !important;
}
.left-section{
  width: 66%;
}
.news-box{
  flex-grow: 1;
  flex-basis: 0;
  max-width: 400px;
  width: calc(100% - 10px);
}
.morenotice{
  display: block;
margin-top: 10px;
}
.right-section{
  width: 34%;
}
.no-flex{
  display: block !important;
}
.align-center{
  text-align: center;
}
/*
#home {
  width: 100%;
  padding: 0px;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:0px;
  width: 100% !important;
}
*/
  #home .home-notice {
    width: 400px;
    position: relative;
    overflow: hidden;
    /*
    background-color: rgb(1, 61, 29);
    border-style: solid;
    border-width: 10px;
    border-radius: 0px;
    border-color: #68321a;
    */ }
    #home .home-notice img {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10; }
    #home .home-notice .noticeboard-content {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 11; }
    #home .home-notice .board-more {
      position: absolute;
      bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      z-index: 12;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #home .home-notice .board-more a {
        background-color: transparent;
        border: 1px solid #fff; }
      #home .home-notice .board-more a:hover {
        background-color: #fff;
        color: #000; }
    #home .home-notice .home-notice-heading {
      color: #fff;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 20px;
      padding: 30px 20px;
      padding-bottom: 10px;
      text-align: center; }
    #home .home-notice .news-box-holder {
      padding: 0px 30px;
      height: 56%;
      overflow: hidden; }
      #home .home-notice .news-box-holder a {
        color: #fff; }
      #home .home-notice .news-box-holder li {
        padding: 10px 0px;
        list-style: none;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      #home .home-notice .news-box-holder li:hover {
        text-decoration: underline; }
  #home .home-slider {
    width: 100%;
    /*jssor slider bullet skin 032 css*/
    /*jssor slider arrow skin 051 css*/ }
    #home .home-slider img{
      width: 100%;
    }
    #home .home-slider .jssorl-009-spin img {
      -webkit-animation-name: jssorl-009-spin;
      animation-name: jssorl-009-spin;
      -webkit-animation-duration: 1.6s;
      animation-duration: 1.6s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

@-webkit-keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    #home .home-slider .jssorb032 {
      position: absolute; }
    #home .home-slider .jssorb032 .i {
      position: absolute;
      cursor: pointer; }
    #home .home-slider .jssorb032 .i .b {
      fill: #fff;
      fill-opacity: 0.7;
      stroke: #000;
      stroke-width: 1200;
      stroke-miterlimit: 10;
      stroke-opacity: 0.25; }
    #home .home-slider .jssorb032 .i:hover .b {
      fill: #000;
      fill-opacity: .6;
      stroke: #fff;
      stroke-opacity: .35; }
    #home .home-slider .jssorb032 .iav .b {
      fill: #000;
      fill-opacity: 1;
      stroke: #fff;
      stroke-opacity: .35; }
    #home .home-slider .jssorb032 .i.idn {
      opacity: .3; }
    #home .home-slider .jssora051 {
      display: block;
      position: absolute;
      cursor: pointer; }
    #home .home-slider .jssora051 .a {
      fill: none;
      stroke: #fff;
      stroke-width: 360;
      stroke-miterlimit: 10; }
    #home .home-slider .jssora051:hover {
      opacity: .8; }
    #home .home-slider .jssora051.jssora051dn {
      opacity: .5; }
    #home .home-slider .jssora051.jssora051ds {
      opacity: .3;
      pointer-events: none; }

.slide .bx-wrapper {
  border-width: 0px; }
  .slide .bx-wrapper img {
    width: 100%;
    height: 100%; }

.blur {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.caption-holder {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.caption {
  color: #fff;
  text-align: center;
 /* font-family: "Fjalla One", Arial, Helvetica, sans-serif;
  */font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
line-height: 1;
margin: 0px;
}
.flex-box{
  display: flex;
}
.header-headline{
  background-color: var(--main-color);
  color: var(--second-color);
  line-height: 30px;
}
.header-headline .headline-left{
  width: 100%;
  font-size: 13px;
}
header {
  background-color: #fff;
 /* height: 170px; */
 box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
 position: sticky;
 top: 0;
 z-index: 1000;
 transition: all 0.3s ease;
}
header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
  header .margin-grid {
    width: calc(100% - 90px);
    margin: 0px auto;
  }
  header .header-top {
    display: flex;
    height: 90px;
    align-items: center;
    padding: 0 20px; }
   
      header .header-top .img img {
       width: 100%; }
      header .header-top .logo {
      height: 100%;
  display: flex;
  width: 80px;
  align-items: center;
      color: #000;
      transition: transform 0.3s ease;     
    }
    header .header-top .logo:hover {
      transform: scale(1.05);
    }
      .logo-body{
        height: 100%;
width: 120px;
display: flex;
align-items: center;
      }
      .logo-body .img {
        transition: transform 0.3s ease;
      }
      .logo-body:hover .img {
        transform: scale(1.05);
      }
      .donate-btn{
        display: flex;
  align-items: center;
  justify-content: right;
  width: 120px;
  text-align: right;
      }
      .donate-btn a{
        border: 1px solid #000;
        padding: 8px 25px;
      letter-spacing: 0.5px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      border-radius: 50px;
      color: #000;
      font-size: 16px;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      text-decoration: none;
      }
      .donate-btn a:hover{
        background-color: var(--main-color);
      color: var(--second-color);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(66, 42, 20, 0.3);
      }
    header .header-top .text-center {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    header .header-top .text {
      line-height: 16px;
      padding-left: 10px; }
      header .header-top .text .by{
        font-size: 14px;
      }
      header .header-top .text h1 {
        margin: 0px;
        font-size: 1.5rem; }
    header .header-top .naac {
      font-size: 12px; }
  header .header-nav nav {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none; }
    header .header-nav nav li {
      text-transform: capitalize; }
    header .header-nav nav i {
      font-size: 16px; 
      margin-top: -3px;
    }
    header .header-nav nav a {
      color: #000; 
   /*   font-family: "Roboto Condensed";
   */   
      letter-spacing: 0.6px;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
    }
    header .header-nav nav a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) scaleX(0);
      width: 80%;
      height: 2px;
      background-color: var(--main-color);
      transition: transform 0.3s ease;
    }
    header .header-nav nav a:hover::after {
      transform: translateX(-50%) scaleX(1);
    }
.lib-btn{
  height: 0px !important;
  line-height: 0px !important;
}
 header nav ul a{
font-size: 0.9rem;
}
nav, nav .nav-wrapper i{
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
nav ul a:hover{
  background-color: var(--main-color);
color: var(--second-color);
}
.text-para{
/*  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
*/font-weight: 400;
letter-spacing: 0px;
font-style: normal;
color: var(--text-color);
}
.close-menu {
  display: none; }

.view-btn {
  background-color: #2196F3;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3); }

.download-btn {
  background-color: #FF9800;
  margin-left: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3); }

.view-btn:hover {
  background-color: #28b4ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4); }

.download-btn:hover {
  background-color: #ffb600;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4); }

/* ============================================
   FOOTER - COMPLETE RESTRUCTURE
   ============================================ */
footer {
  background: linear-gradient(135deg, #422A14 0%, #5a3a1f 100%);
  /* color: rgba(255, 255, 255, 0.9); */
  position: relative;
  overflow: hidden;
  /* margin-top: 60px; */
  color: #999 !important;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* Footer Top Section */
.footer-top {
  padding: 60px 0 40px;
}

.footer-main {
  /* display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 40px; */
  display: flex;
}

/* Footer Brand Section */
.footer-brand {
  /* display: flex;
  flex-direction: column; */
  width: 30%;
}

.footer-logo-wrapper {
  margin-bottom: 20px;
}

.footer-logo {
  width: 140px;
  height: auto;
  filter: brightness(1.2);
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-mission {
  /* color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin-top: 15px;
  max-width: 280px; */
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 5px;
  width: 90%;
}

/* Footer Links Grid */
.footer-links-grid {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; */

  display: flex;
  margin-bottom: 30px;
  text-transform: capitalize;

}

.footer-column {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}

.footer-column-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-column-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
}

/* Footer Link Lists */
.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-list li {
  margin-bottom: 4px;
}

.footer-link-list a {
  color: #999;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}


.footer-link-list a:hover {
  color: #fff;
  /* padding-left: 15px;
  transform: translateX(5px); */
}

.footer-link-list a:hover::before {
  opacity: 1;
  left: 0;
}

/* Footer Contact Section */
.footer-contact {
  min-width: 200px;
}

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

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: inherit;
  font-size: 12px;
  line-height: 1.6;
}

.contact-item i {
  color: inherit;
  margin-right: 6px;
  margin-top: 4px;
  font-size: 12px;
  min-width: 20px;
  transition: color 0.3s ease;
}

.contact-item:hover i {
  color: #fff;
}

.contact-item a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-item span {
  color: inherit;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  margin-top: 20px;
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-main {
    flex-direction: column;
    gap: 40px;
  }

  .footer-brand {
    width: 100%;
    text-align: center;
  }

  .footer-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .footer-column {
    flex: 1;
    min-width: 200px;
    max-width: calc(50% - 15px);
  }

  .footer-mission {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 40px 0 30px;
  }

  .footer-main {
    flex-direction: column;
    gap: 30px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-mission {
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-links-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .footer-column {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
  }

  .footer-column:last-child {
    border-bottom: none;
  }

  .footer-column-title {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .footer-link-list a {
    font-size: 14px;
  }

  .contact-item {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-copyright {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 0 15px;
  }

  .footer-top {
    padding: 30px 0 20px;
  }

  .footer-main {
    flex-direction: column;
    gap: 25px;
  }

  .footer-brand {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-mission {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .footer-links-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-column {
    width: 100% !important;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .footer-column:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer-column-title {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .footer-link-list {
    margin: 0;
    padding: 0;
  }

  .footer-link-list li {
    margin-bottom: 0px;
  }

  .footer-link-list a {
    font-size: 13px;
    padding: 4px 0;
    display: inline-block;
  }

  .footer-contact-list {
    margin: 0;
    padding: 0;
  }

  .contact-item {
    font-size: 13px;
    margin-bottom: 12px;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .contact-item i {
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .contact-item a,
  .contact-item span {
    margin-left: 0;
    word-break: break-word;
  }

  .footer-copyright {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }
}
.margin-box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.margin-box {
  width: 90%;
  max-width: 1170px; }

.contact-mob {
  display: none; }

.container-box{
  width: 100%;
  padding: 100px 0px;
}
.container-box:first-child {
  padding-top: 80px;
}
.top-header-nav-social{
  background-color: initial;box-shadow: none;
}
.top-header-nav-social ul{
  display: flex;
  justify-content: right;
  font-size: 18px;
}
.blur-layer{
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 99.5%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.home-slider{
  position: relative;
}
.landing-block{
  width: 80%;
  max-width: 900px;
}
.landing-headline{
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  padding: 40px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 200px;
  text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease;
  line-height: 1.2;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.landing-cta {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease 0.3s both;
}
.landing-cta a {
  padding: 15px 35px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #422A14;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.landing-cta a:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.landing-cta a.secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.landing-cta a.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
#home-getinvolved{
  background: linear-gradient(135deg, rgba(66, 42, 20, 0.95) 0%, rgba(90, 58, 31, 0.95) 100%);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
#home-getinvolved::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
#home-getinvolved:hover::before {
  left: 100%;
}
#home-getinvolved:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.getinvolved-box{
  padding: 50px;
  display: flex;
}
.gi-left-box{
  width: 100%;
}
.gi-heading{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.gi-icon{
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 20px;
}
.section-hold{
  max-width: 700px;
  width: 100%;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.section-holder{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  #home {
    display: flex; }
    #home .home-slider {
      width: 100%; }
    #home .home-notice {
      width: calc(100% - 40px);
      height: 390px;
      margin: 40px 20px;
      margin-bottom: 0px; }
      #home .home-notice .news-box-holder {
        padding: 10px 30px;
        text-align: center;
        height: auto;
        overflow: none; }
      #home .home-notice .board-more {
        bottom: 50px; } }
        .lib-btn-color{
          background: #141E30;  /* fallback for old browsers */
          background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
          background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
          color: #fff !important;
        }
  .lib-btn-margin a{
    margin: 0px 20px;
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
@media only screen and (max-width: 1132px) {
  header .header-top {
    padding: 0px 20px; } }

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  color: #000;
  text-decoration: none;
  /* padding: 10px 15px; */
  align-items: center;
  font-size: 32px;
  margin-left: auto;
}

.mobile-menu-toggle i {
  margin-right: 8px;
  font-size: 18px;
}

.mobile-nav-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  background: linear-gradient(135deg, rgba(66, 42, 20, 1) 0%, rgba(90, 58, 31, 1) 100%);
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-menu.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-nav-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.mobile-nav-close {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  padding: 5px;
}

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

.mobile-nav-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-list > li > a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.mobile-nav-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-left-color: #fff;
  padding-left: 25px;
}

.mobile-nav-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-dropdown-trigger i {
  transition: transform 0.3s ease;
}

.mobile-dropdown.active .mobile-dropdown-trigger i {
  transform: rotate(180deg);
}

.mobile-dropdown-content {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.mobile-dropdown.active .mobile-dropdown-content {
  display: block;
}

.mobile-dropdown-content li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-dropdown-content li:last-child {
  border-bottom: none;
}

.mobile-dropdown-content a {
  display: block;
  padding: 12px 40px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.mobile-dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding-left: 45px;
  border-left-color: rgba(255, 255, 255, 0.5);
}

.mobile-dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Mobile responsive fixes to prevent horizontal scroll */
@media only screen and (max-width: 768px) {
  /* Prevent horizontal scroll */
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Ensure all containers respect viewport width */
  .holder, .header-top, .desk-nav-holder, .header-nav {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  
  /* Prevent images and content from overflowing */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .hero-background img{
    width: 100% !important;
    height: 100% !important;
  }
  
  /* Ensure no element exceeds viewport width */
  * {
    max-width: 100% !important;
  }
  
  /* Fix specific container widths */
  .container, .section-box, .banner-body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Make home slider and images full width */
  #home .home-slider {
    width: 100% !important;
    margin: 0 !important;
  }
  
  #home .home-slider img {
    width: 100% !important;
  }
  
  /* Make page banners full width */
  .pagebanner {
    width: 100% !important;
    margin: 0 !important;
    background-size: cover !important;
  }
  
  /* Make home section and related containers full width */
  .home-section, #home {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Make hero section full viewport height on mobile */
  #home {
    height: 100vh !important;
    min-height: 100vh !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  #home .home-slider {
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
    position: relative !important;
  }
  
  #home .home-slider img {
    width: auto !important;
    height: 100vh !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  /* Ensure blur layer covers full height */
  #home .home-slider .blur-layer {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* Position hero text content */
  #home .landing-block {
    width: 90% !important;
    text-align: center !important;
    z-index: 3 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  #home .landing-headline {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7) !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: 20px !important;
  }
  .landing-cta {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .landing-cta a {
    width: 80%;
    max-width: 250px;
  }
  
  /* Semi-transparent, sticky, condensed navbar on mobile */
  /* header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  } */

  /* Ensure top bar stays above fixed header on mobile */
  .top-bar {
    position: relative !important;
    z-index: 1000 !important;
    margin-bottom: 0 !important;
  }

  /* Top bar responsive adjustments for mobile */
  .top-bar .holder {
    padding: 0 15px !important;
  }

  .top-bar .grid {
    /* flex-direction: column !important; */
    gap: 8px !important;
  }

  .top-bar-left,
  .top-bar-right {
    flex: none !important;
    text-align: center !important;
  }

  .phone-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    margin: 0 !important;
  }

  .phone-number i {
    margin-right: 6px !important;
    font-size: 14px !important;
  }

  .social-media {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .social-link {
    font-size: 14px !important;
    padding: 6px 4px !important;
  }

  .social-link i {
    width: 14px !important;
    height: 14px !important;
  }

  /* Extra small screen adjustments */
  @media (max-width: 480px) {
    .top-bar {
      padding: 4px 0 !important;
    }

    .top-bar .holder {
      padding: 0 10px !important;
    }

    .phone-number {
      font-size: 12px !important;
    }

    .phone-number i {
      font-size: 13px !important;
      margin-right: 4px !important;
    }

    .social-media {
      gap: 8px !important;
    }

    .social-link {
      font-size: 13px !important;
      padding: 4px 2px !important;
    }

    .social-link i {
      width: 13px !important;
      height: 13px !important;
    }
  }
  
  header .header-top {
    padding: 6px 0 !important;
    min-height: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  
  /* Spacer div to push logo and menu apart */
  .navbar-spacer {
    flex: 1 !important;
    display: block !important;
  }
  
  /* Condense logo size */
  header .logo-body {
    height: 60px !important;
    width: auto !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 5px 10px !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    margin: 0 !important;
  }
  
  header .logo-body img {
    height: 50px !important;
    width: auto !important;
  }
  
  /* Adjust mobile menu button for condensed nav */
  .mobile-menu-toggle {
    padding: 8px 8px !important;
    font-size: 14px !important;
    color: #000 !important;
    background-color: transparent !important;
    border-radius: 8px !important;
    border: none !important;
    margin: 0 15px 0 0 !important;
  }
  
  .mobile-menu-toggle i {
    font-size: 24px !important;
    color: #000 !important;
  }
  
  .mobile-menu-toggle span {
    color: #000 !important;
    font-weight: 500 !important;
  }
  
  /* Adjust nav height and spacing */
  nav, nav .nav-wrapper {
    height: auto !important;
    min-height: auto !important;
    line-height: normal !important;
  }
  
  /* Make sure content doesn't get hidden under navbar when scrolling */
  .body {
    padding-top: 0 !important;
  }
  
  /* Ensure sections after hero have proper spacing */
  #home-graph {
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  /* Add horizontal padding to all sections except hero */
  .section-box:not(#home) {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  /* Add padding to content sections */
  .container-box {
    padding: 40px 16px !important;
  }
  
  /* Footer padding */
  footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .footer-container {
    padding: 0 15px !important;
  }
  
  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .footer-links-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  /* Get Involved section specific padding */
  #home-getinvolved .getinvolved-box {
    padding: 30px 16px !important;
  }
  
  /* Make page banners full viewport height on mobile */
  .pagebanner {
    height: 100vh !important;
    min-height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }
  
  /* Ensure page banner content is properly positioned */
  .pagebanner .slidercontent {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
  
  .pagebanner .page-heading {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7) !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 90% !important;
  }
  
  .holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  
  /* Remove nav wrapper padding */
  nav .nav-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hide-on-med-and-down {
    display: none !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .mobile-menu-toggle {
    display: flex !important;
    margin-left: auto;
    margin-right: 0;
  }
  
  /* Override holder centering to allow full width */
  .holder {
    justify-content: space-between !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .desk-nav-holder {
    width: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    background-color: transparent !important;
    flex-shrink: 0 !important;
  }
  
  .header-nav {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    background-color: transparent !important;
  }
  
  nav .nav-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
  }
  
  /* Add small padding only to mobile menu button */
  .mobile-menu-toggle {
    padding-right: 10px !important;
    margin-right: 0 !important;
  }
  
  /* Ensure nav takes full width */
  nav {
    width: 100% !important;
    background-color: transparent !important;
  }
}

/* Show navigation on screens larger than 768px */
@media only screen and (min-width: 769px) {
  .hide-on-med-and-down {
    display: block !important;
  }
  
  .mobile-menu-toggle {
    display: none !important;
  }
  
  .mobile-nav-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  .donate-btn{
    display: none;
  }
  .donate-btn.mob-btn{
    display: flex;
  }
  .donate-btn a{
color: #fff !important;
  }
  .header-headline{
    text-align: center;
  }
  .container-box{
    padding: 30px 8px;
  }
  .title-heading-left{
    margin-bottom: 15px;
    font-size: 17px;
  }
  .landing-headline {
    font-size: 42px !important;
    padding: 30px 20px !important;
  }
  .section-hold {
    padding: 30px 20px !important;
  } }

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center; }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px; }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8; } }

@media only screen and (max-width: 750px) {
  .half-border {
    text-align: center; }
  .half-border span::after {
    right: 0; }
  .search {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 50px; }
  #home .caption {
    font-size: 3.4em; }
  header .mob-head-bar {
    display: block;
    color: #000;
    margin-bottom: 20px; }
    header .mob-head-bar .close-menu {
      color: #000; }
  header .head-bar .notice-holder, header .mob-head-bar .notice-holder {
    display: none; }
  header .head-bar .logo, header .mob-head-bar .logo {
    font-size: 2.0em; }
  header .head-bar .close-menu, header .head-bar .menu, header .mob-head-bar .close-menu, header .mob-head-bar .menu {
    font-size: 20px; }
  header .nav-holder {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    top: 0px; }
  header .navigation {
    display: block;
    border-radius: 0px;
    padding-top: 0px; }
    header .navigation .nav-section {
      padding: 0px; }
      header .navigation .nav-section .nav-sub-heading {
        padding: 0px; } }

@media only screen and (max-width: 500px) {
  .section-box{
    padding: 20px 10px;
  }
  #home .home-notice .news-box-holder {
    padding: 10px 20px; }
  header .header-top {
    height: 113px; }
    header .header-top .text h1 {
      font-size: 16px; }
    header .header-top .naac {
      font-size: 10px; }
  .section-heading {
    font-size: 3.0em; }
  .search {
    width: 90%;
    margin-left: 5%; }
  #main-search {
    padding: 0px 25px;
    width: calc(100% - 60px); }
  .caption {
    font-size: 1.8em; }
  #home .caption {
    font-size: 3.0em; } 

  .news-box{
    margin: 15px 5px;
  }
}

@media only screen and (max-width: 350px) {
  header .header-top .naac {
    display: none; } }



.dropdown-content li > a, .dropdown-content li > span{
  font-size: 14px;
  padding: 10px 16px;
  line-height: 10px;
}
.dropdown-content li{
  line-height: 10px;
  min-height: 30px;
}
.collaboration-holder{
  margin-top: 50px;
  overflow: hidden;
}
.collaboration-swiper{
  overflow: hidden;
  padding-top: 10px;
}
.collaboration-swiper img {
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.collaboration-swiper img:hover {
  transform: scale(1.1);
  filter: brightness(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Donate Page - Complete Modern Redesign */
.donate-section-modern {
  padding: 100px 0;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.donate-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.donate-option-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 6px 24px rgba(66, 42, 20, 0.12);
  border: 1px solid rgba(66, 42, 20, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.donate-option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(66, 42, 20, 0.2);
  border-color: #422A14;
}

.donate-card-header {
  margin-bottom: 30px;
}

.donate-card-header i {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: block;
}

.donate-card-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: 0.3px;
}

.donate-card-image {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(66, 42, 20, 0.1);
  background: #f9f9f9;
}

.donate-card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--transition);
}

.donate-option-card:hover .donate-card-image img {
  transform: scale(1.05);
}

.donate-button-modern {
  width: 100%;
  padding: 18px 30px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: var(--transition);
  box-shadow: 0 4px 16px rgba(66, 42, 20, 0.3);
  letter-spacing: 0.5px;
}

.donate-button-modern:hover {
  background: var(--primary-light);
  /* transform: translateY(-3px); */
  box-shadow: 0 8px 24px rgba(66, 42, 20, 0.4);
}

.donate-button-modern i {
  transition: var(--transition);
}


.donate-info-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .donate-section-modern {
    padding: 60px 0;
  }
  
  .donate-options-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .donate-option-card {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .donate-page > div > div {
    flex-direction: column;
    align-items: center;
  }
  .donate-page > div > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}