/* AfroTender Light Theme - AdminLTE Style */
/* ========================================= */

/* Reset dark theme styles and apply light theme */
body {
    background-color: #f4f6f9 !important;
    color: #495057 !important;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header and Navigation */
.banner-area {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%) !important;
}

.banner-content2 h1 {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.banner-content2 p {
    color: rgba(255,255,255,0.9) !important;
}

.btn-white {
    background-color: #ffffff !important;
    color: #007bff !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-white:hover {
    background-color: #f8f9fa !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Sections */
.bg-grey {
    background-color: #f8f9fa !important;
}

.section {
    background-color: #ffffff !important;
    border-radius: 0.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.section-heading h2 {
    color: #343a40 !important;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 0.5rem;
}

/* Feature Blocks */
.feature-block {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.img-icon-block {
    background: linear-gradient(135deg, #007bff 0%, #00c9ff 100%) !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.img-icon-block i {
    color: #ffffff !important;
    font-size: 2rem;
}

.feature-block h4 {
    color: #343a40 !important;
    font-weight: 600;
}

.feature-block p {
    color: #6c757d !important;
    line-height: 1.6;
}

/* Service Blocks */
.service-block {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.service-block:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.1);
}

.service-icon {
    background: #e9f7fe !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.service-icon i {
    color: #007bff !important;
    font-size: 1.5rem;
}

.service-inner-content h4 {
    color: #343a40 !important;
    margin-bottom: 0.5rem;
}

/* Cards and Boxes */
.card, .pricing-box, .blog-box, .single-project, .test-inner {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
}

.pricing-box:hover, .blog-box:hover, .single-project:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.pricing-box {
    padding: 2rem !important;
    text-align: center;
}

.price-block h2 {
    color: #007bff !important;
    font-size: 3rem;
    margin: 1rem 0;
}

.price-block span {
    color: #6c757d !important;
    font-size: 1rem;
    font-weight: normal;
}

.btn-outline-dark {
    border-color: #6c757d !important;
    color: #6c757d !important;
}

.btn-outline-dark:hover {
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}

/* Tender Items */
.blog-content {
    padding: 1.5rem !important;
}

.blog-content h6 {
    color: #6c757d !important;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.blog-content h4 {
    color: #343a40 !important;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.form-text {
    color: #6c757d !important;
    margin-bottom: 0.25rem;
}

.text-danger {
    color: #dc3545 !important;
    font-weight: 500;
}

.text-primary {
    color: #007bff !important;
}

.read-more {
    color: #007bff !important;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1rem;
}

.read-more:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

/* Testimonials */
.test-inner {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-left: 4px solid #007bff !important;
    position: relative;
}

.test-inner i.fa-quote-right {
    color: #007bff !important;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
}

.test-author-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #e9ecef;
}

.test-author-info h4 {
    color: #343a40 !important;
    margin-bottom: 0.25rem;
}

.test-author-info h6 {
    color: #6c757d !important;
    font-size: 0.875rem;
}

/* Process Blocks */
.process-block {
    text-align: center;
    padding: 2rem !important;
    background: #ffffff !important;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.process-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.process-block img {
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.process-block h3 {
    color: #343a40 !important;
    margin-bottom: 1rem;
}

/* Web Service Blocks */
.web-service-block {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.web-service-block:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.web-service-block i {
    font-size: 3rem;
    color: #007bff !important;
    margin-bottom: 1.5rem;
    display: block;
}

.web-service-block h3 {
    color: #343a40 !important;
    margin-bottom: 1rem;
}

/* Dark Text Overrides */
.text-white:not(.banner-content2 *) {
    color: #343a40 !important;
}

.text-white.section-heading h2,
.text-white.section-heading p {
    color: #ffffff !important;
}

/* Special Sections */
#services-2 {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%) !important;
}

#projects-wrap {
    background: linear-gradient(135deg, #343a40 0%, #495057 100%) !important;
    position: relative;
}

#projects-wrap .overlay {
    background: rgba(0,0,0,0.7) !important;
}

#projects-wrap .section-heading h1,
#projects-wrap .lead {
    color: #ffffff !important;
}

/* Project Content */
.project-content {
    background: rgba(255,255,255,0.95) !important;
    padding: 1.5rem !important;
    border-top: 3px solid #007bff;
}

.project-content h4 {
    color: #343a40 !important;
    margin-bottom: 0.5rem;
}

.project-content-block {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 0.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.project-content-block h4 {
    color: #6c757d !important;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.project-content-block h2 {
    color: #343a40 !important;
    margin-bottom: 1rem;
}

/* Buttons */
.btn-circled {
    border-radius: 50px !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
}

/* Form Elements */
.form-control, .form-select {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    color: #495057 !important;
}

.form-control:focus, .form-select:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

/* Badges */
.badge {
    background-color: #6c757d !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0.25em 0.6em;
}

/* Tables */
.table {
    background-color: #ffffff !important;
    color: #495057 !important;
}

.table th {
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
    color: #343a40 !important;
    font-weight: 600;
}

.table td {
    border-color: #dee2e6 !important;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0,0,0,0.1) !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .feature-block,
    .service-block,
    .pricing-box,
    .web-service-block {
        margin-bottom: 1.5rem;
    }
    
    .banner-content2 h1 {
        font-size: 2.5rem;
    }
}

/* Print Styles */
@media print {
    .banner-area,
    .btn,
    .carousel-controls {
        display: none !important;
    }
    
    .card,
    .pricing-box,
    .blog-box {
        border: 1px solid #000 !important;
        box-shadow: none !important;
        break-inside: avoid;
    }
}