/*
Developer:      Muhammad Salam and Awais Goraya
Developer URL:  https://www.linkedin.com/in/salamaslamofficial/ | https://www.linkedin.com/in/awais-goraya-867228235/
Company:        ICTechnology, Australia
Company URL:    ictechnology.com.au
Descriptipon:   This file contains the base rooting of the whole website theme, colors and font styles are defined here, update colors here instead of whole files.
*/

/* Get Involved */
.volunteer-with-us {
    padding: 56px 0;
    height: auto;
    background: var(--primary-bg);
}
.v-w-u-title {
    font-size: 62px;
    line-height: 120%;
    color: var(--off-text);
    width: 448px;
}
.why-become-a-volunteer {
    padding: 91px 0px;
}
.w-b-v-title {
    font-size: 62px;
    line-height: 120%;
    color: var(--primary-text);
    text-align: center;
    width: 677px;
}
.w-b-v-image {
    margin-top: 50px;
    height: 633px;
    background: url(../images/get-involved-hero1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 633px, 100%;
}
.volunteer-application {
    background-color: #2F6095;
    padding: 70px 50px;
    border-radius: 12px;
    width: 1100px;
    margin: auto;
}
.w-b-v-subtitle {
    font-size: 48px;
    font-style: normal;
    color: var(--off-text);
    font-weight: 500;
    line-height: 54px;
}
.testimonials {
    padding: 98px 0px;
    /* background-color: var(--primary-bg); */
}
.testimonials-title {
    font-size: 48px;
    color: var(--off-text);
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}
.slide-section {
    width: 1290px;
    margin: auto;
    overflow-x: hidden;
    padding: 50px 0px 0px 0px;
}
.slide-box {
    display: flex;
}
.testimonial-box {
    padding: 60px 23.5px 43px 24.5px;
    border-radius: 12px;
    width: 305px;
    min-width: 305px;
    margin: 0px 10px;
}
.review {
    color: var(--off-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.testimonial-image {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.testimonial-name {
    color: var(--off-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}
.testimonial-country {
    font-size: 12px;
    font-weight: 400;
    color: var(--off-text);
}
.prev,
.next {
    margin: 0px 20px;
    background: transparent;
    border: none;
    color: var(--off-text);
    font-size: 30px;
}
.testimonial-box.active {
    background: #134881;
}
.fill-form-button {
    margin-top: 24px;
    padding: 17px 30px;
    border-radius: 80px;
    background: var(--prominent-bg);
    font-size: 18px;
    color: var(--Primary-Navy);
}
.fill-form-button:hover {
    color: var(--prominent-bg);
    background: var(--prominent-dark-bg);
}
.join-us-now {
    padding: 91px 0px;
    background-color: #f7f7f7;
}
.j-u-s-input {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 2px solid #E5E5E5;
    background: var(--off-bg);
    font-size: 18px;
    color: var(--normal-text);
}
.j-u-s-tell-us {
    height: 241px;
}
.j-u-s-address {
    height: 160px;
}
.w-30 {
    width: 500px;
    margin-top: 30px !important;
}
.j-u-s-input::placeholder {
    color: var(--light-secondary) !important;
}
.j-u-s-input:focus {
    box-shadow: none;
    border: 2px solid #E5E5E5;
}

/* Media query for smaller screens (e.g., tablets) */
@media only screen and (max-width: 768px) {
    .w-b-v-image {
        height: 410px;
        background-size: auto 410px, 100%;
    }
    .v-w-u-title {
        width: 70%;
        font-size: 36px;
    }
    .why-become-a-volunteer, .join-us-now, .testimonials{
        padding: 50px 0px;
    }
    .j-u-s-tell-us {
        height: 241px;
    }
    .w-b-v-title {
        font-size: 36px;
        line-height: 120%;
        color: var(--primary-text);
        text-align: center;
        width: 100%;
    }
    .w-b-v-subtitle {
        width: 100%;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }
    .fill-btn {
        width: 100%;
    }
    .volunteer-application {
        width: 635px !important;
        padding: 40px 30px;
    }
    .testimonials-title{
        font-size: 36px;
    }
    .r-w-b-description {
        padding: 0px 20px;
    }
    .slide-section {
        width: 680px !important;
    }
}

@media only screen and (max-width: 480px) {
    .slide-section {
        width: 350px !important;
        padding: 50px 0px 0px 0px;
    }
    .volunteer-with-us {
        padding: 32px 20px;
        height: auto;
        background: var(--primary-bg);
    }
    .volunteer-with-us .container {
        padding: 0;
    }
    .v-w-u-title{
        width: 100%;
    }
    .v-w-u-title,
    .w-b-v-title {
        font-size: 36px;
    }
    .r-w-b-description {
        padding: 20px 0px;
        margin-bottom: 20px !important;
    }
    .r-w-b-paragraph {
        font-size: 16px !important;
    }
    .fill-form-button {
        font-size: 16px;
        padding: 18px 30px;
        line-height: 19.2px;
    }
    .volunteer-application {
        padding: 30px 19px 32px 20px;
        width: 335px !important;
        margin: -23px auto 0px auto;
    }
    .why-become-a-volunteer {
        padding: 40px 17px;
    }
    .w-b-v-image {
        margin-top: 0px;
        height: 400px;
        background: var(--prominent-dark-bg);
    }
    .w-b-v-subtitle {
        font-size: 24px;
        text-align: center;
        line-height: 28.8px;
    }
    .testimonials {
        padding: 50px 20px;
    }
    .testimonials-title {
        font-size: 32px;
        line-height: 38.4px;
        text-align: left;
        width: 245px;
    }
    .join-us-now {
        padding: 40px 20px;
    }
    .w-30 {
        width: 335px;
        margin-top: 10px !important;
    }
    .j-u-s-input {
        font-size: 14px;
    }
    .review {
        font-size: 16px;
    }
    .testimonial-name {
        font-size: 16px;
    }
    .testimonial-country {
        font-size: 14px;
    }
    .testimonial-box {
        padding: 40px 21px 36px 21px;
        width: 277px;
        min-width: 277px;
        margin: 0px 10px 0px 0px;
    }
    .testimonial-btn {
        justify-content: flex-start !important;
        margin-top: 20px !important;
    }
    .home-project-slider-btn{
        margin-top:0px !important;
    }
    .join-us-now h1 {
        font-size: 32px;
    }
    .prev,
    .next {
        margin: 0px 10px;
    }
    .j-u-s-address,
    .j-u-s-tell-us {
        height: 150px;
    }
}

/* Thank You */
.thank-you {
    height: 100vh;
    background: url(../images/thankyou.webp), linear-gradient(to right, var(--prominent-dark-bg) 39.5%, var(--off-bg) 30%, var(--off-bg) 30.5%);
    background-size: auto 90%, cover;
    background-repeat: no-repeat;
    background-position: 22.5% bottom;
}
.thank-text-section {
    width: 500px;
}
.thank-you-heading {
    font-size: 66px;
    font-weight: 400;
    line-height: 80.6px;
    color: var(--primary-text);
}
.thnak-you-text {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 327px;
    margin: 50px 0;
    color: var(--normal-text);
}
.back-home-btn {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25.2px;
    color: var(--off-text);
    padding: 18px 30px;
    background-color: var(--prominent-bg);
    border-radius: 50px;
}
.back-home-btn:hover {
    color: var(--prominent-bg);
    background: var(--prominent-dark-bg);
}
@media only screen and (max-width: 768px) {
    .thank-you {
        background-size: auto 70%, cover;
        background-repeat: no-repeat;
        background-position: 0% bottom;
    }
    .thank-text-section{
        width: 100%;
    }
    .thank-you-heading{
        font-size: 60px;
        line-height: 72.2px;
    }
    .thankyou-text{
        font-size:16px;
    }
}
@media only screen and (max-width: 480px) {
    .thank-you {
        padding: 50px 10px 50px 10px;
        background: url(../images/thankyou.webp), linear-gradient(to bottom, var(--off-bg) 75%, var(--prominent-dark-bg) 25%);
        background-size: 90%, 100%, 100%;
        background-repeat: no-repeat;
        background-position: right bottom, center bottom,center bottom;
        align-items: start !important;
    }
    .thank-you-heading {
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }
    .thnak-you-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        margin: 20px 0px;
        width: 279px;
    }
    .back-home-btn {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 19.6px;
    }
}

/* News */

.banner-hero{
    width: 100%;
    height: 580px;
    background: url(../images/newsbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.news-title-section{
    color: var(--off-text);
    margin:0 auto !important;
    width: 1300px;
    max-width: 1300px !important;
    padding-bottom: 80px;
}
.news-title-main{
    font-size: 62px !important;
    font-weight: 400 !important;
    line-height: 120%;
    margin-bottom: 20px !important;
}
.news-tagline{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}
.latest-news{
    padding: 56px 0px 0px 0px !important;
}
.news-section{
    padding: 80px 0px;
}
.news-group-row-item{
    background: var(--Background-Light-Grey, #F2F2F2);
    border-radius: 12px;
    transition: background 0.5s ease-in-out !important;
}
.news-member-thumbnail{
    height: 500px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.news-feature-image{
    height: 280px;
    background-position: center center !important;
}
.news-details{
    padding: 40px 20px;
}
.news-details-sub{
    padding: 20px !important;
    height: 260px;
    overflow: hidden;
}
.news-date{
    font-size: 14px;
    line-height: 20px;
    color: var(--Neutral);
}
.news-name{
    font-size: 32px;
    margin: 12px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-title{
    font-size: 20px;
    color: var(--Text-Secondary);
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-title-limit{
    font-size: 18px;
    color: var(--Text-Secondary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-btn{
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-text);
    text-decoration: none;
}
.load-more-btn{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--primary-text);
    border: none;
    background: transparent;
}
.news-group-row-item:hover{
    background: var(--primary-bg);
    color: var(--off-text);
}
.news-group-row-item:hover p{
    color: var(--off-text) !important;
}
.news-group-row-item:hover a{
    color: var(--off-text) !important;
}
@media only screen and (max-width: 768px) {
    .news-title-section{
        width: 100%;
        padding: 0px 35px 80px 35px;
    }
    .news-box{
        width: 50% !important;
    }
}

@media only screen and (max-width: 480px) {
    .banner-hero{
        width: 100%;
        height: 786px;
        background: url(../images/newsmobilebanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .news-title-section{
        width: 100%;
        max-width: 100% !important;
        padding: 0px 40px 80px 20px;
    }
    .news-title-main{
        font-size: 48px !important;
        font-weight: 500 !important;
        line-height: 57.6px;
        margin-bottom: 20px !important;
    }
    .news-tagline{
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .latest-news{
        padding: 24px 0px 0px 0px !important;
    }
    .news-section{
        padding: 40px 10px;
    }
    .news-member-thumbnail{
        height: 227px;
    }
    .news-box{
        width: 100% !important;
    }
    .news-date{
        font-size: 12px;
        line-height: 14.4px;
    }
    .news-name{
        font-size: 24px;
        font-weight: 500;
        line-height: 28.8px;
    }
    .news-title{
        font-size: 14px;
        line-height: 16.8px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
    }
    .news-title-limit{
        font-size: 14px;
        line-height: 16.8px;
        margin: 0px !important;
    }
    .news-btn{

    }
}
/* News Detail */
.news-detail-banner{
    height: 70vh;
    background: url(../images/newsdetailbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 50px 0px 0px;
}
.news-detail-banner-btn{
    padding: 17px 30px;
    background-color: var(--prominent-bg);
    font-size: 18px;
    line-height: 25.2px;
    color: var(--Primary-Navy);
    border: none;
    border-radius: 80px;
}
.news-detail-banner-btn:hover{
    background-color: var(--prominent-dark-bg);
    color: var(--prominent-bg);
}
.share-admin-box{
    padding: 60px 0px 40px 0px;
    border-bottom: 1px solid var(--light-secondary);
    margin-bottom: 40px;
}
.s-d-f-title{
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    color: var(--primary-text);
}
.share-box{
    margin: 40px 0px;
    width: 200px;
    display: flex;
    padding: 14px 16.5px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D5D7DB;
}
.share-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.news-admin-box{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 340px;
}
.news-admin-detail{
    margin-left: 20px;
}
.news-admin-pic{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: url(../images/newsadminpic.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.news-admin-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #141518;
}
.news-admin-date{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--Neutral);
}
.join-project-box{
    margin-bottom: 0px;
}
.image-text-box{
    margin: 40px 0px;
}
.news-text-one{
    font-size: 18px;
    line-height: 25.2px;
    color: var(--Text-Secondary);
}
.news-text-image{
    height: 411px;
    background: url(../images/newstextimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 12px;
    margin: 40px 0px 10px 0px;
}
.news-text-image-title{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    color: #606266;
    margin-bottom: 40px;
}
.join-project-description-text{
    width: 800px;
}
@media only screen and (max-width: 768px) {
    .join-project{
        margin-bottom: 0px;
    }
    .join-project-description-text{
        width: 400px;
    }
    .news-detail-banner{
        position: relative;
    }
    .news-detail-banner div{
        position: absolute;
        bottom: 0px;
        right: 0px;
        margin-bottom: 50px;
        margin-right: 50px;
     }
}
@media only screen and (max-width: 480px) {
    .news-detail-banner{
        height: 50vh;
        padding: 0px;
        position: relative;
    }
    .news-detail-banner div{
       position: absolute;
       bottom: 0px;
       margin-bottom: 20px;
       margin-right: 0px;
       justify-content: center !important;
    }
    .news-detail-banner-btn{
        padding: 18px 30px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        border-radius: 50px;
    }
    .share-admin-box{
        padding: 20px 10px 20px 10px;
        margin-bottom: 20px;
    }
    .s-d-f-title{
        font-size: 24px;
        font-weight: 500;
        line-height: 28.8px;
        margin-bottom: 20px;
    }
    .share-box{
        margin: 0px 0px 20px 0px;
    }
    .image-text-box{
        margin: 20px 10px 40px 10px;
    }
    .news-text-image{
        height: 178px;
        background: url(../images/newstextmobileimage.png);
        background-size: cover;
        background-position: center center;
        margin: 20px 0px 10px 0px;
    }
    .news-text-image-title{
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
    }
    .news-text-one{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .share-sdf{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .news-details-sub{
        height: auto;
    }
}
