@charset "utf-8";
/* CSS Document */


 
        :root {
            --primary-blue: #2563eb;
            --light-blue: #3b82f6;
            --accent-green: #10b981;
            --dark-text: #1f2937;
            --light-gray: #f8fafc;
            --orange: #f97316;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: var(--dark-text);
        }

        .hero-section {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('d 55,255,255,0.1)"/><circle cx="85" cy="35" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="45" cy="65" r="0.8" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="15" r="1.2" fill="rgba(255,255,255,0.1)"/><circle cx="25" cy="75" r="0.6" fill="rgba(255,255,255,0.1)"/></svg>');
            opacity: 0.4;
        }

        .navbar {
            padding: 1rem 0;
            transition: all 0.3s ease;
            background: transparent;
        }

        .navbar.scrolled {
            background-color: rgba(30, 58, 138, 0.95);
            backdrop-filter: blur(10px);
        }

        .navbar-brand {
            font-weight: bold;
            font-size: 1.5rem;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .phone-mockup {
            max-width: 280px;
            margin: 0 auto;
        }

        .phone-mockup img {
            border-radius: 25px;
          
        }

        .section-padding {
            padding: 0px 0;
        }

        .card-custom {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            background: white;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .card-custom:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .service-icon {
            width: 60px;
            height: 60px;
            background: var(--light-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .brand-logos {
            opacity: 0.6;
            filter: grayscale(100%);
            transition: all 0.3s ease;
        }

        .brand-logos:hover {
            opacity: 1;
            filter: grayscale(0%);
        }

        .image-card {
            border-radius: 20px;
            overflow: hidden;
            height: 300px;
            background-size: cover;
            background-position: center;
            position: relative;
            transition: transform 0.3s ease;
        }

        .image-card:hover {
            transform: scale(1.02);
        }

        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: white;
            padding: 30px;
        }

        .campaign-card {
            background: white;
            border-radius: 20px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }

        .campaign-card:hover {
            transform: translateY(-8px);
        }

        .campaign-card img {
            border-radius: 15px;
            height: 180px;
            width: 100%;
            object-fit: cover;
        }

        .progress {
            height: 8px;
            border-radius: 10px;
            background-color: #e5e7eb;
        }

        .progress-bar {
            background: linear-gradient(90deg, var(--accent-green) 0%, #059669 100%);
            border-radius: 10px;
        }

        .contact-section {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--light-blue) 100%);
            color: white;
        }

        .contact-card {
            background: white;
            color: var(--dark-text);
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease;
            height: 100%;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

        .contact-card:hover {
            transform: translateY(-8px);
        }

        .btn-custom {
            background: var(--accent-green);
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            color: white;
        }

        .btn-custom:hover {
            background: #059669;
            transform: translateY(-2px);
            color: white;
        }

        .btn-outline-custom {
            border: 2px solid white;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            background: transparent;
        }

        .btn-outline-custom:hover {
            background: white;
            color: var(--primary-blue);
        }

        .footer {
            background: var(--primary-blue);
            color: white;
            padding: 60px 0 30px;
        }

        .footer-links a {
            color: #cbd5e1;
            text-decoration: none;
            transition: color 0.3s ease;
            display: block;
            padding: 5px 0;
        }

        .footer-links a:hover {
            color: white;
        }

        .faq-section {
            background: var(--light-gray);
        }

        .accordion-button {
            background: white;
            border: none;
            font-weight: 600;
            border-radius: 10px !important;
        }

        .accordion-button:not(.collapsed) {
            background: var(--light-blue);
            color: white;
        }

        .accordion-item {
            border: none;
            border-radius: 10px;
            overflow: hidden;
        }















/* menu */
.nav-link {
  position: relative;
  display: inline-block;
  color: white;
  transition: all 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover {
  transform: translateY(-3px) scale(1.03);
}










/* hero header */

       

        .empowering-section {
            position: relative;
            /* Updated to a gradient background */
            background: #003399; /* Dark blue to slightly lighter blue */
			
            color: #fff;
            padding: 80px 20px;
            overflow: hidden; /* Hide overflowing background elements */
            min-height: 800px; /* Minimum height to accommodate elements */
            display: flex;
            align-items: center;
            justify-content: center;
            /* Increased border-radius for bottom left and right by 200% (from 100px to 200px) */
            border-bottom-left-radius: 400px;
            border-bottom-right-radius: 400px;
        }

        /* Abstract background lines/connections */
        .empowering-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* Using a subtle pattern or keeping the placeholder for abstract lines */
            background-image: url('../img/bg-cover.png'); /* Placeholder for abstract lines */
            background-size: cover;
            background-position: center;
            
            z-index: 0;
        }

        .empowering-content-wrapper {
            position: relative;
            z-index: 1; /* Ensure content is above the background */
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        .main-title {
            font-size: 1.5rem; /* Made smaller */
            font-weight: bold;
            margin-bottom: 60px;
            line-height: 1.2;
            
        }

        .phone-mockups-container {
            display: flex;
            justify-content: center;
            align-items: flex-end; /* Align phones at the bottom */
            gap: 0; /* Remove default gap, using negative margins for overlap */
            margin-bottom: -200px;
        }

        .phone-mockup {
      
            border-radius: 30px; /* Rounded corners for the phone */
            padding: 10px; /* Inner padding for the screen */
       
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            overflow: hidden;
            /* width: 250px; /* Fixed width for phones */
            height: 500px; /* Fixed height for phones */
            margin: 0; /* Reset default margins */
        }

        .phone-mockup:first-child { /* Left phone */
            margin-right: -100px; /* Negative margin to overlap with center phone */
        }

        .phone-mockup:last-child { /* Right phone */
            margin-left: -80px; /* Negative margin to overlap with center phone */
        }

        .phone-mockup.center-phone {
            height: 550px; /* Taller for the center phone */
            margin-top: -50px; /* Lift center phone higher */
            z-index: 2; /* Ensure center phone is on top */
            /* Reset specific margins if they were set on first/last child */
            margin-left: 0;
            margin-right: 0;
        }

        .phone-screen {
            /* width: calc(100% - 20px);  Adjust for padding */
            height: calc(100% - 20px); /* Adjust for padding */
            border-radius: 20px; /* Rounded corners for the screen */
            object-fit: cover;
        }

        .phone-label {
            color: #002d72; /* Dark blue text */
            font-weight: bold;
            font-size: 1.1rem;
            margin-top: 15px;
            white-space: nowrap; /* Keep text on one line */
            text-align: center; /* Centralize the text */
        }

        /* Small circular images */
        .floating-image {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid rgba(255, 255, 255, 0.5); /* White border with transparency */
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        /* Positioning for floating images (5 on each side) */
        /* Left side (5 images) */
        .floating-image:nth-child(1) { top: 10%; left: -20%; }
        .floating-image:nth-child(2) { top: 5%; left: 40%; }
        .floating-image:nth-child(3) { top: 5%; left: -10%; }
        .floating-image:nth-child(4) { bottom: 55%; left: -15%; }
        .floating-image:nth-child(5) { bottom: 40%; left: 0%; }

        /* Right side (5 images) */
        .floating-image:nth-child(6) { top: 20%; right: -10%; }
        .floating-image:nth-child(7) { top: 35%; right: 10%; }
        .floating-image:nth-child(8) { top: 45%; right: -10%; }
        .floating-image:nth-child(9) { bottom: 15%; right: 5%; }
        .floating-image:nth-child(10) { bottom: 10%; right: -30%; }


        /* Responsive adjustments */
        @media (max-width: 991.98px) { /* Tablets */
            .main-title {
                font-size: 2.8rem;
                margin-bottom: 40px;
            }
            .phone-mockups-container {
                flex-direction: column; /* Stack phones on tablets */
                align-items: center;
                gap: 30px;
            }
			
			
            .phone-mockup, .phone-mockup.center-phone {
                width: 200px;
                height: 400px;
                margin-top: 0; /* Reset margin for stacked phones */
                margin-left: 0; /* Reset negative margins for stacked phones */
                margin-right: 0;
            }
            .floating-image {
                width: 50px;
                height: 50px;
            }
            /* Adjust floating image positions for tablets if necessary */
            .floating-image:nth-child(1) { top: 5%; left: 5%; }
            .floating-image:nth-child(2) { top: 10%; right: 5%; }
            .floating-image:nth-child(3) { top: 25%; left: 0%; }
            .floating-image:nth-child(4) { top: 35%; right: 0%; }
            .floating-image:nth-child(5) { bottom: 5%; left: 5%; }
            .floating-image:nth-child(6) { bottom: 10%; right: 5%; }
        }

        @media (max-width: 767.98px) { /* Mobile */
            .empowering-section {
                padding: 40px 10px;
                min-height: auto; /* Allow height to adjust */
            }
            .main-title {
                font-size: 1.5rem;
                margin-bottom: 30px;
				margin-top: 60px
            }
            .phone-mockup, .phone-mockup.center-phone {
                width: 180px;
                height: 360px;
            }
            .phone-mockups-container {
                gap: 20px;
            }
            .floating-image {
                width: 40px;
                height: 40px;
                border-width: 2px;
            }
            /* Further adjust floating image positions for mobile */
            .floating-image:nth-child(1) { top: 2%; left: 2%; }
            .floating-image:nth-child(2) { top: 7%; right: 2%; }
            .floating-image:nth-child(3) { top: 20%; left: -5%; }
            .floating-image:nth-child(4) { top: 30%; right: -5%; }
            .floating-image:nth-child(5) { bottom: 2%; left: 2%; }
            .floating-image:nth-child(6) { bottom: 7%; right: 2%; }
        }








			/* stats */ 
		
		       
			           .stats-partners-section {
            padding: 0px 0px;
            background-color: #ffffff; /* Changed to white */
        }

        /* Statistics Section Styling */
        .statistics-container {
            background-color: #fff;
            border-radius: 20px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
            padding: 40px 20px;
            margin-bottom: 60px; /* Space between stats and partners */
        }

        .statistic-item {
            text-align: center;
            padding: 15px 0;
            position: relative;
        }

        .statistic-number {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 5px;
            line-height: 1; /* Adjust line height to prevent extra space */
        }

        .statistic-label {
            font-size: 0.65rem;
            color: #4285F4; /* Changed to blue */
            text-transform: uppercase;
        }

        /* Colors for numbers */
        .color-blue { color: #4285F4; }
        .color-green { color: #4CAF50; }
        .color-purple { color: #8A2BE2; } /* A common purple shade */
        .color-orange { color: #FF9800; }
        .color-black { color: #000000; } /* New color for 210M+ */


        /* Vertical separators */
        .statistic-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background-color: #ddd; /* Light grey separator */
        }

        /* Partners Section Styling */
        .partners-container {
            text-align: center;
        }

        .partners-heading {
            font-size: 2rem;
            font-weight: bold;
            color: #6c757d; /* Changed to grey */
          
        }

        .partners-heading span {
            color: #4285F4; /* Blue for "Partners" */
        }

        .logo-item {
        
            text-align: center;
			 
        }

        .logo-placeholder {
            width: 100px; /* Adjust logo size as needed */
            height: 100px;
          
            border-radius: 10px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            color: #777;
            font-size: 0.9rem;
            
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }

        /* Responsive adjustments */
        @media (max-width: 767.98px) { /* Small devices (mobile) */
            .statistics-container {
                padding: 30px 10px;
            }
            .statistic-item {
                border-bottom: 1px solid #eee; /* Horizontal separator for mobile */
                margin-bottom: 15px;
                padding-bottom: 15px;
            }
            .statistic-item:last-child {
                border-bottom: none; /* No border for the last item */
                margin-bottom: 0;
                padding-bottom: 0;
            }
            .statistic-item::after {
                display: none; /* Hide vertical separators on mobile */
            }

            .statistic-number {
                font-size: 2.2rem;
            }

            .partners-heading {
                font-size: 1.6rem;
            }
            .logo-placeholder {
                width: 80px;
                height: 80px;
                font-size: 0.8rem;
            }
        }
		
		
		
		
		
		
		
		
		
		
		/*about us */<br>
naija-impact-section {
            padding: 60px 20px; /* Padding around the entire section */
            background-color: #f0f4f8; /* Match body background */
        }

        .naija-impact-content-box {
            background-color: #fff; /* White background for the content box */
            border-radius: 20px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); /* Soft shadow */
            padding: 50px; /* Padding inside the content box */
            display: flex; /* Use flexbox for alignment */
            align-items: center; /* Vertically align items in the middle */
        }

        .naija-impact-tagline {
            font-size: 1rem;
            font-weight: bold;
            color: #4285F4; /* Light blue color */
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block; /* Ensure it takes its own line */
        }

        .naija-impact-heading {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333; /* Dark grey/black color */
            margin-bottom: 20px;
        }

        .naija-impact-paragraph {
            font-size: 1rem;
            line-height: 1.7;
            color: #555; /* Medium grey color */
            margin-bottom: 0; /* No bottom margin if it's the last element in its column */
        }

        .naija-impact-image-container {
            padding-left: 40px; /* Space between text and image on desktop */
        }

        .naija-impact-image {
            max-width: 100%;
            height: auto;
            border-radius: 15px; /* Rounded corners for the image */
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Shadow for the image */
            object-fit: cover;
        }

        /* Responsive adjustments */
        @media (max-width: 991.98px) { /* Medium devices (tablets) */
            .naija-impact-content-box {
                padding: 40px;
            }
            .naija-impact-heading {
                font-size: 2rem;
            }
            .naija-impact-image-container {
                padding-left: 30px; /* Slightly less padding for tablets */
            }
        }

        @media (max-width: 767.98px) { /* Small devices (mobile) */
            .naija-impact-content-box {
                flex-direction: column; /* Stack columns vertically on mobile */
                text-align: center;
                padding: 30px;
            }
            .naija-impact-image-container {
                padding-left: 0; /* Remove left padding */
                padding-top: 30px; /* Add top padding when stacked */
            }
            .naija-impact-heading {
                font-size: 1.8rem;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		/* portal images */
		
		
		
		
		
		
		
		/* Container for Farming Practices section to allow gap to show body background */
        .farming-practices-container {
            background-color: transparent; /* No background for the container */
            box-shadow: none; /* No shadow for the container */
            padding: 0; /* Remove padding from the container */
            margin-bottom: 40px; /* Keep consistent spacing below */
        }
		
		        /* Styling for the green text column in Farming Practices */
        .farming-text-column {
            background-color: #C8E6C9; /* Green background */
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); /* Apply shadow to the column */
            height: 100%; /* Ensure columns are equal height */
            display: flex;
            flex-direction: column;
            justify-content: center; /* Center content vertically */
        }

        /* Styling for the white image column in Farming Practices */
        .farming-image-column {
            background-color: #fff; /* White background */
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); /* Apply shadow to the column */
            height: 100%; /* Ensure columns are equal height */
            display: flex;
            align-items: center; /* Center image vertically */
            justify-content: center; /* Center image horizontally if it's smaller */
        }
        .farming-image-column img {
            width: 100%; /* Ensure image fills its column */
            height: auto;
            border-radius: 15px; /* Keep image rounded corners */
            object-fit: cover;
        }

		
		/* New class for the green background on the text column */
        .text-column-bg-green {
            background-color: #C8E6C9; /* Green background for the text column */
            border-radius: 15px; /* Apply border-radius to the column */
            padding: 40px; /* Match padding of other sections for consistency */
            box-sizing: border-box; /* Include padding in element's total width and height */
        }
		
		
		        /* New style for text with play icon */
        .action-link {
            color: #ffffff; /* Default dark blue for text */
            text-decoration: none; /* Removed underline */
            font-weight: bold;
            display: inline-flex;
            align-items: center;
            transition: color 0.2s ease;
        }

        .action-link:hover {
            color: #4285F4; /* Vibrant blue on hover */
            text-decoration: none; /* Ensure no underline on hover */
        }

        .action-link i {
            margin-left: 8px; /* Space between text and icon */
            font-size: 1.1em; /* Slightly larger icon */
        }

		 
		        .main-content-wrapper {
            max-width: 1200px; /* Max width for the central content */
            margin: 0 auto; /* Center the content */
            padding: 20px;
            position: relative; /* For z-index if needed */
            z-index: 2; /* Ensure content is above background images */
			
			
        }

       
	   .global-header {
            text-align: center;
            padding: 40px 20px;
            font-size: 2.2rem;
            font-weight: bold; /* Applied to "No Borders" */
            color: #002d72; /* Dark blue for "No Borders" */
        }
        .global-header .text-grey {
            color: #6c757d; /* Grey color for "No Limits," */
        }
		
		 .global-header .header-main-text {
            white-space: nowrap; /* Ensures "No Limits, No Borders" stays on one line */
        }
        .global-header span {
            font-size: 1.2rem;
            font-weight: bold; /* Changed to bold */
            display: block;
            margin-top: 10px;
            color: #4285F4; /* Vibrant blue */
        }
		
        /* Section Styling */
        .content-section {
            background-color: #fff; /* Default white background for sections */
            border-radius: 20px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 40px;
            padding: 40px;
            display: flex; /* For flexbox layout within sections */
            align-items: center; /* Vertically align content */
        }

        /* Specific Section Overrides */
        .hero-section {
            background-color: #002d72; /* Dark blue background */
            color: #fff;
            padding: 60px;
        }
        .hero-section h3 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .hero-section p {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        .hero-section .btn-start {
            background-color: #4285F4; /* Vibrant blue button */
            color: #fff;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.2s ease;
        }
        .hero-section .btn-start:hover {
            background-color: #3367D6;
        }
        .hero-section img {
            border-radius: 15px; /* Rounded corners for images in hero */
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .section-text {
            /* Adjust padding based on image position */
            padding-right: 30px;
        }
        .section-image {
            /* Adjust padding based on image position */
            padding-left: 30px;
        }

        /* Small text above sections */
        .section-tagline {
            font-size: 0.85rem;
            font-weight: bold;
            color: #4285F4; /* Vibrant blue for the tagline */
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block; /* Ensure it takes its own line */
        }
        .hero-section .section-tagline {
            color: #fff; /* White tagline for hero section */
            opacity: 0.7;
        }


        /* Card-like sections */
        .card-section {
            background-color: #e6f0f9; /* Light blue background for these cards */
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
        }
        .card-section h4 {
            font-size: 1.8rem;
            font-weight: bold;
            color: #002d72;
            margin-bottom: 15px;
        }
        .card-section p {
            font-size: 1rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 25px;
        }
        .card-section .btn-start {
            background-color: #002d72; /* Dark blue button */
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.2s ease;
        }
        .card-section .btn-start:hover {
            background-color: #001f50;
        }
        .card-section img {
            border-radius: 15px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        /* Specific card background colors */
        .bg-green {
            background-color: #C8E6C9; /* Updated to a more prominent green */
        }
        .bg-orange {
            background-color: #fff3e0; /* Light orange */
        }
        .bg-blue-light {
            background-color: #e3f2fd; /* Very light blue */
        }

    
      /* Footer-like section */
        .footer-section {
            background: linear-gradient(to right, #000000, #333333); /* Gradient black background */
            color: #fff;
            padding: 60px;
            margin-bottom: 0; /* No margin at the very bottom */
        }
        .footer-section h4 {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer-section p {
            font-size: 1.1rem;
            line-height: 1.6;
            opacity: 0.9;
            margin-bottom: 30px;
        }
        .footer-section .btn-raise-support {
            background-color: #4CAF50; /* Green button */
            color: #fff;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.2s ease;
        }
        .footer-section .btn-raise-support:hover {
            background-color: #45a049;
        }
        .footer-section img {
            border-radius: 15px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
		
		
        /* Style for the new image within the text section */
        .section-text .inline-image {
            max-width: 100%; /* Ensure it fits within its container */
            height: auto;
            border-radius: 15px; /* Consistent rounded corners */
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Consistent shadow */
            margin-bottom: 20px; /* Space below the image */
            display: block; /* Make it a block element to take full width */
        }




        /* Responsive adjustments */
        @media (max-width: 767.98px) { /* Small devices (mobile) */
            .global-header {
                font-size: 1.8rem;
            }
            .hero-section, .content-section, .card-section, .footer-section {
                padding: 30px;
                flex-direction: column; /* Stack content vertically */
                text-align: center;
            }
            .section-text, .section-image {
                padding-right: 0;
                padding-left: 0;
            }
            .section-image img {
                margin-top: 20px; /* Space between text and image when stacked */
            }
            .card-section img {
                margin-top: 20px;
            }
            .footer-section img {
                margin-top: 20px;
            }
            .hero-section .col-md-6,
            .content-section .col-md-6,
            .card-section .col-md-6,
            .footer-section .col-md-6 {
                width: 100%; /* Ensure columns take full width on mobile */
            }

            /* Adjust background images for smaller screens to prevent overlap or distortion */
            body {
                background-size: 150px 100%, 150px 100%, 150px 100%, 150px 100%; /* Smaller images */
                background-position: left top, right top, left top, right top; /* Adjust position */
            }
        } 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		/* the campagigsn */
		

.campaigns-section {
            background-color: #002d72; /* Dark blue background for the top part */
            padding: 80px 0 150px 0; /* Adjust padding for the cards to overlap */
            position: relative;
            z-index: 1; /* Ensure this section is above the body background */
            border-bottom-left-radius: 20px; /* Rounded bottom corners */
            border-bottom-right-radius: 20px;
        }
        .campaigns-section .container {
            position: relative;
        }
        .campaigns-header {
            text-align: center;
            margin-bottom: 60px;
            color: #fff; /* White text for header */
        }
        .campaigns-header h2 {
            font-size: 2.8rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .campaigns-header p {
            font-size: 1.2rem;
            opacity: 0.8;
        }

        .campaign-cards-container {
            position: relative;
            top: -150px; /* Lift cards to overlap the dark blue section */
            z-index: 10; /* Ensure cards are on top */
        }

        /* Make the row itself the scrollable container */
        .campaign-cards-row {
            display: flex;
            flex-wrap: nowrap; /* Prevent wrapping */
            overflow-x: scroll; /* Enable horizontal scrolling */
            scroll-snap-type: x mandatory; /* Snap to items */
            -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
            padding-bottom: 20px; /* Add some padding for potential scrollbar space if it appears */
            gap: 1.5rem; /* Horizontal spacing between cards */
            padding-left: 15px; /* Add padding to align with container on left */
            padding-right: 15px; /* Add padding to align with container on right */
            /* Scrollbar hiding properties applied directly to the scrollable element */
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
        /* Webkit scrollbar hiding for the scrollable element */
        .campaign-cards-row::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }


        .campaign-card {
            background-color: #fff; /* White background for cards */
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Stronger shadow for cards */
            overflow: hidden; /* Hide overflow for image border-radius */
            height: 100%; /* Ensure cards have equal height */
            display: flex;
            flex-direction: column;
            transition: transform 0.2s ease-in-out; /* Smooth hover effect */
        }
        .campaign-card:hover {
            transform: translateY(-8px); /* Lift card on hover */
        }

        .campaign-card-image {
            width: 100%;
            height: 200px; /* Fixed height for images */
            object-fit: cover; /* Cover the area, cropping if necessary */
            border-top-left-radius: 15px; /* Match card border-radius */
            border-top-right-radius: 15px;
        }

        .campaign-card-body {
            padding: 25px;
            text-align: left;
            flex-grow: 1; /* Allow body to grow and push footer down */
        }
        .campaign-card-body h5 {
            font-size: 1.0rem;
			
            font-weight: bold;
            color: #000000; /*grey for card title */
            margin-bottom: 15px;
			 
        }
        .campaign-card-body p {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .campaign-progress-bar {
            background-color: #e0e8f7; /* Light blue background for the bar */
            height: 8px;
            border-radius: 5px;
            margin-bottom: 20px;
            position: relative;
        }
        .campaign-progress-fill {
            background-color: #002d72; /* Dark blue for progress (example) */
            height: 100%;
            width: 70%; /* Example progress */
            border-radius: 5px;
        }

        .campaign-details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.9rem;
            color: #777;
            border-top: 1px solid #eee; /* Separator line */
            padding-top: 15px;
            margin-top: auto; /* Push to the bottom of the flex container */
        }
        .campaign-detail-item {
            text-align: center;
            flex: 1; /* Distribute items evenly */
        }
        .campaign-detail-item strong {
         display: block;
         
            font-size: 1.1rem;
            margin-bottom: 5px; 
			margin-right:5px; 
		 
            color: #777; 
        }
        .campaign-detail-item span {
            font-size: 0.8rem;
            color: #777;
        }

        .campaign-card-footer {
            padding: 5px 5px 5px 5px;
            text-align: center;
            background-color: #002d72; /* Dark blue background for the footer */
            border-bottom-left-radius: 15px; /* Match card border-radius */
            border-bottom-right-radius: 15px; /* Match card border-radius */
			 border-top-left-radius: 15px; /* Match card border-radius */
            border-top-right-radius: 15px; /* Match card border-radius */
			color:#FFF;
        }
      
	   .btn-view-details {
            background-color: #4285F4; /* Vibrant blue for the button */
            color: #fff !important; /* Set text color to white with !important */
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.2s ease;
        }
        .btn-view-details:hover {
            background-color: #3367D6; /* Slightly darker blue on hover */
            color: #fff;
        }

        .campaign-navigation {
            text-align: center;
            margin-top: -120px; /* Space below cards */
            margin-bottom: 80px;
        }
        .campaign-navigation .nav-arrow {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            color: #002d72;
            margin: 0 10px;
            cursor: pointer;
            transition: background-color 0.2s ease, color 0.2s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .campaign-navigation .nav-arrow:hover {
            background-color: #002d72;
            color: #fff;
        }










		
		 
		
		/* contact cards */
		
        .contact-section {
            padding: 80px 0;
            text-align: center;
            /* Background color for the section, matching the cards */
            background-color: #cdd9ed;
            /* Faded background image */
            background-image: linear-gradient(rgba(205, 217, 237, 0.8), rgba(205, 217, 237, 0.8)), url('../img/bg-cover.png'); /* Placeholder image with an overlay for fading */
            background-size: cover; /* Cover the entire section */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            border-radius: 15px; /* Rounded corners for the section itself */
            margin: 20px; /* Add some margin around the section */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
        }
        .contact-title {
            color: #3b5998; /* Darker blue for the main title */
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .contact-subtitle {
            color: #6a80a8; /* Slightly lighter blue for the subtitle */
            font-size: 1.1rem;
            margin-bottom: 50px;
        }
        .contact-card {
            background-color: #9bb4df; /* Lighter blue for the cards */
            border-radius: 15px;
            padding: 30px; /* Base padding for the card */
            padding-top: 70px; /* Increased top padding to make space for the icon box */
            text-align: left; /* Align text to the left */
            height: 100%; /* Ensure cards have equal height */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Subtle shadow for cards */
            transition: transform 0.2s ease-in-out; /* Smooth hover effect */
            position: relative; /* Needed for absolute positioning of the icon box */
        }
        .contact-card:hover {
            transform: translateY(-5px); /* Lift card on hover */
        }
        .icon-box {
            position: absolute;
            top: 20px; /* Distance from the top of the card */
            left: 20px; /* Distance from the left of the card */
            width: 50px; /* Width of the icon box */
            height: 50px; /* Height of the icon box */
            background-color: #a7bce0; /* A slightly darker blue for the icon box background */
            border-radius: 10px; /* Rounded corners for the icon box */
            display: flex;
            justify-content: center; /* Center icon horizontally */
            align-items: center; /* Center icon vertically */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for the icon box */
            border: 2px solid #324d7a; /* Light blue border, matching card background */
        }
        .icon-box .icon {
            font-size: 1.8rem; /* Size of the icon inside the box */
            color: #3b5998; /* Color of the icon */
            margin-bottom: 0; /* Remove any default margin */
        }
        .contact-card h5 {
            color: #3b5998;
            font-weight: bold;
            margin-top: 10px; /* Adjust margin to ensure content flows well below the icon box */
            margin-bottom: 10px;
        }
        .contact-card p {
            color: #6a80a8;
            margin-bottom: 20px;
        }
        .contact-card a {
            color: #3b5998;
            text-decoration: none;
            font-weight: bold;
        }
        .contact-card a:hover {
            text-decoration: underline;
        }		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		/* testimony casoreal */
		
		
.section-heading {
      text-align: center;
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 40px;
    }

    .down-arrow {
      text-align: center;
      margin-bottom: 30px;
    }

    .down-arrow svg {
      width: 30px;
      height: 30px;
    }

    .testimonial-box {
      background-color: #16181d;
      border-radius: 20px;
      padding: 40px;
      color: white;
      position: relative;
    }

    .testimonial-avatar {
      border-radius: 10px;
  width: 100%;
  max-width: 250px; /* was 200px */
  height: auto;
  aspect-ratio: 3 / 4; /* makes it taller */
  object-fit: cover;
    }

    .testimonial-text {
      font-size: 1rem;
      line-height: 1.8;
    }

    .testimonial-name {
      font-weight: bold;
      margin-top: 20px;
    }

    .testimonial-role {
      font-size: 0.875rem;
      color: #b0b0b0;
    }

    .custom-controls {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: white;
      border-radius: 50px;
      padding: 0.5rem 1rem;
      display: flex;
      gap: 0.5rem;
    }

    .custom-controls button {
      border: 2px solid black;
      background: transparent;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    .custom-controls svg {
      width: 20px;
      height: 20px;
    }

    @media (max-width: 768px) {
      .testimonial-box {
        flex-direction: column;
        text-align: center;
      }

      .custom-controls {
        position: static;
        margin-top: 20px;
        justify-content: center;
      }
    }

    @media (max-width: 768px) {
      .testimonial-box {
        flex-direction: column;
        text-align: center;
      }
    }

		
		
		
@media (max-width: 991.98px) {
    .mobile-menu-bg {
        background-color: #336699 !important;
        padding: 1rem;
        margin-top: 10px;
        border-radius: 0 0 8px 8px;
    }
}


