:root {
  --saffron: #d97706;
  --saffron-dark: #9a4f00;
  --gold: #f6c453;
  --deep: #2d1a10;
  --green: #315b2c;
  --cream: #fff7e6;
  --paper: #fffdf8;
  --text: #2b2219;
  --muted: #74695f;
  --line: #eadcc6;
  --shadow: 0 18px 50px rgba(64, 38, 16, .12);
  --radius: 22px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 5% 0%, rgba(246, 196, 83, .18), transparent 32%),
    linear-gradient(180deg, #fffaf0 0%, #fffdf8 42%, #f8efe0 100%);
}

a {
  text-decoration: none;
  color: inherit
}

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(1180px, 92%);
  margin: auto
}

.topbar {
  background: linear-gradient(90deg, var(--deep), var(--saffron-dark));
  color: #fff3dc;
  font-size: 14px;
  padding: 9px 0;
}

.topbar .container {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  text-align: center
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 220, 198, .8);
}

.nav-wrap {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.logo {
  display: flex;
  gap: 12px;
  align-items: center
}

.logo-mark {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--saffron), #ffcf6b);
  color: #fff;
  box-shadow: 0 10px 25px rgba(217, 119, 6, .28);
  font-size: 24px;
}

.logo-title {
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--deep);
  line-height: 1.05;
  font-size: 20px
}

.logo-sub {
  font-size: 11px;
  color: var(--saffron-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 4px
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px
}

.nav a {
  padding: 10px 11px;
  border-radius: 999px;
  color: #584a3d;
  font-weight: 750;
  font-size: 14px;
}

.nav a:hover, .nav a.active {
  background: #fff0ce;
  color: var(--saffron-dark)
}

.nav .donate-link {
  background: var(--saffron);
  color: #fff;
  box-shadow: 0 10px 22px rgba(217, 119, 6, .22);
  margin-left: 5px
}

.nav .donate-link:hover {
  background: var(--saffron-dark);
  color: #fff
}

.menu-toggle {
  display: none;
  border: 0;
  background: var(--deep);
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 18px
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 70px;
  background:
    linear-gradient(110deg, rgba(45, 26, 16, .92), rgba(72, 42, 20, .78)),
    url('../img/slider1.jpg') center/cover;
  color: #fff;
  min-height: 84vh;

}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% -10%;
  height: 160px;
  background: var(--paper);
  border-radius: 50% 50% 0 0/70% 70% 0 0;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  align-items: center
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 244, 216, .14);
  border: 1px solid rgba(255, 244, 216, .25);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  color: #ffe6ad;
}

.hero h1, .page-hero h1 {
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.02;
  margin: 18px 0 18px;
  font-weight: 950;
  letter-spacing: -.04em
}

.hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #f6ead8;
  max-width: 690px
}

.hero-card {
  background: rgba(255, 253, 248, .95);
  color: var(--text);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .55)
}

.hero-card h3 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 24px
}

.hero-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7
}

.hero-carousel {
  position: relative;
}

.hero-carousel .hero {
  padding-bottom: 100px;
}

.hero-carousel .owl-nav button.owl-prev,
.hero-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 244, 216, .14) !important;
  border: 1px solid rgba(255, 244, 216, .35) !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 16px;
  transition: background .2s ease;
}

.hero-carousel .owl-nav button.owl-prev:hover,
.hero-carousel .owl-nav button.owl-next:hover {
  background: var(--saffron) !important;
  border-color: var(--saffron) !important;
}

.hero-carousel .owl-nav button.owl-prev {
  left: 18px;
}

.hero-carousel .owl-nav button.owl-next {
  right: 18px;
}

.hero-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0;
  display: block;
  border-radius: 50%;
  background: rgba(255, 244, 216, .35);
  transition: background .2s ease, transform .2s ease;
}

.hero-carousel .owl-dots .owl-dot.active span,
.hero-carousel .owl-dots .owl-dot:hover span {
  background: var(--gold);
  transform: scale(1.2);
}

@media (max-width: 720px) {
  .hero-carousel .owl-nav button.owl-prev,
  .hero-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .22s ease;
  font-size: 15px;
}

.btn-primary {
  background: var(--saffron);
  color: #fff;
  box-shadow: 0 12px 24px rgba(217, 119, 6, .22)
}

.btn-primary:hover {
  background: var(--saffron-dark);
  transform: translateY(-2px)
}

.btn-light {
  background: #fff;
  color: var(--deep)
}

.btn-outline {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
  background: rgba(255, 255, 255, .08)
}

.section {
  padding: 74px 0
}

.section-small {
  padding: 52px 0
}

.section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center
}

.kicker {
  color: var(--saffron-dark);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 950
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  margin: 8px 0 14px;
  color: var(--deep);
  letter-spacing: -.035em
}

h3 {
  color: var(--deep)
}

.lead {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.card {
  background: rgba(255, 253, 248, .88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 10px 30px rgba(64, 38, 16, .07)
}

.card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  transition: .22s ease
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.blog-card {
  background: rgba(255, 253, 248, .88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(64, 38, 16, .07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
  transition: .22s ease
}

.blog-card-img {
  height: 210px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}

.blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  font-size: 12px;
  color: var(--saffron-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.blog-card-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--deep);
}

.blog-card-body p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
  flex: 1;
}

.blog-card-body .btn {
  align-self: flex-start;
  margin-top: 16px;
}

.icon {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #fff0ce;
  color: var(--saffron-dark);
  font-size: 22px;
  margin-bottom: 18px
}

.card h3 {
  margin: 0 0 10px;
  font-size: 21px
}

.card p, .card li {
  color: var(--muted);
  line-height: 1.72;
  font-size: 15px
}

.soft {
  background: #fff3d7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.dark-cta {
  background:
    radial-gradient(circle at 0 0, rgba(246, 196, 83, .25), transparent 33%),
    linear-gradient(135deg, var(--deep), #4a2712);
  color: #fff;
  border-radius: 32px;
  padding: 42px;
  overflow: hidden;
  position: relative;
}

.dark-cta h2 {
  color: #fff
}

.dark-cta p {
  color: #ead7c2
}

.page-hero {
  background:
    linear-gradient(110deg, rgba(45, 26, 16, .9), rgba(49, 91, 44, .72)),
    url('../img/bread-bg.jpg') center/cover;
  color: #fff;
  padding: 76px 0 66px;
  text-align: center;
}

.page-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #faead0;
  line-height: 1.7;
  font-size: 17px
}

.breadcrumb {
  font-size: 13px;
  color: #ffe6ad;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center
}

.image-panel {
  min-height: 360px;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(217, 119, 6, .25), rgba(49, 91, 44, .18)), #f8ead1;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  /* padding: 30px; */
  color: var(--saffron-dark)
}

.image-panel i {
  font-size: 82px;
  opacity: .75
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  text-align: center
}

.stat strong {
  display: block;
  color: var(--saffron-dark);
  font-size: 30px
}

.stat span {
  font-size: 13px;
  color: var(--muted);
  font-weight: 800
}

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

.list-check li {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  color: var(--muted);
  line-height: 1.55
}

.list-check li::before {
  content: "✓";
  color: var(--saffron-dark);
  font-weight: 900
}

.price-card {
  text-align: center;
  position: relative;
  overflow: hidden
}

.price-card .amount {
  font-size: 32px;
  font-weight: 950;
  color: var(--deep);
  margin: 6px 0
}

.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow)
}

.form label {
  display: block;
  font-weight: 850;
  margin: 0 0 8px;
  color: var(--deep);
  font-size: 14px
}

.form input, .form select, .form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #e5d7c1;
  border-radius: 14px;
  background: #fffaf1;
  color: var(--text);
  font: inherit;
  outline: none
}

.form input:focus, .form select:focus, .form textarea:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 4px rgba(217, 119, 6, .12)
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.footer {
  background: var(--deep);
  color: #ead7c2;
  padding: 58px 0 22px;
  /* margin-top: 40px */
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .9fr .9fr 1fr;
  gap: 28px
}

.footer h4 {
  color: #ffe2a3;
  margin: 0 0 14px
}

.footer p, .footer li {
  font-size: 14px;
  line-height: 1.75;
  color: #d8c1a7
}

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

.footer a:hover {
  color: #fff
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 30px;
  padding-top: 18px;
  text-align: center;
  color: #b9a188;
  font-size: 13px
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.gallery-item {
  min-height: 210px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffe1aa, #f8efe0);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--saffron-dark);
  font-weight: 900;
 
}
.gallery-item  img{
    height:350px;
    object-fit: cover;
    width: 100%;
  }

.gallery-strip-section {
  padding: 0 0;
}



.gallery-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
}

.gallery-strip-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.gallery-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.gallery-strip-item:hover img {
  transform: scale(1.08);
}

.gallery-strip-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 26, 16, 0);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transition: opacity .3s ease, background .3s ease;
}

.gallery-strip-item:hover .gallery-strip-hover {
  opacity: 1;
  background: rgba(45, 26, 16, .55);
}

@media (max-width: 900px) {
  .gallery-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 520px) {
  .gallery-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

.timeline {
  position: relative;
  padding-left: 24px
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #e8d2ad
}

.timeline-item {
  position: relative;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 25px;
  width: 13px;
  height: 13px;
  background: var(--saffron);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff3d7
}

.notice {
  background: #fff3d7;
  border: 1px solid #eed09a;
  border-radius: 18px;
  padding: 18px;
  color: #704000
}

.mobile-donate {
  display: none
}
.trustee-page   .icon{
    width: auto;
    height: auto;
}
.rounded{
  border-radius: 15px;
}
.shadow{
  box-shadow: 0 0 25px -15px #000;
}
@media(max-width:980px) {
  .menu-toggle {
    display: block
  }

  .nav {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 88px;
    background: #fffdf8;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch
  }

  .nav.open {
    display: flex
  }

  .nav a {
    display: block
  }

  .hero-grid, .split, .grid-2 {
    grid-template-columns: 1fr
  }

  .grid-3, .blog-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .grid-4, .stat-row, .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .hero {
    padding-top: 62px
  }
}


@media(max-width:640px) {
  .logo-title {
    font-size: 16px
  }

  .logo-sub {
    font-size: 9px
  }

  .logo-mark {
    width: 44px;
    height: 44px
  }

  .nav-wrap {
    height: 76px
  }

  .hero h1, .page-hero h1 {
    font-size: 34px
  }

  .grid-3, .grid-4, .stat-row, .footer-grid, .form-row, .gallery-grid, .blog-grid {
    grid-template-columns: 1fr
  }

  .section {
    padding: 48px 0
  }

  .dark-cta {
    padding: 28px;
    border-radius: 24px
  }

  .topbar {
    font-size: 12px
  }
}