/* Hero Section */
.page-hero-section {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #31b071 0%, #144E80 50%, #31b071 100%);
    overflow: hidden;
    z-index: 1;
}

.hero-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    z-index: 1;
}

.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-shapes .shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    animation: float 20s infinite ease-in-out;
}

.hero-shapes .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.hero-shapes .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation-delay: 5s;
}

.hero-shapes .shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: -50px;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }
    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

.page-hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-txt {
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 30px;
    font-weight: 400;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    margin: 30px auto 0;
    border-radius: 2px;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    .page-hero-section {
        padding: 80px 0 60px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
        padding: 0 15px;
    }

    .hero-shapes .shape-1 {
        width: 200px;
        height: 200px;
    }

    .hero-shapes .shape-2 {
        width: 150px;
        height: 150px;
    }

    .hero-shapes .shape-3 {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .page-hero-section {
        padding: 60px 0 50px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 6px 16px;
    }
}

/* Journey Timeline Section */
.container {
    display: block !important;
}
    .journey-timeline {
        padding: 60px 0 80px;
    }

    .journey-timeline .container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .journey-timeline-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 10px;
        overflow: hidden;
    }

    .journey-timeline-item .col-md-6:first-child {
        padding: 0;
    }

    .journey-timeline-item .col-md-6:first-child img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
    }

    .journey-timeline-item .col-md-6:last-child {
        padding: 30px 35px;
    }

    /* Reverse row: image right, content left */
    .journey-timeline-item-reverse {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 10px;
        overflow: hidden;
        flex-direction: row-reverse;
    }

    .journey-timeline-item-reverse .col-md-6:first-child {
        padding: 0;
    }

    .journey-timeline-item-reverse .col-md-6:first-child img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
    }

    .journey-timeline-item-reverse .col-md-6:last-child {
        padding: 30px 35px;
    }

    .journey-arrow {
        display: block;
        max-width: wull-fidth;
        height: auto;
        margin: 0 auto 10px;
    }

    .collage-image {
        max-width: 800px;
        width: 100%;
        height: 300px;
        display: block;
        margin: 0 auto 10px;
    }

    .journey-timeline .timeline-content {
        padding: 0;
    }

    .journey-timeline .timeline-year h3 {
        font-size: 2rem;
        font-weight: 800;
        margin: 0 0 4px 0;
        line-height: 1.2;
        color: #144E80;
    }

    /* Date badge styling - works like span with badge appearance */
    .date-span {
        display: inline-block;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #31b071;
        background: rgba(49, 176, 113, 0.15);
        padding: 8px 20px;
        border-radius: 25px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(49, 176, 113, 0.2);
        white-space: nowrap;
        vertical-align: middle;
    }

    .year-label {
        font-size: 0.85rem;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .year-wise {
        margin-bottom: 1rem;
    }

    .journey-timeline .timeline-content h4 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #144E80;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .journey-timeline .timeline-content p {
        color: #555;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 0;
    }

    .journey-timeline .timeline-content .highlight {
        color: #144E80;
        font-weight: 600;
    }

    .journey-results {
        padding: 80px 0;
        background: linear-gradient(135deg, #144E80 0%, #145083 100%);
        color: white;
    }

    .journey-results h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
    }

    .results-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .result-item {
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .result-item h3 {
        font-size: 2rem;
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff;
    }

    .result-item p {
        font-size: 1rem;
        opacity: 0.9;
        line-height: 1.6;
        color: rgba(241, 241, 241, 0.68);
    }

    .journey-gratitude {
        padding: 80px 0;
        background: #f8f9fa;
        text-align: center;
    }

    .journey-gratitude h2 {
        color: #144E80;
        font-size: 2.5rem;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .journey-gratitude p {
        font-size: 1.2rem;
        color: #666;
        max-width: 800px;
        margin: 0 auto 20px;
        line-height: 1.8;
    }

    .journey-gratitude .emoji {
        font-size: 3rem;
        margin: 20px 0;
    }

    .tm-highlight {
        color: #144E80;
        font-weight: 600;
    }

    /* Responsive */
    @media (max-width: 768px) {
		.journey-arrow{
			display:none !important;
		}
        .journey-timeline {
            padding: 40px 0 60px;
        }

        .journey-timeline-item,
        .journey-timeline-item-reverse {
            flex-direction: column;
            margin-bottom: 35px;
            gap: 0;
        }

        .journey-timeline-item .col-md-6:first-child img,
        .journey-timeline-item-reverse .col-md-6:first-child img {
            height: 220px;
        }

        .journey-timeline-item .col-md-6:last-child,
        .journey-timeline-item-reverse .col-md-6:last-child {
            padding: 24px 20px;
        }

        .journey-timeline .timeline-year h3 {
            font-size: 1.65rem;
        }

        .journey-timeline .timeline-content h4 {
            font-size: 1.2rem;
        }

        .journey-timeline .timeline-content p {
            font-size: 0.95rem;
        }

        .results-grid {
            grid-template-columns: 1fr;
        }

        .journey-results h2,
        .journey-gratitude h2 {
            font-size: 2rem;
        }
    }

    @media (max-width: 576px) {

        .journey-timeline-item .col-md-6:first-child img,
        .journey-timeline-item-reverse .col-md-6:first-child img {
            height: 200px;
        }

        .journey-timeline-item .col-md-6:last-child,
        .journey-timeline-item-reverse .col-md-6:last-child {
            padding: 20px 18px;
        }

        .journey-timeline .timeline-year h3 {
            font-size: 1.5rem;
        }

        .date-span {
            font-size: 0.875rem;
            padding: 6px 16px;
        }
    }

/* Vision Mission Section */
.jm-section{
    padding:80px 0;
    background:#f7fafc;
}

.jm-header h2{
    font-size:2.4rem;
    font-weight:700;
    color:#144E80;
    margin-bottom:50px;
}

.jm-badge{
    display:inline-block;
    background:rgba(49,176,113,0.15);
    color:#31b071;
    padding:6px 18px;
    border-radius:30px;
    font-size:0.8rem;
    font-weight:600;
    margin-bottom:10px;
}

.jm-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    max-width:1000px;
    margin:auto;
}

.jm-card{
    background:#fff;
    padding:40px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:all .3s ease;
}

.jm-card:hover{
    transform:translateY(-6px);
}

.jm-icon{
    font-size:40px;
    margin-bottom:15px;
}

.jm-card h3{
    font-size:1.4rem;
    color:#144E80;
    margin-bottom:10px;
}

.jm-card p{
    font-size:0.95rem;
    line-height:1.7;
    color:#666;
}

@media(max-width:768px){
    .jm-card{
        padding:30px 25px;
    }
/* TEAM SECTION */

.team-section{
    padding:80px 20px;
    background:red !important;
}

.team-container{
    max-width:1200px;
    margin:auto;
}

.team-header{
    text-align:center;
    margin-bottom:50px;
}

.team-badge{
    display:inline-block;
    background:rgba(49,176,113,0.15);
    color:#31b071;
    padding:6px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
}

.team-header h2{
    font-size:36px;
    font-weight:700;
    color:#144E80;
}

/* GRID */

.team-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

/* CARD */

.team-card{
    text-align:center;
    padding:25px;
    border-radius:12px;
    transition:0.3s;
}

.team-card:hover{
    transform:translateY(-6px);
}

/* IMAGE */

.team-img{
    width:120px;
    height:120px;
    margin:auto;
    margin-bottom:15px;
}

.team-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

/* TEXT */

.team-card h4{
    font-size:18px;
    margin-bottom:5px;
}

.team-card h4 a{
    color:#144E80;
    text-decoration:none;
    transition:0.3s;
}

.team-card h4 a:hover{
    color:#31b071;
}

.team-card p{
    font-size:14px;
    color:#666;
}

/* RESPONSIVE */

@media (max-width:768px){

.team-header h2{
font-size:28px;
}

}