li.facebook-item a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
li.facebook-item a svg {
  transform: scale(0.8);
}

.main-nav-inner > ul > li {
    font-size: 12px;
}

.home-wrap .container {
	padding:0px !important;
}

.home-wrap .owl-slider.owl-carousel{
	margin-top: 20px !important;
}
/* ==============================================
   WEBACTU BURKINA - Custom Color & Layout Overrides
   Primary Green: #1F7A3E
   Footer Dark Green: #0B3D2E
   Mobile Sidebar Dark Green: #0B3D2E
   ============================================== */

/* ---- CSS Variable Overrides ---- */
:root {
    --color-1st: #1F7A3E !important;
    --primary-color: #1F7A3E !important;
    --wa-green: #1F7A3E;
    --wa-green-dark: #165e2f;
    --wa-green-light: #2a9d4e;
    --wa-footer: #0B3D2E;
}

/* ---- Header Navigation Bar ---- */
.header-bottom {
    background: linear-gradient(135deg, #1F7A3E 0%, #165e2f 100%) !important;
}

/* Active menu items & hover */
.collap-main-nav,
.main-nav-inner > ul > li.current-menu-item > a,
.main-nav-inner > ul > li.current > a,
.main-nav-inner > ul > li:hover {
    background: linear-gradient(135deg, #2a9d4e 0%, #1F7A3E 100%) !important;
}

/* Icon home active */
.icon-home-active {
    background-color: #2a9d4e !important;
}

/* Dropdown menus */
.block-archive-head ul,
.collap-nav-second ul,
.main-nav-inner > ul > li ul {
    background: linear-gradient(135deg, #1F7A3E 0%, #165e2f 100%) !important;
}

/* Collapsible nav second */
.collap-nav-second {
    background: linear-gradient(135deg, #2a9d4e 0%, #1F7A3E 100%) !important;
}
.collap-nav-second:hover {
    background: linear-gradient(135deg, #1F7A3E 0%, #165e2f 100%) !important;
}

/* ---- Section Headings (block-archive-head, sidebar-item-head) ---- */
.block-archive-head > span,
.block-archive-head:hover > span {
    background-color: #1F7A3E !important;
}

.featured-home-post-head {
    position: relative;
    margin: 12px 0 14px;
    padding-bottom: 8px;
    line-height: 1;
}

.featured-home-post-head::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(31, 122, 62, 0.85);
}

.featured-home-post-head span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #184f2b;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    z-index: 1;
}

.featured-home-post-head span::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #f3c63f;
}

/* Category header bar: green background instead of black */
.sidebar-item-head {
    background-color: #1F7A3E !important;
}

.sidebar-item-head span {
    background-color: #1F7A3E !important;
}

/* Green triangle after the span */
.sidebar-item-head span:after {
    border-left-color: #1F7A3E !important;
}

/* Yellow slush (diagonal element) */
.sidebar-item-head span:before {
    background-color: #FFD700 !important;
    border-right-color: #1F7A3E !important;
}

/* ---- Links & Accents ---- */
a {
    color: #1F7A3E;
}
a:hover {
    color: #145a2d;
}

.post1-item-list a:hover,
.post1-item-title a:hover {
    color: #1F7A3E !important;
}

.icon-back-top {
    background-color: #1F7A3E !important;
}

/* ---- Buttons ---- */
.btn-primary-modern {
    background: linear-gradient(135deg, #1F7A3E 0%, #2a9d4e 100%) !important;
}
.btn-primary-modern:hover {
    background: linear-gradient(135deg, #165e2f 0%, #1F7A3E 100%) !important;
}

/* Contact form button */
.contact-form .contact-form-group .contact-button {
    background: linear-gradient(135deg, #1F7A3E 0%, #2a9d4e 100%) !important;
}
.contact-form .contact-form-group .contact-button:hover,
.contact-form .contact-form-group .contact-button:focus {
    background: linear-gradient(135deg, #165e2f 0%, #1F7A3E 100%) !important;
}

/* ---- Tags ---- */
.list-tag a {
    background: linear-gradient(135deg, rgba(31, 122, 62, 0.1) 0%, rgba(42, 157, 78, 0.1) 100%) !important;
    color: #1F7A3E !important;
    border-color: rgba(31, 122, 62, 0.2) !important;
}
.list-tag a:hover {
    background: linear-gradient(135deg, #1F7A3E 0%, #2a9d4e 100%) !important;
    color: #ffffff !important;
    border-color: #1F7A3E !important;
}

/* ---- Gradient Overlay for Featured Posts ---- */
.featured-home-post-item-info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 40%, transparent 65%) !important;
  backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
}

/* Read more button */
.featured-home-post-item-des a {
    background-color: #1F7A3E !important;
}

/* ---- Footer ---- */
.footer {
    background-color: #0B3D2E !important;
}

.footer-bottom .container {
    border-top-color: #1a5c44 !important;
}

/* ---- Sidebar Video hover ---- */
.sidebar-video-item:focus i,
.sidebar-video-item:hover i {
    color: #1F7A3E !important;
}

/* ---- Header top bar ---- */
.header-menu-top {
    background: linear-gradient(135deg, rgba(31, 122, 62, 0.05) 0%, rgba(42, 157, 78, 0.05) 100%) !important;
    border-bottom-color: rgba(31, 122, 62, 0.1) !important;
}

/* ---- Comment form accent ---- */
.fob-comment-form .form-label.required:after {
    color: #1F7A3E !important;
}

/* ---- Search button ---- */
.search-btn {
    color: #fff !important;
}

/* ==============================================
   IMAGES: Full-width photos
   ============================================== */

/* Post images inside articles - full width */
.post1-item .thumb-full img,
.featured-new-item img,
.block-post-wrap-content img,
.new-item-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Featured home post images */
.featured-home-post-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Category post images */
.block-post-wrap-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Single post featured image */
.single-content img {
    max-width: 100% !important;
    height: auto !important;
}

/* Sidebar images */
.sidebar-new-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* ==============================================
   MOBILE SIDEBAR: Dark green background
   ============================================== */

@media screen and (max-width: 1190px) {
    /* Mobile navigation sidebar */
    .main-nav {
        background-color: #0B3D2E !important;
    }

    /* Close navigation button */
    .close-nav {
        background-color: #1F7A3E !important;
    }

    /* Menu item borders */
    .main-nav-inner > ul > li > a {
        border-top-color: #0B3D2E !important;
        border-bottom-color: #0f4f3a !important;
    }
}

@media screen and (max-width: 590px) {
    .featured-home-post-head {
        margin: 10px 0 12px;
        padding-bottom: 7px;
    }

    .featured-home-post-head span {
        font-size: 0.95rem;
        gap: 6px;
    }

    .featured-home-post-head span::after {
        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 9px;
    }

    .featured-home-post-item-title {
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin-bottom: 0px;
    }

    .featured-home-post-item-date {
        font-size: 10px !important;
    }

    .featured-home-post-item-des {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
}


/* ======================================================================
   REDESIGN: SIMPLE-SLIDER — Modern, Mobile-First, Full-Width Hero Slider
   ====================================================================== */

/* --- Base (mobile-first) --- */
.owl-slider.owl-carousel {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    margin: 0 0 20px;
}

.owl-slider .slider-item {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    height: 0 !important;
    padding-bottom: 54.0541% !important; /* 1.85:1 ratio always */
    max-height: none !important;
    border-radius: 0;
}

.owl-slider .slider-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block;
    transition: transform 6s ease;
}

/* Subtle Ken Burns zoom on active slide */
.owl-slider .owl-item.active .slider-item img {
    transform: scale(1.05);
}

/* Dark gradient overlay on every slide for readability */
.owl-slider .slider-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.45) 40%,
        transparent 65%
    );
    z-index: 1;
    pointer-events: none;
}

/* Clickable overlay stays above gradient */
.owl-slider .slider-item .slider-item-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
}

.owl-slider .slider-item .slider-item-overlay img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
}

/* --- Header / Caption --- */
.owl-slider .slider-item .slider-item-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    padding: 44px 16px 18px;
    z-index: 5;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 48%, transparent 100%) !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.owl-slider .slider-item .slider-item-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-slider .slider-item .slider-item-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.78rem;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Date row inside slider */
.owl-slider .slider-item .featured-home-post-item-date {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: 4px;
}

.owl-slider .slider-item .featured-home-post-item-date i {
    margin-right: 4px;
}

/* --- Navigation Arrows (all screens) --- */
.owl-slider.carousel--nav .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    z-index: 10;
    pointer-events: none;
}

.owl-slider.carousel--nav .owl-nav > * {
    pointer-events: auto;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.25s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-slider.carousel--nav .owl-nav > *:hover {
    background: rgba(31, 122, 62, 0.85) !important;
    border-color: #1F7A3E;
    box-shadow: 0 4px 12px rgba(31, 122, 62, 0.4);
    transform: translateY(-50%) scale(1.05);
}

.owl-slider.carousel--nav .owl-nav > * i {
    font-size: 16px !important;
    color: #fff !important;
    position: static;
    transform: none;
}

.owl-slider.carousel--nav .owl-prev {
    margin-left: 10px !important;
}

.owl-slider.carousel--nav .owl-next {
    margin-right: 10px !important;
}

/* --- Progress-bar dots (mobile) --- */
.owl-slider.carousel--nav .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.owl-slider.carousel--nav .owl-dots .owl-dot {
    width: 24px;
    height: 3px;
    border-radius: 3px;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
    padding: 0;
}

.owl-slider.carousel--nav .owl-dots .owl-dot.active {
    width: 36px;
    background: #1F7A3E;
}

/* --- Tablet (>=600px) --- */
@media screen and (min-width: 600px) {

    .owl-slider .slider-item .slider-item-header {
        padding: 52px 24px 22px;
    }

    .owl-slider .slider-item .slider-item-title {
        font-size: 1.45rem;
        -webkit-line-clamp: 2;
    }

    .owl-slider .slider-item .slider-item-description {
        font-size: 0.9rem;
    }

    .owl-slider .slider-item .featured-home-post-item-date {
        font-size: 0.8rem;
    }

    .owl-slider.carousel--nav .owl-nav > * {
        width: 42px;
        height: 42px;
    }

    .owl-slider.carousel--nav .owl-nav > * i {
        font-size: 18px !important;
    }

    .owl-slider.carousel--nav .owl-prev {
        margin-left: 16px !important;
    }

    .owl-slider.carousel--nav .owl-next {
        margin-right: 16px !important;
    }
}

/* --- Desktop (>=992px) --- */
@media screen and (min-width: 992px) {

    .owl-slider .slider-item .slider-item-header {
        padding: 60px 36px 26px;
        max-width: 100%;
    }

    .owl-slider .slider-item .slider-item-title {
        font-size: 1.8rem;
    }

    .owl-slider .slider-item .slider-item-description {
        font-size: 1rem;
    }

    .owl-slider .slider-item .featured-home-post-item-date {
        font-size: 0.85rem;
    }

    .owl-slider.carousel--nav .owl-nav > * {
        width: 48px;
        height: 48px;
    }

    .owl-slider.carousel--nav .owl-nav > * i {
        font-size: 22px !important;
    }

    .owl-slider.carousel--nav .owl-prev {
        margin-left: 24px !important;
    }

    .owl-slider.carousel--nav .owl-next {
        margin-right: 24px !important;
    }

    /* Hide dots, show arrows on desktop */
    .owl-slider.carousel--nav .owl-dots {
        display: none !important;
    }
}


/* ---- Header top bar ---- */
.header-menu-top {
    background: linear-gradient(135deg, rgba(31, 122, 62, 0.05) 0%, rgba(42, 157, 78, 0.05) 100%) !important;
    border-bottom-color: rgba(31, 122, 62, 0.1) !important;
}

/* ---- Logo section: centered on dark green ---- */
.header-top {
    background-color: #0B3D2E !important;
}

.header-top .container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.header-top .logo {
    float: none !important;
    text-align: center;
  
}

.header-menu-top{
	display: none;
}

.header-top .logo img{
  transform: scale(2.5);
}