/* 
  * Custom CSS for Segunbagicha Foundation
  
*/

.elementor-heading-title span {
  color: var(--e-global-color-primary);
}


/* 
.Different_text h2 {
  font-family: "Pacifico", cursive;
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(45deg, #f974169d, #f97316);
  text-transform: capitalize;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  position: relative;
  display: inline-block;
}

.Different_text h2::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -10px;
  width: 90%;
  height: 6px;
  background: linear-gradient(45deg, #f974169d, #f97316);
  border-radius: 50px;
} */

/* for Team Archive */
/* =========================================
   SBF Team Archive Page
========================================= */

.sbf-team-archive-section {
  position: relative;
  padding: 100px 0;
  background: #f7f8f5;
  overflow: hidden;
}

.sbf-team-archive-header {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.sbf-team-archive-subtitle {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f766e;
  position: relative;
  padding: 0 14px 22px;
}

.sbf-team-archive-subtitle::before,
.sbf-team-archive-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 2px;
  background: #0f766e;
  transform: translateY(-50%);
}

.sbf-team-archive-subtitle::before {
  left: -24px;
}

.sbf-team-archive-subtitle::after {
  right: -24px;
}

.sbf-team-archive-title {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
  color: #122f2a;
  letter-spacing: -0.02em;
}

.sbf-team-archive-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: #60716c;
}

/* =========================================
   Grid
========================================= */

.sbf-team-archive-grid {
  align-items: stretch;
}

/* =========================================
   Card
========================================= */

.sbf-team-archive-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #edf1ec;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sbf-team-archive-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(16, 24, 40, 0.12);
  border-color: #dfe8e1;
}

/* =========================================
   Image
========================================= */

.sbf-team-archive-image-wrap {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 0;
}

.sbf-team-archive-image-wrap>a {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
}

.sbf-team-archive-image-wrap>a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 45, 40, 0) 40%, rgba(6, 45, 40, 0.28) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.sbf-team-archive-card:hover .sbf-team-archive-image-wrap>a::after {
  opacity: 1;
}

.sbf-team-archive-image {
  width: 100%;
  height: 315px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.sbf-team-archive-card:hover .sbf-team-archive-image {
  transform: scale(1.06);
}

/* =========================================
   Social Icons
========================================= */

.sbf-team-archive-socials {
  position: absolute;
  top: 28px;
  right: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}

.sbf-team-archive-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #ff7a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
  font-size: 15px;
}

.sbf-team-archive-socials a:hover {
  background: #0f766e;
  color: #ffffff;
  transform: translateY(-2px);
}

/* =========================================
   Content
========================================= */

.sbf-team-archive-content {
  padding: 22px 22px 24px;
}

.sbf-team-archive-name {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sbf-team-archive-name a {
  color: #122f2a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sbf-team-archive-name a:hover {
  color: #0f766e;
}

.sbf-team-archive-designation {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  border: 1px solid #d8f3e8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 15px;
}

.sbf-team-archive-excerpt {
  font-size: 15px;
  line-height: 1.85;
  color: #657670;
  margin: 0;
}

/* =========================================
   Pagination
========================================= */

.sbf-team-archive-pagination {
  margin-top: 55px;
  text-align: center;
}

.sbf-team-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  margin: 0 5px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #12332d;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #e6ece7;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.05);
  transition: all 0.3s ease;
}

.sbf-team-archive-pagination .page-numbers:hover,
.sbf-team-archive-pagination .page-numbers.current {
  background: #0f766e;
  color: #ffffff;
  border-color: #0f766e;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
}

/* =========================================
   Empty State
========================================= */

.sbf-team-archive-empty {
  text-align: center;
  padding: 40px 0 10px;
}

.sbf-team-archive-empty p {
  margin: 0;
  font-size: 18px;
  color: #61756f;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1199px) {
  .sbf-team-archive-title {
    font-size: 46px;
  }

  .sbf-team-archive-image {
    height: 290px;
  }

  .sbf-team-archive-name {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .sbf-team-archive-section {
    padding: 80px 0;
  }

  .sbf-team-archive-header {
    margin-bottom: 45px;
  }

  .sbf-team-archive-title {
    font-size: 40px;
  }

  .sbf-team-archive-text {
    font-size: 16px;
  }

  .sbf-team-archive-image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .sbf-team-archive-section {
    padding: 60px 0;
  }

  .sbf-team-archive-subtitle {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .sbf-team-archive-title {
    font-size: 32px;
  }

  .sbf-team-archive-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .sbf-team-archive-image-wrap {
    padding: 12px 12px 0;
  }

  .sbf-team-archive-image {
    height: 280px;
  }

  .sbf-team-archive-content {
    padding: 18px 18px 22px;
  }

  .sbf-team-archive-name {
    font-size: 22px;
  }

  .sbf-team-archive-excerpt {
    font-size: 14px;
    line-height: 1.75;
  }

  .sbf-team-archive-socials {
    top: 22px;
    right: 22px;
  }

  .sbf-team-archive-socials a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .sbf-team-archive-pagination {
    margin-top: 42px;
  }

  .sbf-team-archive-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    margin: 0 3px;
    font-size: 14px;
  }
}

/* Team Archive Styles end */
/* ========================== */




/* =========================================
   SBF Project Archive Page
========================================= */

.sbf-project-archive-section {
  position: relative;
  padding: 100px 0;
  background: #f7f8f5;
  overflow: hidden;
}

.sbf-project-archive-header {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.sbf-project-archive-subtitle {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f766e;
  position: relative;
  padding: 0 14px 22px;
}

.sbf-project-archive-subtitle::before,
.sbf-project-archive-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 2px;
  background: #0f766e;
  transform: translateY(-50%);
}

.sbf-project-archive-subtitle::before {
  left: -24px;
}

.sbf-project-archive-subtitle::after {
  right: -24px;
}

.sbf-project-archive-title {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
  color: #122f2a;
  letter-spacing: -0.02em;
}

.sbf-project-archive-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: #60716c;
}

.sbf-project-archive-grid {
  align-items: stretch;
}

.sbf-project-archive-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #edf1ec;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
}

.sbf-project-archive-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(16, 24, 40, 0.12);
  border-color: #dfe8e1;
}

.sbf-project-archive-image-wrap {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 0;
}

.sbf-project-archive-image-wrap>a {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.sbf-project-archive-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.sbf-project-archive-card:hover .sbf-project-archive-image {
  transform: scale(1.06);
}

.sbf-project-archive-content {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sbf-project-archive-category {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  border: 1px solid #d8f3e8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sbf-project-archive-name {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sbf-project-archive-name a {
  color: #122f2a;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 36.2px;
}

.sbf-project-archive-name a:hover {
  color: #0f766e;
}

.sbf-project-archive-excerpt {
  font-size: 15px;
  line-height: 1.85;
  color: #657670;
  margin: 0 0 22px;
}

.sbf-project-archive-button-wrap {
  margin-top: auto;
}

.sbf-project-archive-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 10px;
  background: #0f766e;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sbf-project-archive-btn:hover {
  background: #115e59;
  color: #ffffff !important;
  text-decoration: none;
}

.sbf-project-archive-pagination {
  margin-top: 55px;
  text-align: center;
}

.sbf-project-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  margin: 0 5px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #12332d;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #e6ece7;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.05);
  transition: all 0.3s ease;
}

.sbf-project-archive-pagination .page-numbers:hover,
.sbf-project-archive-pagination .page-numbers.current {
  background: #0f766e;
  color: #ffffff;
  border-color: #0f766e;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
}

.sbf-project-archive-empty {
  text-align: center;
  padding: 40px 0 10px;
}

.sbf-project-archive-empty p {
  margin: 0;
  font-size: 18px;
  color: #61756f;
}

@media (max-width: 1199px) {
  .sbf-project-archive-title {
    font-size: 46px;
  }

  .sbf-project-archive-image {
    height: 260px;
  }

  .sbf-project-archive-name {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .sbf-project-archive-section {
    padding: 80px 0;
  }

  .sbf-project-archive-header {
    margin-bottom: 45px;
  }

  .sbf-project-archive-title {
    font-size: 40px;
  }

  .sbf-project-archive-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sbf-project-archive-section {
    padding: 60px 0;
  }

  .sbf-project-archive-subtitle {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .sbf-project-archive-title {
    font-size: 32px;
  }

  .sbf-project-archive-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .sbf-project-archive-image-wrap {
    padding: 12px 12px 0;
  }

  .sbf-project-archive-image {
    height: 240px;
  }

  .sbf-project-archive-content {
    padding: 18px 18px 22px;
  }

  .sbf-project-archive-name {
    font-size: 22px;
  }

  .sbf-project-archive-excerpt {
    font-size: 14px;
    line-height: 1.75;
  }

  .sbf-project-archive-pagination {
    margin-top: 42px;
  }

  .sbf-project-archive-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    margin: 0 3px;
    font-size: 14px;
  }
}

/* == Project Archive Styles  End== */


/* SBF Single Project Page start */
/* =========================================
   SBF Single Project Page
========================================= */

.sbf-single-project-section {
  position: relative;
  padding: 90px 0;
  background: #f7f8f5;
}

.sbf-single-project-header {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.sbf-single-project-category {
  display: inline-block;
  margin-bottom: 50px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  border: 1px solid #d8f3e8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sbf-single-project-title {
  margin: 0 0 45px;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 800;
  color: #122f2a;
  letter-spacing: -0.02em;
}

.sbf-single-project-intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #60716c;
}

.sbf-single-project-featured-image-wrap {
  margin-bottom: 50px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.sbf-single-project-featured-image {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  display: block;
}

.sbf-single-project-main {
  align-items: flex-start;
}

.sbf-single-project-content {
  background: #ffffff;
  border: 1px solid #edf1ec;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.05);
  color: #4f615c;
  font-size: 17px;
  line-height: 1.9;
}

.sbf-single-project-content>*:first-child {
  margin-top: 0;
}

.sbf-single-project-content>*:last-child {
  margin-bottom: 0;
}

.sbf-single-project-content h1,
.sbf-single-project-content h2,
.sbf-single-project-content h3,
.sbf-single-project-content h4,
.sbf-single-project-content h5,
.sbf-single-project-content h6 {
  color: #122f2a;
  line-height: 1.3;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  font-weight: 700;
}

.sbf-single-project-content h2 {
  font-size: 32px;
}

.sbf-single-project-content h3 {
  font-size: 26px;
}

.sbf-single-project-content p {
  margin-bottom: 1.2em;
}

.sbf-single-project-content ul,
.sbf-single-project-content ol {
  margin-bottom: 1.2em;
  padding-left: 1.2em;
}

.sbf-single-project-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.sbf-single-project-content a {
  color: #0f766e;
  text-decoration: none;
}

.sbf-single-project-content a:hover {
  text-decoration: underline;
}

.sbf-single-project-sidebar {
  position: sticky;
  top: 30px;
}

.sbf-single-project-meta-card {
  background: #ffffff;
  border: 1px solid #edf1ec;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.05);
}

.sbf-single-project-meta-title {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #122f2a;
}

.sbf-single-project-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sbf-single-project-meta-list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1ec;
}

.sbf-single-project-meta-list li:first-child {
  padding-top: 0;
}

.sbf-single-project-meta-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sbf-single-project-meta-list li span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f766e;
}

.sbf-single-project-meta-list li strong {
  font-size: 17px;
  font-weight: 700;
  color: #122f2a;
  line-height: 32px;
}

.sbf-single-project-navigation {
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px solid #e5ebe6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.sbf-single-project-navigation a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  color: #122f2a;
  transition: color 0.3s ease;
}

.sbf-single-project-navigation a:hover {
  color: #0f766e;
}

.sbf-single-project-nav-back {
  display: flex;
  justify-content: center;
}

.sbf-single-project-back-btn,
.sbf-single-project-back-btn.sbf-modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  background: linear-gradient(135deg, #18c3b1 0%, #18b7aa 50%, #15b3a3 100%);
  box-shadow: 0 10px 24px rgba(24, 195, 177, 0.22);
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.sbf-single-project-back-btn:hover,
.sbf-single-project-back-btn.sbf-modern-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(24, 195, 177, 0.28);
  background: linear-gradient(135deg, #14b7a6 0%, #12ad9f 50%, #109a8c 100%);
}

.sbf-single-project-back-btn::before,
.sbf-single-project-back-btn.sbf-modern-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.22) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: left 0.7s ease;
}

.sbf-single-project-back-btn:hover::before,
.sbf-single-project-back-btn.sbf-modern-btn:hover::before {
  left: 130%;
}

@media (max-width: 1199px) {
  .sbf-single-project-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .sbf-single-project-section {
    padding: 75px 0;
  }

  .sbf-single-project-title {
    font-size: 40px;
  }

  .sbf-single-project-intro {
    font-size: 17px;
  }

  .sbf-single-project-sidebar {
    position: relative;
    top: auto;
  }

  .sbf-single-project-featured-image {
    max-height: 500px;
  }
}

@media (max-width: 767px) {
  .sbf-single-project-section {
    padding: 55px 0;
  }

  .sbf-single-project-title {
    font-size: 32px;
  }

  .sbf-single-project-intro {
    font-size: 15px;
    line-height: 1.8;
  }

  .sbf-single-project-featured-image-wrap {
    margin-bottom: 35px;
    border-radius: 20px;
  }

  .sbf-single-project-content,
  .sbf-single-project-meta-card {
    padding: 22px;
    border-radius: 18px;
  }

  .sbf-single-project-content {
    font-size: 15px;
    line-height: 1.8;
  }

  .sbf-single-project-content h2 {
    font-size: 26px;
  }

  .sbf-single-project-content h3 {
    font-size: 22px;
  }

  .sbf-single-project-meta-title {
    font-size: 21px;
  }

  .sbf-single-project-navigation {
    margin-top: 40px;
    gap: 14px;
  }
}

/* == Single Project Styles End == */