.elementor-9369 .elementor-element.elementor-element-957b0ab{width:var( --container-widget-width, 104.025% );max-width:104.025%;--container-widget-width:104.025%;--container-widget-flex-grow:0;}.elementor-9369 .elementor-element.elementor-element-957b0ab > .elementor-widget-container{margin:0px 0px 0px 47px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-9369 .elementor-element.elementor-element-aa836e4{width:70.421%;}.elementor-9369 .elementor-element.elementor-element-5867baf{width:29.455%;}}/* Start custom CSS for html, class: .elementor-element-957b0ab */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.hero {
    position: relative;
    background: url('https://ossaragroup.com/wp-content/uploads/2024/11/1687165445925.png') no-repeat center center/cover;
    height: 50vh;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Overlay with 50% opacity */
    z-index: 1;
}

.hero h1 {
    position: relative;
    z-index: 2; /* Makes sure the text is above the overlay */
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 150px;
    text-transform: uppercase;
    font-size: 3em;
}



.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 600px;
    margin-left: auto;
    color: #2577C0;
    margin-right: auto;
}

.section {
    padding: 40px 20px;
    text-align: center;
}

.mission {
    background-color: #f4f4f4;
}

.pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.pillar, .program {
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pillar h3, .program h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 10px;
}

.pillar p, .program p {
    font-size: 1.1rem;
    color: #666;
}

.contribute {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-top: 2px solid #ddd;
}

.cta-button {
    padding: 10px 20px;
    background-color: #2577C0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #517F4D;
    color: #fff;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
}

/* Hero Section */
.hero {
    position: relative;
    background: url('https://ossaragroup.com/wp-content/uploads/2024/11/1687165445925.png') no-repeat center center/cover;
    height: 50vh;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Overlay with 50% opacity */
    z-index: 1;
}

.hero h1 {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 150px;
    text-transform: uppercase;
    font-size: 3em;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 600px;
    margin-left: auto;
    color: #2577C0;
    margin-right: auto;
}

/* Sections */
.section {
    padding: 40px 20px;
    text-align: center;
}

.mission {
    background-color: #f4f4f4;
}

.pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.pillar, .program {
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 10px;
}

.pillar h3, .program h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 10px;
}

.pillar p, .program p {
    font-size: 1.1rem;
    color: #666;
}

/* Icons styling */
.pillar i, .program i {
    font-size: 3rem;
    color: #2577C0;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.pillar:hover, .program:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.pillar:hover i, .program:hover i {
    color: #517F4D;
}

/* Contribute Section */
.contribute {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-top: 2px solid #ddd;
}

.cta-button {
    padding: 10px 20px;
    background-color: #2577C0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #517F4D;
    color: #fff;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .pillars {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .cta-button {
        font-size: 1.1rem;
    }
}


@media screen and (max-width: 768px) {
    .pillars {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 2rem;
        text-align:center;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .cta-button {
        font-size: 1.1rem;
    }
}/* End custom CSS */