/**
 * FESIDEV Custom Styles
 * Professional overrides and additions
 */

/* ========================================
   CTA Section
   ======================================== */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #4ac0f2 0%, #03c0a8 100%);
}

.cta-section .sec-title .top-text {
    color: #fff;
}

.cta-section .sec-title .top-text:before {
    background: rgba(255, 255, 255, 0.5);
}

.cta-section .sec-title h2 {
    color: #fff;
}

.cta-section .sec-title p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.7;
}

.cta-section .cta-buttons {
    text-align: right;
    margin-top: 20px;
}

.cta-section .btn-volunteer {
    background: #fff;
    color: #03c0a8;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cta-section .btn-volunteer:hover {
    background: #333;
    color: #fff;
}

.cta-section .btn-donate {
    background: #333;
    color: #fff;
}

.cta-section .btn-donate:hover {
    background: #fff;
    color: #333;
}

@media (max-width: 991px) {
    .cta-section .cta-buttons {
        text-align: center;
        margin-top: 30px;
    }
}

/* ========================================
   About Section Overlay Fix
   ======================================== */
.about-style-three {
    position: relative;
}

.about-style-three:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.about-style-three .auto-container {
    position: relative;
    z-index: 1;
}

.about-style-three .sec-title h2,
.about-style-three .sec-title .top-text,
.about-style-three .content_block_6 .content-box .text p {
    color: #fff;
}

.about-style-three .content_block_6 .content-box .inner-box .author-box span,
.about-style-three .content_block_6 .content-box .inner-box .author-box h3 {
    color: #fff;
}

/* ========================================
   Contribution Section Text
   ======================================== */
.contribution-section .single-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-top: 5px;
}

/* ========================================
   Page Title Improvements
   ======================================== */
.page-title {
    position: relative;
}

.page-title:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

/* ========================================
   Footer Improvements
   ======================================== */
.main-footer .contact-widget .info-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.main-footer .contact-widget .info-list li i {
    margin-right: 15px;
    margin-top: 5px;
    color: #4ac0f2;
}

.main-footer .contact-widget .info-list li p {
    margin: 0;
}

.main-footer .contact-widget .info-list li a {
    color: inherit;
    transition: color 0.3s ease;
}

.main-footer .contact-widget .info-list li a:hover {
    color: #4ac0f2;
}

/* ========================================
   Video Section Text Fix
   ======================================== */
.video-style-two .text h3 span {
    color: #4ac0f2;
}

/* ========================================
   Button Improvements
   ======================================== */
.theme-btn {
    transition: all 0.3s ease;
}

.theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* ========================================
   Animation Fixes
   ======================================== */
.wow {
    visibility: visible !important;
}

/* ========================================
   Volunteer Form Section
   ======================================== */
.volunteer-form-section {
    background: #fff;
}

.volunteer-form-section .content-box {
    padding-right: 40px;
}

.volunteer-form-section .volunteer-benefits {
    padding: 20px;
    background: rgba(248, 183, 57, 0.1);
    border-radius: 10px;
    border-left: 4px solid var(--theme-color);
}

.volunteer-form-section .contact-info p {
    margin-bottom: 10px;
}

.volunteer-form-section .contact-info a {
    color: #333;
    transition: color 0.3s ease;
}

.volunteer-form-section .contact-info a:hover {
    color: var(--theme-color);
}

.volunteer-form-section .form-inner {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.volunteer-form-section .form-group {
    margin-bottom: 20px;
}

.volunteer-form-section .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.volunteer-form-section .form-group input,
.volunteer-form-section .form-group select,
.volunteer-form-section .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

.volunteer-form-section .form-group input:focus,
.volunteer-form-section .form-group select:focus,
.volunteer-form-section .form-group textarea:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(74, 192, 242, 0.1);
    outline: none;
}

.volunteer-form-section .form-group input::placeholder,
.volunteer-form-section .form-group textarea::placeholder {
    color: #999;
}

@media (max-width: 991px) {
    .volunteer-form-section .content-box {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

/* ========================================
   Service Details Section
   ======================================== */
.service-details .quote-box {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid var(--theme-color);
    margin: 30px 0;
}

.service-details .quote-box .icon {
    color: var(--theme-color);
    font-size: 30px;
    margin-bottom: 15px;
}

.service-details .quote-box p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
}

.service-details .quote-box h4 span {
    font-weight: 400;
    color: #777;
}

/* ========================================
   Responsive Improvements
   ======================================== */
@media (max-width: 767px) {
    .sec-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .page-title h1 {
        font-size: 32px;
    }
    
    .funfact-section .funfact-block {
        margin-bottom: 30px;
    }
    
    .volunteer-form-section .form-inner {
        padding: 25px;
    }
}
