/* Welfare Template Integration Styles */

/* Typography */
body {
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Dosis", Arial, sans-serif;
    color: #000000;
}

a {
    transition: .3s all ease;
    color: #f86f2d;
}

a:hover {
    text-decoration: none;
    color: #fe5810;
}

/* Navbar Styling - Light Theme */
.ftco_navbar {
    padding: 10px 0;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ftco_navbar .navbar-brand {
    color: #000 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.ftco_navbar .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000 !important;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

.ftco_navbar .navbar-nav > .nav-item > .nav-link:hover {
    color: #f86f2d !important;
}

.ftco_navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #f7ca44 !important;
}

.ftco_navbar .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco_navbar .navbar-toggler:focus {
    outline: none !important;
}

.ftco_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 0;
    background: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Dropdown Menu Styling */
.ftco_navbar .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.ftco_navbar .dropdown-item {
    color: #000;
    padding: 10px 20px;
    font-size: 13px;
}

.ftco_navbar .dropdown-item:hover,
.ftco_navbar .dropdown-item:focus {
    background: #f7ca44 !important;
    color: #000 !important;
}

.ftco_navbar .dropdown-item.active,
.ftco_navbar .dropdown-item:active {
    background: #f7ca44 !important;
    color: #000 !important;
}

/* Hero Section */
.hero-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000;
}

.slider-text {
    height: 650px;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.slider-text p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

/* Sections */
.ftco-section {
    padding: 7em 0;
    position: relative;
}

.heading-section h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.heading-section p {
    font-size: 18px;
    color: #666;
}

/* Buttons */
.btn {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: #f7ca44 !important;
    border-color: #f7ca44 !important;
    color: #000 !important;
}

.btn-primary:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.btn-white:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-danger {
    background: #f7ca44 !important;
    border: none !important;
    color: #000 !important;
}

.btn-danger:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Cards */
.block-6 {
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.block-6:hover {
    box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.block-6 .icon {
    width: 100px;
    height: 100px;
}

.block-6 .icon span {
    color: #f86f2d;
    font-size: 50px;
}

.cause-entry {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.2);
}

.cause-entry .img {
    height: 300px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cause-entry .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cause-entry .text h3 a {
    color: #000000;
}

.cause-entry .text h3 a:hover {
    color: #f86f2d;
}

/* Blog Entry */
.blog-entry {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.2);
}

.blog-entry .block-20 {
    height: 300px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-entry .text h3 {
    font-size: 20px;
    font-weight: 600;
}

.blog-entry .text h3 a {
    color: #000000;
}

.blog-entry .text h3 a:hover {
    color: #f86f2d;
}

/* Counter Section */
.ftco-counter {
    padding: 0;
}

.ftco-counter .block-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 30px;
}

.ftco-counter .block-18.color-1 {
    background: #f7ca44;
}

.ftco-counter .block-18.color-2 {
    background: #ffa45c;
}

.ftco-counter .block-18.color-3 {
    background: #17a2b8;
}

.ftco-counter .block-18 .text {
    width: 100%;
}

.ftco-counter .block-18 .text span,
.ftco-counter .block-18 .text strong,
.ftco-counter .block-18 .text h3 {
    color: #fff;
}

.ftco-counter .block-18 .text strong {
    font-size: 60px;
    display: block;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
}

/* Footer */
.ftco-footer {
    font-size: 16px;
    padding: 7em 0;
    background: #000000;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Animations */
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.ftco-animated {
    opacity: 1;
    visibility: visible;
}

/* Progress bars */
.progress {
    height: 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
}

.progress-bar {
    background: #f7ca44 !important;
}

/* Utilities */
.bg-light {
    background: #f8f9fa !important;
}

.bg-primary {
    background: #f7ca44 !important;
}

.text-primary {
    color: #f7ca44 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000;
}

/* Back to top button enhancement */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

/* Make existing RSDA content responsive to new styles */
.breadcrumbs span {
    color: #777;
}

.breadcrumbs span a {
    color: #777;
}

.breadcrumbs span a:hover {
    color: #a1ae1c;
}

/* Dropdown menus */
.dropdown-menu {
    border: none;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.dropdown-item:hover {
    background: #f7ca44;
    color: #000;
}
