  :root {
            --primary: #2c786c;
            --secondary: #ff9a3c;
            --accent: #004445;
            --light: #f8f5f1;
            --dark: #2c2c2c;
        }
        
        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--dark);
            line-height: 1.6;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
        }
        
        .navbar {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .navbar-brand {
            font-weight: 700;
            color: var(--primary);
        }
        
        .nav-link {
            font-weight: 500;
            color: var(--dark) !important;
            margin: 0 5px;
            transition: color 0.3s;
        }
        
        .nav-link:hover {
            color: var(--primary) !important;
        }
        
        /* Hero Slider Styles */
        .hero-slider {
            position: relative;
            height: 80vh;
            overflow: hidden;
        }
        
        .carousel-item {
            height: 80vh;
            background-size: cover;
            background-position: center;
        }
        @media (max-width: 768px){
            .carousel-caption>h1{
                font-size: 10px;
            }
           .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
        }   
         .hero-slider {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }
        }
       
        .carousel-item:nth-child(1) {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/1.png');
        }
        
        .carousel-item:nth-child(2) {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/2.png');
        }
        
        .carousel-item:nth-child(3) {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/3.png');
        }
        
        .carousel-caption {
            top: 50%;
            transform: translateY(-50%);
            bottom: initial;
            text-align: center;
        }
        
        .carousel-caption h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            animation: fadeInUp 1s ease;
        }
        
        .carousel-caption p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 30px;
            animation: fadeInUp 1s ease 0.3s both;
        }
        
        .carousel-caption .btn {
            animation: fadeInUp 1s ease 0.6s both;
        }
        
        .carousel-control-prev, .carousel-control-next {
            width: 5%;
        }
        
        .carousel-indicators {
            bottom: 30px;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
        }
        
        .btn-primary {
            background-color: var(--secondary);
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-primary:hover {
            background-color: #e88a2a;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .section-title {
            position: relative;
            margin-bottom: 50px;
            text-align: center;
            color: var(--primary);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background-color: var(--secondary);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .about-section, .gallery-section, .values-section, .programs-section, .impact-section,  .get-involved-section, .contact-section {
            padding: 32px 0;
        }
        
        .about-section {
            background-color: var(--light);
        }
        
        .mission-section {
            background-color: white;
        }
        
        .values-section {
            background-color: var(--light);
        }
        
        .values-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: transform 0.3s;
            text-align: center;
        }
        
        .values-card:hover {
            transform: translateY(-10px);
        }
        
        .values-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .programs-section {
            background-color: white;
        }
        
        .program-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s;
            margin-bottom: 30px;
            height: 100%;
        }
        
        .program-card:hover {
            transform: translateY(-10px);
        }
        
        .program-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        .impact-section {
            background: linear-gradient(rgba(44, 120, 108, 0.9), rgba(0, 68, 69, 0.9)), url('https://source.unsplash.com/1600x900/?hope,children') center/cover no-repeat;
            color: white;
        }
        
        .counter-item {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .counter {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .counter-label {
            font-size: 1.2rem;
        }
        .involve-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
            text-align: center;
            transition: transform 0.3s;
        }
        
        .involve-card:hover {
            transform: translateY(-10px);
        }
        
        .contact-section {
            background-color: white;
        }
        
        .contact-info {
            background-color: var(--primary);
            color: white;
            border-radius: 10px;
            padding: 30px;
            height: 100%;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            margin-right: 10px;
            color: var(--secondary);
        }
        
        footer {
            background-color: var(--accent);
            color: white;
            padding: 50px 0 20px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            color: white;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background-color: var(--secondary);
            transform: translateY(-5px);
        }
        
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: var(--secondary);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 1.2rem;
            z-index: 1000;
            display: none;
            transition: all 0.3s;
        }
        
        .back-to-top:hover {
            background-color: var(--primary);
            transform: translateY(-5px);
        }
        
        /* Animation classes */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
       
        @media (max-width: 796px) {
                .carousel-caption h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            animation: fadeInUp 1s ease;
        }
        .carousel-caption p {
            font-size: 1rem;
            max-width: 90%;
            margin: 0 auto 20px;
            animation: fadeInUp 1s ease 0.3s both;
        }
         .about-section, .gallery-section, .values-section, .programs-section, .impact-section,  .get-involved-section, .contact-section {
            padding: 32px 0;
        }
        }
    
            /* Navbar Styles */
        .navbar {
            background-color: #ffffff;
            padding: 0 5%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 70px;
        }

        .logo {
            color: #ecf0f1;
            font-size: 1.8rem;
            font-weight: 700;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .logo-icon {
            margin-right: 10px;
            font-size: 1.5rem;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            padding: 350px;
            font-weight: 700;
        }

        .nav-item {
            margin-left: 30px;
        }

        .nav-link {
            color: #000000;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            padding: 10px 0;
            position: relative;
            transition: color 0.3s ease;
        }

        .nav-link:hover {
            color: #3498db;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: #3498db;
            left: 0;
            bottom: 0;
            transition: width 0.3s ease;
        }

        .nav-link:hover::after {
            width: 100%;
        }

        .nav-actions {
            display: flex;
            align-items: center;
        }

        .btn {
            padding: 8px 20px;
            border-radius: 4px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-login {
            background: transparent;
            border: 1px solid #ecf0f1;
            color: #ecf0f1;
            margin-right: 15px;
        }

        .btn-login:hover {
            background: rgba(236, 240, 241, 0.1);
        }

        .btn-signup {
            background: #3498db;
            border: 1px solid #3498db;
            color: white;
        }

        .btn-signup:hover {
            background: #2980b9;
            border-color: #2980b9;
        }

        .hamburger {
            display: none;
            cursor: pointer;
            color: #ecf0f1;
            font-size: 1.5rem;
        }
        #flex{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
       /* Responsive Styles */
        @media screen and (max-width: 768px) {
            .hamburger {
                display: block;
            }

            .nav-menu {
                position: fixed;
                top: 70px;
                left: -100%;
                background: #fbfdff;
                width: 100%;
                flex-direction: column;
                text-align: center;
                transition: 0.3s;
                box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
                padding: 20px 0;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-item {
                margin: 15px 0;
            }

            .nav-actions {
                display: none;
            }
            #hide{
                display: none;
            }
            #size {
                font-size: 12px;
            }
        }
       

.fix-icon {
	display: inline-block;
	position: fixed;
	bottom: 90px;
	left: 10px;
	z-index: 999999;
  }
  
  #fix-icon {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: example;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
  }
  
  @-webkit-keyframes mover {
	0% {
	  transform: translateY(0);
	}
  
	100% {
	  transform: translateY(-20px);
	}
  }
  
  .fix-icon-item img {
	width: 55px !important;
	height: 55px !important;
	background:
	#001f3f;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	padding: 10px;
  }
  
  .fix-icon-whataap {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 999999;
	transition: all0.5s ease-in-out;
	width: 55px !important;
	height: 55px !important;
  }
  
  .fix-icon-whataap-item img {
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden;
	width: 55px !important;
	height: 55px !important;
	background:
	  #25d366 !important;
  }
  /* Dropdown parent */
.navbar-nav .dropdown {
    position: relative;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    list-style: none;
    z-index: 1000;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown links */
.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* Arrow icon */
.dropdown-toggle::after {
    font-size: 12px;
}

        .mission-hero {
            background: linear-gradient(rgba(44,120,108,0.85), rgba(44,120,108,0.85)),
                        url('assets/img/mission-bg.jpg') center/cover no-repeat;
            color: #fff;
            padding: 120px 0;
            text-align: center;
        }

        .mission-hero h1 {
            font-weight: 700;
        }

        .mission-section {
            padding: 70px 0;
        }

        .mission-box {
            background: #f8f9fa;
            padding: 35px;
            border-radius: 12px;
            height: 100%;
            transition: 0.3s;
        }

        .mission-box:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .mission-box i {
            font-size: 40px;
            color: #2c786c;
            margin-bottom: 15px;
        }

        .cta-section {
            background: #2c786c;
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        
        /* ===== HERO ===== */
        #fe-hero {
            background: linear-gradient(rgba(44,120,108,0.85), rgba(44,120,108,0.85)),
                        url('assets/img/free-education-bg.jpg') center/cover no-repeat;
            color: #ffffff;
            padding: 120px 0;
            text-align: center;
        }

        #fe-hero-title {
            font-weight: 700;
        }

        /* ===== CONTENT SECTION ===== */
        #fe-overview {
            padding: 70px 0;
        }

        .fe-overview-text p {
            margin-bottom: 12px;
        }

        /* ===== BENEFITS ===== */
        #fe-benefits {
            padding: 70px 0;
            background-color: #f8f9fa;
        }

        .fe-benefit-card {
            background: #ffffff;
            padding: 35px 25px;
            border-radius: 12px;
            height: 100%;
            transition: all 0.3s ease;
            text-align: center;
        }

        .fe-benefit-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .fe-benefit-icon {
            font-size: 38px;
            color: #2c786c;
            margin-bottom: 15px;
        }

        /* ===== CTA ===== */
        #fe-cta {
            background-color: #2c786c;
            color: #ffffff;
            padding: 60px 0;
            text-align: center;
        }
        /* ===== TERMS & CONDITIONS STYLES ===== */
#tc-section {
    padding: 60px 20px;
    background-color: #f9fafb;
}

.tc-container {
    max-width: 1000px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tc-header {
    text-align: center;
    margin-bottom: 40px;
}

#tc-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tc-updated {
    font-size: 14px;
    color: #777;
}

.tc-block {
    margin-bottom: 30px;
}

.tc-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tc-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
#logo{
    height: 80px;
    width: 150px;
}
@media (max-width:986px) {
#logo{
    height: 60px;
    width: 80px;
}    
}
  .mission-hero {
            background: linear-gradient(rgba(44,120,108,0.85), rgba(44,120,108,0.85)),
                        url('assets/img/mission-bg.jpg') center/cover no-repeat;
            color: #fff;
            padding: 120px 0;
            text-align: center;
        }

        .mission-hero h1 {
            font-weight: 700;
        }

        .mission-section {
            padding: 70px 0;
        }

        .mission-box {
            background: #f8f9fa;
            padding: 35px;
            border-radius: 12px;
            height: 100%;
            transition: 0.3s;
        }

        .mission-box:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .mission-box i {
            font-size: 40px;
            color: #2c786c;
            margin-bottom: 15px;
        }

        .cta-section {
            background: #2c786c;
            color: white;
            padding: 60px 0;
            text-align: center;
        }

        /* ===== TERMS & CONDITIONS STYLES ===== */
#tc-section {
    padding: 60px 20px;
    background-color: #f9fafb;
}

.tc-container {
    max-width: 1000px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tc-header {
    text-align: center;
    margin-bottom: 40px;
}

#tc-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tc-updated {
    font-size: 14px;
    color: #777;
}

.tc-block {
    margin-bottom: 30px;
}

.tc-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tc-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
