/*=======================================================
  HPE Custom CSS — Heartly Theme Integration
  Higher Power Enterprises | hpe.or.tz
  Overrides and extensions for the Heartly base theme
=======================================================*/

/* ---- CSS Variable Overrides ---- */
:root {
  --body: #FAF6F1;
  --black: #000;
  --white: #fff;
  --theme: #FCDF50;       /* HPE yellow accent */
  --header: #16333B;      /* HPE dark teal */
  --text: #16333B;
  --border: #FCFCFC;
  --bg: #16333B;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

/* ---- HEADER: header-3 overrides for HPE ---- */
.header-3 {
  background-color: var(--header);
  padding: 0;
}

.header-3 .header-main {
  padding: 14px 0;
}

/* Nav links: white on dark header */
.header-3 .header-main .main-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.header-3 .header-main .main-menu ul li a:hover,
.header-3 .header-main .main-menu ul li:hover > a {
  color: var(--theme) !important;
}

/* Submenu */
.header-3 .header-main .main-menu ul li .submenu {
  background: var(--header);
  border-top: 3px solid var(--theme);
}

.header-3 .header-main .main-menu ul li .submenu li a {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.header-3 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}

/* Donate button in header */
.hpe-donate-btn {
  background-color: var(--theme) !important;
  color: var(--header) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 0 22px !important;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.hpe-donate-btn:hover {
  background-color: #fff !important;
  color: var(--header) !important;
}

/* ---- HERO ---- */
.grt-hero-section-3 {
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.grt-hero-section-3 .hero-content h1 {
  color: #fff;
  font-size: 41px;
  line-height: 1.05;
  max-width: 700px;
}

.grt-hero-section-3 .hero-content p {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .grt-hero-section-3 .hero-content h1 { font-size: 48px; }
  .grt-hero-section-3 { min-height: 70vh; }
}

@media (max-width: 575px) {
  .grt-hero-section-3 .hero-content h1 { font-size: 36px; }
}

/* ---- ABOUT SECTION (Who We Are) ---- */
.grt-about-section-3 .grt-thumb {
  position: relative;
}

.grt-about-section-3 .grt-thumb img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 500px;
}

.grt-about-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}

.grt-about-content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  margin-bottom: 10px;
}

.grt-about-content ul li img {
  width: 20px;
  flex-shrink: 0;
}

/* ---- COUNTER / STATS ---- */
.grt-counter-section-3 {
  background: var(--header);
}

.grt-counter-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.grt-counter-items-3 {
  text-align: center;
  flex: 1;
  min-width: 150px;
}

.grt-counter-items-3 .title {
  font-size: 56px;
  font-weight: 700;
  color: var(--theme);
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Quicksand', sans-serif;
}

.grt-counter-items-3 p {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .grt-counter-wrapper-3 { justify-content: center; }
  .grt-counter-items-3 { min-width: 120px; }
  .grt-counter-items-3 .title { font-size: 42px; }
}

/* ---- PROGRAMS CARDS ---- */
.grt-causes-support-box {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(22, 51, 59, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.grt-causes-support-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(22, 51, 59, 0.15);
}

.grt-causes-support-box .icon {
  width: 64px;
  height: 64px;
  background: rgba(252, 223, 80, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.grt-causes-support-box .content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 12px;
}

.grt-causes-support-box .content p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}


/* ---- FOOTER SECTION-3 ---- */
.grt-footer-section-3 {
  background-color: var(--header) !important;
  position: relative;
}

.grt-footer-section-3 .footer-title {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.grt-footer-section-3 .footer-title span {
  color: var(--theme);
}

@media (max-width: 991px) {
  .grt-footer-section-3 .footer-title { font-size: 36px; }
}

.grt-footer-wrapper-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .grt-footer-wrapper-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .grt-footer-wrapper-3 { grid-template-columns: 1fr; }
}

.grt-footer-widget-items .widget-head .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.grt-footer-widget-items .footer-info p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin-bottom: 16px;
}

.grt-footer-widget-items .footer-info ul {
  list-style: none;
  padding: 0;
}

.grt-footer-widget-items .footer-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.grt-footer-widget-items .footer-info ul li a {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  transition: color 0.3s;
}

.grt-footer-widget-items .footer-info ul li a:hover {
  color: var(--theme);
}

/* Footer bottom bar */
.footer-bottom-3 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}

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

.footer-bottom-3 .footer-bottom-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-3 .footer-bottom-list ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  transition: color 0.3s;
}

.footer-bottom-3 .footer-bottom-list ul li a:hover {
  color: var(--theme);
}

.footer-bottom-3 .footer-bottom-list p {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin: 0;
}

/* ---- SECTION BG ---- */
.section-bg {
  background-color: var(--header);
}

/* ---- RESPONSIVE SPACING ---- */
.section-padding {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section-padding { padding: 60px 0; }
}

/* ---- THEME BUTTON ---- */
.theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--theme);
  color: var(--header);
  font-weight: 700;
  font-size: 14px;
  padding: 0 28px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.theme-btn.header-bg {
  background-color: var(--header);
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
}

.theme-btn.header-bg:hover {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}

/* ---- SUB TITLE ---- */
.grt-sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(252, 223, 80, 0.12);
  color: var(--theme);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.grt-section-title h2 {
  color: var(--header);
  margin-bottom: 16px;
}

.grt-section-title.style-2 h2,
.grt-about-content h2,
.section-bg .grt-section-title h2 {
  color: #fff;
}

/* ---- CTA BANNER ---- */
.grt-cta-banner-section-3 {
  position: relative;
  overflow: hidden;
}

.grt-cta-banner-section-3 .banner-thumb {
  position: relative;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
}

.grt-cta-banner-section-3 .banner-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(22,51,59,0.85) 0%, rgba(22,51,59,0.3) 100%);
}

.grt-cta-banner-section-3 .banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ---- DONATION WIDGET ---- */
.grt-donation-wrapper {
  background: var(--header);
  border-radius: 20px;
  padding: 32px;
}

.grt-donation-wrapper .text p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.grt-donation-wrap p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin-bottom: 24px;
}

.donation-amount-form-box .donation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.donation-amount-form-box .currency {
  background: rgba(255,255,255,0.1);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
}

.amount-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.amount-btn {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.amount-btn:hover,
.amount-btn.active {
  background: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}

.custom-amount {
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 16px;
  outline: none;
}

.custom-amount::placeholder { color: rgba(255,255,255,0.4); }

.donation-amount-form-box .theme-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 14px;
}

.secure-text {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* ---- MOBILE NAV HAMBURGER ---- */
.header-3 .sidebar__toggle span {
  background-color: #fff;
}

/* ---- OFFCANVAS ---- */
.offcanvas__info {
  background: var(--header);
}

.offcanvas__info .info-title,
.offcanvas__info .sub-info {
  color: var(--theme);
}

.offcanvas__info p, .offcanvas__info a {
  color: rgba(255,255,255,0.8);
}

.offcanvas__info .social-icon a {
  background: rgba(255,255,255,0.1);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.offcanvas__info .social-icon a:hover {
  background: var(--theme);
  color: var(--header);
}

/* ---- BACK TO TOP ---- */
.back-to-top {
  background: var(--theme);
  color: var(--header);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s;
}

.back-to-top:hover {
  background: var(--header);
  color: #fff;
}

/* ---- Projects Page ---- */
.hpe-project-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(22, 51, 59, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.hpe-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(22, 51, 59, 0.15);
}

.hpe-project-thumb {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.hpe-project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hpe-project-card:hover .hpe-project-thumb img {
    transform: scale(1.05);
}

.hpe-project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(22, 51, 59, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hpe-project-card:hover .hpe-project-overlay {
    opacity: 1;
}

.hpe-project-content {
    padding: 24px;
}

.hpe-project-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hpe-project-title a {
    color: var(--header);
    transition: color 0.3s;
}

.hpe-project-title a:hover {
    color: var(--theme);
}

.hpe-project-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.hpe-project-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--header);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}

.hpe-project-link:hover {
    color: var(--theme);
}

/* ---- Project Details ---- */
.hpe-project-details-img {
    margin-bottom: 36px;
}

.hpe-project-details-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

.hpe-project-back-btn {
    margin-top: 40px;
}

/* ---- Team Page ---- */
.hpe-team-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(22, 51, 59, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.hpe-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(22, 51, 59, 0.15);
}

.hpe-team-thumb {
    height: 280px;
    overflow: hidden;
}

.hpe-team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hpe-team-card:hover .hpe-team-thumb img {
    transform: scale(1.05);
}

.hpe-team-info {
    padding: 20px 16px 24px;
}

.hpe-team-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--header);
    margin-bottom: 6px;
}

.hpe-team-position {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

/* ---- Testimonials Page ---- */
.hpe-testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: background 0.3s ease;
}

.hpe-testimonial-card:hover {
    background: rgba(255, 255, 255, 0.08);
}

.hpe-testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--theme);
    font-size: 14px;
}

.hpe-testimonial-review {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.hpe-testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hpe-testimonial-reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hpe-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--theme);
}

.hpe-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpe-testimonial-name {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.hpe-testimonial-role {
    color: var(--theme);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hpe-testimonial-quote {
    color: var(--theme);
    font-size: 28px;
    opacity: 0.4;
}

/* ---- Volunteer Page ---- */
.hpe-volunteer-hero {
    margin-bottom: 36px;
}

.hpe-volunteer-hero img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
}

.hpe-volunteer-reasons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 24px 0 32px;
}

.hpe-volunteer-reason-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.hpe-volunteer-reason-num {
    width: 36px;
    height: 36px;
    background: var(--theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    color: var(--header);
    font-size: 15px;
}

.hpe-volunteer-reason-item h5 {
    color: var(--header);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hpe-volunteer-reason-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.hpe-volunteer-info-box {
    background: #f9f6f0;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
}

.hpe-volunteer-info-box h4 {
    color: var(--header);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Volunteer Sidebar Form */
.hpe-volunteer-form-wrap {
    background: var(--header);
    border-radius: 16px;
    padding: 32px;
    position: sticky;
    top: 100px;
}

.hpe-volunteer-form-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hpe-volunteer-form-sub {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    margin-bottom: 24px;
}

.hpe-volunteer-form .form-clt {
    margin-bottom: 14px;
}

.hpe-volunteer-form .form-clt input,
.hpe-volunteer-form .form-clt textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.hpe-volunteer-form .form-clt input::placeholder,
.hpe-volunteer-form .form-clt textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.hpe-volunteer-form .form-clt input:focus,
.hpe-volunteer-form .form-clt textarea:focus {
    border-color: var(--theme);
}

.hpe-volunteer-form .form-clt textarea {
    height: 120px;
    resize: none;
}

.hpe-volunteer-form .theme-btn {
    width: 100%;
    justify-content: center;
}

/* ---- Logo Mobile Fix ---- */
.header-3 .logo img {
    height: 52px;
    width: auto;
}

@media (max-width: 1199px) {
    .header-3 .logo img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .header-3 .logo img {
        height: 32px;
    }
}

@media (max-width: 480px) {
    .header-3 .logo img {
        height: 28px;
    }
}

/* ---- Blog Detail Page ---- */
.post-featured-thumb {
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
}

.post-featured-thumb img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

/* ---- Post Content Spacing & Typography ---- */
.post-content h2 {
    color: var(--header);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0ece6;
}

.post-content h3 {
    color: var(--header);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 48px;
    margin-bottom: 16px;
}

.post-content h4 {
    color: var(--header);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 36px;
    margin-bottom: 14px;
}

.post-content h5,
.post-content h6 {
    color: var(--header);
    font-size: 17px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 12px;
}

.post-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
}

/* ---- Inline Images ---- */
.post-content figure {
    margin: 36px 0;
}

.post-content figure img,
.post-content img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.post-content figure figcaption {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    font-style: italic;
}

/* ---- Lists ---- */
.post-content ul,
.post-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.post-content ul li,
.post-content ol li {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 8px;
}

/* ---- Blockquote ---- */
.post-content blockquote {
    border-left: 4px solid var(--theme);
    background: rgba(252, 223, 80, 0.07);
    padding: 22px 28px;
    border-radius: 0 12px 12px 0;
    margin: 36px 0;
}

.post-content blockquote p {
    font-size: 18px;
    font-style: italic;
    color: var(--header);
    font-weight:
}

.cta-banner-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
    max-width: 580px;
    margin-top: 16px;
}

/* ---- CTA Banner Play Button ---- */
.cta-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 12px rgba(252, 223, 80, 0.25);
}

.cta-play-btn i {
    color: var(--header);
    font-size: 24px;
    margin-left: 4px;
}

.cta-play-btn:hover {
    background: #fff;
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%) scale(1.08);
}

.cta-play-btn:hover i {
    color: var(--header);
}

/* Pulse animation */
.cta-play-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(252, 223, 80, 0.4);
    animation: pulse-play 2s ease-out infinite;
}

@keyframes pulse-play {
    0%   { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.8); opacity: 0; }
}

/* ---- Contact Cards Grid ---- */
.contact-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 575px) {
    .contact-cards-grid {
        grid-template-columns: 1fr;
    }
}

.contact-card {
    background: #f9f6f0;
    border-radius: 14px;
    padding: 22px;
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--header);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(22, 51, 59, 0.1);
}

.contact-card-header i {
    color: var(--theme);
    background: rgba(22, 51, 59, 0.08);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.contact-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.contact-card-list li i {
    color: var(--header);
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
}

.contact-card-list li a {
    color: #444;
    transition: color 0.3s;
}

.contact-card-list li a:hover {
    color: var(--header);
}

.contact-card-list li small {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 2px;
}