@media (max-width:2560px) {
    html , body{
        max-width:100%;
        overflow-x: hidden;
    }
       .navbar .nav-item .dropdown-menu {
        width: 1100px;
        left: -620px;
        top: 253px;
    }
    .bridge-to-care-section .card {
    transition: all 0.3s ease;
}

.bridge-to-care-section .card:hover {
    transform: translateY(-8px);
}

.bridge-to-care-section .card-img-top {
    height: 280px;
    object-fit: cover;
}

.bridge-to-care-section .icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5ff;
    color: #0d6efd;
    border-radius: 50%;
    font-size: 24px;
}


    


.bridge-to-sustainability-section .card {
    transition: all 0.3s ease;
}

.bridge-to-sustainability-section .card:hover {
    transform: translateY(-8px);
}

.bridge-to-sustainability-section .card-img-top {
    height: 280px;
    object-fit: cover;
}

.bridge-to-sustainability-section .icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5e9;
    color: #198754;
    border-radius: 50%;
    font-size: 24px;
}
    .learning-card{
    background:#ffffff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    border-top:5px solid #198754;
}

.learning-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.program-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    background:linear-gradient(135deg,#198754,#214e88);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:35px;
    margin-bottom:25px;
    transition:.5s;
}

.learning-card:hover .program-icon{
    transform:rotate(360deg);
}

.learning-card p{
    color:#555;
    line-height:1.9;
    text-align:justify;
}

blockquote{
    border-left:4px solid #198754;
    padding-left:18px;
    font-size:17px;
}

.feature-tag{
    display:inline-block;
    background:#eaf7ef;
    color:#198754;
    padding:8px 16px;
    border-radius:30px;
    margin:6px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.feature-tag:hover{
    background:#198754;
    color:#fff;
}
.bridge-programs{
    background:#f7fafc;
}

.program-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    transition:.4s;
    box-shadow:0 12px 35px rgb(0 0 0 / 22%);
    position:relative;
    overflow:hidden;
    border:1px solid #edf2f7;
}

.opportunity-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    border-top:5px solid #214e88;
}

.opportunity-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.program-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
    transition:.5s;
}

.program-icon i{
    transition:.5s;
}

.opportunity-card:hover .program-icon i{
    transform:rotate(360deg);
}

.bg-gradient-success{
    background:linear-gradient(135deg,#28a745,#20c997);
}

.bg-gradient-primary{
    background:linear-gradient(135deg,#214e88,#6610f2);
}


.elementor-2505 .elementor-element.elementor-element-a0dfcce .sub-menu li.menu-item:not(:last-child), .elementor-2505 .elementor-element.elementor-element-a0dfcce nav.hfe-dropdown li.menu-item:not(:last-child), .elementor-2505 .elementor-element.elementor-element-a0dfcce nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
    height: 50px;
}



.program-quote{
    border-left:5px solid #214e88;
    padding-left:18px;
    color:#555;
    font-style:italic;
    margin-bottom:25px;
}

.opportunity-card p{
    color:#666;
    line-height:1.9;
    text-align:justify;
}

.program-tag{
    display:inline-block;
    background:#eef5ff;
    color:#214e88;
    padding:8px 16px;
    margin:5px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.program-tag:hover{
    background:#214e88;
    color:#fff;
}

/* .program-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#28a745,#214e88,#ff9800);
} */

.program-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.program-card .icon{
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#214e88,#28a745);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    transition:.4s;
}

.program-card:hover .icon{
    transform:rotate(360deg) scale(1.1);
}

.program-card h3{
    font-weight:700;
    margin-bottom:15px;
}

.program-card p{
    color:#666;
    line-height:1.8;
}

.program-card ul{
    list-style:none;
    padding:0;
    margin-top:15px;
}

.program-card ul li{
    padding:8px 0;
    color:#555;
    font-weight:500;
}

.program-card ul li::before{
    content:"✔";
    color:#28a745;
    font-weight:bold;
    margin-right:10px;
}

.learning .icon{
    background:linear-gradient(135deg,#214e88,#00b4ff);
}

.opportunity .icon{
    background:linear-gradient(135deg,#ff9800,#ff5722);
}

.empowerment .icon{
    background:linear-gradient(135deg,#e91e63,#9c27b0);
}

.wellness .icon{
    background:linear-gradient(135deg,#17a2b8,#28a745);
}

.care .icon{
    background:linear-gradient(135deg,#ff9800,#ffc107);
}

.sustainability .icon{
    background:linear-gradient(135deg,#28a745,#20c997);
}




































.application-section{
    padding:70px 0;
}

.application-section .application-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.application-section .form-header{
            background: #214e88;
        color: #fff;
        padding: 20px 10px;
}

.application-section .form-header h1{
    font-weight:700;
    margin-bottom:15px;
}

.application-section .form-header p{
    margin-bottom:0;
    opacity:.95;
}

.application-section .form-body{
    padding:45px;
}

.application-section .section-title{
    font-size:22px;
    font-weight:700;
    color:#214e88;
    margin-bottom:20px;
    border-left:5px solid #08542a;
    padding-left:12px;
}
 .hero{
            background:linear-gradient(rgba(0,85,60,.78),rgba(0,85,60,.78)),
            url("https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1600&q=80");
            background-size:cover;
            background-position:center;
            color:#fff;
            padding:120px 0;
        }

        .hero h1{
            font-size:58px;
            font-weight:700;
        }

        .hero p{
            font-size:20px;
            line-height:1.8;
        }

        .btn-donate{
            background:#ff9800;
            color:#fff;
            padding:14px 35px;
            border-radius:40px;
            font-weight:600;
            transition:.3s;
        }

        .btn-donate:hover{
            background:#ff7a00;
            color:#fff;
            transform:translateY(-3px);
        }

        .section-title{
            font-size:40px;
            font-weight:700;
            color:#0c6240;
            margin-bottom:20px;
        }

        .icon-circle{
            width:70px;
            height:70px;
            border-radius:50%;
            background:#0c6240;
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:28px;
            /* margin:auto; */
            margin-bottom:20px;
        }

        .impact-card{
            background:#fff;
            border:none;
            border-radius:20px;
            padding:35px;
            box-shadow:0 10px 35px rgba(0,0,0,.08);
            transition:.4s;
            height:100%;
        }

        .impact-card:hover{
            transform:translateY(-10px);
        }

        .impact-card h4{
            color:#214e88;
                    text-align: left;
            font-weight:700;
        }

        .gift-box{
            background:#ffffff;
            border-radius:20px;
            box-shadow:0 10px 30px rgba(0,0,0,.08);
            padding:30px;
            transition:.3s;
            text-align:center;
            height:100%;
        }

        .gift-box:hover{
            background:#0c6240;
            color:#fff;
            transform:translateY(-8px);
        }

        .gift-box:hover h3{
            color:#fff;
        }

        .gift-box h3{
            color:#ff9800;
            font-weight:700;
        }

        .ways-card{
            background:#fff;
            border-radius:15px;
            box-shadow:0 8px 25px rgba(0,0,0,.08);
            padding:25px;
            transition:.3s;
            height:100%;
            text-align:center;
        }

        .ways-card:hover{
            background:#ff9800;
            color:#fff;
            transform:translateY(-8px);
        }

        .ways-card i{
            font-size:45px;
            margin-bottom:20px;
        }

        .quote{
            background:#0c6240;
            color:#fff;
            padding:80px 20px;
        }

        .quote h2{
            font-style:italic;
            line-height:1.7;
        }

.application-section .form-label{
    font-weight:600;
}

.form-control,
.application-section .form-select{
    border-radius:10px;
    padding:12px;
}

.application-section .form-check{
    margin-bottom:10px;
}

.application-section .checkbox-box{
    background:#f8f9fa;
    border-radius:12px;
    padding:20px;
    border:1px solid #e8e8e8;
    height:100%;
}

.application-section .btn-submit{
    background:linear-gradient(135deg,#214e88,#214e88);
    color:#fff;
    border:none;
    padding:15px 40px;
    font-size:18px;
    border-radius:50px;
    transition:.3s;
}

.application-section .btn-submit:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(13,110,253,.25);
}

.application-section .confirmation{
    margin-top:40px;
    background:#eafaf3;
    border-left:6px solid #28a745;
    padding:25px;
    border-radius:12px;
}

.application-section .confirmation h4{
    color:#198754;
    font-weight:700;
}

@media(max-width:768px){
    .form-header,
    .form-body{
        padding:25px;
    }
}


    .m {
        display: none;
    }

    .navbar-dark .navbar-brand {
        width: 20%;
    }

    .btn-outline-primary {
        color: #105230;
        border-color: #105230;
    }

    .btn-outline-primary:hover {
        color: #000;
        background-color: #0b532b;
        border-color: #0b532b;
    }

    .text-primary {
        color: #214e88 !important;
    }
    .u .team-item{
        height: 300px;
        background:radial-gradient(#f7f7f7, #0b532938);
    }
    .u .team-text{
        padding-top: 130px;
    }


}

@media (max-width:1440px) {
  .navbar .nav-item .dropdown-menu {
        width: 900px;
        left: -400px;
        top: 253px;
    }
}
@media (max-width:1024px) {
        .navbar{
           padding:5px 15px!important;
        }
        .navbar .navbar-nav .nav-link {
    margin-right: 7px!important;
}




        .navbar .btn{
           padding:0px!important;
        }
     .navbar .nav-item .dropdown-menu {
        width: 1000px;
        left: -365px;
        top: 253px;
    }
.u .team-item{
        height: 220px;
        background:#1e548e1a;
    }
    .u .team-text{
        padding-top: 100px;
    }
}
@media (max-width:768px) {
    .navbar .nav-item .dropdown-menu {
        width: 721px;
        left: -365px;
        top: 253px;
    }
    .u .team-item{
        height: 216px;
        background:#1e548e1a;
    }
    .navbar-dark .navbar-brand {
        width: 65%;
    }
    .m {
        display: block;
    }

    .d {
        display: none;
    }


}

@media (max-width: 576px) {
        .navbar .nav-item .dropdown-menu {
        width: 528px;
    }
    .u .team-item {
        height: 151px;
        background: #1e548e1a;
    }
    .u .team-text{
        padding-top: 60px;
    }
}

@media (max-width: 425px) {
    .navbar .nav-item .dropdown-menu {
        width: 379px;
    }
    .u .team-item {
        height: 108px;
        background: #1e548e1a;
    }
    .u .team-text{
        padding-top: 40px;
    }
}

@media (max-width: 375px) {
    .navbar .nav-item .dropdown-menu {
        width: 324px;
    }
    .u .team-item {
        height: 88px;
        background: #1e548e1a;
    }
    .u .team-text{
        padding-top: 35px;
    }
    .u h5{
        font-size:15px;
    }
}

@media (max-width: 320px) {
    .navbar .nav-item .dropdown-menu {
        width: 278px;
    }
    }





:root {
    --primary: #FF6F0F;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: #07542a;
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgb(22 77 134);
    background: #214e88;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 25px 0;
    color: #214e88;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #07542a;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #ffffff;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #07542a;
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgb(33 78 136 / 43%);
}


/*** Donate ***/
.donate {
    background:linear-gradient(45deg, #214e88, transparent);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: #07542a;
    border-color: #07542a;
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    /* height: 100px; */
    transition: .5s;
}

.team-item:hover .team-text {
    /* margin-top: -60px; */
    /* height: 160px; */
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: #07542a;
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: #07542a;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #214e88;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background:#214e88!important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}
.impact-section{
        background: linear-gradient(135deg,#214e88,#198754);
        padding:80px 0;
        color:#fff;
    }

    .impact-title{
        font-size:40px;
        font-weight:700;
    }

    .impact-title span{
        color:#ffd54f;
    }

    .accordion-button:not(.collapsed) {
    color: #214e88;
    background-color: #214e8826;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #214e88;
    outline: 0;
    box-shadow: 0 0 0 1px #214e88;
}
.accordion-button {
    color: #214e88;
}

    .impact-card{
        background:linear-gradient(180deg, #214e8838, transparent);
        backdrop-filter: blur(8px);
        border-radius:20px;
        padding:35px 20px;
        text-align:center;
        transition:.4s;
        height:100%;
        border:1px solid rgb(33 78 136);
    }

    .impact-card:hover{
        transform:translateY(-10px);
        background:rgba(255,255,255,0.18);
    }

    .impact-icon{
        font-size:55px;
        color:#09522a;
        margin-bottom:20px;
    }

    .counter{
        font-size:48px;
        font-weight:700;
        color:#214e88;
    }

    .counter::after{
        content:"+";
    }

    .impact-card h5{
        margin-top:10px;
        font-weight:600;
        letter-spacing:.5px;
    }

    .impact-card p{
        color:#000000;
        font-size:15px;
        margin-top:10px;
                text-align: left;
    }
    .bridge-section{
    padding:90px 0;
    background:#f8fbfd;
}

.bridge-title{
    font-size:45px;
    font-weight:700;
    color:#0c6240;
}

.bridge-subtitle{
    max-width:900px;
    margin:auto;
    font-size:18px;
    color:#666;
    line-height:1.9;
}

.bridge-accordion .accordion-item{
    border:none;
    border-radius:18px !important;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.bridge-accordion .accordion-button{
    font-size:22px;
    font-weight:600;
    color:#214e88;
    padding:22px;
    background:#fff;
}

.bridge-accordion .accordion-button:not(.collapsed){
    background:#214e88;
    color:#fff;
}

.bridge-accordion .accordion-button:focus{
    box-shadow:none;
}

.bridge-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#e8f7ef;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    color:#0c6240;
    font-size:22px;
}

.bridge-list{
    list-style:none;
    padding-left:0;
}

.bridge-list li{
    padding:8px 0;
    font-size:17px;
}

.bridge-list i{
    color:#28a745;
    margin-right:10px;
}

.bridge-quote{
    background:#f5fff8;
    border-left:5px solid #0c6240;
    padding:18px;
    border-radius:10px;
    font-style:italic;
    color:#0c6240;
    margin-top:20px;
}

.join-box{
    background:linear-gradient(135deg,#0c6240,#159b69);
    color:#fff;
    border-radius:25px;
    padding:60px 40px;
    margin-top:70px;
}

.join-box h2{
    font-weight:700;
}

.join-box p{
    font-size:18px;
    line-height:1.9;
}

.btn-hope{
    background:#ffc107;
    color:#000;
    border-radius:40px;
    padding:15px 40px;
    font-weight:600;
    transition:.3s;
}

.btn-hope:hover{
    background:#ff9800;
    color:#fff;
    transform:translateY(-3px);
}

    @media(max-width:768px){
        .impact-title{
            font-size:30px;
        }

        .counter{
            font-size:38px;
        }
    }
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #07542a;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:rgb(255 255 255);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #07542a;
}