 /* Global font */
 
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-weight: 100;
 }
 
 b,
 strong {
     font-weight: 500;
 }
 
 .container-padding {
     padding-left: max((100vw - 1280px) / 2, 20px);
 }
 
 .container-padding-right {
     padding-right: max((100vw - 1280px) / 2, 20px);
 }
 
 .btn-group-lg>.btn,
 .btn-lg {
     --bs-btn-padding-y: 0.5rem;
     --bs-btn-padding-x: 1rem;
     --bs-btn-font-size: 16px;
 }
 
 body {
     font-size: 16px;
     color: #000;
 }
 
 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 a,
 .navbar,
 .btn,
 .card,
 .badge {
     font-family: 'Montserrat', sans-serif;
 }
 /* Header / Hero */
 
 .header-bg {
     position: relative;
     background: url('../images/2025-banner.webp') top center/cover no-repeat;
     height: 90vh;
     color: #fff;
     overflow: hidden;
 }
 
 .header-bg .overlay {
     position: absolute;
     inset: 0;
     /*background: rgba(0, 0, 0, 0.5);*/
 }
 
 .header-bg .navbar,
 .non-home-header-bg .navbar {
     background: transparent !important;
     font-size: 12px;
     position: relative;
     z-index: 20;
 }
 
 .header-bg .nav-link {
     color: #fff;
     font-size: 12px;
     font-weight: 500;
 }
 
 .header-bg .nav-link.active {
     font-weight: 600;
 }
 
 .lead {
     font-size: 18px;
 }
 
 .header-bg .summit-countdown {
     /* position: absolute;
     top: 15%;
     left: 0;
     right: 0;
     margin: 0 auto;
     width: 100%;
     max-width: 1280px;
     padding: 0 0.75rem;
     z-index: 10;
     display: flex;
     justify-content: flex-end; */
 }
 
 .header-bg .summit-countdown .countdown-box {
     border: 2px solid rgba(255, 255, 255, 0.5);
     border-radius: 0.75rem;
     padding: 1.5rem;
     width: 8rem;
     text-align: center;
     color: #fff;
     background: rgba(0, 0, 0, 0.8);
 }
 
 .header-bg .summit-countdown .countdown-number {
     font-size: 2.5rem;
     font-weight: 700;
     line-height: 1;
 }
 
 .header-bg .summit-countdown .countdown-label {
     text-transform: uppercase;
     letter-spacing: 0.05em;
     font-size: 0.9rem;
     color: rgba(255, 255, 255, 0.7);
 }
 
 .header-bg .summit-countdown .countdown-circles .circle {
     width: 120px;
     height: 120px;
     border: 6px solid #B3C176;
     /* your ring color */
     border-radius: 50%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }
 
 .header-bg .summit-countdown .countdown-circles .number {
     font-size: 2.5rem;
     font-weight: 700;
     color: #fff;
     /* or whatever contrasts */
     line-height: 1;
 }
 
 .header-bg .summit-countdown .countdown-circles .label {
     font-size: 1rem;
     color: #fff;
     margin-top: .25rem;
     text-transform: capitalize;
 }
 
 .header-bg .hero-content {
     position: absolute;
     top: 45%;
     left: 5%;
     transform: translateY(-45%);
     width: 80%;
     z-index: 11;
 }
 
 .header-bg .hero-content h1 {
     font-size: 35px;
     line-height: 1.5;
 }
 /* Overview Section */
 
 #overview {
     background-color: #d9d9d9;
     margin-top: -2px;
     padding: 0rem 0 3rem;
     position: relative;
     z-index: 1;
 }
 
 #overview .badge {
     font-size: 0.7rem;
     font-weight: 500;
 }
 
 #overview .metric-card {
     background-color: #e88b22;
     border-radius: 0.5rem;
     padding: 1.5rem 1rem;
     color: #fff;
 }
 
 #overview .metric-number {
     font-size: 2rem;
     font-weight: 700;
     line-height: 1;
 }
 
 #overview .metric-label {
     font-size: 0.875rem;
     margin-top: 0.25rem;
     opacity: 0.9;
 }
 
 .video-wrapper {
     position: relative;
     overflow: hidden;
     border-radius: 30px;
 }
 
 .video-wrapper iframe {
     /* prevents iframe from ever seeing any mouse events */
     pointer-events: none;
 }
 
 .video-blocker {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
 }
 
 .badge-st {
     border-radius: 20px;
     border: 1px solid #D3CFCF;
     color: #000;
 }
 /* Key Takeaways Section */
 /* Each row’s background so overlaps cover cleanly */
 
 #takeaways .item-row {
     background-color: #F2F3EF;
 }
 /* Separator line between items */
 
 #takeaways hr {
     border: none;
     border-top: 1px solid #dee2e6;
     margin: 0 0 2rem;
 }
 /* Big number styling */
 
 #takeaways .takeaway-number {
     font-size: 2rem;
     font-weight: 700;
     margin-bottom: 1rem;
 }
 /* Make the first item’s left column sticky */
 
 #takeaways .sticky-col {
     position: sticky;
     top: 120px;
     /* adjust to sit just below your fixed header */
     z-index: 1;
     /* behind the second row */
 }
 /* Raise the second row above the sticky column */
 
 #takeaways .last-row {
     position: relative;
     z-index: 2;
 }
 
 #takeaways {
     z-index: 1;
     position: relative;
     padding: 4rem 0;
     background: #F2F3EF;
 }
 
 .takeaway-right {
     margin-top: 100px;
 }
 
 #takeaways h3 {
     font-size: 24px;
     margin-bottom: 20px;
 }
 
 .badge-section {
     display: inline-block;
     font-size: 0.9rem;
     padding: 0.4rem 1rem;
     margin-bottom: 1rem;
 }
 
 #takeaways h2 {
     margin-bottom: 0.5rem;
 }
 
 #takeaways hr {
     border-top: 1px solid #dee2e6;
 }
 
 .row.gx-4 {
     --bs-gutter-x: 1rem;
 }
 
 .takeaway-number {
     font-size: 2rem;
     font-weight: 700;
     margin-bottom: 1rem;
 }
 /* The agenda cards */
 
 #takeaways .agenda-card {
     color: #fff;
     height: 100%;
 }
 
 #takeaways .agenda-number {
     font-size: 1.5rem;
     font-weight: 500;
 }
 
 #takeaways .agenda-title {
     font-size: 1rem;
     margin-top: .5rem;
 }
 
 #takeaways .agenda-text {
     margin-top: .75rem;
     line-height: 1.4;
     opacity: .9;
     font-size: 0.75rem;
 }
 /* Background colors for each card */
 
 #takeaways .agenda-card1 {
     background-color: #b78a00 !important;
 }
 
 #takeaways .agenda-card2 {
     background-color: #e8861b !important;
 }
 
 #takeaways .agenda-card3 {
     background-color: #ecbb15 !important;
 }
 /* Why Join Section */
 
 #why-join {
     position: relative;
     margin: 0;
     background: url('../images/bg-08.webp') center/cover no-repeat;
     padding: 100px 50px 20px 50px;
 }
 /* section heading */
 
 #why-join .wrapper {
     background-color: rgba(255, 255, 255, 0.9);
     border-radius: .5rem;
     padding: 50px 50px 200px;
 }
 
 #why-join h2 {
     font-weight: 300;
     margin-bottom: 2rem;
 }
 /* each card */
 
 #why-join .join-card {
     position: relative;
     border: 1px solid #000;
     border-radius: .5rem;
     padding: 1.5rem;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 
 #why-join .join-card .icon img {
     width: 70px;
     margin-bottom: 30px;
 }
 
 #why-join .join-card p {
     font-size: .65rem;
     line-height: 1.4;
     margin: 0;
     text-align: left;
 }
 /* scoped under #why-join-us */
 
 #why-join .why-nav .nav-link {
     font-weight: 700;
     text-transform: uppercase;
     color: #000;
     border: none;
     border-bottom: 1px solid #000;
     padding: .75rem 1rem;
     background: transparent;
     border-radius: 0;
     margin-bottom: 10px;
     width: 100%;
     text-align: left;
 }
 
 #why-join .why-nav .nav-link.active {
     background: #60A511;
     color: #fff;
     /* border-bottom: none; */
 }
 
 #why-join .why-nav .nav-link:not(.active):hover {
     background: rgba(97, 166, 15, 0.1);
 }
 
 #why-join .why-item .icon {
     flex-shrink: 0;
     width: 60px;
     height: 60px;
     border: 4px solid #60A511;
     border-radius: 50%;
     background-color: #1e3a20;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 1.5rem;
 }
 
 #why-join .why-item p {
     margin: 0;
     color: #000;
     line-height: 1.5;
 }
 
 .attendees-section .left-panel {
     background-color: #e3f0d4;
     border-radius: 0.5rem;
     padding: 2rem;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 
 .attendees-section h2 {
     font-weight: 400;
     margin-bottom: 1.5rem;
 }
 
 .attendees-section p {
     font-size: 0.9rem;
     line-height: 1.4;
 }
 
 .attendees-section p strong {
     display: block;
     margin-bottom: 0.5rem;
 }
 /* Carousel container */
 
 .attendees-section #rightImageCarousel {
     position: relative;
 }
 /* Controls (arrows) at top-right */
 
 .attendees-section #rightImageCarousel .carousel-control-prev,
 .attendees-section #rightImageCarousel .carousel-control-next {
     top: -50px;
     position: absolute;
     bottom: unset;
     left: unset;
     width: 32px;
     opacity: 1;
 }
 
 .attendees-section #rightImageCarousel .carousel-control-prev {
     right: 3rem;
 }
 
 .attendees-section #rightImageCarousel .carousel-control-next {
     right: 0.5rem;
 }
 
 .attendees-section #rightImageCarousel .carousel-control-prev-icon,
 .attendees-section #rightImageCarousel .carousel-control-next-icon {
     background-color: transparent;
     border: 1px solid #000;
     color: #000;
     border-radius: 0.25rem;
     width: 2rem;
     height: 2rem;
 }
 
 .attendees-section #rightImageCarousel .carousel-control-prev-icon,
 .attendees-section #rightImageCarousel .carousel-control-next-icon {
     /* your black arrow SVG data URI */
     background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzAwMCc+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==") !important;
 }
 /* rotate the same SVG for the “next” arrow */
 
 .attendees-section #rightImageCarousel .carousel-control-prev-icon {
     transform: rotate(180deg);
 }
 /* Indicators bottom-center */
 
 .attendees-section #rightImageCarousel .carousel-indicators {
     position: static;
     margin-top: 1rem;
     justify-content: center;
 }
 
 .attendees-section #rightImageCarousel .carousel-indicators [data-bs-target] {
     width: 0.75rem;
     height: 0.75rem;
     border-radius: 50%;
     background-color: #ccc;
 }
 
 .attendees-section #rightImageCarousel .carousel-indicators .active {
     background-color: #28a745;
 }
 /* Image styling */
 
 .attendees-section .right-panel {
     padding-top: 60px;
 }
 
 .attendees-section .right-panel img {
     width: 100%;
     height: auto;
     border-radius: 0.5rem;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
     display: block;
 }
 
 .scroll-gallery {
     --item-height: 40vh;
     --gap: 1rem;
     --duration: 10s;
 }
 
 .scroll-gallery .column {
     height: calc(2 * var(--item-height) + var(--gap));
     overflow: hidden;
 }
 
 .scroll-gallery .row>div:nth-child(1) .column {
     --duration: 12s;
 }
 
 .scroll-gallery .row>div:nth-child(2) .column {
     --duration: 16s;
 }
 
 .scroll-gallery .row>div:nth-child(3) .column {
     --duration: 20s;
 }
 
 .scroll-gallery .row>div:nth-child(3) .column {
     --duration: 24s;
 }
 
 .scroll-gallery .column-inner {
     display: flex;
     flex-direction: column;
     gap: var(--gap);
     animation: scroll var(--duration) linear infinite;
 }
 /* ← updated selector here */
 
 .scroll-gallery .row>div:nth-child(even) .column-inner {
     animation-direction: reverse;
 }
 
 @keyframes scroll {
     to {
         transform: translateY(-50%);
     }
 }
 
 .scroll-gallery .item {
     /*  height: var(--item-height);*/
     aspect-ratio: 1/1.2;
     flex-shrink: 0;
 }
 
 .scroll-gallery img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 0.5rem;
     display: block;
     aspect-ratio: 2/1;
 }
 
 #host-country {
     min-height: 70vh;
 }
 /* full-bleed background */
 
 #host-country .bg-host {
     background: url('../images/dakarcongresscenter01emredorter.1506077567.1642.jpg') center/cover no-repeat;
     height: 70vh;
 }
 /* optional darkening behind the green card */
 
 #host-country .overlay {
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, 0.2);
 }
 /* the green card */
 
 #host-country .host-card {
     background-color: #60A511;
     /* your brand green */
     border-radius: 0.75rem;
     padding: 2.5rem 2rem;
     max-width: 600px;
     /* optional limit */
 }
 /* Typography tweaks */
 
 #host-country h3 {
     line-height: 1.2;
     margin-bottom: 80px;
 }
 
 #host-country h3 strong {
     font-weight: 600;
 }
 
 #host-country p {
     font-size: 0.75rem;
     line-height: 1.5;
 }
 
 #host-country .btn-outline-light {
     border: 1px solid #fff;
     color: #fff;
     transition: background-color .2s, color .2s;
     padding: 15px 20px;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: bold;
 }
 
 #host-country .btn-outline-light:hover,
 #host-country .btn-outline-light:focus {
     background-color: #fff;
     color: #61a60f;
 }
 
 .btn-back-site {
     margin-top: -20px;
     margin-right: 10px;
     font-size: 12px;
 }
 
 footer.agrf-footer {
     background-color: #144b2d;
     color: rgba(255, 255, 255, 0.4);
 }
 
 footer .subscribe {
     color: #fff;
     text-decoration: none;
     padding: 15px;
     border: 1px solid #fff;
     border-radius: 20px;
     font-size: 15px;
     display: inline-block;
 }
 
 footer .menu-title {
     text-transform: uppercase;
     font-size: 16px;
     color: #fff;
     border-bottom: 1px solid #fff;
     padding-bottom: 10px;
 }
 
 footer .menu-items a {
     color: rgba(255, 255, 255, 0.4);
     font-size: 15px;
     display: block;
     margin-bottom: 10px;
     text-decoration: none;
 }
 
 footer .address h3 {
     color: #fff;
     font-size: 18PX;
     font-weight: bold;
     border-bottom: 1px solid #fff;
     display: inline-block;
     padding-bottom: 10px;
     margin-bottom: 20px;
 }
 
 footer .address p {
     font-size: 16px;
 }
 
 footer .copyright {
     color: #fff;
     font-size: 16px;
 }
 
 footer .info {
     font-size: 15px;
     margin-top: 40px;
 }
 
 footer .socials a {
     color: #fff;
 }
 
 .hero-bg {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100vh;
     width: 100%;
     inset: 0%;
     z-index: 1;
 }
 
 .hero-bg .circle-1,
 .hero-bg .circle-2 {
     position: absolute;
     height: 100vmax;
     width: 100vmax;
     object-fit: cover;
     opacity: 0.5;
 }
 
 .hero-bg2 {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 1;
 }
 
 @keyframes zoom {
     0% {
         transform: scale(1, 1);
     }
     50% {
         transform: scale(1.5, 1.5);
     }
     100% {
         transform: scale(1, 1);
     }
 }
 
 @-webkit-keyframes spinner {
     to {
         -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-360deg);
         transform: translate3d(0px, 0px, 0px) rotateZ(-360deg);
     }
 }
 
 @keyframes spinner {
     to {
         -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-360deg);
         transform: translate3d(0px, 0px, 0px) rotateZ(-360deg);
     }
 }
 
 .hero-bg .circle-1 {
     -webkit-animation: zoom 20s infinite linear;
     animation: zoom 20s infinite linear;
 }
 
 .hero-bg .circle-2 {
     -webkit-animation: spinner 20s infinite linear;
     animation: spinner 20s infinite linear;
 }
 
 .btn-register {
     border-radius: 30px;
     background: #EA881D;
     padding: 15px 40px;
     color: #fff;
     margin-top: 20px;
 }
 
 .btn-register:hover {
     background: #144B2D;
 }
 
 .btn-bronchure {
     border-radius: 30px;
     background: #60A511;
     padding: 15px 20px;
     color: #fff;
     margin-top: 20px;
 }
 
 .btn-bronchure:hover {
     background: #144B2D;
 }
 
 .centerize {
     display: flex;
     flex-direction: column;
     align-content: center;
     flex-wrap: wrap;
     justify-content: center;
 }
 
 .non-home-header-bg .nav-link,
 .non-home-header-bg .nav-link.active {
     color: #000;
 }
 
 .non-home-header-bg .nav-link.active {
     font-weight: 600;
 }
 
 .non-home-header-bg .btn-back-site {
     border: 1px solid #D3CFCF;
     color: #000;
 }
 
 .non-home-header-bg .navbar-toggler {
     background: #EA881D;
 }
 
 .non-home-header-bg button.btn-outline-light.dropdown-toggle {
     border-color: #000;
     color: #000;
 }
 
 .non-home-header-bg .alt-logo {
     display: none;
 }
 
 .page-square {
     display: inline-block;
     width: 1rem;
     height: 1rem;
     background-color: #144B2D;
     /* dark green */
 }
 
 .text-green {
     color: #144B2D;
 }
 
 #page-img {
     position: relative;
     overflow: hidden;
 }
 
 #page-img img {
     width: 100%;
     object-fit: cover;
     height: 600px;
 }
 
 #page-img .overlay {
     position: absolute;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
 }
 /* the white text container */
 
 #page-img .highlight-content {
     background: rgba(0, 0, 0, 0.5);
     z-index: 5;
     /* so links below still clickable if any */
 }
 /* box around the text so it doesn’t run to the edges */
 
 #page-img .highlight-box {
     background: transparent;
     border: 1px solid #fff;
 }
 /* “Key Highlight” styling */
 
 #page-img .highlight-title {
     font-size: 1rem;
     font-weight: 700;
     letter-spacing: 0.5px;
 }
 /* horizontal rule under the title */
 
 #page-img .highlight-divider {
     border: none;
     border-top: 1px solid #fff;
     width: 80%;
     margin: 0;
     opacity: 1;
 }
 /* event name */
 
 #page-img .event-title {
     font-size: 1.3rem;
     font-weight: 600;
     line-height: 1.2;
 }
 
 #page-img .event-date {
     font-size: 1rem;
     font-weight: bold;
     line-height: 1.4;
 }
 /* time & venue */
 
 #page-img .event-time,
 #page-img .event-venue {
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.4;
 }
 
 #page-img .btn-view-session {
     background-color: #60A511;
     color: #fff;
     padding: 10px 60px;
 }
 /* 3. Position and animate the image */
 
 .kenburns {
     top: 50%;
     left: 50%;
     /* ensure it always covers the container */
     min-width: 100%;
     min-height: 100%;
     transform: translate(-50%, -50%) scale(1);
     /* animate back and forth with ease-in-out */
     animation: kenburns 30s ease-in-out infinite alternate;
     z-index: 1;
 }
 /* 4. Define the keyframes: start centered at scale(1), end slightly offset & zoomed */
 
 @keyframes kenburns {
     0% {
         transform: translate(-50%, -50%) scale(1);
     }
     100% {
         /* pan 5% right and up while zooming to 1.2× */
         transform: translate(-45%, -55%) scale(1.2);
     }
 }
 
 .partner-head {
     color: #EA881D;
     font-size: 18px;
     font-weight: bold;
     text-transform: uppercase;
 }
 
 .partner-head1 {
     color: #EA881D;
     font-size: 30px;
     font-weight: bold;
     text-transform: uppercase;
 }
 
 .home-partners .partners-list {
     overflow: hidden
 }
 
 .home-partners .partners-list h3 {
     color: #EA881D;
     font-size: 1.3rem;
     margin-bottom: 0
 }
 
 .home-partners .partners-list ul {
     padding-top: .5em
 }
 
 .home-partners .partners-list li {
     margin-bottom: 1em;
     position: relative
 }
 
 .home-partners .partners-list li:not(:last-child) {
     border-right: 1px solid #e5e5e5
 }
 
 body {
     top: 0!important
 }
 
 div.skiptranslate {
     display: none !important;
 }
 
 select#lang-translate {
     background-color: transparent;
     color: #fff;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right 0.75rem center;
     background-size: 16px 12px;
     padding: .375rem 1.9rem .375rem .75rem;
     border: none;
 }
 
 .non-home-header-bg select#lang-translate {
     background-color: transparent;
     color: #000;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right 0.75rem center;
     background-size: 16px 12px;
     border: unset;
 }
 
 .summit-dates {
     font-weight: bold;
     font-size: 12px;
 }
 
 .summit-dates-2 {
     font-weight: bold;
     font-size: 12px;
     color: #EA881D;
 }
 
 .summit-dates .date {
     display: block;
     padding-top: 5px;
 }
 
 .summit-dates .location {
     display: block;
     border-bottom: 1px solid #fff;
     padding-bottom: 5px;
 }
 
 .summit-dates-2 .location-2 {
     display: block;
     border-bottom: 1px solid #EA881D;
     padding-bottom: 5px;
 }
 /* scope to only these pills */
 
 section.summit-program {
     padding: 30px 0;
 }
 
 .summit-program-tabs .nav-link {
     background-color: #D9D9D9;
     color: #184B37;
     border-radius: 0.5rem;
     margin-right: 2.5rem;
     padding: 0.5rem 1.25rem;
     font-weight: 500;
     font-size: 0.95rem;
 }
 
 .summit-program-tabs .nav-link.active {
     background-color: #184B37;
     color: #fff;
 }
 
 .summit-program-tabs .nav-link:focus {
     box-shadow: none;
 }
 
 .summit-program-tabs .nav-link:hover:not(.active) {
     background-color: #c0c0c0;
 }
 
 .program-schedule {
     --green: #61a60f;
     --orange: #f88d2a;
     --time-col-width: 6rem;
     --gap: 1rem;
     --item-gap: 1.5rem;
 }
 /* Tabs + Download button */
 
 .program-schedule .program-tabs {
     display: flex;
     gap: 1rem;
     margin-bottom: 1.5rem;
     padding: 0;
     list-style: none;
     width: 100%;
 }
 
 .program-schedule .program-tabs>.nav-item {
     flex: 1;
     min-width: 0;
 }
 
 .program-schedule .program-tabs .nav-link {
     background: transparent;
     border: none;
     padding: .5rem .75rem;
     color: var(--green);
     text-align: center;
     position: relative;
     width: 100%;
 }
 
 .program-schedule .program-tabs .day-label {
     font-size: .75rem;
     text-transform: uppercase;
 }
 
 .program-schedule .program-tabs .date-name {
     font-size: 1rem;
     font-weight: 700;
 }
 
 .program-schedule .program-tabs .date-num {
     font-size: .875rem;
     font-weight: 700;
 }
 
 .program-schedule .program-tabs .nav-link.active {
     color: var(--green);
     border-bottom: 6px solid var(--green);
     margin-bottom: -6px;
 }
 
 .program-schedule .program-tabs .nav-link.active::after {
     content: "";
     position: absolute;
     bottom: -15px;
     left: 50%;
     transform: translateX(-50%);
     border-left: 15px solid transparent;
     border-right: 15px solid transparent;
     border-top: 15px solid var(--green);
 }
 
 .program-schedule .btn-program-download {
     background: var(--orange);
     color: #fff;
     border: none;
     padding: .5rem 1rem;
     border-radius: .25rem;
     font-weight: 500;
     min-width: 200px;
 }
 
 .program-schedule .btn-program-download:hover {
     background: var(--green);
     color: #fff;
 }
 /* Continuous track + events */
 
 .program-schedule .timeline-container {
     position: relative;
     margin-top: 10px;
 }
 
 .program-schedule .timeline-track {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 2.5rem;
     width: 1px;
     background: var(--green);
     z-index: 0;
 }
 
 .program-schedule .program-item {
     display: flex;
     margin-bottom: var(--item-gap);
     position: relative;
     z-index: 1;
     align-items: flex-start;
 }
 
 .program-schedule .time-col {
     width: var(--time-col-width);
     text-align: center;
     padding-right: var(--gap);
     background: #fff;
     position: relative;
     z-index: 1;
     padding-top: 15px;
     padding-bottom: 10px;
     flex: 0 0 var(--time-col-width);
 }
 
 .program-schedule .time-col .time {
     font-weight: 700;
 }
 
 .program-schedule .time-col .gmt {
     font-size: .75rem;
     color: #000;
     font-weight: 700;
 }
 
 .program-schedule .event-card {
     flex: 1 1 auto;
     background: #f5f6f5;
     border-radius: .5rem;
     padding: 1.5rem;
     position: relative;
     z-index: 1;
     /* min-height: 200px; */
 }
 
 .program-schedule .event-title {
     font-size: 1.125rem;
     /*text-transform: uppercase;*/
     font-weight: 700;
     margin-bottom: 2rem;
     color: #144B2D;
 }
 
 .program-schedule .event-subtitle {
     font-size: 0.9rem;
     font-weight: 500;
     margin-bottom: 2rem;
 }
 
 .program-schedule .venue {
     font-size: .875rem;
     color: var(--orange);
     font-weight: 500;
     margin-bottom: 2rem;
 }
 
 .program-schedule .view-more {
     font-size: .875rem;
     color: var(--green);
     font-weight: 500;
     text-decoration: none;
     border-bottom: 1px solid var(--green);
     padding-bottom: 2px;
 }
 
 .program-schedule .view-more .plus {
     margin-left: .5rem;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 0.75rem;
     height: 0.75rem;
     border: 1px solid var(--green);
     border-radius: 50%;
     font-weight: 700;
     font-size: 0.75rem;
     line-height: 1;
 }
 
 .program-schedule .event-description {
     font-size: .875rem;
     margin-top: 1rem;
     color: #000;
 }
 /* SPEAKERS GRID */
 
 #speakers {
     padding: 50px;
 }
 
 #speakers .speakers-grid {
     display: grid;
     gap: 1.5rem;
     /* 5 columns at large, 2 at xs, 3 at md */
     grid-template-columns: repeat(2, 1fr);
 }
 
 @media (min-width: 576px) {
     #speakers .speakers-grid {
         grid-template-columns: repeat(3, 1fr);
     }
 }
 
 @media (min-width: 992px) {
     #speakers .speakers-grid {
         grid-template-columns: repeat(5, 1fr);
     }
 }
 
 #speakers .speaker-card {
     position: relative;
     overflow: hidden;
     border-radius: 0.5rem;
     background: #fff;
 }
 
 #speakers .speaker-card img {
     width: 100%;
     height: auto;
     display: block;
 }
 
 #speakers .speaker-info {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 1rem;
     /* subtle fade-up gradient */
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
     box-sizing: border-box;
 }
 
 #speakers .speaker-name {
     margin: 0;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 0.8rem;
 }
 
 #speakers .speaker-title {
     margin: 0.25rem 0 0;
     color: #fff;
     font-size: 0.75rem;
     line-height: 1.2;
 }
 /* ===== awards section ===== */
 
 #awards {
     background: #fff;
 }
 /* badge + header */
 
 #awards .badge-section {
     display: inline-block;
     font-size: .9rem;
     padding: .4rem 1rem;
     border: 1px solid #dee2e6;
     border-radius: 50px;
     background: #fff;
 }
 
 #awards h2 {
     font-weight: 600;
 }
 
 #awards hr {
     border: none;
     border-top: 1px solid #646464;
     margin: 0.5rem 0;
 }
 /* each award row */
 
 #awards .award-row {
     padding: 2rem 0;
 }
 /* alternate background shading */
 
 #awards .second-row {
     background: #F2F3EF;
 }
 
 #awards .third-row {
     background: #D9D9D9;
     z-index: 10;
     position: relative;
 }
 /* left column: number + image */
 
 .award-left {
     /* stacked by default, sticky only on first row */
 }
 
 #awards .sticky-col {
     position: sticky;
     top: 0;
     /* adjust under fixed header */
 }
 
 .award-number {
     font-size: 1.4rem;
     font-weight: 700;
 }
 
 .award-left img {
     max-width: 300px;
     object-fit: cover;
     height: 400px;
     margin-top: 100px;
 }
 /* right column nested grid */
 
 .award-right .row>.col-md-8 h3 {
     font-size: 1.5rem;
     font-weight: 600;
 }
 
 .award-right .row>.col-md-4 {
     text-align: right;
 }
 
 .award-right p {
     line-height: 1.6;
 }
 
 .award-row.third-row {
     z-index: 10;
 }
 
 .awards-btn {
     padding: 10px;
     width: 100%;
     border-radius: 0;
     background-color: #60A511;
     color: #fff;
 }
 
 .awards-btn:hover {
     background-color: #144B2D;
     color: #fff;
 }
 
 .text-green {
     color: #144B2D;
 }
 
 .flex-space-between {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
 }
 /* FAQ Section */
 
 #faq {}
 
 #faq h2 {
     font-weight: 600;
 }
 
 #faq h3 {
     margin-bottom: 0.5rem;
 }
 
 #faq hr {
     border: none;
     border-top: 1px solid #646464;
     margin: 0.5rem 0 1.5rem;
 }
 /* Override accordion icon color */
 
 #faq .accordion-button:not(.collapsed) {
     color: #60A511;
     background: none;
     border-color: #646464;
 }
 
 #faq .accordion-button::after {
     font-size: 1.25rem;
     color: #60A511;
 }
 /* Remove Bootstrap’s arrow and background on the header */
 
 .faq-button {
     background: transparent;
     box-shadow: none;
     padding: 0.75rem 0;
     border: none;
     display: flex;
     align-items: center;
     border-bottom: 1px solid #dee2e6;
 }
 /* Hide default ::after arrow */
 
 .faq-button::after {
     display: none;
 }
 /* Question text larger */
 
 .faq-button span {
     font-size: 1.125rem;
     font-weight: 400;
     color: #000;
 }
 /* Plus icon styling */
 
 .faq-button .faq-icon {
     font-size: 1.5rem;
     color: #4d982b;
 }
 /* When expanded, rotate or swap icon to minus (optional) */
 
 .faq-button:not(.collapsed) .faq-icon {
     /* Example: rotate the same icon into a minus-looking shape when open */
     transform: rotate(45deg);
     transition: transform 0.2s;
 }
 /* Remove the default expanded background */
 
 .faq-button:not(.collapsed) {
     background-color: transparent !important;
     color: #000 !important;
     box-shadow: none !important;
 }
 /* Remove focus outline/shadow entirely */
 
 .faq-button:focus {
     outline: none !important;
     box-shadow: none !important;
 }
 
 .text-orange {
     color: #f88d2a;
 }
 
 a.text-orange {
     text-decoration: none;
 }
 /* Exhibition Section */
 
 #exhibition {}
 /* Top tabs custom styling */
 
 #exhibition .nav-pills {
     gap: 1rem;
 }
 
 #exhibition .nav-pills .nav-link {
     border-radius: 2rem;
     padding: 0.75rem 2rem;
     background-color: #e0e0e0;
     /* light grey for inactive */
     color: #004d26;
     /* dark green text */
     font-size: 1.25rem;
     font-weight: 400;
     transition: background-color .2s, color .2s;
 }
 
 #exhibition .nav-pills .nav-link.active {
     background-color: #004d26;
     /* dark green for active */
     color: #ffffff;
     /* white text */
 }
 
 #exhibition .nav-pills .nav-link:focus,
 #exhibition .nav-pills .nav-link:hover {
     background-color: #265734;
     /* slightly lighter green hover on active */
     color: #fff;
 }
 /* Stand card background & rounding */
 
 #exhibition .bg-expo {
     background-color: #b3c176;
     /* soft pale green */
     border-radius: 1.25rem;
     /* larger rounding */
     padding: 2rem 1.5rem 1.5rem;
     /* extra top/gap for heading */
     position: relative;
 }
 /* Heading */
 
 #exhibition .bg-expo h5 {
     font-size: 1.25rem;
     font-weight: 600;
     text-transform: uppercase;
     /* all-caps */
     letter-spacing: 0.05em;
     color: #1f4f2b;
     /* darker green */
     text-align: center;
     margin-bottom: 1.5rem;
 }
 /* Exhibition image */
 
 #exhibition .bg-expo .card-img-top {
     border-radius: 0.75rem;
     /* round the image corners */
     object-fit: cover;
     width: 100%;
     height: auto;
     margin-bottom: 1.5rem;
 }
 /* Description text + list all centered */
 
 #exhibition .bg-expo p,
 #exhibition .bg-expo ul {
     text-align: center;
     font-size: 0.95rem;
     line-height: 1.6;
     margin: 0;
     padding: 0;
 }
 
 #exhibition .bg-expo ul {
     list-style: none;
     margin-top: 0.5rem;
     list-style-type: disc;
     /* use solid discs */
     list-style-position: inside;
     /* bullet inside the container */
     margin: 0.5rem 0;
     /* vertical spacing */
     padding: 0;
 }
 
 #exhibition .bg-expo ul li {
     margin: 0.25rem 0;
 }
 /* Dotted separators above & below cost */
 
 #exhibition .bg-expo hr {
     border: none;
     border-top: 1px dotted #000;
     margin: 1.75rem 0;
     opacity: 1;
 }
 /* Cost line styling */
 
 #exhibition .bg-expo .card-footer,
 #exhibition .bg-expo .cost {
     font-size: 1.1rem;
     font-weight: 600;
     color: #60A511;
     text-align: center;
 }
 /* Optional extra dotted line at very bottom */
 
 #exhibition .bg-expo::after {
     content: "";
     display: block;
     border-top: 1px dotted #000;
     margin: 1rem 0 0;
 }
 
 #exhibition .card h5 {
     font-size: 1rem;
     letter-spacing: 0.05em;
 }
 
 #exhibition .card ul {
     padding-left: 1rem;
 }
 
 #exhibition .card ul li {
     margin-bottom: 0.25rem;
 }
 
 #exhibition .text-green {
     color: #004d26;
 }
 
 .how-to-book {
     background-color: #f2f3ef;
     padding: 50px 0;
 }
 
 .btn-how-to-book-btn {
     padding: 10px;
     border-radius: 0;
     background-color: #60A511;
     color: #fff;
 }
 
 .btn-how-to-book-btn:hover {
     background-color: #144B2D;
     color: #fff;
 }
 /* Investment Room */
 
 #investment-room {}
 /* Hero */
 
 .agrib-logo {
     margin-top: -70px;
     position: relative;
 }
 
 .investment-logo {
     top: -50px;
     /* adjust so it overlaps hero and intro */
 }
 
 .investment-logo img {
     background: #fff;
     padding: 1rem;
     border-radius: 0.75rem;
     max-width: 200px;
 }
 /* Intro */
 
 .investment-intro h2 {
     font-size: 2rem;
     line-height: 1.2;
     color: #1f4f2b;
 }
 
 .investment-intro p {
     color: #1f4f2b;
     line-height: 1.6;
 }
 /* Cards grid */
 
 .investment-card {
     position: relative;
     border-radius: 0.75rem;
     overflow: hidden;
 }
 
 .investment-card .card-img {
     width: 100%;
     display: block;
     object-fit: cover;
     aspect-ratio: 4/5;
 }
 /* Dark gradient overlay */
 
 .investment-card .card-overlay {
     position: absolute;
     inset: 0;
     padding: 1.5rem;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%);
     color: #fff;
 }
 
 .investment-card h5 {
     font-size: 1.25rem;
     font-weight: 600;
     margin-bottom: 0.5rem;
 }
 
 .investment-card p.small {
     font-size: 0.9rem;
     margin: 0;
 }
 
 .investment-card:hover .card-overlay {
     background: #f88d2a;
     /* solid orange */
 }
 
 .program-resource-link {
     display: inline-block;
     border-bottom: 1px solid #60A511;
     text-decoration: none;
     color: #144b2d;
     padding-bottom: 5px;
     margin-bottom: 15px;
     font-size: 0.9rem;
 }
 
 .program-tab-tagline {
     position: absolute;
     bottom: -60px;
     left: 0;
     width: 100%;
     text-align: center;
 }
 
 .program-tab-tagline p {
     font-weight: bold;
 }
 
 button.nav-link .program-tab-tagline {
     display: none;
 }
 
 button.nav-link.active .program-tab-tagline {
     display: block;
 }
 
 .program-item-title {
     display: flex;
     margin-bottom: 0;
     position: relative;
     z-index: 1;
     align-items: flex-start;
     margin-top: 50px;
     border-bottom: 1px solid #61a60f;
     padding-bottom: 10px;
     margin-bottom: 20px;
 }
 
 .program-item-title strong {
     font-weight: bold;
 }
 
 .program-item-title .time-header {
     width: var(--time-col-width);
     text-align: center;
     padding-right: var(--gap);
     background: #fff;
     position: relative;
     z-index: 1;
     flex: 0 0 var(--time-col-width);
 }
 
 .program-item-title .event-header {
     flex: 1 1 auto;
     padding-left: 50px;
 }
 
 .downloads-section-wrapper {
     background-color: #F2F3EF;
 }
 
 .downloads-section h2 {
     font-weight: 500;
 }
 
 .downloads-section {
     position: relative;
     color: #fff;
     background-color: #004d3f;
     background-image: url('../images/Pattern-08s.jpg');
     background-size: cover;
     background-position: center;
     padding: 20px 50px 50px;
     margin-top: -50px;
     z-index: 10;
     border-radius: 20px;
 }
 
 .downloads-section .download-link {
     display: inline-block;
     text-decoration: none;
     padding-bottom: 0.25rem;
     border-bottom: 2px solid transparent;
     transition: border-color 0.3s;
     color: #fff;
     width: 100%;
 }
 
 .downloads-section .download-link .icon {
     float: right;
 }
 
 .downloads-section .download-link:hover {
     border-color: #a0c14b;
 }
 
 .downloads-section .download-link .icon img {
     width: 20px;
     margin-left: 30px;
 }