/*
Theme Name: Consulting Child
Theme URI: https://example.com/
Description: A child theme for the Consulting theme
Author: Your Name
Author URI: https://example.com/
Template: consulting
Version: 1.0.0
*/

/* Full-width background with container */
.full-width-bg {
    background-color: #000; /* Black background */
    width: 100%; /* Ensure full width */
    padding: 30px 0; /* Padding for spacing */
}

.full-width-bg .container {
    max-width: 1140px; /* Content width (Bootstrap standard) */
    margin: 0 auto; /* Center align */
    color: #fff; /* White text for contrast */
}

#pre-header-core, #header-core, #header-sticky-core, #content-core, #footer-core, #sub-footer-core, #sub-footer-widgets, #sub-footer-close, #notification-core, #intro-core, #introaction-core, #outroaction-core {
    display: block;
    max-width: auto;
    margin: 0 auto;
}

.btn a {
    text-decoration: none !important;
}

/* Vertically Center Custom Buttons */
#prevBtn, #nextBtn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#prevBtn i, #nextBtn i {
    color: #333;
    font-size: 1.2rem;
}

#prevBtn:hover i, #nextBtn:hover i {
    color: #000;
}

/* Card Adjustments */
.carousel-item .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.carousel-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}






