@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");

/* =================== 01. CUSTOM PROPERTIES =================== */
:root {
  --black: #000;
  --white: #fff;
  --ul-primary: #e9167c;
  --ul-secondary: #F594C3;
  --ul-c3: #FCE7F3;
  --ul-c4: #FDF2F8;
  --ul-c5: #FB64B6;
  --ul-black: #1E252F;
  --ul-p: #434343;
  --ul-gray: #434343;
  --ul-gray2: #D2D2D1;
  --ul-gray3: #F4F4F4;
  --ul-gradient: linear-gradient(90deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  --font-primary: "Manrope", sans-serif;
  --font-quicksand: "Quicksand", sans-serif;
  --font-caveat: "Caveat", cursive;
  --header-height: clamp(70px, 4.52vw, 86px);
  --topbar-height: 44px;
}

/* =================== 02. GLOBAL =================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  margin: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  line-height: 1.6;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

body.components-loaded {
  opacity: 1;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

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

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}

a:hover {
  color: var(--ul-primary);
}

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

p {
  line-height: 1.75;
  color: var(--ul-p);
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea {
  background-color: transparent;
  font-family: inherit;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-quicksand);
  font-weight: 700;
  color: var(--ul-black);
  line-height: 1.2;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 60px);
  width: 100%;
}

.section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

/* =================== 03. BUTTONS =================== */
.ul-btn {
  height: clamp(45px, 2.94vw, 56px);
  background-color: var(--ul-primary);
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
  padding: 0 clamp(6px, 0.47vw, 9px);
  padding-right: clamp(12px, 0.89vw, 17px);
  font-weight: 800;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
}

.ul-btn:hover {
  color: var(--ul-primary);
  background-color: transparent;
  border-color: var(--ul-primary);
}

.ul-btn:hover .btn-icon {
  color: var(--white);
  background-color: var(--ul-primary);
}

.ul-btn .btn-icon {
  background-color: var(--white);
  color: var(--ul-primary);
  width: clamp(33px, 2.1vw, 40px);
  height: clamp(33px, 2.1vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: all 0.3s ease;
  font-size: clamp(10px, 0.68vw, 13px);
}

.ul-btn--white {
  color: var(--ul-primary);
  background-color: var(--white);
}

.ul-btn--white .btn-icon {
  color: var(--white);
  background-color: var(--ul-primary);
}

.ul-btn--white:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-btn--white:hover .btn-icon {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-btn--outline {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.ul-btn--outline .btn-icon {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-btn--outline:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}

/* =================== SECTION HEADING =================== */
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(30px, 2.63vw, 50px);
}

.section-sub-title {
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.03em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: clamp(8px, 0.74vw, 14px);
  font-size: clamp(14px, 0.89vw, 17px);
}

.section-sub-title .leaf {
  display: inline-block;
  width: 12px;
  height: 13px;
  background-color: var(--ul-primary);
  clip-path: polygon(50% 100%, 50% 100%, 43% 93%, 37% 85%, 30% 77%, 23% 69%, 17% 61%, 11% 53%, 7% 45%, 3% 36%, 1% 28%, 0% 20%, 0% 20%, 1% 13%, 4% 8%, 8% 4%, 13% 1%, 19% 0%, 26% 1%, 32% 4%, 39% 10%, 45% 18%, 50% 30%, 50% 30%, 51% 27%, 52% 24%, 53% 22%, 54% 19%, 56% 16%, 57% 14%, 59% 11%, 62% 9%, 64% 7%, 66% 6%, 66% 6%, 72% 3%, 78% 2%, 84% 3%, 89% 4%, 93% 7%, 97% 10%, 99% 15%, 100% 22%, 99% 29%, 96% 38%, 96% 38%, 94% 42%, 91% 47%, 88% 52%, 84% 58%, 79% 64%, 75% 70%, 69% 77%, 63% 84%, 57% 92%, 50% 100%);
}

.section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
  letter-spacing: -0.04em;
  font-family: var(--font-quicksand);
  line-height: 1.15;
}

.section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  color: var(--ul-p);
  max-width: 550px;
}

/* =================== 04. TOP BAR =================== */
.top-bar {
  background-color: var(--ul-black);
  color: var(--white);
  /* First snap point — anchors position 0 so mandatory snap doesn't skip the top bar */
}

.top-bar .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1845px;
}

.top-bar-left {
  display: flex;
  align-items: center;
}

.top-bar-left .address {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(10px, 0.79vw, 15px) clamp(15px, 1.21vw, 23px) clamp(10px, 0.79vw, 15px) 0;
  position: relative;
  z-index: 1;
  font-size: clamp(13px, 0.79vw, 15px);
}

.top-bar-left .address::before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  width: calc(100% + 35px);
  background-color: var(--ul-primary);
  border-top-right-radius: 999px;
  z-index: -1;
}

.top-bar-left .address i {
  font-size: 16px;
}

.top-bar-info {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
  padding-left: clamp(15px, 1.58vw, 30px);
}

.top-bar-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 0.79vw, 15px);
}

.top-bar-info li i {
  color: var(--ul-primary);
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.05vw, 20px);
  padding: clamp(10px, 0.79vw, 15px) 0;
}

.top-bar-social {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.79vw, 15px);
}

.top-bar-social span {
  font-size: clamp(13px, 0.79vw, 15px);
}

.top-bar-social .links {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.79vw, 15px);
}

.top-bar-social a {
  color: var(--white);
  font-size: 14px;
}

.top-bar-social a:hover {
  color: var(--ul-primary);
}

/* =================== 05. HEADER =================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1845px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: clamp(35px, 3.42vw, 65px);
  flex-grow: 1;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: clamp(94px, 10px, 220px);
  flex-shrink: 0;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(22px, 1.58vw, 30px);
  color: var(--ul-black);
}

.logo a:hover {
  color: var(--ul-primary);
}

.logo .logo-icon {
  width: clamp(35px, 2.31vw, 44px);
  height: clamp(35px, 2.31vw, 44px);
  background: var(--ul-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
}

/* Nav */
.main-nav {
  display: flex;
  gap: clamp(25px, 2.36vw, 45px);
  align-items: center;
}

.main-nav>li {
  position: relative;
  line-height: clamp(70px, 4.52vw, 86px);
}

.main-nav>li>a {
  font-weight: 600;
  color: var(--ul-black);
  font-size: clamp(14px, 0.84vw, 16px);
}

.main-nav>li>a:hover,
.main-nav>li>a.active {
  color: var(--ul-primary);
}

.main-nav .has-submenu>a::after {
  content: "▾";
  margin-left: 5px;
  font-size: 10px;
}

.main-nav .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: var(--white);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 100;
}

.main-nav .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.submenu li:last-child {
  border-bottom: 0;
}

.submenu li a {
  display: block;
  padding: 12px 20px;
  font-size: clamp(13px, 0.79vw, 15px);
  color: var(--ul-black);
  font-weight: 500;
}

.submenu li a:hover {
  color: var(--ul-primary);
  background-color: var(--ul-c4);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.58vw, 30px);
  flex-shrink: 0;
}

.header-actions .search-btn {
  font-size: 18px;
  color: var(--ul-black);
  display: flex;
  align-items: center;
  padding: 0;
}

.header-actions .search-btn:hover {
  color: var(--ul-primary);
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}

.mobile-nav-toggle span {
  width: 25px;
  height: 3px;
  background-color: var(--ul-black);
  border-radius: 2px;
  transition: 0.3s;
}

/* =================== 06. BANNER / HERO =================== */
.hero-banner {
  background-color: var(--ul-black);
  position: relative;
  overflow: hidden;
  color: var(--white);
  scroll-margin-top: var(--header-height);
}

/* Full-cover background image */
.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease, transform 8s ease;
  transform: scale(1.05);
}

.hero-bg-img.active {
  opacity: 1;
  transform: scale(1);
}

/* Dark gradient overlay for text readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
      rgba(30, 37, 47, 0.92) 0%,
      rgba(30, 37, 47, 0.75) 40%,
      rgba(30, 37, 47, 0.45) 70%,
      rgba(30, 37, 47, 0.25) 100%);
  pointer-events: none;
}

.hero-banner .container {
  max-width: 1845px;
  position: relative;
  z-index: 2;
}

.hero-inner {
  display: flex;
  align-items: center;
  min-height: clamp(550px, 45vw, 850px);
  position: relative;
}

.hero-content {
  max-width: 810px;
  padding: clamp(100px, 10vw, 200px) 0;
  position: relative;
  z-index: 5;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ul-primary);
  font-weight: 600;
  margin-bottom: clamp(10px, 0.79vw, 15px);
  font-family: var(--font-caveat);
  font-size: clamp(18px, 1.15vw, 22px);
}

.hero-tag .heart {
  color: #e74c3c;
  font-size: 16px;
}

.hero-title {
  font-weight: 700;
  font-size: clamp(36px, 4.2vw, 80px);
  font-family: var(--font-quicksand);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: clamp(15px, 1.42vw, 27px);
  color: var(--white);
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.hero-descr {
  font-size: clamp(14px, 0.95vw, 18px);
  font-weight: 400;
  margin-bottom: clamp(25px, 2.15vw, 41px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 609px;
}

/* Slider dots */
.hero-slider-dots {
  display: flex;
  gap: 8px;
  margin-top: clamp(20px, 2.1vw, 40px);
}

.hero-slider-dots .dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
  opacity: 0.6;
}

.hero-slider-dots .dot.active {
  border-color: var(--ul-primary);
  opacity: 1;
}

.hero-slider-dots .dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =================== FEATURE AREA =================== */
.feature-area {
  background-color: var(--ul-c4);
  position: relative;
  z-index: 5;
  scroll-margin-top: var(--header-height);
}

.feature-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: clamp(-60px, -3.15vw, -40px);
  position: relative;
  z-index: 5;
  border-radius: clamp(20px, 1.58vw, 30px);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.feature-volunteer {
  background-color: var(--ul-black);
  color: var(--white);
  padding: clamp(30px, 2.63vw, 50px) clamp(25px, 2.63vw, 50px);
}

.feature-volunteer-title {
  color: var(--white);
  font-size: clamp(22px, 1.58vw, 30px);
  margin-bottom: clamp(12px, 0.84vw, 16px);
}

.feature-volunteer p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(15px, 1.26vw, 24px);
  font-size: clamp(13px, 0.79vw, 15px);
}

.feature-checklist {
  margin-bottom: clamp(20px, 1.58vw, 30px);
}

.feature-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-weight: 500;
  font-size: clamp(14px, 0.84vw, 16px);
}

.feature-checklist li .check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
}

.feature-donate {
  background-color: var(--white);
  padding: clamp(30px, 2.63vw, 50px) clamp(25px, 2.63vw, 50px);
}

.feature-donate-title {
  font-size: clamp(22px, 1.58vw, 30px);
  margin-bottom: clamp(8px, 0.63vw, 12px);
}

.feature-donate p {
  margin-bottom: clamp(15px, 1.26vw, 24px);
  font-size: clamp(13px, 0.79vw, 15px);
}

.donate-amounts {
  display: flex;
  gap: 10px;
  margin-bottom: clamp(15px, 1.26vw, 24px);
  flex-wrap: wrap;
}

.donate-amounts .amount-btn {
  padding: 10px 20px;
  border: 1px solid var(--ul-gray2);
  border-radius: 999px;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  cursor: pointer;
  transition: 0.3s;
}

.donate-amounts .amount-btn:hover,
.donate-amounts .amount-btn.active {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.donate-custom-input {
  width: 100%;
  height: clamp(45px, 2.94vw, 56px);
  border: 1px solid var(--ul-gray2);
  border-radius: 999px;
  padding: 0 20px;
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: clamp(15px, 1.26vw, 24px);
}

.donate-custom-input:focus {
  border-color: var(--ul-primary);
}

/* =================== 07. ABOUT =================== */
.about-area {
  background-color: var(--ul-c4);
  scroll-margin-top: var(--header-height);
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 3.15vw, 60px);
  align-items: center;
}

.about-image {
  position: relative;
  max-width: clamp(350px, 30vw, 520px);
  margin: 0 auto;
}

.about-image-wrapper {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  bottom: 0%;
  left: -11%;
  background: var(--ul-gradient);
  color: var(--white);
  padding: clamp(15px, 1.26vw, 24px) clamp(20px, 1.58vw, 30px);
  border-radius: 20px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(217, 147, 185, 0.897);
}

.about-badge .number {
  font-size: clamp(30px, 2.63vw, 50px);
  font-weight: 800;
  font-family: var(--font-quicksand);
  line-height: 1;
  display: block;
}

.about-badge .text {
  font-size: clamp(12px, 0.74vw, 14px);
  font-weight: 600;
}

.about-content .section-sub-title {
  margin-bottom: clamp(8px, 0.74vw, 14px);
}

.about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(15px, 1.05vw, 20px);
  margin-top: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 1.58vw, 30px);
}

.about-card {
  background-color: var(--white);
  padding: clamp(18px, 1.26vw, 24px);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.about-card .icon {
  width: clamp(40px, 2.63vw, 50px);
  height: clamp(40px, 2.63vw, 50px);
  background-color: var(--ul-c3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--ul-primary);
  font-size: 20px;
}

.about-card h4 {
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 700;
  margin-bottom: 6px;
}

.about-card p {
  font-size: clamp(12px, 0.74vw, 14px);
  line-height: 1.6;
  margin: 0;
}

/* =================== 08. SERVICES =================== */
.services-area {
  background-color: var(--white);
  scroll-margin-top: var(--header-height);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.26vw, 24px);
}

.service-card {
  background-color: var(--ul-c4);
  border-radius: clamp(15px, 1.26vw, 24px);
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.service-card.hover-ready {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-card-image {
  height: clamp(180px, 12vw, 220px);
  position: relative;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.service-card:hover .service-card-image img {
  transform: scale(1.08);
}

.service-card-image .service-icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(50px, 3.15vw, 60px);
  height: clamp(50px, 3.15vw, 60px);
  background: var(--ul-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 22px;
  z-index: 3;
  box-shadow: 0 5px 15px rgba(217, 147, 185, 0.897);
}

.service-card-content {
  padding: clamp(25px, 1.84vw, 35px) clamp(15px, 1.26vw, 24px) clamp(20px, 1.58vw, 30px);
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: var(--ul-c4);
}

.service-card-content h3 {
  font-size: clamp(16px, 1.05vw, 20px);
  margin-bottom: 10px;
}

.service-card-content h3 a {
  color: var(--ul-black);
}

.service-card-content h3 a:hover {
  color: var(--ul-primary);
}

.service-card-content p {
  font-size: clamp(12px, 0.74vw, 14px);
  margin-bottom: 15px;
}

.service-card-content .read-more {
  color: var(--ul-primary);
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card-content .read-more:hover {
  gap: 10px;
}

/* =================== 09. PROJECTS =================== */
.projects-area {
  background-color: var(--ul-c4);
  scroll-margin-top: var(--header-height);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.26vw, 24px);
}

.project-card {
  border-radius: clamp(20px, 1.58vw, 30px);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/5;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  padding: clamp(20px, 1.58vw, 30px);
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s;
}

.project-card:hover .project-card-overlay {
  transform: translateY(0);
  opacity: 1;
}

.project-card-overlay .category {
  color: var(--ul-primary);
  font-size: clamp(12px, 0.74vw, 14px);
  font-weight: 600;
  margin-bottom: 5px;
}

.project-card-overlay h3 {
  color: var(--white);
  font-size: clamp(16px, 1.05vw, 20px);
}

.project-card-overlay h3 a {
  color: var(--white);
}

.project-card-overlay h3 a:hover {
  color: var(--ul-primary);
}

/* =================== 10. CTA =================== */
.cta-area {
  position: relative;
  z-index: 1;
  background: url("../img/Gallery/anna_daan/IMG_2055.JPG") no-repeat center center/cover;
  padding: clamp(60px, 6.31vw, 120px) 0;
  scroll-margin-top: var(--header-height);
}

.cta-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 37, 47, 0.88);
  z-index: -1;
}

.cta-content {
  text-align: center;
  color: var(--white);
  max-width: 700px;
  margin: 0 auto;
}

.cta-content .section-sub-title {
  color: var(--ul-secondary);
}

.cta-content .section-sub-title .leaf {
  background-color: var(--ul-secondary);
}

.cta-content .section-title {
  color: var(--white);
  margin-bottom: clamp(20px, 1.58vw, 30px);
}

.cta-content .cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =================== 11. TESTIMONIALS SLIDER =================== */
.testimonials-area {
  background-color: #FDE8F2;
  /* subtle paper/cream background */
  scroll-margin-top: var(--header-height);
  position: relative;
  overflow: hidden;
}

/* Centered section header */
.testimonials-header {
  text-align: center;
  margin-bottom: clamp(40px, 3.68vw, 70px);
}

.testimonials-header .section-sub-title {
  justify-content: center;
}

.testimonials-header .section-title {
  margin-bottom: 20px;
}

/* Slider Wrapper - Contains buttons and track */
.tslider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(15px, 2vw, 30px);
}

.tslider {
  flex-grow: 1;
  overflow: hidden;
  /* Hide cards outside the view */
}

/* Track slides left/right */
.tslider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
}

/* Each slide */
.tslide {
  flex: 0 0 calc(33.333% - 20px);
  /* 3 visible cards minus gap */
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .tslide {
    flex: 0 0 100%;
    /* 1 visible card on mobile/tablet */
  }
}

/* Card Inner */
.tslide-inner {
  background: var(--white);
  border-radius: clamp(15px, 1.58vw, 25px);
  padding: clamp(30px, 2.5vw, 40px);
  text-align: left;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.tslide-inner:hover {
  border-color: var(--ul-secondary);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* Quote Watermark */
.tslide-quote-mark {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: clamp(80px, 8vw, 120px);
  color: var(--ul-gray3);
  font-family: var(--font-quicksand);
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  pointer-events: none;
}

/* Stars */
.tslide-stars {
  display: flex;
  gap: 5px;
  color: var(--ul-secondary);
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: clamp(15px, 1.26vw, 20px);
  position: relative;
  z-index: 1;
}

/* Quote text */
.tslide-text {
  font-size: clamp(14px, 1vw, 15px);
  color: var(--ul-p);
  line-height: 1.85;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/* Author block */
.tslide-author {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.tslide-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.tslide-author-info h4 {
  color: var(--ul-black);
  font-size: clamp(16px, 1.05vw, 18px);
  margin-bottom: 2px;
}

.tslide-author-info span {
  color: var(--ul-p);
  font-size: clamp(13px, 0.79vw, 14px);
}

/* Controls */
.tslider-btn {
  width: clamp(40px, 3.5vw, 50px);
  height: clamp(40px, 3.5vw, 50px);
  border-radius: 50%;
  font-size: clamp(14px, 1vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  flex-shrink: 0;
  border: none;
}

#tslider-prev {
  background-color: var(--ul-black);
  color: var(--white);
}

#tslider-prev:hover {
  background-color: var(--ul-primary);
}

#tslider-next {
  background-color: var(--ul-secondary);
  color: var(--white);
}

#tslider-next:hover {
  background-color: var(--ul-primary);
}


/* =================== 11b. CONTACT SECTION =================== */
.contact-area {
  background-color: var(--ul-c4);
  scroll-margin-top: var(--header-height);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 4.2vw, 80px);
  align-items: center;
}

.contact-info .section-title {
  margin-bottom: 12px;
}

.contact-info .section-descr {
  margin-bottom: clamp(25px, 2.1vw, 40px);
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.26vw, 24px);
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-info-icon {
  width: clamp(44px, 2.94vw, 56px);
  height: clamp(44px, 2.94vw, 56px);
  border-radius: 14px;
  background: var(--ul-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(16px, 1.05vw, 20px);
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(217, 147, 185, 0.897);
}

.contact-info-list li>div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-info-list strong {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
  color: var(--ul-black);
  display: block;
}

.contact-info-list span,
.contact-info-list a {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-p);
}

.contact-info-list a:hover {
  color: var(--ul-primary);
}

/* Contact form wrapper */
.contact-form-wrap {
  background-color: var(--white);
  border-radius: clamp(20px, 1.58vw, 30px);
  padding: clamp(30px, 2.63vw, 50px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.contact-form-wrap h3 {
  font-size: clamp(22px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 1.58vw, 30px);
}

.form-group {
  margin-bottom: clamp(12px, 1.05vw, 20px);
}

.form-group input,
.form-group textarea {
  width: 100%;
  height: clamp(45px, 2.94vw, 56px);
  border: 1px solid var(--ul-gray2);
  border-radius: 12px;
  padding: 0 20px;
  font-size: clamp(13px, 0.84vw, 16px);
  background-color: var(--ul-c4);
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--ul-primary);
  background-color: var(--white);
}

.form-group textarea {
  height: 120px;
  padding: 15px 20px;
  resize: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.05vw, 20px);
}

/* =================== 14. GALLERY =================== */
.gallery-area {
  background-color: var(--ul-c4);
  scroll-margin-top: var(--header-height);
}

/* Centered heading */
.gallery-section-head {
  text-align: center;
  margin-bottom: clamp(24px, 2.1vw, 40px);
}

.gallery-section-head .section-sub-title {
  justify-content: center;
}

.gallery-section-head .section-title {
  margin-bottom: 0;
}

/* Filter pills */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: clamp(30px, 2.63vw, 50px);
}

.gfilter-btn {
  padding: 10px clamp(18px, 1.58vw, 30px);
  border-radius: 999px;
  border: 2px solid var(--ul-gray2);
  background: var(--white);
  color: var(--ul-black);
  font-size: clamp(13px, 0.84vw, 15px);
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  font-family: inherit;
}

.gfilter-btn:hover {
  border-color: var(--ul-primary);
  color: var(--ul-primary);
}

.gfilter-btn.active {
  background: var(--ul-gradient);
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 6px 20px rgba(217, 147, 185, 0.897);
}

/* Masonry grid using CSS Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: clamp(10px, 0.84vw, 16px);
}

/* Item base */
.gallery-item {
  position: relative;
  border-radius: clamp(12px, 1.05vw, 20px);
  overflow: hidden;
  cursor: pointer;
  /* Entrance animation state */
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.gallery-item.visible {
  opacity: 1;
  transform: scale(1);
}

.gallery-item.hidden {
  display: none;
}

/* Tall item spans 2 rows */
.gallery-item.tall {
  grid-row: span 2;
}

/* Wide item spans 2 columns */
.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

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

/* Hover overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
      rgba(30, 37, 47, 0.9) 0%,
      rgba(30, 37, 47, 0.5) 45%,
      rgba(30, 37, 47, 0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(14px, 1.26vw, 24px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-cat {
  display: inline-block;
  background: var(--ul-gradient);
  color: var(--white);
  font-size: clamp(10px, 0.63vw, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 8px;
  align-self: flex-start;
}

.gallery-overlay h4 {
  color: var(--white);
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1.3;
  margin-bottom: 10px;
  flex: 1 0 auto;
}

.gallery-zoom {
  align-self: flex-start;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  backdrop-filter: blur(4px);
}

.gallery-zoom:hover {
  background: var(--ul-primary);
  border-color: var(--ul-primary);
  transform: scale(1.1);
}

/* =================== LIGHTBOX =================== */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.gallery-lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 18, 0.95);
  backdrop-filter: blur(8px);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 90vw;
  max-height: 90vh;
  flex-direction: row;
}

.lightbox-img-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img-wrap img {
  max-width: min(800px, 75vw);
  max-height: 78vh;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
}

.lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  backdrop-filter: blur(6px);
}

.lightbox-close:hover {
  background: var(--ul-primary);
  border-color: var(--ul-primary);
}

.lightbox-nav {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  flex-shrink: 0;
}

.lightbox-nav:hover {
  background: var(--ul-primary);
  border-color: var(--ul-primary);
  transform: scale(1.05);
}

.lightbox-caption {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 32px;
  text-align: center;
  background: linear-gradient(0deg, rgba(10, 12, 18, 0.9) 0%, transparent 100%);
}

.lightbox-cat {
  display: inline-block;
  background: var(--ul-gradient);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 14px;
  border-radius: 999px;
  margin-bottom: 6px;
}

.lightbox-caption h4 {
  color: var(--white);
  font-size: clamp(16px, 1.26vw, 24px);
}

/* =================== 13. FOOTER =================== */

.footer {
  background-color: var(--ul-black);
  color: var(--white);
  padding-top: clamp(50px, 5.25vw, 100px);
  scroll-margin-top: var(--header-height);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
  gap: clamp(25px, 2.63vw, 50px);
  padding-bottom: clamp(40px, 3.15vw, 60px);
}

.footer-about .logo {
  margin-bottom: clamp(15px, 1.26vw, 24px);
}

.footer-about .logo a {
  color: var(--white);
}

.footer-about p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: clamp(15px, 1.26vw, 24px);
  font-size: clamp(13px, 0.79vw, 15px);
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 14px;
  transition: 0.3s;
}

.footer-social a:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.footer-widget-title {
  font-size: clamp(18px, 1.15vw, 22px);
  color: var(--white);
  margin-bottom: clamp(18px, 1.58vw, 30px);
  font-weight: 700;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(13px, 0.84vw, 16px);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: var(--ul-primary);
}

.footer-links a::before {
  content: "→";
  color: var(--ul-primary);
  font-size: 12px;
}

.footer-post {
  display: flex;
  gap: 12px;
  margin-bottom: clamp(12px, 1.05vw, 20px);
  align-items: center;
}

.footer-post-img {
  width: 75px;
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.footer-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-post-content .date {
  font-size: clamp(11px, 0.63vw, 13px);
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.footer-post-content h4 {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--white);
  font-weight: 600;
  line-height: 1.4;
}

.footer-post-content h4 a {
  color: var(--white);
}

.footer-post-content h4 a:hover {
  color: var(--ul-primary);
}

.footer-contact-info {
  margin-bottom: clamp(15px, 1.26vw, 24px);
}

.footer-contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(13px, 0.84vw, 16px);
}

.footer-contact-info li i {
  color: var(--ul-primary);
  font-size: 16px;
}

.footer-contact-info li a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact-info li a:hover {
  color: var(--ul-primary);
}

.footer-newsletter {
  display: flex;
  height: clamp(45px, 2.94vw, 56px);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-newsletter input {
  flex-grow: 1;
  border: none;
  padding: 0 20px;
  color: var(--white);
  font-size: clamp(13px, 0.79vw, 15px);
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-newsletter button {
  background-color: var(--ul-primary);
  color: var(--white);
  padding: 0 20px;
  font-weight: 700;
  font-size: clamp(13px, 0.79vw, 15px);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.footer-newsletter button:hover {
  background-color: var(--ul-secondary);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(15px, 1.26vw, 24px) 0;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(13px, 0.79vw, 15px);
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(13px, 0.79vw, 15px);
}

.footer-bottom-links a:hover {
  color: var(--ul-primary);
}

/* =================== SCROLL TO TOP =================== */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--ul-primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(235, 83, 16, 0.3);
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background-color: var(--ul-secondary);
  transform: translateY(-3px);
}

/* =================== ANIMATIONS =================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.8s ease forwards;
}

.animate-fadeInLeft {
  animation: fadeInLeft 0.8s ease forwards;
}

.animate-fadeInRight {
  animation: fadeInRight 0.8s ease forwards;
}

/* =================== RESPONSIVE =================== */
@media screen and (max-width: 1199px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    flex-direction: column;
    gap: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav>li {
    line-height: 1.2;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .main-nav>li>a {
    padding: 14px 20px;
    display: block;
  }

  .main-nav .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    display: none;
    background-color: var(--ul-gray3);
  }

  .main-nav .has-submenu.active .submenu {
    display: block;
  }

  .main-nav .has-submenu>a::after {
    float: right;
  }

  .mobile-nav-toggle {
    display: flex;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-descr {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-slider-dots {
    justify-content: center;
  }

  .hero-overlay {
    background: rgba(30, 37, 47, 0.75);
  }

  .hero-inner {
    min-height: clamp(450px, 65vw, 600px);
  }

  .feature-inner {
    grid-template-columns: 1fr;
  }

  .about-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-image {
    max-width: 350px;
  }

  .about-cards {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content .section-descr {
    max-width: 100%;
    margin: 0 auto;
  }

  .tslide-inner {
    grid-template-columns: 1fr;
  }

  .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-bar-left .address::before {
    display: none;
  }

  .top-bar .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 10px 15px;
  }

  .top-bar-left,
  .top-bar-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-bar-info {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .about-cards {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-info-list {
    gap: 14px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .gallery-item.wide {
    grid-column: span 2;
  }

  .hero-title {
    font-size: clamp(30px, 8vw, 50px);
  }
}

@media screen and (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: unset;
    grid-row: unset;
  }

  .lightbox-img-wrap img {
    max-width: 90vw;
  }

  .lightbox-nav {
    display: none;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .header-actions .ul-btn {
    display: none;
  }

  .cta-content .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }

  .donate-amounts {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    font-size: 12px;
  }

  .hero-slider-dots {
    justify-content: center;
    flex-wrap: wrap;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
}