.elementor-256 .elementor-element.elementor-element-8e4ae68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.71;}.elementor-256 .elementor-element.elementor-element-8e4ae68:not(.elementor-motion-effects-element-type-background), .elementor-256 .elementor-element.elementor-element-8e4ae68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kenyaseaweedalliance.org/wp-content/uploads/2025/12/Seaweed-farming-is-the-third-largest-export-industry-in-Tanzania.-It-employs-over-25000-farmers.jpg");background-position:center right;background-size:cover;}.elementor-256 .elementor-element.elementor-element-8e4ae68::before, .elementor-256 .elementor-element.elementor-element-8e4ae68 > .elementor-background-video-container::before, .elementor-256 .elementor-element.elementor-element-8e4ae68 > .e-con-inner > .elementor-background-video-container::before, .elementor-256 .elementor-element.elementor-element-8e4ae68 > .elementor-background-slideshow::before, .elementor-256 .elementor-element.elementor-element-8e4ae68 > .e-con-inner > .elementor-background-slideshow::before, .elementor-256 .elementor-element.elementor-element-8e4ae68 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#00344D;--background-overlay:'';}.elementor-256 .elementor-element.elementor-element-82a08a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-256 .elementor-element.elementor-element-3b0797b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c3301bb *//* HERO SECTION */
.getinvolved-hero {
    padding: 100px 0;
    color: #ffffff;
    text-align: center;
}

.getinvolved-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}

.getinvolved-hero p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5087cdd *//* -----------------------------------
   PARTNER WITH US — Clean NGO Style
------------------------------------*/

.partner-section {
  padding: 30px 0;
  font-family: "Roboto", sans-serif;
}

.partner-container {
  background: #ffffff;
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 50px 55px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  position: relative;
}

/* Teal Accent Bar */
.partner-accent {
  width: 60px;
  height: 6px;
  background: #0094A5;
  border-radius: 4px;
  margin-bottom: 25px;
}

.partner-container h2 {
  font-size: 34px;
  font-weight: 700;
  color: #00344D;
  margin-bottom: 20px;
}

.partner-container p {
  font-size: 17px;
  line-height: 1.65;
  color: #00344D;
  margin-bottom: 15px;
}

.partner-list {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}

.partner-list li {
  font-size: 17px;
  color: #00344D;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}

/* Custom bullet */
.partner-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0094A5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Mobile */
@media(max-width: 768px) {
  .partner-container {
    padding: 35px 30px;
  }
  .partner-container h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-763345c *//* --------------------------------------------
   CLEAN SPLIT SECTIONS (Support + Volunteer)
---------------------------------------------*/

.gi-split-section {
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.gi-split-container {
  max-width: 1250px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 55px;
}

/* Reverse layout for alternating sections */
.gi-split-container.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */
.gi-split-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* TEXT AREA */
.gi-split-content {
  flex: 1.1;
}

.gi-split-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #00344D;
  margin-bottom: 18px;
}

.gi-split-content p {
  font-size: 17px;
  color: #00344D;
  line-height: 1.65;
  margin-bottom: 15px;
}

/* CTA BUTTON */
.gi-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #0094A5;
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none !important; /* Removes underline */
  transition: all 0.25s ease;
}

.gi-btn:hover {
  background: #007f8c;
  color: #ffffff !important;  /* Ensures text stays visible */
  text-decoration: none !important;
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
  .gi-split-container,
  .gi-split-container.reverse {
    flex-direction: column;
    text-align: center;
  }

  .gi-split-img img {
    height: 300px;
  }

  .gi-split-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */