﻿body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.innerpagebanner {
    background: url(../Images/banner-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 150px 0 100px;
}

    .innerpagebanner h1 {
        color: #fff;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        margin-bottom: 30px;
    }
.about-section1 {
    color: black;
    overflow: hidden;
}

.about-card {
    display: flex;
    gap: 50px;
    padding: 60px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    animation: fadeUp 1.2s ease-in-out;
}

.about-left {
    flex: 1;
}

    .about-left h1 {
        font-size: 42px;
        margin-bottom: 10px;
    }

        .about-left h1 span {
            color: #434C00;
        }

.subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.about-left p {
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 15px;
}

.highlights {
    margin-top: 25px;
}

.highlight {
    display: inline-block;
    background: #90C745;
    padding: 10px 18px;
    margin: 6px 6px 0 0;
    border-radius: 30px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

    .highlight:hover {
        transform: translateY(-5px);
    }

.about-right {
    flex: 1;
    position: relative;
}

.circle-bg {
    width: 260px;
    height: 260px;
    background: linear-gradient(135deg, #90C745, #434C00);
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: -40px;
    animation: float 6s ease-in-out infinite;
}

.feature-card {
    position: relative;
    background: #fff;
    color: #333;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    margin-top: 120px;
    animation: slideIn 1.4s ease;
}

    .feature-card h4 {
        margin-bottom: 15px;
        color: #434C00;
    }

    .feature-card ul {
        padding-left: 18px;
    }

        .feature-card ul li {
            margin-bottom: 10px;
        }

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .about-card {
        flex-direction: column;
    }

    .circle-bg {
        display: none;
    }

    .feature-card {
        margin-top: 40px;
    }
}





/*second mission and vission*/

.about-section32 {
    padding: 80px 80px;
}

.mission-vision-row {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.mv-card {
    background: #ffffff;
    border-top: 6px solid #90C745;
    padding: 10px 10px;
    border-radius: 6px;
    height: 100%;
    max-width: 650px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .mv-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    }

    .mv-card .title {
        font-size: 26px;
        font-weight: 600;
        color: #434C00;
        margin-bottom: 15px;
        position: relative;
    }

        .mv-card .title::after {
            content: "";
            width: 50px;
            height: 3px;
            background-color: #90C745;
            display: block;
            margin-top: 8px;
        }

    .mv-card p {
        color: #434C00;
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
    }




/*How it work*/
.about-section2 {
    background: #90C745;
    padding: 30px 30px;
}

    .about-section2 .title {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: white;
        margin-bottom: 30px;
        position: relative;
    }

        .about-section2 .title::after {
            content: "";
            width: 80px;
            height: 4px;
            background: white;
            display: block;
            margin: 15px auto 0;
            border-radius: 5px;
        }

/* Layout */
.steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-col {
    text-align: center;
}

/* Cards */
.items {
    background: white;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    animation: fadeUp 1s ease forwards;
}

    .items:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(144,199,69,0.3);
    }

    /* Icon Circle */
    .items .img {
        width: 90px;
        height: 90px;
        background: #90C745;
        border-radius: 50%;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        animation: pulse 2.5s infinite;
    }

        .items .img i {
            font-size: 36px;
            color: white;
        }

        /* Step Number */
        .items .img span {
            position: absolute;
            top: -10px;
            right: -10px;
            background: #434C00;
            color: white;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    /* Text */
    .items p {
        font-size: 16px;
        color: #434C00;
        line-height: 1.6;
    }

/* Arrows */
.arrow-col {
    font-size: 30px;
    color: white;
    margin: 0 15px;
    animation: arrowMove 1.5s infinite;
}

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(144,199,69,0.6);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(144,199,69,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(144,199,69,0);
    }
}

@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .steps-wrapper {
        flex-direction: column;
    }

    .arrow-col {
        transform: rotate(90deg);
        margin: 20px 0;
    }

    .step-col {
        margin-bottom: 30px;
    }
}




/* start journy */
.about-section3 {
    background: linear-gradient(180deg, #ffffff, #f7fbe9);
    padding: 90px 0;
}

    .about-section3 .title {
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        color: #434C00;
        margin-bottom: 80px;
        position: relative;
    }

        .about-section3 .title::after {
            content: "";
            width: 90px;
            height: 4px;
            background: #90C745;
            display: block;
            margin: 18px auto 0;
            border-radius: 5px;
        }

/* Horizontal Strip */
.learning-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
}

    /* Baseline */
    .learning-strip::before {
        content: "";
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        height: 3px;
        background: #90C745;
        opacity: 0.4;
    }

/* Items */
.strip-item {
    text-align: center;
    position: relative;
    animation: slideUp 1s ease forwards;
}

/* Icon */
.icon-wrap {
    width: 90px;
    height: 90px;
    background: white;
    border: 3px solid #90C745;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #434C00;
    position: relative;
    z-index: 1;
    animation: floatIcon 3s ease-in-out infinite;
}

/* Subtitle */
.strip-item .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #434C00;
    margin-bottom: 12px;
}

/* Text */
.strip-item p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #434C00;
    padding: 0 10px;
}

/* Animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .learning-strip {
        grid-template-columns: repeat(2, 1fr);
    }

        .learning-strip::before {
            display: none;
        }
}

@media (max-width: 576px) {
    .learning-strip {
        grid-template-columns: 1fr;
    }
}

footer {
    background: #fff;
    border-top: 1px solid #ddd;
}



    footer .copyrights {
        text-align: center;
    }

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h5 {
    margin: 0;
    padding: 0;
    color: #333;
}

@media(min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1400px;
    }
}

.btn-primary {
    background: #A6CF3D;
    border-color: #A6CF3D;
    color:;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
    transition: 0.5s all ease;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
        background: #000;
        color: #fff;
        border-color: #000;
    }

.form-control {
    height: 50px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
}

    header:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 133px;
        background: #363c0a;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all ease;
    }

    header.fixed {
        padding: 0;
        z-index: 11;
    }

        header.fixed:after {
            opacity: 1;
            visibility: visible;
            height: 73px;
        }

    header .navbar-expand-lg {
        background: transparent !important;
        position: relative;
        z-index: 1;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    /*padding: 0 25px;*/
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #90c745;
    }

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 100%;
    }

        .navbar-expand-lg .navbar-nav .nav-item {
            margin-left: 20px;
        }
}
/* ====== GLOBAL MOBILE FIX ====== */
@media (max-width: 768px) {

    body {
        font-size: 14px;
        line-height: 1.6;
    }

    .innerpagebanner {
        padding: 100px 20px 60px;
        background-size: cover;
        text-align: center;
    }

        .innerpagebanner h1 {
            font-size: 28px;
            line-height: 34px;
        }

    .about-card {
        padding: 25px;
        gap: 25px;
    }

    .about-left h1 {
        font-size: 26px;
        text-align: center;
    }

    .subtitle {
        font-size: 16px;
        text-align: center;
    }

    .about-left p {
        text-align: justify;
    }

    .highlights {
        text-align: center;
    }

    .highlight {
        font-size: 12px;
        padding: 8px 14px;
    }

    .feature-card {
        margin-top: 30px;
        padding: 25px;
    }

    .mission-vision-row {
        flex-direction: column;
        padding: 0 15px;
    }

    .mv-card {
        max-width: 100%;
    }

    .about-section32 {
        padding: 40px 15px;
    }

    .about-section2 {
        padding: 40px 15px;
    }

        .about-section2 .title {
            font-size: 26px;
        }

    .items {
        padding: 25px 20px;
    }

        .items p {
            font-size: 14px;
        }

    .about-section3 {
        padding: 60px 15px;
    }

        .about-section3 .title {
            font-size: 26px;
        }

    .learning-strip {
        gap: 30px;
    }

    header {
        padding: 10px 0;
    }

    .navbar-expand-lg .navbar-nav {
        background: #363c0a;
        padding: 20px;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 390px) and (max-width: 430px) {

    .innerpagebanner h1 {
        font-size: 30px;
    }

    .about-left h1 {
        font-size: 28px;
    }

    .subtitle {
        font-size: 17px;
    }

    .items .img {
        width: 80px;
        height: 80px;
    }

    .icon-wrap {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {

    .about-card {
        flex-direction: column;
        padding: 40px;
    }

    .mission-vision-row {
        flex-direction: column;
    }

    .learning-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .innerpagebanner h1 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {

    .about-card {
        gap: 30px;
        padding: 50px;
    }

    .about-left h1 {
        font-size: 36px;
    }

    .learning-strip {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .items {
        padding: 30px;
    }
}
html, body {
    overflow-x: hidden;
    max-width: 100%;
}
button, .btn-primary, .highlight {
    min-height: 44px;
    touch-action: manipulation;
}

.form-control {
    height: 50px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
}

    header:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 133px;
        background: #363c0a;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all ease;
    }

    header.fixed {
        padding: 0;
        z-index: 11;
    }

        header.fixed:after {
            opacity: 1;
            visibility: visible;
            height: 73px;
        }

    header .navbar-expand-lg {
        background: transparent !important;
        position: relative;
        z-index: 1;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    /*padding: 0 25px;*/
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #90c745;
    }

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 100%;
    }

        .navbar-expand-lg .navbar-nav .nav-item {
            margin-left: 20px;
        }
}
@media(max-width:991px) {
    .navbar-toggler {
        background: #fff;
    }

    .about-section3 .items {
        margin-bottom: 40px;
    }

    .about-section4 .items {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .home-section1 {
        background-size: cover;
    }

        .home-section1 .text .title {
            font-size: 36px;
            line-height: 36px;
        }

        .home-section1 .text .btn-container {
            margin-bottom: 30px;
        }

    .home-section2 {
        padding: 40px 0 0;
    }

        .home-section2 .title {
            font-size: 36px;
            line-height: 36px;
        }

    .navbar-collapse {
        background: #363c0a;
        padding: 30px;
        border-radius: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 0;
    }

    footer {
        padding: 30px 0;
    }

    .innerpagebanner {
        background-size: cover;
        padding-bottom: 80px;
        padding-top: 150px;
    }

    .traning-tier1 {
        padding: 40px 0;
    }

        .traning-tier1 .text {
            margin-bottom: 40px;
        }

    .traning-tier2 .text {
        padding-left: 0;
    }

    .contactblock {
        margin-bottom: 40px;
    }

        .contactblock:after {
            display: none;
        }

    .contactpageblock:before {
        display: none;
    }

    .contactdetails {
        padding: 20px;
    }

        .contactdetails .title {
            font-size: 24px;
        }

        .contactdetails p span:first-child {
            width: 130px;
        }

    .contactblock .form {
        padding: 20px;
    }

    .innerpagebanner h1 {
        font-size: 36px;
    }

    .innerpagebanner {
        background-size: cover;
        padding-bottom: 50px;
        padding-top: 120px;
    }

        .innerpagebanner h1 {
            margin-bottom: 10px;
        }

    .about-section1 {
        padding: 60px 0 60px;
    }

        .about-section1 .title {
            font-size: 28px;
            line-height: 24px;
        }

        .about-section1 .img {
            margin-bottom: 40px;
        }

        .about-section1 .text {
            padding-left: 0;
        }

    .about-section2 {
        padding: 60px 0 20px;
    }

        .about-section2 .title {
            font-size: 28px;
            line-height: 24px;
        }

        .about-section2 .items {
            margin-bottom: 40px;
        }

    .about-section3 {
        padding: 60px 0 20px;
    }

        .about-section3 .title {
            font-size: 28px;
            line-height: 24px;
        }

        .about-section3 .items {
            margin-bottom: 40px;
        }

    .about-section4 {
        padding: 60px 0 20px;
    }

        .about-section4 .title {
            font-size: 28px;
            line-height: 24px;
        }

    .about-section5 {
        padding: 0;
    }

        .about-section5 .title {
            font-size: 28px;
            line-height: 24px;
        }

        .about-section5 .img {
            margin-bottom: 40px;
        }

        .about-section5 .text {
            padding-left: 0;
        }

    .about-section6 .img {
        margin-bottom: 40px;
    }

    .about-section6 .text {
        padding-left: 0;
    }

    .about-section6 {
        padding: 0;
    }

        .about-section6 .title {
            font-size: 28px;
            line-height: 24px;
        }

    .about-section7 {
        padding-bottom: 0;
    }

        .about-section7 .title {
            font-size: 28px;
            line-height: 24px;
        }

    .about-section8 {
        padding: 60px 0 20px 0;
    }

        .about-section8 .title {
            font-size: 28px;
            line-height: 24px;
        }
}
/* ================================
   NAV LINKS
================================ */
.navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    padding: 10px 18px;
    transition: 0.3s;
}

    .navbar-nav .nav-link:hover {
        color: #90c745;
    }

/* ================================
   DESKTOP (>= 992px)
================================ */
@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

        .navbar-nav .nav-item {
            margin-left: 20px;
        }
}

/* ================================
   MOBILE & TABLET
================================ */
@media (max-width: 991px) {

    /* Hamburger button */
    .navbar-toggler {
        background: #fff;
        border-radius: 5px;
        padding: 6px 10px;
    }

    /* Dropdown menu */
    .navbar-collapse {
        background: #363c0a;
        padding: 20px;
        margin-top: 10px;
        border-radius: 10px;
    }

    .navbar-nav {
        text-align: center;
    }

        .navbar-nav .nav-link {
            padding: 15px 0;
            display: block;
            font-size: 16px;
        }
}

/* ================================
   SMALL MOBILE
================================ */
@media (max-width: 480px) {
    header {
        padding: 12px 0;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }
}
