﻿
.full-bg {
    width: 100%;
    height: 600px;  
    background-image: url('/images/furijat_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 5%;
}

.left-content {
    color: white;
    max-width: 40%;
}

   /* .left-content h1 {
        font-size: 48px;
        margin-bottom: 16px;
    }

    .left-content p {
        font-size: 18px;
        line-height: 1.8;
    }*/

.right-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    margin-top: auto;
}




.furijat-title {
    font-size: 2rem;
    padding-top: 4rem;
    height: 300px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10%;
}

.furijat-description {
    font-size: 18px;
    height: 300px;
}



/* 
    .furijat-heading {
        background-image: url('images/furijat_islamic_shape.png');
        background-size: cover;
        background-position: center;
        padding: 2rem;
        border-radius: 0.5rem;
        color: white;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
        display: inline-block;
    } */
@media(max-width: 768px){

    .full-bg {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-image: url('/images/furijat_background.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 5%;
        gap: 30px;
        color: white !important;
        margin-top: 10%;
    }


    /*.header-section {
        height: 35vh;
        padding-bottom: 20px;
    }*/
    .header-section {
        height: 42vh;
        min-height: 250px;
        display: flex;
        align-items: flex-end;
        padding-bottom: 40px;
    }


    .furijat-title {
        font-size: 3.5rem;
        margin-bottom: 20px;
        font-weight: 700;
        position: relative;
        display: inline-block;
        margin-bottom: unset;
        height:unset;
    }


    .content-section {
        height: 58vh;
        min-height: 350px;
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .text-description {
        color: white;
        max-width: 600px;
        padding-top: 30px;
        height: unset;
    }

    /*.furijat-description {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }*/
    .furijat-description {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.6;
        margin-top: 20px;
        word-wrap: break-word;
        height:unset;
    }

    .left-content {
        color: white;
        max-width: unset;
    }
    .right-content {
        flex: 1;
        min-width: 300px;
        max-width: 800px;
    }

        

        /*.content-section {
            height: 65vh;
        }*/

        /*.furijat-title {
            font-size: 2.5rem;
        }*/
/*
        .furijat-description {
            font-size: 1.1rem;
        }*/



    @media (max-width: 576px) {
        .full-bg {
            padding: 15px;
        }

        .furijat-title {
            font-size: 2.2rem;
        }

        .furijat-description {
            font-size: 1rem;
        }
    }

}
