/* Base Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-wrapper {
    perspective: 1000px; /* Create a 3D effect */
}

.page-content {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    transform-style: preserve-3d;
    animation: flipPage 1s ease-in-out forwards;
}


/* General Styles */
.image-container {
    text-align: center;
    width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
}

.roles {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.roles a {
    color: #007bff;
    text-decoration: none;
    margin: 0 10px;
}

.roles span {
    color: #6c757d;
}

.roles:hover {
    color: #003366;
    font-weight: bold;
}

.container {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.humanitarian-section {
    height: 40%;
    margin-top: 1px !important;
    position: relative;
}

/* Humanitarian Section */
.humanitarian-section .image-container {
    flex: 40%;
    margin-right: 2rem;
}

.humanitarian-section .text-container {
    flex: 60%;
}

.humanitarian-section .highlight {
    font-weight: bold;
    margin-top: 1rem;
}

h1 {
    font-size: 36px;
    color: #2c3e50;
}

p {
    font-size: 18px;
   color: black;
   width: 100%;
   align-items: center;
   margin-left: 50px;
}

.highlight {
    font-size: 18px;
   color: black;
   width: 100%;
   margin-left: 0;
}

hr {
    border: 1px solid #dcdcdc;
    margin: 20px 0;
}

h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-top: 20px;
}

ul {
    list-style-type: disc;
    margin: 20px 0;
    padding-left: 20px;
}

ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.highlight {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

/* Relief Work Section */
.relief-work .text-container {
    flex: 60%;
    margin-right: 2rem;
}

.relief-work .image-container {
    flex: 0%;
    margin-left: 2rem;
}

.relief-work img, .humanitarian-section img {
    width: 80%;
    margin-top: 10px;
    height: auto;
}

.sponsors {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f8f8;
}

.sponsors h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 30px;
}

.sponsor-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sponsor-logos img {
    width: 150px;
    max-width: 100%;
    margin: 10px;
}

.final-content-footer {
    background-color: #d4c9c9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0px;
    text-align: center;
}

.final-content-footer h2 {
    margin: 0;
    font-size: 2.5rem;
    color: darkblue;
    margin-bottom: 5px;
    font-weight: bold;
}



.social-icons {
    margin-bottom: 10px;
}

.footer-link {
    font-size: 2rem;
    margin: 0 5px;
    text-decoration: none;
    transition: transform 0.3s;
}

.footer-link:hover {
    transform: scale(1.1);
}

/* Specific colors for each icon */
.footer-link i.fa-facebook-f {
    color: #3b5998;
}

.footer-link i.fa-twitter {
    color: #00acee;
}

.footer-link i.fa-instagram {
    color: #C13584;
}

.footer-link i.fa-youtube {
    color: #FF0000;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 1000;
}

.navbar {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1100;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.navbar-toggler-icon {
    background-color: #2a9ae5;
    width: 30px;
    height: 2px;
    display: block;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    background-color: #2a9ae5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: none;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

.navbar-collapse {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background-color: transparent;
}

.navbar-collapse.show {
    display: block;
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 5px;
    margin-left: -15%;
}

.navbar .navbar-nav .nav-item {
    margin: 0;
    color: #2a9ae5;
    text-align: left;
    font-size: 15px;
    padding: 8px;
}

.container {
    padding: 10px;
    border-radius: 10px;
    margin-top: 280px;
    margin-left: 0;
    text-align: left;
}

h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.typed {
    font-size: 35px;
    font-weight: 500;
    text-align: left;
}

.line {
    white-space: nowrap;
    margin-top: 50px;
    height: 40px;
    overflow: hidden;
    font-size: 30px;
    font-weight: lighter;
    margin: 0;
    text-align: left;
}

.navbar-dark .navbar-nav .nav-link {
    color: #2a9ae5;
}

.nav-link:hover {
    color: rgba(157, 0, 255, 0.5);
}

.additional-content {
    background-color: #333;
    color: white;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.container11 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.image-section {
    max-width: 40%;
    margin-top: 40px;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.content {
    max-width: 60%;
}

.content p {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 15px;
    color: black;
    text-align: justify;
}

.footer ul {
    margin-top: 20px;
    padding-left: 20px;
}

.footer ul li {
    margin-bottom: 10px;
    font-size: 1em;
}

header ul, header ol, header a {
    text-decoration: none;
    list-style: none;
    margin: 0;
}


/* Responsive Styles */
@media (max-width: 1024px) {
    .container {
        margin-top: 80px; /* Adjust margin for smaller screens */
    }

    .image-container {
        height: 40%;
    }
}

@media (max-width: 768px) {
    .move{
        width: 100%;
    }
    .container {
        margin-top: 60px; /* Adjust margin for tablets */
        padding: 5px;
    }

    .image-container {
        height: 300px;
    }

    .image-container img {
        height: 220px;
    }

    h1 {
        font-size: 36px;
        text-align: center;
    }

    .typed {
        font-size: 28px;
    }

    .line {
        font-size: 24px;
    }

    .footer {
        height: auto; /* Allow footer to grow with content */
    }
    p{
        width: 280px;
        text-align: justify;
    }
    .highlight{
        text-align: justify;
        width: 280px;
    }
    .text-container{
        margin-top: 10px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px;
        z-index: 1000;
    }
    
    .navbar {
        position: relative;
        display: flex;
        justify-content: flex-start;
    }
    
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
        box-shadow: none;
    }
    
    .navbar-toggler {
        position: absolute;
        top: 20px;
        left: 5px;
        z-index: 1100;
        background-color: transparent;
        border: none;
        outline: none;
        padding: 0;
        cursor: pointer;
    }
    
    .navbar-toggler-icon {
        background-color: #2a9ae5;
        width: 30px;
        height: 2px;
        display: block;
        position: relative;
    }
    
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        background-color: #2a9ae5;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        transition: none;
    }
    
    .navbar-toggler-icon::before {
        top: -8px;
    }
    
    .navbar-toggler-icon::after {
        top: 8px;
    }
    
    .navbar-collapse {
        display: none;
        position: absolute;
        top: 10px !important;
        left: 0;
        width: 200px !important;
        padding: 10px;
        border-radius: 10px;
        background-color: transparent;
    }
    
    .navbar-collapse.show {
        display: block;
    }
    
    .navbar .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 5px;
        margin-left: -15%;
    }
    
    .navbar .navbar-nav .nav-item {
        margin: 0;
        color: #2a9ae5;
        text-align: left;
        font-size: 15px;
        padding: 1px;
    }
    
    .container {
        padding: 10px;
        border-radius: 10px;
        margin-top: 280px;
        margin-left: 0;
        text-align: left;
    }
    
    h1 {
        margin: 0;
        font-size: 50px;
        font-weight: 700;
        text-align: center;
    }
    
    .typed {
        font-size: 35px;
        font-weight: 500;
        text-align: left;
    }
    
    .line {
        white-space: nowrap;
        margin-top: 50px;
        height: 40px;
        overflow: hidden;
        font-size: 30px;
        font-weight: lighter;
        margin: 0;
        text-align: left;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: #2a9ae5;
    }
    
    .nav-link:hover {
        color: rgba(157, 0, 255, 0.5);
    }
    
    .additional-content {
        background-color: #333;
        color: white;
        padding: 30px;
        width: 100%;
        text-align: center;
    }
    
    .container11 {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }
    
    .image-section {
        max-width: 40%;
        margin-top: 40px;
    }
    
    .image-section img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .content {
        max-width: 60%;
    }
    
    .content p {
        font-size: 1em;
        line-height: 1.2;
        margin-bottom: 15px;
        color: black;
        text-align: justify;
    }
    
    .footer ul {
        margin-top: 20px;
        padding-left: 20px;
    }
    
    .footer ul li {
        margin-bottom: 10px;
        font-size: 1em;
    }
    
    header ul, header ol, header a {
        text-decoration: none;
        list-style: none;
        margin: 0;
    }

}

@media (max-width: 480px) {
    .container {
        margin-top: 40px; /* Adjust margin for mobile */
    }

    .image-container {
        height: 220px;
    }

    .navbar-toggler {
        top: 10px; /* Adjust position */
        left: 5px; /* Adjust position */
    }

    .navbar-collapse {
        width: 100%; /* Full width for mobile */
        top: 45px; /* Adjust position */
        padding: 15px;
    }

    .footer {
        height: auto; /* Allow footer to grow with content */
        padding: 10px;
    }

    h1 {
        font-size: 28px;
    }

    .typed {
        font-size: 22px;
    }

    .line {
        font-size: 18px;
    }
    .humanitarian-section {
        height: 50%;
        margin-top: 1px !important;
        position: relative;
    }
    .humanitarian-section .image-container {
        flex: 0;
        margin-right: 2rem;
    }
    .humanitarian-section .text-container {
        flex: 60%;
    }
}

