/**
 * AFAD Welfare Theme CSS
 * Based on Welfare by Colorlib (Bootstrap 4 → adapted for Bootstrap 5)
 * Original Welfare orange palette: #f86f2d (primary), #fa8f3d (secondary), #faaa3a (tertiary)
 */

/* ==============================
   Google Fonts & Body
================================= */
body {
    font-family: "Overpass", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: gray;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #f86f2d;
}

a:hover {
    text-decoration: none;
    color: #f86f2d;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.4;
    color: #000;
    font-family: "Dosis", Arial, sans-serif;
    font-weight: 400;
}

/* ==============================
   Navbar: ftco-navbar-light
================================= */
.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1030;
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #1a1a1a !important;
        position: relative;
        top: 0;
    }

    .ftco-navbar-light .navbar-nav {
        align-items: flex-start;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        padding: 0.35rem 1.25rem !important;
        margin-left: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 15px !important;
        line-height: 1.5;
        border-radius: 30px !important;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.cta>a .cta-text {
        display: inline-block !important;
        /* Make sure text shows up! */
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
}

.ftco-navbar-light .navbar-brand img {
    filter: brightness(0) invert(1);
    transition: filter .3s ease;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 15px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 16px;
    padding-right: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    letter-spacing: .02em;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover,
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:focus {
    color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:active,
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active {
    color: #f86f2d !important;
}

/* Dropdown */
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    border-top: 5px solid #f86f2d;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 0;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #333;
    padding: .45rem 1.2rem;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover {
    background: #f8f9fa;
    color: #f86f2d;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:active {
    background: #fff6f2;
    color: #f86f2d;
}

/* Active nav item — transparent navbar */
.ftco-navbar-light .navbar-nav>.nav-item.active>a,
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active {
    color: #f86f2d !important;
}

/* CTA (Donate) button in nav */
.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff !important;
    border: 1px solid #f86f2d;
    background: #f86f2d;
    padding: .4rem 1.2rem;
    margin-top: 4px;
    border-radius: 30px;
    font-weight: 600;
    transition: background .2s ease, border-color .2s ease;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .ftco-navbar-light .navbar-brand img {
        height: 40px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.cta>a,
    .ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a {
        white-space: nowrap;
        padding: .35rem 1rem;
        font-size: 14px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ftco-navbar-light .navbar-brand img {
        height: 36px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.cta>a,
    .ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a {
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 6px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.cta>a .cta-text {
        display: none !important;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.cta>a i,
    .ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a i {
        font-size: 16px !important;
        margin: 0 !important;
    }
}


.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover,
.ftco-navbar-light .navbar-nav>.nav-item.cta>a:focus {
    color: #fff !important;
    background: #e05a1a !important;
    border-color: #e05a1a !important;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:active,
.ftco-navbar-light .navbar-nav>.nav-item.cta>a.active {
    color: #fff !important;
    background: #c44d12 !important;
    border-color: #c44d12 !important;
}

/* Toggler */
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
}

.ftco-navbar-light .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='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.ftco-navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

/* ==============================
   Scrolled Navbar (Sticky White)
================================= */
.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000;
}

.ftco-navbar-light.scrolled .navbar-brand img {
    filter: none;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link {
    color: #222 !important;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link:hover,
.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link:active,
.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link.active {
    color: #f86f2d !important;
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #f86f2d !important;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a {
    color: #fff !important;
    background: #f86f2d;
    border: none !important;
    border-radius: 30px;
    transition: background .2s ease;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a:hover,
.ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a:focus {
    color: #fff !important;
    background: #e05a1a !important;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a:active,
.ftco-navbar-light.scrolled .navbar-nav>.nav-item.cta>a.active {
    color: #fff !important;
    background: #c44d12 !important;
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.6) !important;
}

.ftco-navbar-light.scrolled .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='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none !important;
}

/* Awake / Sleep transition */
.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

/* ==============================
   Hero Wrap (Full-screen Carousel)
================================= */
.hero-wrap {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-wrap.hero-wrap-2 {
    height: 520px;
    min-height: 400px;
}

/* Each carousel item in hero */
.hero-wrap .carousel-inner {
    height: 100%;
}

.hero-wrap .carousel-item {
    height: 100vh;
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-wrap.hero-wrap-2 .carousel-item {
    height: 520px;
    min-height: 400px;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .55;
    background: #000;
    z-index: 1;
}

/* Slider text inside hero */
.hero-wrap .slider-text {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%;
}

.hero-wrap .slider-text h1 {
    font-size: 56px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

@media (max-width: 991.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 36px;
    }

    .hero-wrap .carousel-item,
    .hero-wrap {
        min-height: 520px;
    }
}

@media (max-width: 575.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 28px;
    }
}

.hero-wrap .slider-text p {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, .85);
}

.hero-wrap .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero-wrap .slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, .7);
    border-bottom: 2px solid rgba(255, 255, 255, .15);
}

.hero-wrap .slider-text .breadcrumbs span a {
    color: #fff;
}

/* Carousel controls inside hero */
.hero-wrap .carousel-control-prev,
.hero-wrap .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin: 0 1rem;
    z-index: 3;
    opacity: 0;
    transition: opacity .3s;
}

.hero-wrap:hover .carousel-control-prev,
.hero-wrap:hover .carousel-control-next {
    opacity: 1;
}

.hero-wrap .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .6);
    z-index: 3;
}

.hero-wrap .carousel-indicators .active {
    background: #fff;
}

/* btn-white for hero */
.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 0;
}

.btn-white:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, .7);
    background: none;
    border-width: 2px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus {
    background: #fff;
    border-color: #fff;
    color: #f86f2d;
}

/* ==============================
   Page Loader
================================= */
#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 9999;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* ==============================
   AOS / ftco-animate
================================= */
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

/* ==============================
   Section Titles (heading-section)
================================= */
.heading-section h2 {
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 26px;
    }
}

.heading-section .subheading {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 8px;
    color: #f86f2d;
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, .9);
}

.heading-section.heading-section-white h2 {
    font-size: 30px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, .9);
}

/* Section divider line under heading */
.heading-section h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #f86f2d;
    margin: 12px auto 0;
}

.heading-section.text-start h2::after {
    margin: 12px 0 0;
}

/* ==============================
   ftco-section padding
================================= */
.ftco-section {
    padding: 6em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 4em 0;
    }
}

/* ==============================
   Blog / News Cards  (blog-entry)
================================= */
.blog-entry {
    border: 1px solid #f2f2f2;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, .2);
    transition: transform .3s ease, box-shadow .3s ease;
}

.blog-entry:hover {
    transform: translateY(-4px);
    -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, .2);
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, .2);
}

.blog-entry .block-20 {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-entry .text .heading {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
}

.blog-entry .text .heading a {
    color: #000;
}

.blog-entry .text .heading a:hover {
    color: #f86f2d;
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: gray;
}

.blog-entry .meta>div a {
    color: gray;
}

.blog-entry .meta>div a:hover {
    color: #555;
}

/* ==============================
   Counter / ftco-intro
================================= */
.ftco-intro {
    position: relative;
    z-index: 1;
}

.ftco-intro .block-18 {
    display: block;
    width: 100%;
    padding: 40px 30px;
}

.ftco-intro .block-18.color-1 {
    background: #f86f2d;
}

.ftco-intro .block-18.color-2 {
    background: #fa8f3d;
}

.ftco-intro .block-18.color-3 {
    background: #faaa3a;
}

.ftco-intro .block-18 .text strong {
    font-size: 54px;
    color: #000;
    font-weight: 300;
    display: block;
}

.ftco-intro .block-18 .text span {
    display: block;
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
}

.ftco-intro .block-18 .text h3 {
    color: #000;
}

.ftco-intro .block-18 .text p {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
}

/* ==============================
   Services block
================================= */
.services .icon span {
    font-size: 48px;
    color: #f86f2d;
}

.services h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

/* ==============================
   Cause Card
================================= */
.cause-entry {
    background: #fff;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 4px;
}

.cause-entry .img {
    display: block;
    height: 280px;
    background-size: cover;
    background-position: center;
}

.cause-entry .text h3 a {
    color: #000;
}

.cause-entry .text .custom-progress-success {
    background-color: #f2f2f2;
    height: .3rem;
    border-radius: 4px;
    margin-bottom: 16px;
}

.cause-entry span.donation-time {
    font-style: italic;
    color: #cfcfcf;
}

.cause-entry span.fund-raised {
    color: #000;
}

/* ==============================
   Gallery
================================= */
.ftco-gallery {
    position: relative;
}

.gallery {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .25);
    transition: all .3s ease;
}

@media (max-width: 767.98px) {
    .gallery {
        width: 50%;
    }
}

.gallery.img {
    display: block;
    height: 280px;
}

.gallery .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .85);
    opacity: 0;
    border-radius: 50%;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
}

.gallery .icon span {
    color: #f86f2d;
}

.gallery:hover .icon {
    opacity: 1;
}

.gallery:hover::after {
    opacity: 0;
}

/* ==============================
   Staff / Person Card
================================= */
.staff {
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.staff .img {
    width: 100px;
    height: 100px;
    border: 4px solid #f0f0f0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.staff .info h3 {
    font-size: 22px;
}

.staff .info h3 a {
    color: #000;
}

.staff .info span.position {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    color: #999;
}

.staff .text p span {
    font-size: 18px;
    font-weight: 500;
    color: #7cbd1e;
}

/* ==============================
   Block-21 (footer recent posts)
================================= */
.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 16px;
}

.block-21 .text .heading a {
    color: rgba(255, 255, 255, .8);
}

.block-21 .text .heading a:hover {
    color: #f86f2d;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
}

/* ==============================
   Block-23 (contact list)
================================= */
.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 14px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, .75);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 38px;
    font-size: 17px;
    padding-top: 2px;
    color: #fff;
}

/* ==============================
   Footer
================================= */
.ftco-footer {
    font-size: 16px;
    padding: 6em 0;
    background: #1a1a1a;
}

.ftco-footer .ftco-footer-widget h2.ftco-heading-2 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 36px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.ftco-footer .ftco-footer-widget h2.ftco-heading-2::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: '';
    width: 50px;
    height: 2px;
    background: #f86f2d;
}

.ftco-footer p {
    color: rgba(255, 255, 255, .7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, .7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 8px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 44px;
    width: 44px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, .07);
    border-radius: 50%;
    position: relative;
    transition: background .3s;
}

.ftco-footer-social li a:hover {
    background: #f86f2d;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

/* ==============================
   Buttons (themed overrides)
================================= */
.btn {
    cursor: pointer;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .35);
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #f86f2d;
    border: 1px solid #f86f2d;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #e05a1a;
    border-color: #e05a1a;
}

/* ==============================
   Volunteer / CTA Section
================================= */
.ftco-section-3 {
    padding: 7em 0;
    position: relative;
}

.ftco-section-3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #f86f2d;
}

.volunteer h3 {
    color: #fff;
}

.volunter-form .form-control {
    border: 2px solid rgba(255, 255, 255, .7);
    background: transparent !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.volunter-form .form-control::placeholder {
    color: rgba(255, 255, 255, .7);
}

.volunter-form .form-control:focus {
    border-color: #fff;
}

.volunter-form textarea.form-control {
    height: inherit !important;
}

/* ==============================
   Form Controls (global override)
================================= */
.form-control {
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #f86f2d;
    box-shadow: 0 0 0 .2rem rgba(248, 111, 45, .15) !important;
}

/* ==============================
   Map
================================= */
#map {
    height: 400px;
    width: 100%;
}

@media (max-width: 991.98px) {
    #map {
        height: 280px;
    }
}

/* ==============================
   Back to Top
================================= */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    border-radius: 50% !important;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    box-shadow: 0 4px 15px rgba(248, 111, 45, .4);
}

.back-to-top.show-btn {
    opacity: 1;
}

/* ==============================
   Featured Programs Image Card
================================= */
.featuredImage {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.featuredImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.featuredImage:hover img {
    transform: scale(1.06);
}

.featuredImage .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    padding: 20px 15px 15px;
    color: #fff;
    transition: all .3s ease;
    opacity: 0;
}

.featuredImage:hover .overlay {
    opacity: 1;
}

.featuredImage .overlay .h4 {
    color: #fff;
    font-size: 17px;
}

.featuredImage .overlay .textmuted {
    font-size: 13px;
    color: rgba(255, 255, 255, .85);
}

/* ==============================
   Miscellaneous
================================= */
.img,
.hero-wrap,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.text-primary {
    color: #f86f2d !important;
}

.bg-primary {
    background: #f86f2d !important;
}