a:hover {
  text-decoration: none;
}

.swiper_pagination {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem
}

.swiper_pagination .swiper-pagination-bullet {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) !important;
  border: 2px solid #76b043;
  transition: all .25s ease-in-out;
  opacity: 1;
  margin: 0 !important
}

.swiper_pagination .swiper-pagination-bullet-active {
  background: #76b043 !important
}

/* .main_outer {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.main_outer .main_content {
  flex: 1;
}

.main_header .header_logo img {
  height: 6rem;
  width: auto;
  display: block
}

.main_header .site_nav .nav_list {
  display: flex;
  align-items: center;
  gap: 1.5rem
}

.main_header .site_nav .nav_list li a {
  color: #050505;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400
}

.main_header .site_nav .nav_list li a:hover {
  color: #76b043
}

.main_header .site_nav .nav_list li.current-menu-item a {
  color: #76b043
}

.main_header .site_nav .nav_list li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler {
  width: .675rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: currentColor;
  padding: 0
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler svg {
  width: 100%;
  height: auto;
  display: block;
  transition: all .25s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center center
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f1f1f1;
  padding: .25rem;
  box-shadow: 0 0 1.25rem -0.25rem rgba(0, 0, 0, .15);
  z-index: 10;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .25s ease-in-out;
  pointer-events: none;
  width: 200px
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a {
  color: #050505;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  border-radius: .625rem
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a:hover {
  background-color: #76b043;
  color: #fff
}

.main_header .site_nav .nav_list li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto
}

.main_header .site_nav .nav_list li.menu-item-has-children:hover .sub_menu_toggler svg {
  transform: rotate(180deg)
} */

#mobile_menu_toggle {
  display: none;
  width: 40px;
  height: 24px;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

#mobile_menu_toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--aps-primary);
  position: absolute;
  transition: all 0.3s ease;
  border-radius: var(--aps-border-radius-sm);
}

#mobile_menu_toggle span:nth-child(1) {
  top: 0;
}

#mobile_menu_toggle span:nth-child(2) {
  top: 11px;
  width: 80%;
  left: 20%;
}

#mobile_menu_toggle span:nth-child(3) {
  top: 22px;
}

#mobile_menu_toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

#mobile_menu_toggle.active span:nth-child(2) {
  opacity: 0;
}

#mobile_menu_toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--aps-black-rgb), .5);
  z-index: 7;
  display: none;
}

/* 

.pagination .nav-links .page-numbers {
  padding: 0.25rem 0.75rem;
  border-radius: var(--aps-border-radius-sm);
  background-color: var(--aps-primary);
  color: #fff;
  font-size: 14px;
}

.pagination .nav-links .page-numbers.current {
  background-color: var(--aps-secondary);
  color: #fff;
}

.pagination .nav-links a.page-numbers:hover {
  background-color: var(--aps-tertiary);
  color: #fff;
}

.search_form_container .search-form {
  display: flex;
  gap: 1rem;
}

.search_form_container .search-form .form-group {
  flex-grow: 1;
}

.badge_icon {
  width: 1rem;
  height: 1rem;
}

 */






















/**/








































































.intersection-section {
  padding: 80px 30px;
  background: #fff;
}

.intersection-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
}

.intersection-left {
  flex: 1 1 50%;
}

.intersection-left h2 {
  font-size: 28px;
  color: #1e1e5a;
  line-height: 1.4;
  margin-bottom: 20px;
}

.intersection-left p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.intersection-button {
  display: inline-block;
  padding: 12px 24px;
  margin-top: 20px;
  border: 1px solid #1e9d5a;
  color: #1e9d5a;
  text-decoration: none;
  font-weight: 600;
}

.intersection-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.image-top img,
.image-bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.history-section {
  background: linear-gradient(135deg, #292C84 0%, #3A3E9F 100%);
  padding: 80px 30px;
  color: #fff;
  position: relative;
}

.history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 40px;
}

.history-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.history-header p {
  margin-top: 8px;
  font-size: 15px;
  color: #ddd;
}

.history-btn {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
}

/* Container with connecting dotted line */
.history-slider {
  display: flex;
  position: relative;
}

/* Horizontal dotted line */
.history-slider::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dotted rgba(255, 255, 255, 0.3);
  z-index: 0;
  margin: 0 10px;
}

/* Individual slide styling */
.history-item {
  background: transparent;
  padding: 60px 20px 30px;
  text-align: left;
  position: relative;
}

/* Circle connector dot at each slide */
.history-item::before {
  content: '';
  position: absolute;
  top: 39px;
  left: 30px;
  width: 12px;
  height: 12px;
  background: #cddc39;
  border-radius: 50%;
  z-index: 2;
}

.history-num {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  z-index: 0;
}

.icon-box {
  background: #cddc39;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.text-box {
  position: relative;
  z-index: 2;
}

.history-item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.history-item p {
  font-size: 14px;
  color: #ccc;
}

/* Slick Arrows */
.history-section .slick-arrow {
  background: #fff;
  border: none;
  color: #292C84;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: 45%;
  z-index: 10;
}

.history-section .slick-prev {
  left: -15px;
}

.history-section .slick-next {
  right: -15px;
}

/* Slick Dots */
.history-section .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.history-section .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.history-section .slick-dots li.slick-active button:before {
  color: #cddc39;
  opacity: 1;
}




.sustainability-section {
  background-image: url('images/sustainability-img.jpg');
  /* replace with your background */
  background-size: cover;
  background-position: center;
  padding: 100px 30px;
  color: #fff;
  position: relative;
}

.sustainability-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.sustainability-content {
  max-width: 600px;
  /*background: rgba(0, 0, 0, 0.3); /* optional: for readability */
  padding: 20px 30px;
}

.sustainability-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sustainability-content .subtext {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sustainability-content .highlighted {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.sustainability-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.sustainability-btn:hover {
  background: #fff;
  color: #000;
}


.founder-section {
  padding: 80px 30px;
  background: #fff url(images/leaf-bg.svg) no-repeat top right;
}

.founder-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.founder-image {
  position: relative;
  flex: 1 1 45%;
}

.founder-image img {
  width: 100%;
  height: auto;
  display: block;
}

.founder-logo {
  padding: 15px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px !important;
  height: auto;
}

.founder-content {
  flex: 1 1 50%;
}

.founder-content h2 {
  font-size: 28px;
  color: #1e1e5a;
  font-weight: 700;
  margin-bottom: 20px;
}

.founder-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.founder-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #1e9d5a;
  color: #1e9d5a;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.founder-btn:hover {
  background: #1e9d5a;
  color: #fff;
}

.global-presence {
  background: #f8f8fc;
  padding: 80px 30px;
}

.global-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.global-left {
  flex: 1 1 40%;
}

.global-left h2 {
  font-size: 28px;
  color: #1e1e5a;
  font-weight: 700;
  margin-bottom: 15px;
}

.global-left p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.global-map {
  flex: 1 1 55%;
  position: relative;
}

.global-map img {
  width: 100%;
  height: auto;
  display: block;
}

.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #057547;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.map-pin::before {
  content: '+';
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 6px;
}

/* Tooltip */
.tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #fff;
  border-radius: 4px;
  padding: 12px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
  text-align: left;
}

.tooltip a {
  color: #1e9d5a;
  text-decoration: none;
  font-weight: 600;
}

.map-pin:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.cta-section {
  background-image: url('images/cta-bg.jpg');
  /* Replace with actual image */
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-overlay {
  background: rgba(58, 41, 125, 0.85);
  /* purple overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.cta-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.cta-content p {
  font-size: 16px;
  margin-bottom: 30px;
}

.cta-btn {
  background: #cddc39;
  color: #1e1e5a;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #b7c600;
}

.news-section {
  padding: 80px 30px;
  background: #fff;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 40px;
}

.news-header h2 {
  font-size: 28px;
  color: #1e1e5a;
  font-weight: 700;
}

.news-header p {
  margin-top: 8px;
  font-size: 15px;
  color: #555;
}

.news-btn {
  border: 1px solid #1e9d5a;
  padding: 10px 20px;
  color: #1e9d5a;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
}

.news-slider {
  max-width: 1280px;
  margin: 0 auto;
}

.news-card {
  padding: 15px;
  text-align: left;
}

.news-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.news-date {
  display: block;
  color: #7c7c99;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

.news-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

/* Optional: dot or arrow styling */
.news-section .slick-arrow {
  background: #1e1e5a;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  z-index: 5;
}

.news-section .slick-prev {
  left: -15px;
}

.news-section .slick-next {
  right: -15px;
}


.newsletter-section {
  background: #f4f2f9 url('images/cta-bg-2.jpg') no-repeat center;
  background-size: cover;
  padding: 40px 30px;
}

.newsletter-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.newsletter-wrapper h3 {
  font-size: 18px;
  color: #1e1e5a;
  font-weight: 700;
  margin: 0;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.newsletter-form input {
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 200px;
}

.newsletter-form button {
  background: #cddc39;
  color: #1e1e5a;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: #b7c600;
}


.footer-section {
  background: linear-gradient(135deg, #27224a, #373b79);
  color: #fff;
  padding: 60px 30px 30px;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/footer-logo-bg.png') no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.5;
  z-index: 0;
  width: 506px;
  height: 534px;
}

.footer-overlay {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 80px;
}

.footer-columns {
  display: flex;
  gap: 40px;
  flex: 1;
  flex-wrap: wrap;
}

.footer-col {
  width: 30%;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a,
.footer-col ul li {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
}

.footer-expand {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
  position: relative;
}

.footer-expand button.toggle-expand {
  background: none;
  border: none;
  color: #ccc;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.expand-text {
  overflow: hidden;
  transition: all 0.5s ease;
  max-height: 60px;
  /* collapsed state */
}

.footer-expand.expanded .expand-text {
  max-height: 1000px;
  /* expanded state - set higher than expected content height */
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: #aaa;
}

.footer-bottom ul {
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 0;
}

.footer-bottom li a {
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
}