/**
 * GHOTA brand overrides (logo + accent colors only).
 * Dark section backgrounds (--ul-black) are unchanged from the Charitics template.
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&display=swap");

/* GHOTA circular logo — sized for readable “GHOTA” ring text */
img.logo.ghota-logo,
.ghota-logo {
  width: clamp(92px, 9vw, 128px);
  height: clamp(92px, 9vw, 128px);
  max-width: none;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  padding: 3px;
  box-sizing: border-box;
  filter: drop-shadow(0 6px 18px rgba(30, 37, 47, 0.28))
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12));
}

.logo-container img.ghota-logo {
  display: block;
}

.ul-sidebar-header-logo img.ghota-logo {
  width: clamp(80px, 12vw, 96px);
  height: clamp(80px, 12vw, 96px);
}

.ul-footer-about img.ghota-logo,
.ul-footer-widgets img.ghota-logo {
  width: clamp(104px, 10vw, 140px);
  height: clamp(104px, 10vw, 140px);
  max-width: none;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
}

.logo-container .ghota-logo {
  position: relative;
  z-index: 2;
}

/* Remove Charitics heart-shaped backdrop behind header logo */
.ul-header .logo-container::before,
.ul-header .logo-container::after {
  display: none !important;
  content: none !important;
}

.ul-header-bottom.sticky .logo-container::before {
  display: none !important;
  background: transparent !important;
}

.ul-header .logo-container {
  padding: clamp(4px, 0.5vw, 10px) 0;
  flex-shrink: 0;
}

/* Brand typography for main headings */
.ul-banner-title,
.ul-section-title {
  font-family: var(--font-brand, "Cormorant Garamond", Georgia, serif);
  letter-spacing: 0.01em;
}

/* Banner hero photo — natural portrait instead of template clip-path */
.ul-banner-img .img-wrapper.ghota-banner-photo-wrap {
  background: none;
  padding-left: 0;
  clip-path: none;
}

.ul-banner-img .ghota-banner-photo {
  clip-path: none;
  border-radius: clamp(16px, 1.5vw, 28px);
  object-fit: cover;
  object-position: center 20%;
  aspect-ratio: 4 / 5;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 991px) {
  .ul-banner-img .ghota-banner-photo {
    max-width: 100%;
    aspect-ratio: 16 / 11;
    object-position: center 25%;
  }
}

/* About section — Helping Each Other photo */
.ghota-about-photo-wrap img.ghota-about-photo {
  width: 100%;
  height: auto;
  border-radius: clamp(16px, 1.5vw, 28px);
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 20px 50px rgba(30, 37, 47, 0.12);
}

.ul-about-imgs .ul-about-imgs-vectors {
  display: none;
}

.ul-banner .ul-banner-sub-title {
  color: var(--ul-secondary);
}

/* Light sections — purple accent from text in logo */
.ul-section-sub-title:not(.ul-banner-sub-title) {
  color: #7b1fa2;
}

/* Primary buttons — green to teal (logo ring colors) */
.ul-btn {
  background: linear-gradient(135deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  border: none;
}

.ul-btn:hover {
  background: linear-gradient(135deg, #1b5e20 0%, #1565c0 100%);
}

/* Preloader uses brand green */
.loader {
  border-top-color: var(--ul-primary) !important;
  border-right-color: var(--ul-secondary) !important;
}

/* Love / heart decorative graphics — brand green */
.ul-donate-form-vector {
  opacity: 1;
}

/* Homepage donate CTA — full box with photo background */
.ul-donate-form-section.ghota-donate-cta {
  background-color: transparent;
  background-image: none;
  box-shadow: 0 4px 40px rgba(30, 37, 47, 0.2);
  padding: clamp(48px, 6vw, 88px) clamp(24px, 4vw, 48px);
  min-height: clamp(280px, 28vw, 380px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-donate-form-section.ghota-donate-cta::before {
  display: none;
  content: none;
}

.ghota-donate-cta__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  z-index: 0;
}

.ghota-donate-cta__overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(30, 37, 47, 0.75) 0%,
    rgba(30, 37, 47, 0.45) 50%,
    rgba(30, 37, 47, 0.7) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.ghota-donate-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.ghota-donate-cta__title {
  margin-bottom: clamp(24px, 2.5vw, 36px);
}

.ghota-donate-cta__btn {
  display: inline-flex;
  justify-content: center;
}

.ghota-contact-feedback {
  margin-top: clamp(12px, 1vw, 18px);
  padding: clamp(12px, 1vw, 16px) clamp(14px, 1.1vw, 18px);
  border-radius: 10px;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.5;
  text-align: center;
}

.ghota-contact-feedback--success {
  background: rgba(67, 160, 71, 0.12);
  color: var(--ul-primary);
  border: 1px solid rgba(67, 160, 71, 0.25);
}

.ghota-contact-feedback--error {
  background: rgba(198, 40, 40, 0.08);
  color: #b71c1c;
  border: 1px solid rgba(198, 40, 40, 0.2);
}

.ghota-footer-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.5;
}

.ghota-footer-address i {
  flex-shrink: 0;
  margin-top: 2px;
}

/* Event schedule — real outreach photos */
.ghota-event-photo {
  object-fit: cover;
  object-position: center center;
}

/* Events listing cards */
.ghota-event-card-img {
  border-radius: 20px;
  overflow: hidden;
}

.ghota-events-wrapper .ghota-event-card-img .ghota-event-photo,
.ghota-event-card-img .ghota-event-photo {
  width: 100%;
  display: block;
  border-radius: 20px;
  aspect-ratio: 16 / 10;
}

.ghota-event-card .ul-event-descr {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.55;
  color: rgba(30, 37, 47, 0.72);
}

.ghota-event-details-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: clamp(20px, 1.8vw, 28px);
}

.ghota-event-details-img .ghota-event-photo {
  width: 100%;
  display: block;
  border-radius: 20px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Event detail — same layout pattern as blog article */
.ghota-event-page {
  padding-top: 0;
}

.ghota-event-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1vw, 18px);
  margin-bottom: clamp(8px, 0.8vw, 12px);
}

.ghota-event-article-title {
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.3;
  margin-bottom: clamp(20px, 2vw, 28px);
  max-width: 900px;
}

.ghota-event-layout {
  align-items: flex-start;
}

.ghota-event-aside {
  position: sticky;
  top: 100px;
}

.ghota-event-side-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(30, 37, 47, 0.1);
  background: var(--ul-gray3, #f0f2f4);
  max-width: 240px;
}

.ghota-event-side-photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}

.ghota-event-side-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  max-width: 240px;
}

.ghota-event-side-thumb {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 4px 12px rgba(30, 37, 47, 0.08);
}

.ghota-event-main {
  min-width: 0;
}

.ghota-event-lead {
  font-size: clamp(15px, 0.95vw, 17px);
  line-height: 1.6;
  color: rgba(30, 37, 47, 0.78);
  margin-bottom: 1rem;
}

.ghota-event-body,
.ghota-event-mission {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.7;
  color: rgba(30, 37, 47, 0.88);
}

.ghota-event-venue {
  margin: clamp(20px, 1.8vw, 28px) 0;
  padding: clamp(16px, 1.3vw, 20px);
  background: var(--ul-gray3, #f7f8fa);
  border-radius: 14px;
  border: 1px solid rgba(30, 37, 47, 0.08);
}

.ghota-event-mission-title {
  margin-top: clamp(20px, 1.8vw, 28px);
}

.ghota-event-list {
  margin: clamp(16px, 1.3vw, 22px) 0;
}

.ghota-event-cta {
  margin-top: clamp(24px, 2vw, 32px);
}

.ghota-events-page {
  padding-top: 0;
}

@media (max-width: 991px) {
  .ghota-event-aside {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
  }

  .ghota-event-side-img,
  .ghota-event-side-gallery {
    max-width: 160px;
  }

  .ghota-event-side-photo,
  .ghota-event-side-thumb {
    max-width: 160px;
  }

  .ghota-event-side-gallery {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .ghota-event-side-img,
  .ghota-event-side-gallery,
  .ghota-event-side-photo,
  .ghota-event-side-thumb {
    max-width: 140px;
  }
}

/* Team section — real member photos */
.ghota-team-photo {
  object-fit: cover;
  object-position: center top;
}

/* Latest news — real outreach photos */
.ghota-news-photo {
  object-fit: cover;
  object-position: center center;
}

/* Blog listing cards */
.ghota-blog-card-img {
  border-radius: 20px;
  overflow: hidden;
  background: var(--ul-gray3, #f0f2f4);
}

.ghota-blog-card-photo {
  width: 100%;
  aspect-ratio: 370 / 265;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 20px;
}

.ghota-blog-card-excerpt {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.55;
  color: rgba(30, 37, 47, 0.72);
  margin: 0 0 clamp(10px, 0.8vw, 14px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Blog article detail — left photo, right content + comments */
.ghota-blog-page {
  padding-top: 0;
}

.ghota-blog-article-meta {
  margin-bottom: clamp(8px, 0.8vw, 12px);
}

.ghota-blog-article-title {
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.3;
  margin-bottom: clamp(20px, 2vw, 28px);
  max-width: 900px;
}

.ghota-blog-layout {
  align-items: flex-start;
}

.ghota-blog-aside {
  position: sticky;
  top: 100px;
}

.ghota-blog-side-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(30, 37, 47, 0.1);
  background: var(--ul-gray3, #f0f2f4);
  max-width: 240px;
}

.ghota-blog-side-photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}

.ghota-blog-side-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  max-width: 240px;
}

.ghota-blog-side-thumb {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 4px 12px rgba(30, 37, 47, 0.08);
}

.ghota-blog-main {
  min-width: 0;
}

.ghota-blog-article .ul-blog-txt {
  padding: 0;
  box-shadow: none;
}

.ghota-blog-lead {
  font-size: clamp(15px, 0.95vw, 17px);
  line-height: 1.6;
  color: rgba(30, 37, 47, 0.78);
  margin-bottom: 1rem;
}

.ghota-blog-article .ul-blog-details-txt {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.7;
  color: rgba(30, 37, 47, 0.88);
  margin-bottom: clamp(24px, 2vw, 32px);
}

.ghota-blog-article .ul-blog-details-txt p {
  margin-bottom: 1em;
}

.ghota-blog-comments-section {
  margin-top: 0;
  padding-top: clamp(20px, 1.8vw, 28px);
  border-top: 1px solid rgba(30, 37, 47, 0.1);
}

.ghota-blog-comments-section .ul-blog-details-reviews {
  margin-top: 0;
}

.ghota-blog-comments-section .ul-blog-details-review {
  margin-bottom: clamp(16px, 1.4vw, 22px);
  padding-bottom: clamp(16px, 1.4vw, 22px);
  border-bottom: 1px solid rgba(30, 37, 47, 0.08);
}

.ghota-blog-comments-section .ul-blog-details-review:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ghota-blog-comments-section .ul-blog-details-review-replies {
  margin-left: clamp(12px, 3vw, 40px);
  margin-top: clamp(12px, 1vw, 16px);
}

.ghota-blog-comments-section .ul-blog-details-review-reply {
  margin-top: clamp(12px, 1vw, 16px);
}

.ghota-blog-comments-section .ul-blog-details-inner-title,
.ghota-blog-comments-section .ul-donation-details-summary-title {
  font-size: clamp(20px, 1.35vw, 26px);
  margin-bottom: clamp(10px, 0.9vw, 14px);
}

.ghota-blog-comments-section .ul-blog-details-review-form-wrapper {
  margin-top: clamp(24px, 2vw, 32px);
  padding: clamp(20px, 1.8vw, 28px);
  background: var(--ul-gray3, #f7f8fa);
  border: 1px solid rgba(30, 37, 47, 0.08);
  border-radius: 16px;
}

.ghota-comment-form-intro {
  font-size: clamp(13px, 0.85vw, 15px);
  line-height: 1.5;
  color: rgba(30, 37, 47, 0.62);
  margin: 0 0 clamp(16px, 1.3vw, 20px);
}

.ghota-comment-form .form-group {
  margin-bottom: clamp(14px, 1.1vw, 18px);
}

.ghota-comment-form .row {
  --bs-gutter-y: 0;
}

.ghota-comment-form input,
.ghota-comment-form textarea {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid rgba(30, 37, 47, 0.14);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ul-black);
  height: auto;
  min-height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ghota-comment-form textarea {
  min-height: 128px;
  resize: vertical;
  line-height: 1.55;
}

.ghota-comment-form input::placeholder,
.ghota-comment-form textarea::placeholder {
  color: rgba(30, 37, 47, 0.45);
}

.ghota-comment-form input:focus,
.ghota-comment-form input:focus-visible,
.ghota-comment-form textarea:focus,
.ghota-comment-form textarea:focus-visible {
  outline: none;
  border-color: var(--ul-primary);
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.12);
}

.ghota-comment-form .ul-btn {
  margin-top: 4px;
  background-color: var(--ul-black);
  border-color: var(--ul-black);
}

.ghota-comment-form .ul-btn i {
  background-color: var(--white);
  color: var(--ul-black);
}

.ghota-comment-form .ul-btn:hover {
  background-color: transparent;
  color: var(--ul-black);
}

.ghota-comment-form .ul-btn:hover i {
  color: var(--white);
  background-color: var(--ul-black);
}

.ghota-comment-form .ghota-contact-feedback {
  margin-top: 12px;
  margin-bottom: 0;
  text-align: left;
}

.ghota-blog-comments-section .ul-blog-details-review-reviewer-img img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.ghota-blog-comments-section .ul-blog-details-review-txt .reviewer-name {
  font-size: clamp(15px, 0.95vw, 18px);
  margin-bottom: 2px;
}

.ghota-blog-comments-section .ul-blog-details-review-txt .review-date {
  font-size: clamp(12px, 0.75vw, 14px);
}

.ghota-blog-comments-section .ul-blog-details-review p {
  font-size: clamp(14px, 0.88vw, 16px);
  line-height: 1.6;
  color: rgba(30, 37, 47, 0.78);
}

.ghota-blog-comments-section .ul-blog-details-review-reply-btn {
  margin-top: 6px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.ghota-blog-comments-section .ghota-comment-admin-avatar {
  object-fit: contain;
  background: #fff;
  padding: 2px;
}

@media (max-width: 991px) {
  .ghota-blog-aside {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
  }

  .ghota-blog-side-img,
  .ghota-blog-side-gallery {
    max-width: 160px;
  }

  .ghota-blog-side-photo,
  .ghota-blog-side-thumb {
    max-width: 160px;
  }

  .ghota-blog-side-gallery {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .ghota-blog-side-img,
  .ghota-blog-side-gallery,
  .ghota-blog-side-photo,
  .ghota-blog-side-thumb {
    max-width: 140px;
  }
}

/* Stats circles — no placeholder bg; event photo on hover only */
.ghota-stats-item {
  background-image: none;
  background-color: transparent;
}

.ghota-stats-item--1:hover {
  background-image: url(../img/ghota-event-1.png);
}

.ghota-stats-item--2:hover {
  background-image: url(../img/ghota-event-2.png);
}

.ghota-stats-item--3:hover {
  background-image: url(../img/ghota-event-3.png);
}

.ghota-stats-item--4:hover {
  background-image: url(../img/ghota-event-4.png);
}

.ul-about-block .icon .flaticon-love,
.flaticon-love {
  color: var(--ul-primary);
}

/* Why join / volunteer section photo */
.ghota-volunteer-photo {
  object-fit: cover;
  object-position: center center;
}

.ul-about-block .block-right .ghota-helping-team-photo {
  aspect-ratio: 330 / 220;
  object-fit: cover;
  object-position: center center;
  border-radius: clamp(12px, 1vw, 16px);
}

/* ── Donation checkout page ── */
.ghota-donation-form-card {
  background: var(--white);
  border: 1px solid rgba(30, 37, 47, 0.08);
  border-radius: clamp(16px, 1.2vw, 22px);
  padding: clamp(22px, 2vw, 36px);
  margin-bottom: clamp(20px, 1.8vw, 28px);
  box-shadow: 0 8px 32px rgba(30, 37, 47, 0.06);
}

.ghota-donation-form-card-title {
  font-family: var(--font-quicksand, sans-serif);
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 700;
  margin-bottom: clamp(16px, 1.2vw, 22px);
  color: var(--ul-black);
}

.ghota-donation-form-hint {
  color: rgba(30, 37, 47, 0.65);
  font-size: 0.95rem;
  margin: -8px 0 clamp(16px, 1.2vw, 20px);
}

.ghota-form-label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 8px;
  color: var(--ul-black);
}

.ghota-form-label .required {
  color: #c62828;
}

.ghota-donation-form .form-group {
  margin-bottom: clamp(16px, 1.2vw, 22px);
}

.ghota-donation-form input[type="text"],
.ghota-donation-form input[type="tel"],
.ghota-donation-form input[type="number"],
.ghota-donation-form select {
  width: 100%;
  border: 1px solid rgba(30, 37, 47, 0.12);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 1rem;
  background: var(--ul-gray3, #f5f5f5);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ghota-donation-form input:focus,
.ghota-donation-form select:focus {
  outline: none;
  border-color: var(--ul-primary);
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.15);
}

.ghota-donation-form input.is-invalid {
  border-color: #c62828;
}

.ghota-field-error {
  display: block;
  color: #c62828;
  font-size: 0.85rem;
  margin-top: 6px;
}

.ghota-amount-row {
  display: grid;
  grid-template-columns: minmax(140px, 42%) 1fr;
  gap: 12px;
}

@media (max-width: 575px) {
  .ghota-amount-row {
    grid-template-columns: 1fr;
  }
}

.ghota-currency-select {
  cursor: pointer;
}

.ghota-payment-options {
  display: grid;
  gap: 12px;
}

.ghota-payment-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ghota-payment-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 2px solid rgba(30, 37, 47, 0.1);
  border-radius: 12px;
  cursor: pointer;
  background: var(--ul-gray3, #f5f5f5);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  margin: 0;
}

.ghota-payment-option-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.ghota-payment-option-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ghota-payment-option-text strong {
  font-size: 1rem;
  color: var(--ul-black);
}

.ghota-payment-option-text small {
  color: rgba(30, 37, 47, 0.6);
  font-size: 0.85rem;
}

.ghota-payment-input:checked + .ghota-payment-option {
  border-color: var(--ul-primary);
  background: rgba(67, 160, 71, 0.06);
  box-shadow: 0 0 0 1px var(--ul-primary);
}

.ghota-donation-summary {
  background: var(--ul-black);
  color: var(--white);
  border-radius: clamp(16px, 1.2vw, 22px);
  padding: clamp(24px, 2vw, 36px);
  position: sticky;
  top: 100px;
}

.ghota-donation-summary-title {
  font-family: var(--font-quicksand, sans-serif);
  font-size: clamp(20px, 1.4vw, 24px);
  font-weight: 700;
  margin-bottom: clamp(20px, 1.5vw, 28px);
}

.ghota-donation-summary-list {
  margin: 0 0 clamp(20px, 1.5vw, 28px);
}

.ghota-donation-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ghota-donation-summary-row dt {
  font-weight: 500;
  opacity: 0.75;
  margin: 0;
}

.ghota-donation-summary-row dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}

.ghota-donation-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(16px, 1.2vw, 20px) 0;
  font-size: clamp(18px, 1.2vw, 22px);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}

.ghota-donation-summary-total strong {
  color: var(--ul-secondary);
  font-size: clamp(22px, 1.5vw, 28px);
}

.ghota-donation-summary-note {
  font-size: 0.88rem;
  opacity: 0.7;
  line-height: 1.5;
  margin-bottom: clamp(20px, 1.5vw, 28px);
}

.ghota-donation-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.ghota-donation-form-actions .ul-btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  justify-content: center;
}

.ghota-donation-summary .ghota-donation-form-actions {
  justify-content: flex-end;
}

.ghota-btn-cancel {
  flex: 0 0 auto;
  padding: 14px 28px;
  border: 2px solid rgba(30, 37, 47, 0.2);
  border-radius: 999px;
  background: transparent;
  color: var(--ul-black);
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.ghota-donation-summary .ghota-btn-cancel {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
  width: auto;
}

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

.ghota-donation-summary .ghota-btn-cancel:hover {
  border-color: var(--ul-secondary);
  color: var(--ul-secondary);
}

.ghota-donation-form-actions .ul-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Inner page breadcrumbs — photo hero (same treatment as donations) */
.ghota-page-breadcrumb {
  background-size: cover;
  background-repeat: no-repeat;
}

.ghota-page-breadcrumb::before {
  background: linear-gradient(
    180deg,
    rgba(30, 37, 47, 0.82) 0%,
    rgba(30, 37, 47, 0.68) 100%
  );
}

.ghota-donations-breadcrumb {
  background-image: url(../img/ghota-donations-impact.png);
  background-position: center 42%;
}

.ghota-about-breadcrumb {
  background-image: url(../img/ghota-about.png);
  background-position: center 35%;
}

.ghota-events-breadcrumb {
  background-image: url(../img/ghota-event-1.png);
  background-position: center 40%;
}

.ghota-blog-breadcrumb {
  background-image: url(../img/ghota-news-1-school-supplies.png);
  background-position: center 40%;
}

.ghota-contact-breadcrumb {
  background-image: url(../img/ghota-news-june-11.png);
  background-position: center 35%;
}

/* About page — donate CTA photo background */
.ghota-cta {
  background-image: url(../img/ghota-donate-bg.png);
  background-position: center center;
}

.ghota-cta::after {
  background: linear-gradient(
    135deg,
    rgba(30, 37, 47, 0.78) 0%,
    rgba(30, 37, 47, 0.48) 50%,
    rgba(30, 37, 47, 0.72) 100%
  );
}

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

/* Donation cancel — themed confirmation modal */
.ghota-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ghota-confirm-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.ghota-confirm-modal[hidden] {
  display: none !important;
}

body.ghota-modal-open {
  overflow: hidden;
}

.ghota-confirm-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 37, 47, 0.72);
  backdrop-filter: blur(4px);
}

.ghota-confirm-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  background: var(--white);
  border-radius: clamp(16px, 1.2vw, 22px);
  padding: clamp(28px, 2.5vw, 40px) clamp(24px, 2vw, 36px);
  text-align: center;
  box-shadow: 0 24px 64px rgba(30, 37, 47, 0.28);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.ghota-confirm-modal.is-open .ghota-confirm-modal__dialog {
  transform: translateY(0) scale(1);
}

.ghota-confirm-modal__logo-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto clamp(18px, 1.4vw, 24px);
}

.ghota-confirm-modal__logo-wrap::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  opacity: 0.35;
  z-index: 0;
}

.ghota-confirm-modal__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(96px, 16vw, 120px);
  height: clamp(96px, 16vw, 120px);
  max-width: none;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  filter: drop-shadow(0 8px 24px rgba(30, 37, 47, 0.22));
}

.ghota-confirm-modal__title {
  font-family: var(--font-quicksand, sans-serif);
  font-size: clamp(20px, 1.4vw, 24px);
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: clamp(10px, 0.8vw, 14px);
}

.ghota-confirm-modal__message {
  color: rgba(30, 37, 47, 0.72);
  font-size: clamp(15px, 0.95vw, 17px);
  line-height: 1.55;
  margin-bottom: clamp(22px, 1.8vw, 28px);
}

.ghota-confirm-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ghota-confirm-modal__yes,
.ghota-confirm-modal__no {
  min-width: 120px;
  justify-content: center;
}

.ghota-confirm-modal__no {
  border-color: rgba(30, 37, 47, 0.18);
  color: var(--ul-black);
}

.ghota-confirm-modal__no:hover {
  border-color: var(--ul-primary);
  color: var(--ul-primary);
}

/* Blog comments */
.ghota-comment-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ul-primary), var(--ul-secondary));
  color: var(--white);
  vertical-align: middle;
  margin-left: 0.35rem;
}

.ghota-comment-admin-avatar {
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 2px;
}

.ghota-comment-modal-form .form-group {
  margin-bottom: 0.75rem;
  text-align: left;
}

.ghota-comment-modal-form input,
.ghota-comment-modal-form textarea {
  width: 100%;
  border: 1px solid rgba(30, 37, 47, 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
}

.ghota-comment-modal-form textarea {
  resize: vertical;
  min-height: 100px;
}

.ghota-comment-modal__dialog {
  max-width: 480px;
}

.ghota-no-comments {
  color: rgba(30, 37, 47, 0.65);
  margin-bottom: 1.5rem;
}

.ul-testimonial .ul-section-heading {
  max-width: min(720px, 90%);
}
