@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.navLogo {
    width: 150px;
}

.nav-item .nav-link {
    color: #FFFFFF;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    color: #00C0E8;
    font-weight: 700;
}

.eventCard{
    min-height: 300px !important;
    border-radius: 20px !important;
    border: none;
    box-shadow: 4px 5px 9.4px 3px rgba(0, 0, 0, 0.25);
}
.eventCard img{
    height: 180px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.eventCard .card-body{
    text-align: center !important;
}
.eventCard .card-body .card-title{
    font-weight: 700;
}
#eventModalTitle{
    font-weight: 700;
}
.eventCard .card-body .dateText{
    font-size: 0.8em;
    font-weight: 500;
    color: #777777;
}
#eventModalDate{
    font-weight: 600;
    color: #777777;
}
.eventCard .card-body .view-event{
    text-decoration: none;
    font-weight: 700;
    color: #027DCB;
}
#eventsCalendar{
    margin-top: 100px;
    margin-bottom: 100px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler, .navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

body {
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.navbar {
    z-index: 1030;
    background-color: transparent;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.navbar.scrolled {
    background-color: #02273F;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.mainContainer {
    position: relative;
    margin-top: -120px;
    top: 0;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mainContainerHome {
    background-image: url("../images/mainBack.png");
}
.mainContainerAboutUs {
    background-image: url("../images/aboutUsBack.png");
}
.mainContainerGovernance {
    background-image: url("../images/governanceBack.png");
}
.mainContainerPrograms {
    background-image: url("../images/programBack.png");
}

.centerCol {
    display: flex;
    justify-content: center;
    align-self: center;
}
.centerColLeft {
    display: flex;
    justify-content: start;
    align-self: center;
}

.mainContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.mainContainer h1 {
    font-size: clamp(36px, 7vw, 72px);
    font-weight: 300;
    color: #FFFFFF;
}

.mainContainer h2 {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 700;
    color: #FFFFFF;
}

.mainContainer .paraCon {
    width: 100%;
    max-width: 906px;
    flex-direction: column;
    gap: 30.6px;
    margin-top: 50px;
}

.mainContainer p {
    line-height: var(--lh-30);
    color: #FFFFFF;
}

.primaryBtn {
    background-color: #027DCB;
    color: #FFFFFF;
}

.primaryBtn:hover {
    background-color: #00C0E8;
    color: #FFFFFF;
}

.secondaryBtn {
    background-color: #00C0E8;
    color: #FFFFFF;
}

.secondaryBtn:hover {
    background-color: #027DCB;
    color: #FFFFFF;
}

.heroBtns {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroBtns2 {
    width: 220px;
}

.boldBtnText {
    font-weight: bold;
    font-size: 0.8em;
}
.normalBtnText {
    font-weight: normal;
    font-size: 0.8em;
}

.paraCon .smallPara {
    font-size: 0.9em;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
}

.paraCon .smallPara span {
    color: #00EEFF;
    font-weight: 600;
}

.mainContainer {
    padding-top: 70px;
}

.mainContainer .heroContent {
    z-index: 10;
}

.socialBtns {
    background-color: #F3F4F6;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212529 !important;
}

.socialBtns:hover {
    background-color: #00C0E8;
    color: #F3F4F6;
}

.whoWeAreImgCon, .howWeDeliverImgCon {
    position: relative;
}

.whoWeAreImg {
    width: 100%;
    border-radius: 20px;
    max-height: 600px;
    object-fit: cover;
    margin-top:80px;
}

.whoWeAreBackImg {
    position: absolute;
    bottom: -70px;
    left: -20px;
    width: auto;
}
.howWeDeliverBackImg {
    position: absolute;
    top: -140px;
    right: -20px;
    width: auto;
    z-index: -1;
}

.whoWeAreContainer {
    padding-top: 80px;
    padding-bottom: 50px;
}
.howWeDeliverContainer {
    padding-top: 20px;
    padding-bottom: 50px;
}
.aboutMainContainer{
    padding-top: 50px;
    padding-bottom: 50px;
}

.who-we-are {
    font-weight: bold;
    font-size: 3em;
    color: #027DCB;
}

.the-blue-economy {
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.pointCon {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.pointCon2 {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.pointNum {
    height: 28px;
    width: 27px;
    border-radius: 50px;
    background-color: #00c0e8;
    color: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pointNum2{
    margin-top: 6px;
    height: 12px;
    width: 14px;
    border-radius: 50px;
    background-color: #00c0e8;
    color: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.middleText{
    margin-top: 20px;
    text-align: center;
    color: #027DCB;
    line-height: 25px;
    font-weight: 600;
}

.pointDetails {
    width: 100%;
    max-width: 527px;
    color: #000;
    font-size: 18px;
    font-weight: 450;
}
.pointDetails2 {
    width: 100%;
    color: #027DCB;
    font-size: 1.1em;
    font-weight: 500;
}

.pointDetails .pointTitle {
    font-weight: 700;
}

.regionalChallenges {
    background-image: url("../images/regionalChallengesBack.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
}

.regionalChallenges h1 {
    font-weight: 300;
    line-height: 1.3;
    font-size: 3em;
}

.regionalChallenges h1.blueBold {
    font-weight: bold;
    color: #027DCB;
}

.regionalChallenges .the-blue-economy {
    max-width: 550px;
    text-align: start;
    margin-top: 60px;
    line-height: 40px;
}

.challengeBox {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    width: 100%;
    box-shadow: -3px 7px 68.6px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 600;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.numBox {
    text-align: center;
}

.numBox h1 {
    font-size: 3em;
    font-weight: 700;
    color: black;
    margin-top: 15px;
}

.numBox p {
    font-size: 25px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
.focusArea{
    padding-top: 80px;
    padding-bottom: 50px;
}
.focusArea .subTitle, .getInvolved .subTitle{
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
    flex-shrink: 0;
    color: #777777;
    line-height: 0px;
}
.focusArea h1, .getInvolved h1 {
    font-weight: 300;
    line-height: 1.3;
    font-size: 3em;
    font-weight: bold;
    color: #027DCB;
}
.strategicBox {
    background-color: white;
    padding: 35px 25px;
    width: 100%;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url("../images/strategicBack.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
}
.strategicBoxLink :hover{
    background-color: #D0EAFF;
}
.strategicBoxBlue{
    background-color: #D0EAFF;
}
.strategicBox2{
    min-height: 230px;
}
.strategicBoxLink{
    text-decoration: none;
}
.strategicBox h5{
    line-height: 24px;
    font-weight: 600;
    font-size: 20px;
    color: #027DCB;
    margin-bottom: 25px;
}
.strategicBox p{
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0px;
}
.strategicBox i{
    color: #027DCB;
    font-size: 4em;
    margin-bottom: 15px;
}
.involveBox {
    min-height: 280px;
}
.partnerItem {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(2, 125, 203, 0.12);
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.partnerLogo, .partnerLogo img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background-color: rgba(2, 125, 203, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #027DCB;
    font-size: 1.2rem;
}
.partnerName {
    font-weight: 600;
    color: #0f172a;
}
.whyLakeSection {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
}
.whyLakeList {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.whyLakeList li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    color: #4b5563;
    line-height: 1.7;
}
.whyLakeList li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #00C0E8;
}
.reviewSection{
    padding-top: 50px;
    padding-bottom: 50px;
}
.quotesImg{
    width: 80px;
    margin-bottom: 60px;
}
.reviewSection h1{
    font-size: 1.5em;
    font-weight: 600;
    -webkit-line-clamp: 2;
    margin-bottom: 40px;
}
.reviewSection p{
    font-size: 1em;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
.reviewSection h5{
    font-size: 1.2em;
    font-weight: 600;
}
.reviewImg{
    width: 100%;
    border-radius: 20px;
}
.gallerySection{
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallerySection h1{
    font-weight: 300;
    line-height: 1.3;
    font-size: 3em;
    font-weight: bold;
    color: #027DCB;
}
.galleryImg{
    width: 100%;
    border-radius: 20px;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
}
.frequentQuestionsCon{
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq-title{
    color: #027DCB;
    font-size: 2.4rem;
    font-weight: 700;
}
.faq-list{
    border-top: 1px solid rgba(0,0,0,0.06);
}
.faq-item{
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 20px 0;
}
.faq-q h5{
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}
.btn-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #02273F;
    background: #fff;
    color: #02273F;
}
.faq-a{
    display: none;
    padding-top: 15px;
    color: rgba(0,0,0,0.75);
}

@media (max-width: 767px) {
    .faq-title{
        text-align: left;
    }
    .faq-list{ padding-top: 20px; }
}
.contactBar{
    background-color: #02273F;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contactBar a{
    color: white;
    text-decoration: none;
}
.contactBar .socialBtns{
    color: black;
}
.mobileContact a{
    color: white;
    text-decoration: none;
}
footer{
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #02273F;
    color: white;
    text-align: justify;
}
.footerLogo{
    width: 200px;
    margin-bottom: 15px;
}
footer .links{
    margin-bottom: 10px;
}
footer .links a{
    color: white;
    text-decoration: none;
}
footer .links a:hover{
    color: #027DCB;
    font-weight: bold;
    transition: 0.3s;
}
footer .copyright{
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.6);
}
.missionBoxBlue{
    background-color: #027DCB;
    padding: 30px 50px 50px;
    border-radius: 15px;
    color: white;
    text-align: center;
    max-width: 450px;
    box-shadow: 0px 13px 12.6px 0px rgba(0, 0, 0, 0.15);
    min-height: 240px;
}
.missionBoxWhite{
    background-color: white;
    padding: 30px 50px 50px;
    border-radius: 15px;
    box-shadow: 0px 13px 12.6px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 450px;
    min-height: 240px;
}
.missionBoxBlue h2, .missionBoxWhite h2{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 30px;
}
.missionBoxWhite h2{
    color: #027DCB;
}
.missionBoxBlue p, .missionBoxWhite p{
    font-size: 0.9em;
    margin-bottom: 0px;
}
.donateContainer{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0050B6;
    position: relative;
    min-height: 400px;
    color: white;
    text-align: center;
}
.donateBack{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.donateContainer h1{
    font-size: 3em;
    font-weight: 200;
}
.donateContainer h1 span{
    font-weight: bold;
}
.donateContainer p{
    font-size: 0.8em;
    line-height: 35px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.donateBtn{
    background-color: white;
    color: #0050B6;
    font-weight: 700;
    font-size: 1em;
    padding: 10px 25px;
    margin-top: 30px;
}
.donateBtn:hover{
    background-color: #02273F;
}
.principlesGuidContainer{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EFF3F9;
}
.principlesGuidContainer2{
    background-color: white;
}
.principlesGuidContainer h1, .whereWeWorkContainer h1{
    color: #027DCB;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}
.principleBox{
    background-color: white;
    border-radius: 10px;
    padding: 30px 35px;
    margin-bottom: 25px;
}
.principleBox i{
    color: rgba(96, 165, 250, 1);
    font-size: 2.5em;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.principleBox h5{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.principleBox p{
    font-size: 0.9em;
    line-height: 25px;
}
.principleBox.blue{
    background-color: #027DCB;
    color: white;
}
.principleBox.blue i{
    color: white;
}
.whereWeWorkContainer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.whereWeWorkContainer p{
    font-weight: 600;
    font-size: 1.2em;
    color: #686868;
}
.whereWeWorkContainer p span{
    font-weight: bold;
}
.memberBox{
    margin-bottom: 25px;
}
.memberBox img{
    width: 100%;
    border-radius: 15px;
    height: 350px;
    object-fit: cover;
}
.memberBox h5{
    font-weight: bold;
    margin-top: 15px;
}
.memberBox p{
    font-size: 0.9em;
    color: #686868;
}
.contactContainer{
    margin-top: 150px;
    z-index: 10
}
.contactLeftCon{
    background-color: #04446C;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 50px 40px 100px;
    color: white;
}
.contactLeftCon h1{
    font-size: 2.4em;
    font-weight: bold;
    line-height: 50px;    
}
.contactLeftCon p{
    font-size: 1em;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 600;
}
.contactLeftCon p.small{
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8em;
    line-height: 25px;
    margin-top: 20px;
}
.contactLeftCon p i{
    color: #FFCC00;
}
.contactLeftCon a{
    color: white;
    text-decoration: none;
}
.contactRightCon{
    background-color: #EAEAEA;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 50px 40px 50px;
}
.contactRightCon label{
    font-weight: 600;
    color: black;
}
.contactRightCon .submitBtn{
    margin-top: 40px;
    text-transform: uppercase;
    background-color: #00C0E8;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9em;
    font-weight: 500;
    border: none;
}
.contactRightCon .submitBtn:hover{
    background-color: #04446C;
}
.programImg{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
}
.programBox{
    background-color: #EDEDED;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 4px 5px 9.4px 3px rgba(0, 0, 0, 0.25);
    min-height: 820px;
    margin-bottom: 40px;
}
.programBox h5{
    color: #027DCB;
    font-weight: bold;
    font-size: 1.3em;
}
.programBox h6{
    color: #027DCB;
    font-weight: bold;
    font-size: 1.1em;
}
.programBox p{
    margin-top: 25px;
    font-size: 0.9em;
    line-height: 20px;
    text-align: justify;
    color: #777777;
    font-weight: 500;
}
.programBox .pointDetails2{
    font-size: 0.9em;
}
.programBox .pointCon2{
    margin-bottom: 0px;
}
.drivingLongP{
    color: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    font-size: 1.1em;
    margin-top: 50px;
    text-align: justify;
}
@media (max-width: 992px) {
    .mainContainer {
        padding-top: 250px;
        height: auto;
    }
    .navbar{
        position: fixed;
        top: 0px;
        width: 100%;
    }

    .navbar-collapse {
        background-color: #02273F;
        padding: 20px;
        border-radius: 15px;
    }

    .pointNum {
        width: 32px;
    }

    .who-we-are {
        margin-top: 50px;
        font-size: 2.5em;
    }

    .regionalChallenges h1, .donateContainer h1, .principlesGuidContainer h1, .whereWeWorkContainer h1{
        font-size: 2.5em;
    }

    .whoWeAreContainer, .aboutMainContainer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .whoWeAreImg {
        width: 90%;
        margin-left: 20px;
    }

    .whoWeAreBackImg {
        bottom: -40px;
    }

    .challengeBox {
        padding: 10px;
        font-size: 18px;
    }

    .regionalChallenges {
        position: relative;
        background-image: none;
        background-size: cover;
        background-position: bottom center;
    }

    .regionalChallenges::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("../images/regionalChallengesBack.png");
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        filter: blur(2px);
        transform: scale(1.03);
        z-index: 0;
    }

    .regionalChallenges>* {
        position: relative;
        z-index: 1;
    }
    .focusArea h1, .gallerySection h1{
        font-size: 2.5em;
    }
    .reviewSection h1{
        font-size: 2.3em;
    }
    .contactLeftCon{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    .contactRightCon{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }
    .contactContainer{
        margin-top: 50px;
    }
    .mainContainerContactUs{
        max-height: 150vh;
    }
    .whereWeWorkContainerContatUs{
        padding-top: 400px;
    }
    .contactRightCon .submitBtn{
        width: 100%;
    }
}