/* ================================================= Header ========================================= */
:root {
  --gifall-font: "Outfit", sans-serif;
  --gifall-font-2: "Outfit", sans-serif;
  --gifall-reey-font: "reeyregular";
  --gifall-gray: #131216;
  --gifall-gray-rgb: 19, 18, 22;
  --gifall-base: #236d32;
  --gifall-base-rgb: 62, 143, 117;
  --gifall-black: #141212;
  --gifall-black-rgb: 20, 18, 18;
  --gifall-primary: #ffe132;
  --gifall-primary-rgb: 255, 255, 50;
}
.main-header-one__top {
  background: #0a79ba;
}

.header-social-links li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.header-social-links li a {
  width: 35px;
  height: 35px;
}

.header-social-links li a.style2 span:before {
  font-size: 19px;
  color: #0a79ba;
}

.header-social-links li a span:before {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #0a79ba;
}

.main-header-one .main-header-one__bottom .auto-container {
  max-width: 100%;
  width: 100%;
  padding: 0px;
}

.main-header-one__bottom .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  margin-top: -12px;
  padding: 6px 30px 6px;
  background-color: white;
  z-index: 5;
}

.stricky-header .auto-container {
  max-width: 90%;
  padding: 0px 20px;
}

.stricky-header .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-count {
  position: absolute;
  top: 6px;
  right: 9px;
  background: #ffe132;
  color: black;
  font-size: 9px;
  font-weight: 700;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  padding: 0 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .main-header-one__top {
    padding: 10px 0px 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-one__top {
    padding: 15px 0px 15px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-one__top {
    padding: 15px 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-one__top {
    padding: 15px 0px 15px;
  }
}

.main-header-one__top .auto-container {
  max-width: 100%;
  width: 100%;
}

.logo-box-one {
  padding-right: 30px;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #016aac;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-weight: 500;
  color: black;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 30px;
}

.main-header-one__bottom-right .btn-box2 a {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  background: #0065a8;
  padding: 10px 25px 10px;
  border-radius: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-one__bottom {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-one__bottom {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-one__bottom-right {
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-one__top {
    padding: 10px 0px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-one__bottom-right {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-one__top {
    padding: 15px 0px 22px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-one__bottom {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-one__bottom-right {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-one__top {
    padding: 10px 0px 20px;
  }
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  color: #3a8918;
  font-size: 16px;
  font-weight: 600;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgb(61 145 26);
}

.mobile-nav__content {
  background-color: aliceblue;
}

.mobile-nav__content .logo-box {
  margin-bottom: 25px;
}

.mobile-nav__contact li {
  position: relative;
  display: flex;
  align-items: center;
  color: #3a8918;
  font-size: 16px;
  font-weight: 600;
}

.mobile-nav__contact li > i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #3a8918;
  font-size: 15px;
  margin-right: 10px;
}

.mobile-nav__social a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: #3a8918;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transition: 500ms;
}
.mobile-nav__contact li a {
  color: #3a8918;
  transition: 500ms;
}

.mobile-nav__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: rgb(80 164 32);
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/* BUTTON WRAPPER */
.top-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* COMMON BTN */
.top-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* DONATE */
.donate-btn {
  background: #3d8d19;
  color: #fff;
}

.donate-btn:hover {
  background: #3d8d19;
  color: white;
}

/* PICKUP */
.pickup-btn {
  background: #ffffff;
  color: #3d8d19;
  font-weight: 600;
}

.pickup-btn:hover {
  background: #f1f1f1;
}

/* MOBILE */
@media (max-width: 768px) {
  .main-header-one__top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-btns {
    flex-direction: row;
    /* ✅ side by side */
    justify-content: flex-end;
    /* ✅ right side */
    gap: 8px;
    width: 100%;
  }

  .main-header-two__top-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .top-btn {
    font-size: 12px;
    padding: 5px 10px;
    white-space: nowrap;
    /* ✅ text break na ho */
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .main-header-two__top-right {
    display: block;
  }
}

@media (max-width: 768px) {
  .btn-box2 {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .main-header-one__bottom .main-menu__wrapper-inner {
    padding: 6px 13px 6px;
  }
}

.header-search-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #015c99;
  font-size: 16px;
  font-weight: 400;
  width: 55px;
  height: 55px;
  background: #1c9fda29;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-count {
  position: absolute;
  top: 10px;
  right: 9px;
  background: #015c99;
  color: white;
  font-size: 9px;
  font-weight: 700;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  padding: 0 4px;
}

.header-search-box {
  margin-left: 15px;
}
.stricky-header--one .main-header-one__bottom-right .btn-box2 a {
  color: #fff;
  background: #0065a8;
}

.stricky-header--one .header-search-box a {
  background: #1c9fda29;
  color: #015c99;
}

.stricky-header .auto-container {
  max-width: 100%;
  padding: 0px 20px;
}
/* ================================================= Header ========================================= */

/* ================================================= Slider ========================================= */

.main-slider-one.style2 .main-slider-one__content {
  position: relative;
  display: block;
  padding: 100px 0px 100px;
  z-index: 5;
}

.main-slider-one__content .title h2 {
  color: #ffffff;
  font-size: 65px;
  line-height: 1em;
  font-weight: 700;
}

.main-slider-one.style2 .image-layer {
  background: none;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn {
  background: var(--gifall-primary);
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 30px 0px;
}

/* ================================================= Slider ========================================= */

/* ================================================= Counter Section ========================================= */

.counter-premium {
  background: #e6f4ea;
  padding: 20px 0;
}

/* MAIN BOX */
.counter-wrapper {
  display: flex;
  background: #f8f9f7;
  /* 🔥 soft background like reference */
  border-radius: 50px;
  /* pill shape */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* ITEM */
.counter-item {
  flex: 1;
  padding: 18px 20px;
  position: relative;
}

/* FLEX ALIGN */
.counter-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* DIVIDER */
.counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: #ddd;
}

/* ICON */
.counter-item .icon {
  width: 60px;
  height: 61px;
  border-radius: 50%;
  background: #e6f4ea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 25px;
}

/* TEXT */
.counter-item h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 2px;
  color: #2e7d32;
}

.counter-item p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #666;
}

/* MOBILE */
@media (max-width: 768px) {
  .counter-wrapper {
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .counter-item {
    width: 50%;
  }

  .counter-flex {
    flex-direction: column;
    text-align: center;
  }

  .counter-item::after {
    display: none;
  }
}

/* ================================================= Counter Section ========================================= */

/* ================================================= About Section ========================================= */

.about-two {
  padding: 0px 0px 0px;
}

.about-one__bottom {
  margin-top: 0px;
}

.about-one__bottom-btn .thm-btn {
  padding: 0px 30px 0px;
  line-height: 50px;
  font-weight: 600;
}

/* ================================================= About Section ========================================= */

/* ================================================= Cause Section ========================================= */

.case-one--two {
  position: relative;
  display: block;
  margin-top: 00px;
  padding: 40px 0px 30px;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -2px;
  padding-bottom: 30px;
}

.sec-title__title {
  color: var(--gifall-black);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.case-one__single-content .inner {
  padding: 22px 20px 15px;
}

.case-one__single-content .inner h2 {
  margin-bottom: 8px;
}

.case-one__single-img .text-box {
  font-size: 15px;
  font-weight: 600;
  background: #0184cc;
  padding: 1px 20px 1px;
  color: white;
}

.case-one__progress .bar-inner::before {
  background: #7ae2f7;
}
/* ================================================= Cause Section ========================================= */

/* ================================================= Cause Details ========================================= */

.donation-details {
  padding: 30px 0px 30px;
}

.donation-details__content-text-box1 h2 {
  font-size: 32px;
  margin-bottom: 8px;
}

.donation-details__content-text-box1 {
  margin-top: 18px;
}

.donation-details__progress {
  padding: 22px 20px 22px;
  margin-top: 18px;
}

.donation-details__content-text-box2 .single-text-box {
  margin-bottom: 0px;
}

.donation-details__content-text-box2 {
  margin-top: 30px;
}

.video-card {
  cursor: pointer;
  margin-top: 15px;
}

.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}

.video-thumb:hover .play-btn {
  background: #28a745;
}

.donation-btn-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.donation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 7px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

/* Individual Button Styles */

.donation-btn.kind {
  background: #dbede7;
  color: #3e8f75;
}

.donation-btn.kind:hover {
  background: #3e8f75;
  color: #fff;
}

.donation-btn.service {
  background: #e7ebf2;
  color: #0d6efd;
}

.donation-btn.service:hover {
  background: #0d6efd;
  color: #fff;
}

.donation-btn.money {
  background: #f8edd2;
  color: #ffb400;
}

.donation-btn.money:hover {
  background: #ffb400;
  color: #fff;
}

.donation-btn.volunteer {
  background: #e8f5e9;
  color: #2e7d32;
}

.donation-btn.volunteer:hover {
  background: #2e7d32;
  color: #fff;
}

.donation-btn i {
  font-size: 18px;
}

.campaign-meta {
  margin: 15px 0 25px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.campaign-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.campaign-meta li {
  margin-bottom: 8px;
  font-size: 15px;
}

.campaign-meta i {
  margin-right: 8px;
  color: #28a745;
}

.details-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.details-upcoming {
  background: #f39c12;
  /* Orange */
}

.details-live {
  background: #28a745;
  /* Green */
}

.details-expired {
  background: #dc3545;
  /* Red */
}

/* ================================================= Cause Details ========================================= */

/* ================================================= Events Section ========================================= */

.events-one {
  position: relative;
  display: block;
  padding: 30px 0px;
  z-index: 5;
}

.events-one__single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.events-one__single-content {
  padding: 24px 15px 10px;
}

.events-one__single-content h2 {
  margin-bottom: 5px;
}

.event-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  z-index: 2;
}

.event-badge.live {
  background: #28a745;
}

.event-badge.upcoming {
  background: #007bff;
}

.event-badge.past {
  background: #6c757d;
}

.events-one__single-content .right-bg {
  background: #5ccef6;
}

.events-one__single-img .content-box .top-contant {
  color: white;
  background: #44c3f3;
}

/* ================================================= Events Section ========================================= */

/* ================================================= Events Details ========================================= */

.events-details-page__text-box1 h2 {
  font-size: 32px;
  margin-bottom: 6px;
}

.events-details-page__content {
  margin-right: 0px;
}

.event-gallery {
  padding: 30px 0px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.nav-pills .nav-link {
  border-radius: 30px;
  background-color: #e8f4f1;
  padding: 6px 25px;
  font-weight: 600;
}

.nav-pills .nav-link.active {
  background: #0b5c4b;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  opacity: 0;
  transition: 0.3s;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

/* ================================================= Events Details ========================================= */

/* ================================================= Testimonial Section ========================================= */

.testimonial-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 0px 30px;
  z-index: 1;
}

.testimonial-two__single-top-left .img-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
  padding: 15px 20px 20px;
  z-index: 5;
}

.testimonial-two__single-top-right .rating-box ul li span.cle2 {
  color: #d6d4d1;
}

.testimonial-two__single .icon-box {
  background: #0263a4;
}

.testimonial-two__single .icon-box span:before {
  color: #fff;
}

/* ================================================= Testimonial Section ========================================= */

/* ================================================= Clients Section ========================================= */

.brand-one {
  position: relative;
  display: block;
  padding: 30px 0 30px;
  z-index: 1;
}

.brand-one .swiper-slide .img-box {
  background: #faf6f5;
  padding: 5px;
  border-radius: 10px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-one__bg {
  background: #65d7f9;
}
/* ================================================= Clients Section ========================================= */

/* ================================================= Team Section ========================================= */

.team-one__inner {
  position: relative;
  display: block;
  padding: 30px 0px 30px;
  z-index: 1;
}

.team-one__top {
  padding-bottom: 30px;
}

.team-one__top .btn-box a {
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  padding: 0px 20px 0px;
}

/* ================================================= Team Section ========================================= */

/* ================================================= Blog Section ========================================= */

.blog-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 0px 30px;
  z-index: 1;
}

/* ================================================= Blog Section ========================================= */

/* ================================================= Feature Section ========================================= */

.feature-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 0px 30px;
}

.feature-one__single {
  position: relative;
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px 10px 30px;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__single-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  z-index: 1;
}

/* ================================================= Feature Section ========================================= */

/* ================================================= About Page ========================================= */

.about-two--about {
  position: relative;
  display: block;
  padding: 30px 0px !important;
}

.page-header {
  position: relative;
  display: block;
  padding: 133px 0px 141px;
  overflow: hidden;
  z-index: 1;
}

.page-header__inner h2 {
  font-size: 25px;
  line-height: 30px;
  color: var(--gifall-black);
}

.page-header__inner .thm-breadcrumb li a {
  font-size: 15px;
}

.page-header__inner .thm-breadcrumb li {
  font-size: 15px;
}

.page-header {
  padding: 40px 0px 40px;
}

.about-two__img-inner img {
  max-width: 100%;
  float: none;
}

.about-two__img {
  margin-right: 0px;
}

.thm-btn {
  color: white;
  background: #005897;
}

/* ================================================= About Page ========================================= */

/* ================================================= Contact Page ========================================= */

.contact-one {
  position: relative;
  display: block;
  padding: 30px 0px 350px;
  z-index: 1;
}

.contact-one__single {
  padding: 50px 10px 15px;
  margin-bottom: 10px;
}

.contact-one__single-content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.contact-one__single .shape1 {
  top: 18px;
  width: 110px;
  height: 110px;
}

.contact-one__single-icon {
  width: 50px;
  height: 50px;
  background: #037bc1;
}

.contact-one__single-content h2 {
  margin-bottom: 10px;
}

.contact-two__inner {
  padding: 30px 80px 40px;
}

.contact-two__content-single {
  padding: 15px 10px 15px;
}

.contact-two__from {
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgb(171, 171, 171, 0.35);
  padding: 30px 25px 30px;
  border-radius: 20px;
}

.contact-two__inner .title-box h2 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 500;
  color: #026bac;
}

.contact-two__inner .title-box {
  margin-bottom: 30px;
}

.contact-two {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

.contact-page-google-map__one {
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .contact-two__inner {
    padding: 35px 20px 35px;
  }
}

.contact-two__from-btn .thm-btn {
  width: 100%;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-one__single-icon span:before {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 28px;
}

.contact-two__content-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #015a9814;
  border-radius: 50%;
  margin: 0 auto;
}

.contact-two__content-single .icon-box span:before {
  color: #01609d;
  font-size: 38px;
  font-weight: 700;
}
/* ================================================= Contact Page ========================================= */

/* ================================================= Privacy Policy Page ========================================= */

.events-details-page {
  padding: 30px 0px 30px;
}

.events-details-page__bottom {
  margin-top: 0px;
}

/* ================================================= Privacy Policy Page ========================================= */

/* ================================================= Footer ========================================= */

.footer-one {
  padding: 30px 0px 0px;
  background: #f3fbfd;
}

.footer-one__bottom .bottom-inner {
  padding: 20px 0px 20px;
  border-top: 1px solid #0162a2;
}

.footer {
  padding-bottom: 20px;
}

.footer-one__middel {
  padding-top: 20px;
}

.footer-widget__single-about-btn .thm-btn {
  padding: 0px 30px 0px;
  line-height: 50px;
  font-weight: 600;
}

.footer-widget__single-about {
  max-width: 100%;
}

.footer-widget__single-about .logo-box {
  margin-bottom: 10px;
}

.footer-widget__single-about-text {
  padding-bottom: 0px;
}

.footer-one__single-address-box li .title-box h3 {
  color: #0162a2;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.footer-one__single .title h3 {
  color: #0162a2;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-one__single-explore-list li a {
  color: black;
  font-weight: 500;
}

.footer-one__bottom-left .social-links ul li a {
  color: white;
  background: #0162a2;
}

.footer-one__bottom .bottom-inner .copyright p {
  color: rgb(1 98 162);
  font-weight: 600;
  letter-spacing: 0.025em;
  margin: 0;
  text-transform: capitalize;
}

.footer-one__single-address-box li {
  border-bottom: 1px solid #0162a2;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.footer-one__bottom .bottom-inner .copyright p a {
  color: rgb(60 142 25);
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__single .title {
  margin-bottom: 15px;
}

.footer-one__single-address-box li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
}

.footer-one__single-address-box li .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(2 129 199);
}

.footer-one__single-address-box li .title-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.footer-one__single-address-box li .inner .content-box p a {
  color: black;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__bottom-left .title-box h4 {
  color: black;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
}

.footer-one__single-address-box li .inner .content-box p a:hover {
  color: #3c9522;
}

.footer-one__single-explore-list li a:hover {
  color: #0162a2;
}

/* ================================================= Footer ========================================= */

/* ================================================= Blog Page ========================================= */

.blog-one__single-content {
  padding: 35px 25px 15px;
}

.blog-one__single-content-bottom {
  margin-top: 18px;
}

.blog-one__single-content h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.blog-one__single-content-bottom .btn-box a {
  font-size: 16px;
  font-weight: 700;
}

.blog-category-title {
  margin: 50px 0 30px;
}

.blog-category-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2f8f6b;
  /* NGO green */
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.blog-category-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 80%;
  background: #2f8f6b;
  border-radius: 10px;
}

.blog-one__single-img .overlay-text li p {
  font-size: 12px;
  font-weight: 600;
  background: #015998;
  color: white;
}

.blog-one__single-img .inner::before {
  background: none;
}

@media only screen and (max-width: 767px) {
  .blog-category-title h2 {
    font-size: 26px;
  }
}

.blog-one__single-content .right-bg {
  background: #5ccef6;
}

/* ================================================= Blog Page ========================================= */

/* ================================================= Blog Details Page ========================================= */

.blog-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 0px 30px;
}

.sidebar__bottom {
  margin-top: 0px;
  padding: 20px 18px 20px;
}

.sidebar__latest-post-list li .img-box {
  border-radius: 10px;
  width: 100px;
  height: auto;
}

.sidebar__latest-post-list li .content-box h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.blog-list__single-img .inner:before {
  background: none;
}

.blog-details__content .blog-list__single-content {
  padding: 45px 35px 30px;
}

/* ================================================= Blog Details Page ========================================= */

/* ================================================= 404 Page ========================================= */

.error-page {
  padding: 30px 0px 30px;
}

.error-page__btn {
  margin-top: 25px;
}

.error-page__btn .thm-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 0px 30px 0px;
  line-height: 50px;
}

/* ================================================= 404 Page ========================================= */

/* ================================================= Gallery Page ========================================= */
.portfolio-one {
  padding: 30px 0px 30px;
}

/* === Gallery Grid Look === */
.gallery-box {
  position: relative;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #f3f3f3;
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Zoom */
.gallery-box:hover img {
  transform: scale(1.08);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.gallery-overlay i {
  color: #fff;
  font-size: 32px;
}

.gallery-box:hover .gallery-overlay {
  opacity: 1;
}

/* === Modal Image === */
#galleryModal img {
  max-height: 85vh;
  object-fit: contain;
  background: #000;
}

/* === Custom Close Button === */
.gallery-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: none;
  font-size: 28px;
  line-height: 38px;
  cursor: pointer;
  z-index: 1056;
  opacity: 0.9;
}

.gallery-close:hover {
  opacity: 1;
  background: #198754;
}

.portfolio-one__single {
  margin-bottom: 10px;
}

/* ================================================= Gallery Page ========================================= */

/* ================================================= Career Page ========================================= */

/* Section */
.careers-section {
  position: relative;
  display: block;
  padding: 30px 0;
}

.careers-one--careers__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

/* Card */
.career-card {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgb(209, 210, 212, 0.35);
  padding: 25px 25px 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  z-index: 1;
}

.career-card .white-bg,
.career-card .left-bg,
.career-card .right-bg {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.career-card .white-bg {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 30px;
  z-index: -1;
}

.career-card .left-bg {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 43%;
  height: 100%;
  background: #407d69;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  z-index: -3;
}

.career-card .right-bg {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 65%;
  height: 100%;
  background: #5ccef6;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: -2;
}

/* Meta Top */
.career-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

/* Job Type */
.job-type {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 999px;
  color: #fff;
}

.job-type.full-time {
  background: linear-gradient(135deg, #2f8f6b, #237a5a);
}

.job-date {
  /* font-size: 13px; */
  font-weight: 600;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-location {
  font-weight: 600;
  color: black;
}

.job-title {
  font-size: 20px;
  font-weight: 700;
  color: #3e8f75;
  line-height: 1.35;
  margin-bottom: 8px;
}

.job-title-link {
  color: #3e8f75;
  text-decoration: none;
  transition: color 0.3s ease;
}

.job-title-link:hover {
  color: #f4b400;
  /* same as button/link color */
  text-decoration: underline;
}

/* Pills */
.job-pills {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.pill {
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 999px;
  background: #eef6f3;
  color: #2f8f6b;
  font-weight: 600;
}

.pill.light {
  background: #f5f5f5;
  color: #777;
}

/* Description */
.job-desc {
  font-size: 16px;
  color: black;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* CTA */
.career-link {
  font-weight: 600;
  font-size: 15px;
  color: #2f8f6b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.career-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #f4b400;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}

.career-link:hover::after {
  width: 100%;
}

.career-benefits-section {
  padding: 30px 0;
  background: #f6f3f3;
}

.career-benefits-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.career-benefits-heading p {
  color: #2ca54c;
  font-size: 16px;
  max-width: 750px;
  margin: auto;
  margin-bottom: 25px;
}

.career-benefit-card {
  background: #7c5a8c;
  color: #fff;
  padding: 35px;
  border-radius: 15px;
  transition: 0.3s ease;
  height: 100%;
}

.career-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.career-benefit-icon {
  font-size: 28px;
  margin-bottom: 15px;
  color: #fff;
}

.career-benefit-card h4 {
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}

.career-benefit-card p {
  font-size: 14px;
  line-height: 1.7;
}

.career-benefits-cta {
  margin-top: 30px;
}

.career-benefits-cta h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-benefits-cta p {
  color: #555;
}

.career-benefits-cta a {
  color: #2ca54c;
  font-weight: 600;
  text-decoration: none;
}

.career-benefits-cta a:hover {
  text-decoration: underline;
}

/* ================================================= Career Page ========================================= */

/* ================================================= Career Details Page ========================================= */

.events-details__sidebar-single .contact-info-box-inner {
  padding: 25px 30px 20px;
}

.events-details__sidebar-single .contact-info-box-list li .inner .icon-box i {
  position: relative;
  display: inline-block;
  color: #49665d;
  font-size: 25px;
  line-height: 1;
}
.events-details__sidebar-single .contact-info-box .top-text {
  position: relative;
  display: block;
  background: #3e8c19;
  padding: 3px 35px 3px;
  border-radius: 15px;
  padding-left: 75px;
}

.events-details__sidebar-single .contact-info-box .top-text::after {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 45px;
  background: #64d8fb;
  border-radius: 15px;
  content: "";
}

.events-details__sidebar-single .contact-info-box .top-text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55px;
  background: #0168aa;
  border-radius: 15px;
  content: "";
}

.events-details__sidebar-single .contact-info-box .right-bg {
  background: #5ccef6;
}

.events-details__sidebar-single
  .contact-info-box-list
  li
  .inner
  .text-box
  span {
  font-weight: 600;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box p {
  font-weight: 600;
}

.events-details-page__text-box4 {
  position: relative;
  justify-content: space-between;
  display: flex;
  margin-top: 0px;
}

.events-details-page__text-box4 .btn-box {
  margin-top: 0px;
  margin-bottom: 10px;
}

.events-details-page__text-box4 .btn-box .thm-btn {
  padding: 0px 30px 0px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.job-share-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
}

.share-btn.fb {
  background: #1877f2;
}
.share-btn.linkedin {
  background: #0077b5;
}
.share-btn.whatsapp {
  background: #25d366;
}
.share-btn.copy {
  background: #555;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ================================================= Career Details Page ========================================= */

/* ================================================= Recruitment Page ========================================= */

.become-volunteer-one {
  padding: 30px 0px 30px;
}

.become-volunteer-one .title-box {
  padding-bottom: 10px;
}

.become-volunteer-one .title-box h2 {
  font-size: 38px;
}

.become-volunteer-one__form {
  padding: 30px 40px 30px;
}

.become-volunteer-one__form .input-box input[type="text"],
.become-volunteer-one__form .input-box input[type="email"],
.become-volunteer-one__form .input-box input[type="number"],
.become-volunteer-one__form .input-box input[type="date"],
.become-volunteer-one__form .input-box input[type="time"],
.become-volunteer-one__form select {
  position: relative;
  display: block !important;
  background: #ffffff;
  width: 100%;
  height: 50px;
  border: 1px dashed #3e8f75;
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 7px;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  outline: none;
}

.become-volunteer-one__form .input-box input[type="file"] {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 50px;
  border: 1px dashed #3e8f75;
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 14px;
  padding-top: 5px;
  font-weight: 600;
  font-style: normal;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 7px;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  outline: none;
}

.file-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

.become-volunteer-one__form .input-box textarea {
  width: 100%;
  height: 100px;
  padding-top: 10px;
  border-radius: 7px;
  font-weight: 600;
  border: 1px dashed #3e8f75;
  outline: none;
  resize: none;
}

.become-volunteer-one__form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.become-volunteer-one__form-btn .thm-btn {
  padding: 0px 25px 0px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .become-volunteer-one__form {
    margin-top: 10px;
  }

  .become-volunteer-one__form {
    padding: 30px 15px 30px;
  }
}

/* ================================================= Recruitment Page ========================================= */

/* ================================================= Shop Page ========================================= */

.shop-page {
  padding: 30px 0px 30px;
}

.shop-category-section {
  padding: 30px 0 30px;
  background: #fff;
}

.section-title .section-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4caf50;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.section-title .section-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-card {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #222;
  padding: 10px 0;
}

.category-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #f7f7f7;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}

.category-card:hover .category-img {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.shop-page__single-content .btn-box a {
  padding: 5px 10px 5px;
}

.shop-page__single-content .bottom-text {
  padding: 10px 25px 10px;
}

.shop-page__single-content .bottom-text .text-text h4 {
  font-weight: 600;
}

.shop-page__single-content .bottom-text .text-text p {
  color: #3e8f75;
  font-weight: 600;
}

/* ================================================= Shop Page ========================================= */

/* ================================================= Shop Details Page ========================================= */

.shop-details {
  padding: 30px 0px 30px;
}

.shop-details__content-text1 {
  margin-top: 12px;
}

.shop-details__content-text2 {
  margin-top: 20px;
}

.shop-details__content-text4 {
  margin-top: 20px;
}

.shop-details__content-text3 .btn-box {
  margin-left: 0px;
}

.shop-details__content-text3 .buy-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.shop-details__content-text3 .btn-box a {
  font-weight: 600;
  padding: 8px 35px 8px;
}

.shop-details__content-text3 .buy-box a {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: #3e8f75;
  padding: 8px 35px 8px;
  border-radius: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__tab-description .text-box1 {
  margin-bottom: 0px;
}

.shop-details__tab-description {
  padding: 36px 45px 30px;
}

.shop-details__tab-specifications .text-box1 {
  margin-bottom: 0px;
}

.shop-details__tab-specifications {
  padding: 36px 45px 30px;
}

.shop-details__tab-button .tab-buttons li {
  padding: 8px 30px 8px;
}

.shop-details__tab-button .tab-buttons li h4 {
  font-size: 16px;
  font-weight: 600;
}

.review-form {
  padding: 30px 60px 30px;
  margin-top: 40px;
}

.review-form .title-box {
  padding-bottom: 20px;
}

.shop-details__tab-reviews .review-form form input[type="text"],
.shop-details__tab-reviews .review-form form input[type="email"] {
  height: 40px;
  border: 1px dashed #3e8f75;
}

.shop-details__tab-reviews .review-form form textarea {
  height: 120px;
  border: 1px dashed #3e8f75;
}

.shop-details__tab-reviews .review-form .button-box {
  padding-top: 30px;
}

.shop-details__tab-reviews .review-form .button-box .thm-btn {
  padding: 0px 40px 0px;
  line-height: 45px;
  font-weight: 600;
}

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  font-size: 26px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f4c150;
}

.shop-page__single-img .text {
  font-weight: 600;
  width: auto;
  padding: 10px;
}

.shop-details__tab {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .shop-details__tab {
    margin-top: 45px;
  }

  .shop-details__content-text3 .buy-box {
    margin-left: 0px;
  }

  .shop-details__content-text3 .btn-box {
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-details__tab-description {
    padding: 30px 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-details__tab-specifications {
    position: relative;
    display: block;
    padding: 30px 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .review-form {
    padding: 30px 20px 30px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-details__tab-content-item.style2 {
    padding: 10px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-review-box-outer {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-review-box-outer {
    padding: 8px 15px 8px;
  }
}

.single-review-box-outer {
  padding: 5px 18px 5px;
  background: #e8eeec;
  border-radius: 15px;
}

.single-review-box .text-box .review-box {
  padding: 0px 0 0px;
}

.single-review-box .text-box h3 {
  font-size: 15px;
}

.review-avatar {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  background: #3e8f75;
  /* theme yellow – change if needed */
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* optional: different soft look */
.single-review-box {
  align-items: flex-start;
}

.single-review-box {
  padding-left: 50px;
}

.single-review-box .text-box {
  padding-left: 18px;
}

.single-review-box .text-box .review-box ul li span.cle2 {
  color: #d6d4d1;
}

.single-review-box .text-box .review-box ul li span {
  color: #f9a52c;
  font-size: 18px;
  line-height: 25px;
}

.shop-details__review ul li span::before {
  font-size: 16px;
}

.shop-details__review ul li span.cle2::before {
  color: #d6d4d1;
}

/* ================================================= Shop Details Page ========================================= */

/* ================================================= Cart Page ========================================= */

.cart-page {
  padding: 30px 0px 30px;
}

.cart-table {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f1;
}

.cart-table thead th {
  background: linear-gradient(180deg, #f8fbfa, #f1f6f5);
  font-weight: 600;
  color: #2c3e3a;
  padding: 18px 20px;
  font-size: 15px;
}

.cart-table tbody tr {
  background: #fff;
  border-bottom: 1px solid #edf1f0;
  transition: all 0.25s ease;
}

.cart-table tbody td {
  padding: 18px 10px;
  vertical-align: middle;
}

.cart-table tbody tr:hover {
  background: #f9fcfb;
}

/* ================================================= Cart Page ========================================= */

/* ================================================= Checkout Page ========================================= */

.checkout-area {
  padding: 30px 0px 30px;
}

.checkout__payment-btn {
  margin-top: 0px;
}

.checkout-area .form .title {
  margin-bottom: 18px;
}

.checkout-area .form form .field-label {
  color: #3e8f75;
  font-weight: 600;
}

.checkout-area .form .title h3 {
  font-size: 22px;
}

.checkout-area .form form .field-input input[type="text"],
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"] {
  border: 1px dashed #3e8f75;
  height: 45px;
  border-radius: 8px;
}

.checkout__payment-btn .place-order {
  position: relative;
  display: block;
  width: 100%;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  background: var(--gifall-primary);
  padding: 7px 0px 7px;
  border-radius: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/* ================================================= Checkout Page ========================================= */

/* ================================================= Success Page ========================================= */

.thankyou-page {
  padding: 30px 0;
}

.thankyou-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 50px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.thankyou-icon {
  font-size: 70px;
  color: #2ecc71;
  margin-bottom: 20px;
}

.thankyou-card h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f2f2b;
}

.thankyou-card .subtitle {
  font-size: 16px;
  color: #6b7c78;
  margin-bottom: 30px;
}

.order-summary {
  background: #f1f7f6;
  border-radius: 14px;
  padding: 22px;
  margin: 25px 0;
  text-align: left;
}

.order-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  color: #2c3e3a;
  border-bottom: 1px dashed #dbe5e2;
}

.order-row:last-child {
  border-bottom: none;
}

.order-row span:last-child {
  color: #6b7c78;
  text-align: right;
  max-width: 60%;
}

.order-row.total {
  font-weight: 700;
  font-size: 16px;
  color: #1f2f2b;
}

.info-text {
  font-size: 14px;
  color: #6b7c78;
  margin-bottom: 30px;
}

/* ================================================= Success Page ========================================= */

/* ================================================= Video Section ========================================= */

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-card:hover img {
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.video-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

.video-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-close-btn:hover {
  background: #000;
}

.modal-backdrop.show {
  opacity: 0.85;
}

/* ================================================= Video Section ========================================= */

/* ================================================= Value Section ========================================= */

.value-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px 25px;
  transition: all 0.35s ease;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.value-card:hover {
  transform: translateY(-6px);
}

.value-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #e8f4f1;
  color: #0b5c4b;
  font-size: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.value-card a {
  font-weight: 600;
  color: #0b5c4b;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.value-card a:hover {
  border-color: #0b5c4b;
}

/* ================================================= Value Section ========================================= */

/* ================================================= Gallery Section ========================================= */

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 35px 0px rgb(209, 210, 212, 0.35);
  background: #69b51b;
  padding: 3px;
  border-radius: 20px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.modal-body img {
  max-height: 85vh;
  object-fit: contain;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1056;
  /* iframe/image se upar */
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-close-btn:hover {
  background: #000;
}

/* ================================================= Gallery Section ========================================= */

/* ================================================= Faq Section ========================================= */

.faq-one {
  padding: 30px 0px 30px;
}

.accordion-box .block .acc-btn h3 {
  font-size: 18px;
  font-weight: 600;
}

.accordion-box .block .acc-btn .icon-outer {
  left: 12px;
  width: 25px;
  height: 25px;
  font-size: 10px;
  line-height: 25px;
  color: black;
  font-weight: 800;
}

.accordion-box .block .acc-content {
  background: #fff;
  padding-top: 10px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.accordion-box .block .acc-btn {
  padding-left: 50px;
}

/* ================================================= Faq Section ========================================= */

/* ================================================= CSR & Partership Page ========================================= */

.csr-section {
  /* background: linear-gradient(to bottom, #f9fafb, #ffffff); */
  background-color: white;
  padding: 30px 0;
}

/* Premium Paragraph */
.csr-section .sec-title p {
  max-width: 900px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.8;
  color: #6c757d;
}

/* Cards */
.csr-card {
  border-radius: 18px;
  transition: all 0.3s ease;
  background: #ffffff;
  padding: 40px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.csr-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Icon */
.csr-card .icon-box {
  font-size: 42px;
  color: #3e8f75;
  margin-bottom: 15px;
}

/* Card Title */
.csr-card h4 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 22px;
  color: #111;
}

/* Card Paragraph */
.csr-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  margin-top: 10px;
}

.csr-section .sec-title__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #3e8f75;
  margin: 18px auto 0;
  border-radius: 3px;
}

.csr-faq-section {
  padding: 30px 0;
  background: #f8f9f8;
}

.csr-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.csr-faq-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.csr-faq-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.csr-faq-item p {
  color: #555;
  line-height: 1.7;
}

.csr-image-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.csr-image-box img {
  width: 100%;
  border-radius: 12px;
}

/* Hide image on mobile */
@media (max-width: 991px) {
  .csr-image-box {
    display: none;
  }
}

/* ================================================= CSR & Partership Page ========================================= */

/* ================================================= Waste Collection CTA  ========================================= */

.waste-cta-section {
  margin: 20px 0;
}

.waste-cta-wrapper {
  background: linear-gradient(135deg, #7bc218, #388d26);
  padding: 35px 70px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 10px 15px rgba(0, 0, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

/* Floating glass circle */
.waste-cta-wrapper::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25),
    transparent 70%
  );
  border-radius: 50%;
}

/* subtle animated gradient */
.waste-cta-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  transform: translateX(-100%);
  animation: shine 6s infinite linear;
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

.waste-cta-content {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 2;
}

.cta-icon {
  width: 80px;
  height: 80px;
  background: white;
  color: #236d32;
  backdrop-filter: blur(12px);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.waste-cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.waste-cta-content p {
  font-size: 18px;
  opacity: 0.95;
  line-height: 1.7;
  max-width: 580px;
}

/* PREMIUM BUTTON */
.waste-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #236d32;
  padding: 18px 36px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.waste-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #fdd835, #ffeb3b);
  opacity: 0;
  transition: 0.3s ease;
}

.waste-cta-btn span,
.waste-cta-btn i {
  position: relative;
  z-index: 2;
}

.waste-cta-btn:hover {
  transform: translateY(-5px);
}

.waste-cta-btn:hover::before {
  opacity: 1;
}

/* ================================================= Waste Collection CTA  ========================================= */

/* ================================================= Donate Page  ========================================= */

.amount-selection {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.amount-card {
  position: relative;
  cursor: pointer;
}

.amount-card input {
  display: none;
}

.amount-card span {
  display: inline-block;
  padding: 1px 18px;
  border: 2px solid #3e8f75;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.amount-card input:checked + span {
  background: #3e8f75;
  color: #fff;
  border-color: #3e8f75;
}

/* ================================================= Donate Page  ========================================= */

/* ================================================= Thank You Page  ========================================= */

.success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: #28a745;
  color: #fff;
  font-size: 40px;
  line-height: 90px;
  border-radius: 50%;
  font-weight: bold;
}

.thank-you-box {
  border-radius: 12px;
}

.back-btn {
  padding: 0px 30px 0px;
  line-height: 50px;
  font-weight: 600;
}

/* ================================================= Thank You Page  ========================================= */

/* ================================================= Campaign Page  ========================================= */

.case-one--donation {
  padding: 30px 0px 30px;
}

.campaign-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  z-index: 9;
}

.campaign-badge.live {
  background: #28a745;
}

.campaign-badge.upcoming {
  background: #007bff;
}

.campaign-badge.expired {
  background: #6c757d;
}

/* ================================================= Campaign Page  ========================================= */

/* ================================================= Values Section  ========================================= */

.core-values-section {
  padding: 30px 0;
  background: #548d2a;
  position: relative;
  color: #fff;
}

.core-values-header {
  margin-bottom: 30px;
}

.core-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.core-desc {
  max-width: 600px;
  margin: auto;
  opacity: 0.9;
}

.core-values-row {
  row-gap: 30px;
}

.core-card {
  background: rgb(255 255 255 / 38%);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.core-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
  color: #1b5e20;
}

.core-card:hover h4,
.core-card:hover p {
  color: #1b5e20;
}

.core-icon {
  font-size: 35px;
  margin-bottom: 20px;
  color: #ffd54f;
  transition: 0.3s;
}

.core-card:hover .core-icon {
  color: #1b5e20;
}

.core-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.core-card p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .core-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .core-values-section {
    padding: 60px 20px;
  }

  .core-title {
    font-size: 26px;
  }
}

/* ================================================= Values Section  ========================================= */

/* ================================================= President Section  ========================================= */

.president-section {
  padding: 30px 0;
  background: #f5f3f0;
}

.president-image-wrapper {
  display: flex;
  justify-content: center;
}

.president-image {
  position: relative;
  width: 100%px;
  height: 100%px;
  border-radius: 50%;
  padding: 12px;
  background: linear-gradient(135deg, #1b5e20, #4caf50);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.president-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
}

/* Content */
.president-content {
  padding-left: 40px;
}

.president-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.president-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.president-signature {
  margin-top: 30px;
}

.president-signature h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.president-signature span {
  font-size: 14px;
  color: #777;
  font-style: italic;
}

/* Responsive */
@media (max-width: 991px) {
  .president-section {
    text-align: center;
    padding: 60px 0;
  }

  .president-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .president-image {
    width: 250px;
    height: 250px;
  }
}

/* ================================================= President Section  ========================================= */

/* ================================================= Volunteer Page ========================================= */

/* ===== Volunteer Image Section ===== */
.volunteer-image-wrapper {
  text-align: center;
}

.volunteer-main-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.volunteer-main-image:hover {
  transform: scale(1.01);
}

/* ===== Volunteer Impact Section ===== */
.vol-impact-section {
  padding: 30px 0;
  background: #f8f6f6;
}

.vol-impact-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vol-impact-heading .top-line {
  color: #3e8f75;
  font-weight: 600;
  margin-bottom: 8px;
}

.vol-impact-heading .sub-line {
  color: #333;
  max-width: 850px;
  margin: auto;
  margin-bottom: 25px;
}

.vol-impact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vol-impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #3e8f75;
}

.vol-impact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.vol-impact-card .icon {
  width: 65px;
  height: 65px;
  margin: auto;
  background: #eaf9ed;
  color: #3e8f75;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vol-impact-card h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}

.vol-impact-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
  .vol-impact-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .vol-impact-section {
    padding: 60px 0;
  }

  .vol-impact-heading h2 {
    font-size: 28px;
  }

  .vol-impact-card {
    padding: 25px 20px;
  }
}

.team-one--volunteers {
  padding: 30px 0px 30px;
}

.campaign-ribbon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffc107;
  color: #000;
  padding: 1px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.campaign-ribbon.direct {
  background: #28a745;
  color: #fff;
}

.campaign-ribbon i {
  margin-right: 5px;
}

.team-one__single-content {
  position: relative;
  display: block;
  padding-top: 15px;
}

.volunteer-btn {
  margin-top: 15px;
}

.volunteer-btn .thm-btn {
  padding: 0px 25px 0px;
  line-height: 40px;
  text-transform: capitalize;
  font-weight: 500;
  background-color: #0481c7;
  color: white;
}

/* ================================================= Volunteer Page ========================================= */
