/* ====== Theme tokens ====== */
:root {
  --tyf-bg: #0e0e0e;
  --tyf-text: #e8e8e8;
  --tyf-accent: #ff4fa1;
  /* pink accent used in dots */
  --tyf-brand: #00c3ff;
  /* cyan accent text */
  --tyf-gold: #ffcc66;
  /* warm gold for buttons edge glow */
  --tyf-pill: #46c6ff;
  /* CTA pill fill */
  --tyf-deep: #141414;
  --tyf-wood: #5a3d2d;
  --tyf-blue1: #2a3baa;
  --tyf-blue2: #3a5bd7;

  /* colors */
  --color-primary: #f34380;
  --color-secondary: #50c1e9;
  --color-skin: #f5ead6;
  --yith-wcaf-dashboard--accent-color: #f34380;

  /* font size */
  --fs-heading: 90px;
  --fs-subheading: 35px;
}

/* Try to match bold display look (swap if you have brand font) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Infinite";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/InfinitS.woff");
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.tyf-hero-title,
.tyf-wood-title,
.tyf-blue-title {
  font-family: "Infinite", sans-serif !important;
  letter-spacing: 0.5px;
}

/* ================================
-------- reusable styling ---------
================================== */

.theme__btn {
  border: 6px solid #fff !important;
  border-radius: 500px !important;
  color: #000;
  background: var(--color-primary) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  padding: 7px 25px !important;
}
.theme__heading {
  font-family: "Infinite", sans-serif !important;
  letter-spacing: 0.5px;
  font-size: var(--fs-heading);
  line-height: 0.95;
  display: inline-block;
  color: var(--color-primary);
}
.theme__subheading {
  font-size: var(--fs-subheading);
  font-weight: bold;
  line-height: 1;
}

/* ===== HERO ===== */
.tyf-hero {
  /* background: radial-gradient(
      1200px 400px at 30% 10%,
      #1d1d1d 0%,
      var(--tyf-bg) 60%
    )
    no-repeat; */
  /* background: #000; */
  background: #0a0c0b;
  color: var(--tyf-text);
  padding: clamp(72px, 9vw, 140px) 0 70px;
  position: relative;
}

.home__data_wrapper .desc {
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 40px;
}
.home__data_wrapper .desc p {
  font-weight: 300;
}
.home__data_wrapper .desc h3 {
  font-size: 22px;
  font-weight: bold;
}

.hero__slider .theme__btn {
  background-color: var(--color-secondary) !important;
  color: #fff !important;
  border-color: #fff !important;
  margin-bottom: 40px;
}
.tyf-stats {
  color: #fff !important;
}

.tyf-stats .tyf-num {
  display: block;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}

.tyf-stats .tyf-label {
  display: block;
  opacity: 0.8;
  font-size: 0.9rem;
}

.hero__slider .swiper-pagination {
  text-align: right;
  padding-right: 30px;
}

/* hero visual */
.tyf-hero-visual {
  position: relative;
  min-height: 360px;
}

.tyf-hero-visual .tyf-board {
  width: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.45));
}

.tyf-hero-visual .tyf-bowl {
  width: 70%;
  position: absolute;
  bottom: 70px;
  right: 10%;
  transform: translateZ(0);
}

.tyf-hero-visual .tyf-badge {
  position: absolute;
  width: 110px;
  bottom: 20px;
  left: 10%;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

/* left tabs */
.tyf-left-tabs {
  position: absolute;
  inset: 0 auto 0 0;
  width: 70px;
  padding-top: 16px;
  z-index: 3;
  background: linear-gradient(#2b2b2b, #1a1a1a);
  border-right: 1px solid #ffffff0f;
}

.tyf-ribbon-logo {
  display: grid;
  place-items: center;
  padding: 10px 0 6px;
}

.tyf-ribbon-logo img {
  width: 42px;
  height: auto;
}

.tyf-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #d9d9d9;
  padding: 14px 8px;
  border-left: 4px solid transparent;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

/* top-right icons */
.tyf-top-icons {
  position: absolute;
  right: 14px;
  top: 12px;
  gap: 16px;
  z-index: 4;
}

.tyf-top-icons a {
  color: #ddd;
  font-size: 18px;
}

.tyf-top-icons a:hover {
  color: #fff;
}

/* dots (static look; wire to Swiper if you add slides) */
.tyf-dots {
  position: absolute;
  bottom: 24px;
  right: 8%;
  gap: 10px;
}

.tyf-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #ffffff55;
}

.tyf-dots button.active {
  background: var(--tyf-accent);
}

/* ===== DUO SECTION ===== */
.tyf-duo {
  background: #f5ead6;
}

.tyf-cart {
  max-height: 320px;
  object-fit: contain;
  padding: 0px;
}

.tyf-panel-kicker {
  color: #f03315;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.tyf-panel-big {
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.9;
  color: #344889;
  margin-bottom: 0.6rem;
}

/* wood card */
.tyf-card-wood-inner {
  padding: 28px 24px 32px 28px;
  color: #fff;
  max-width: 560px;
}

.tyf-wood-kicker {
  color: #67e1ff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tyf-wood-title {
  font-size: clamp(36px, 6.5vw, 64px);
  margin: 0.1rem 0 0.6rem;
}

.tyf-wood-icon {
  position: absolute;
  right: 16px;
  bottom: 10px;
  width: 110px;
}

/* blue gradient card */
.tyf-card-blue {
  background: linear-gradient(135deg, #16205c 0%, #3155d8 100%);
  min-height: 240px;
  color: #fff;
  overflow: hidden;
}

.tyf-card-blue-inner {
  padding: 28px;
  max-width: 560px;
}

.tyf-blue-kicker {
  /* color: #ff4fa1; */
  color: var(--color-primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tyf-blue-title {
  font-size: clamp(36px, 6.5vw, 64px);
  margin: 0.1rem 0 0.6rem;
}

.tyf-blue-icon {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 120px;
}

/* spacing helper for large screens */
@media (min-width: 992px) {
  .tyf-hero {
    padding-left: 90px;
  }

  /* make room for left tabs */
  .tyf-hero-visual {
    min-height: 520px;
  }
}

/* mobile tweaks */
@media (max-width: 991.98px) {
  .tyf-left-tabs {
    display: none !important;
  }

  .tyf-hero {
    padding-top: 90px;
  }

  .tyf-hero-visual .tyf-bowl {
    width: 78%;
    right: 6%;
    bottom: 46px;
  }

  .tyf-hero-visual .tyf-board {
    width: 100%;
  }

  .tyf-hero-visual .tyf-badge {
    width: 86px;
    left: 6%;
    bottom: 8px;
  }
}

/* ========== hero slider ==================== */

/* wrapper inherits your previous hero tokens/fonts */
.tyf-hero--slider {
  padding: 0;
  position: relative;
}

/* slide background */
.tyf-hero-slide {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

/* darken left side for text legibility */
.tyf-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 34%,
    rgba(0, 0, 0, 0) 64%
  );
  pointer-events: none;
}

/* “T” logo placement (foreground) */
.tyf-hero-logo {
  position: absolute;
  width: 96px;
  height: auto;
  left: 55%;
  bottom: 14%;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

/* pagination */
.tyf-hero-pagination {
  position: absolute;
  right: 6%;
  bottom: 24px;
}

.tyf-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff66;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 50%;
}

.tyf-hero-pagination .swiper-pagination-bullet-active {
  /* background: #ff4fa1; */
  background: var(--color-primary);
}

/* responsive positioning for the badge */
@media (max-width: 991.98px) {
  .tyf-hero-logo {
    width: 74px;
    left: 60%;
    bottom: 10%;
  }
}

@media (max-width: 575.98px) {
  .tyf-hero-logo {
    width: 64px;
    left: 58%;
    bottom: 8%;
  }
}

/* =========== Theme Header ================ */

.theme__hero {
  display: flex;
  gap: 0;
  min-height: 100vh;
}

.hero__slider {
  min-width: 0%;
  max-width: 100%;
  height: 700px;
  min-height: 100vh;
}
.hero__slider .tyf-hero-swiper,
.hero__slider .swiper-slide,
.hero__slider .swiper-slide .tyf-hero-slide {
  height: 100%;
}

.hero__slider .swiper-slide .tyf-hero-slide {
  min-height: 100vh;
}

.theme__hero .theme__left_tabs {
  width: 125px;
  min-width: 125px;
  background-image: url(../imgs/menu-bg.jpg);
}

.theme__hero .theme__left_tabs {
  position: relative;
}

.theme__hero .theme__left_tabs .logo__wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 110px;
  width: 110px;
}

.theme__hero .theme__left_tabs .menu__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.theme__hero .theme__left_tabs .tyf-tab {
  min-width: 100%;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.theme__hero .theme__left_tabs .tyf-tab span {
  font-size: 18px;
  color: #000;
}

.theme__hero .theme__left_tabs .tyf-tab.active span {
  color: #fff;
}

.theme__hero .theme__left_tabs .tyf-tab:nth-child(1) {
  background-color: #f34380;
}

.theme__hero .theme__left_tabs .tyf-tab:nth-child(2) {
  background-color: #f5ead6;
}

.theme__hero .theme__left_tabs .tyf-tab:nth-child(3) {
  background-color: #50c1e9;
}

/* =========== Duo section ================ */

.tyf-panel .theme__heading {
  font-size: 60px;
}
.cart-panel {
  padding: 30px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-panel .data__wrapper .heading__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wood-panel {
  background: url("../imgs/wood-bg.jpg") center/cover, #4b2f22;
  min-height: 240px;
}
.wood-panel .theme__subheading {
  color: var(--color-secondary);
}
.wood-panel .theme__heading {
  color: #fff;
}
.wood-panel .theme__btn {
  background: var(--color-skin) !important;
  color: #000 !important;
}

.blue-panel {
  background: url("../imgs/blue-gradient-bg.jpg") center/cover, #223474;
  min-height: 240px;
}
.blue-panel .theme__subheading {
  color: var(--color-primary);
}
.blue-panel .theme__heading {
  color: #fff;
}
.blue-panel .theme__btn {
  background: var(--color-primary) !important;
  color: #fff !important;
}

/* =========== absolute image section ================ */

/* Section base */
.tyf-virtual {
  overflow: hidden;
  background: #111;
  /* fallback behind left image */
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
}

/* LEFT side with image + gradient mask */
.tyf-virtual-left {
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
.tyf-virtual-left .flying__section_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.tyf-virtual-left::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  /* Darken with stronger on the right edge to blend to the pink panel */
  background: rgba(0, 0, 0, 0.9);
}

.tyf-virtual .theme__heading {
  color: var(--color-secondary);
}
.tyf-virtual .theme__btn {
  color: #fff !important;
}

.tyf-virtual-content {
  position: relative;
  z-index: 2;
  /* above overlay */
  padding: clamp(28px, 4.5vw, 56px) clamp(18px, 3.2vw, 48px);
  max-width: 640px;
}

/* Headline */
.tyf-v-title {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 0.5rem;
  font-size: clamp(28px, 4.6vw, 44px);
}

.tyf-v-title span {
  display: inline-block;
  font-family: "Anton", Impact, sans-serif;
  letter-spacing: 0.5px;
  color: #45c6ff;
  /* cyan for VIRTUAL! */
  font-size: clamp(36px, 7vw, 72px);
}

.tyf-v-sub {
  font-weight: 800;
}

/* CTA pill (reuse from earlier) */
.tyf-pill-btn {
  background: #46c6ff;
  color: #05131b;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  border: 0;
  box-shadow: 0 10px 20px rgba(28, 188, 255, 0.25), inset 0 0 0 2px #fff3;
}

.tyf-v-btn {
  margin-top: 0.25rem;
}

/* RIGHT pink panel is RELATIVE; images inside are ABSOLUTE */
.tyf-virtual-pink {
  /* background: #ff4fa1; */
  background: var(--color-primary);
  min-height: 800px;
  position: relative;
}
.tyf-virtual-pink .flying__popcorn_img {
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translate(25%, -50%) rotate(-25deg);
  max-width: 80%;
  z-index: 9;
}

/* Responsiveness */
@media (max-width: 991.98px) {
  .tyf-virtual-left::before {
    /* more dark for legibility when stacked */
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.82) 50%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .tyf-v-bowl {
    right: 6%;
    bottom: -4%;
  }

  .tyf-v-fly {
    right: 22%;
    top: 10%;
  }
}

@media (max-width: 575.98px) {
  .tyf-v-bowl {
    width: clamp(220px, 72vw, 320px);
    right: 50%;
    transform: translateX(50%);
    bottom: -3%;
  }

  .tyf-v-fly {
    right: 18%;
    top: 8%;
    width: 88px;
  }
}

/* ============ product swiper ================= */

/* Section header */
.tyf-products {
  background: #f6e9db;
}

.tyf-kicker {
  font-weight: 800;
  /* color: #ff408f; */
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tyf-title-pop {
  font-family: "Anton", Impact, sans-serif;
  color: #45c6ff;
  letter-spacing: 0.5px;
  font-size: clamp(40px, 6.2vw, 70px);
  margin: 0.1rem 0 0.5rem;
}

/* Swiper sizing */
.tyf-products-swiper {
  padding: 10px 8px 48px;
}

/* extra bottom for bullets */
.tyf-products-swiper .swiper-slide {
  height: auto;
}

/* ===== Reusable generic Product Card ===== */
.product__card {
  position: relative;
  background: #ede3e7;
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* top notch tab */
.product__card .pc-tab {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  /* background: #ff4fa1; */
  background: var(--color-primary);
  width: 86px;
  height: 18px;
  border-radius: 0px 0px 16px 16px;
}

.product__card .pc-name {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 10px;
  margin-top: 20px;
  color: #000000;
}

/* image area */
.product__card .pc-media {
  position: relative;
  width: 100%;
  border-radius: 16px;
  /* background: #0b0b0f; */
  padding: 14px 8px;
  overflow: hidden;
}

.product__card .pc-img {
  width: 190px;
  height: 190px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.product__card .pc-logo {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* CTA (hidden until hover) */
.product__card .pc-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 0.6rem 1.1rem;
  font-weight: 800;
  background: #f5ead6 !important;
  color: #111;
  display: none;
  /* transform: translateY(6px); */
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.2s;
}

/* Hover state: pink layout + show CTA */
.product__card:hover {
  /* background: #ff4fa1; */
  background: var(--color-primary);
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(255, 79, 161, 0.35);
}

.product__card:hover .pc-tab {
  background: #ede3e7;
  border: none;
}
.product__card:hover .pc-name {
  color: #fff;
}

.product__card:hover .pc-btn {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Pagination dots styling */
.tyf-prod-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00000033;
  opacity: 1;
  margin: 0 4px !important;
}

.tyf-prod-pagination .swiper-pagination-bullet-active {
  /* background: #ff4fa1; */
  background: var(--color-primary);
}

/* ===== FOOTER STYLES ===== */
.tyf-footer {
  font-family: "Inter", system-ui, sans-serif;
  color: #333;
  background: #f6e9db;
  overflow: hidden;
}

/* left image */
.tyf-footer-img img {
  object-fit: cover;
}

/* center logo panel */
.tyf-footer-logo-wrap {
  background: #45c6ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.tyf-footer-logo {
  max-width: 180px;
  height: auto;
}

/* right info panel */
.tyf-footer-info {
  background: var(--color-primary);
  padding: 60px 40px !important;
  color: #000;
}

.tyf-footer-info .footer__link_img {
  height: 30px;
  width: 30px;
  margin-bottom: 15px;
  object-fit: contain;
}
.tyf-footer-heading {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #fff;
}

.tyf-footer-info a,
.tyf-footer-info .footer__text {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
}

.tyf-footer-info a:hover {
  text-decoration: underline;
}

 .tyf-footer-info li {
    line-height: 1;
  }

/* icons */
.tyf-footer-icon {
  width: 28px;
  text-align: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* copyright */
.tyf-footer-bottom {
  font-size: 0.875rem;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-top: 1px solid #ddd;
}





/* ============== fundraiser detail page ============== */

/* ===== Fundraiser hero (matches your mock) ===== */
.fundraiser-hero {
  background: var(--color-skin); /* warm beige */
}

.fr-photo-card {
  width: 400px;
  max-width: 100%;
  background: #0f1826;
  /* border: 3px solid var(--color-secondary); */
  border-radius: 22px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
.fr-photo {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.fr-photo--ph {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: #dfe6ef;
}

.fr-name-pill {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  background: var(--color-secondary);
  color: #fff;
  border-radius: 30px;
  padding: 1rem 1.25rem;
  /* font-weight: 800; */
  /* letter-spacing: 0.04em; */
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.fr-name-text {
  white-space: nowrap;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Infinite";
  max-width: 100%;
}
.fund__wrapper

.fr-amount {
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  color: var(--color-primary);
}
.fr-amount .woocommerce-Price-amount {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fr-amount-caption {
  font-size: 18px;
  color: var(--color-primary);
  margin-top: 0;
  opacity: 0.8;
}
.fr-meta {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.fr-bio {
  color: #4b5563;
    max-width: 600px;
    font-size: 18px;
    line-height: 1.4;
}

.fr-qr-wrap {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.fr-qr {
  width: 155px;
  height: auto;
  display: block;
}

.fundraiser__products_wrapper {
  background: #ffffff !important;
}

@media (max-width: 575.98px) {
  .fr-amount {
    font-size: 42px;
  }
  .fr-name-pill {
    bottom: -14px;
  }
}








































/* =================================
-------- Theme Adjustments ---------
=================================== */


a{
  text-decoration: none !important;
  color: var(--minimog-color-link);
}

.page-template-template-popcorn-home .ast-container{
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.page-template-template-popcorn-home.ast-plain-container.ast-no-sidebar #primary{
	margin: 0 !important;
}





/* ================== Cart sidebar ================== */
.cart-countdown-message{
	display: none !important;
}



/* ================== Header ================== */

.site-header{
	display: none !important;
}

.page-header .menu--primary > ul > li > a{
	font-family: 'Montserrat' !important;
}
.header-07 .header-left .header-content-inner{
	justify-content: end;
    padding-right: 35px;
}


/* ================== Footer ================== */

.site-footer{
	display: none !important;
}


/* ================== Titlebar ================== */
.home #page-title-bar{
  display: none !important;
}

.single-fundraiser #page-title-bar{
  display: none !important;
}

/* ================== Home Page ================== */

.home #page-header:not(.header-pinned) #menu-primary{
	display: none !important;
}
#page-footer-wrapper{
	display: none !important;
}



/* ================== fundraiser detail page =================== */

.single-fundraiser .ast-container{
	max-width: 100% !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}



.add_to_cart_button.added {
    display: none !important;
}

.product__card .pc-btn{
	border-radius: 500px !important;
	font-size: 20px !important;
}
.product__card .added_to_cart{
	display: inline-block;
    margin-top: 14px;
    padding: .6rem 1.1rem;
    font-weight: 800;
    background: #F5EAD6 !important;
    color: #111;
    display: none;
    /* transform: translateY(6px); */
    transition: opacity .22s 
		ease, transform .22s 
		ease, background .2s;
	
/* 	theme btn styling */
	border: 6px solid #fff !important;
    border-radius: 500px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 25px;
	text-decoration: none !important;
}

.product__card:hover .added_to_cart{
	display: block;
    opacity: 1;
    transform: translateY(0);
}





/* ========== About Us Page =============== */

.cutter__text,
.cutter__text *{
	font-family: "Infinite" !important;
}

.page-id-1425 #page-title-bar{
	display: none !important;
}



/* ====== contact us ===== */
#wpforms-1468{
	margin: 0 !important;
	width: 100%;
    max-width: 650px;
}

#wpforms-1468 #wpforms-submit-1468{
	 background: #0073e6;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  line-height: 1 !important;
	background: linear-gradient(135deg, #00bfa6, #007bff) !important;
	color: #fff !important;
	box-shadow: 0 4px 12px rgb(80 193 233 / 65%) !important;
	
	border: 6px solid #fff !important;
	border-radius: 500px !important;
	color: #000;
	background: var(--color-primary) !important;
/* 	width: 100% !important; */
    font-size: 24px !important;
    font-weight: 700 !important;
    height: min-content;
	padding: 10px 20px;
}







/* ======== Registration Form ========== */

.page-id-1385 .page-title-bar-content{
	background: #000;
}
.page-id-1385 .page-title-bar-standard-01 .heading,
.page-id-1385 .insight_core_breadcrumb li,
.page-id-1385 .insight_core_breadcrumb>li a,
.page-id-1385 .insight_core_breadcrumb>li span{
	color: #fff;
}

.registration__form_wrapper {
  max-width: 700px !important;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
/*   box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	border: 2px solid #eee !important; */
	border: none;
	box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
}

.registration__form_wrapper h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

.registration__form_wrapper input,
.registration__form_wrapper select,
.registration__form_wrapper button {
  width: 100%;
  margin: 8px 0 22px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
}

.registration__form_wrapper input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
}

.registration__form_wrapper label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
.registration__form_wrapper label.form__label{
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	color: #333 !important;
	margin-bottom: 8px;
}

.registration__form_wrapper .ur-button-container {
	width: 100% !important;
}

.registration__form_wrapper button {
  background: #0073e6;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  line-height: 1 !important;
	background: linear-gradient(135deg, #00bfa6, #007bff) !important;
	color: #fff !important;
	box-shadow: 0 4px 12px rgb(80 193 233 / 65%) !important;
	
	border: 6px solid #fff !important;
	border-radius: 500px !important;
	color: #000;
	background: var(--color-primary) !important;
	width: 100% !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    height: min-content;
}

.registration__form_wrapper button:hover {
	transform: translateY(-2px) !important;
}




/* ====== User Registration Form Card Style ====== */

.user__register_form .user-registration {
  border: none !important;
	padding: 20px 0 !important;
	box-shadow: none !important;
}

.user__register_form .user-registration .form-row {
  margin-bottom: 16px !important;
}

.user__register_form .user-registration label.ur-label {
  display: block !important;
  margin-bottom: 6px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #333 !important;
}

.user__register_form .user-registration input:not([type="checkbox"]):not([type="radio"]),
.user__register_form .user-registration textarea,
.user__register_form .user-registration select {
  width: 100% !important;
  padding: 6px 8px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  background: white !important;
  min-height: 45px !important;
}

/* Hide default toggle button */
.user__register_form .show-password-input {
  display: none !important;
}

/* Positioning FA icon */
.user__register_form .password-input-group {
  position: relative !important;
}

.user__register_form .password-input-group .toggle-password {
  position: absolute !important;
  right: 12px !important;
  top: 50%;
  transform: translateY(-50%) !important;
  font-size: 16px !important;
  color: #666 !important;
  cursor: pointer !important;
}
.user__register_form .password-input-group .toggle-password:hover {
  color: #0073e6 !important;
}

/* Submit button styling */
.user__register_form .registeration__submit_btn {
  width: 100% !important;
  background: #0073e6 !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 12px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  border: none !important;
	line-height: 1 !important;
	background: linear-gradient(135deg, #00bfa6, #007bff) !important;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(0, 191, 166, 0.3) !important;
	border: none !important;
	border-radius: 12px !important;
}
.user__register_form .registeration__submit_btn:hover {
  background: linear-gradient(135deg, #00d4b4, #3399ff) !important;
	box-shadow: 0 6px 16px rgba(0, 191, 166, 0.45) !important;
	transform: translateY(-2px) !important;
}


.page-id-1385 .ur-frontend-form .ur-form-row[data-row-id="4"] .ur-form-grid {
	display: flex;
    align-items: center;
	gap: 10px;
}
.page-id-1385 .ur-frontend-form .ur-form-row[data-row-id="4"] .ur-field-item {
	margin: 0;
    width: max-content;
}
.page-id-1385 .ur-frontend-form .ur-form-row[data-row-id="4"] #check_box_1760606260_field,
.page-id-1385 .ur-frontend-form .ur-form-row[data-row-id="4"] #html_1760606391{
	margin: 0 !important;
}

.page-id-1385 .ur-frontend-form .ur-form-row[data-row-id="4"] #check_box_1760606260_field .required{
	display: none !important;
}

.page-id-1385 .ur-frontend-form .ur-form-row[data-row-id="4"] #html_1760606391 .required_star{
	color: red !important;
}



/* ======= My Account ========= */

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--compare,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wishlist{
	display: none !important;
}

.page-id-11 .insight_core_breadcrumb{
	opacity: 0 !important;
	pointer-events: none !important;
}
















