body {
    background-color: #f8f9fa;
}

.card-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.section-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-badge {
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

.btn-primary-gradient {
    background: linear-gradient(to right, #009fff, #24BBC9);
    color: #fff;
    border: none;
}

.btn-danger-gradient {
    background: linear-gradient(to right, #f4412d, hsl(23, 70%, 46%));
    color: #fff;
    border: none;
}

.gradient-border {
    background: linear-gradient(to right, #009fff, #24BBC9);
    padding: 2px;
    /* Controls border thickness */
    border-radius: 35px;
    /* Optional rounded corners */
    display: inline-block;

}

.gradient-border>.bg-white {
    border-radius: 34px;
    padding: 10px 20px;
    /* Slightly less than parent for alignment */
}

.text-gradient {
    background: linear-gradient(to right, #009fff, #24BBC9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-weight: 600;
}

.carousel-inner {
    overflow: visible !important;
}

.accordion-button::after {
    display: none !important;
    /* Remove the default right arrow */
}

.accordion-button::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M1.5 3.5a.5.5 0 0 1 .8-.4L8 7.293 13.7 3.1a.5.5 0 0 1 .6.8L8.4 8.5a.5.5 0 0 1-.8 0L1.7 3.9a.5.5 0 0 1-.2-.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.carousel-indicators {
    bottom: -23px !important;
}

.card-icon {
    background-color: #fff7e6;
    border-radius: 50%;
    padding: 10px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #dcfce7;
    border-radius: 50%;
}

.profile-card {
    max-width: 600px;
    margin: auto;
}

.profile-icon {
    width: 64px;
    height: 64px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.sidebar {
    height: 100vh;
    position: fixed;
    top: 67px;
    /* height of top navbar */
    left: 0;
    width: 220px;
    background-color: #fff;
    padding-top: 1rem;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.sidebar.collapsed {
    width: 0;
    padding: 0;
    overflow: hidden;
}

.main-content {
    flex-grow: 1;
    margin-left: 220px;
    margin-top: 56px;
    padding: 20px;
    transition: all 0.3s ease;
}

.main-content.expanded {
    margin-left: 0;
}

.sidebar .nav-link {
    color: #009fff;
    text-decoration: none;
}

.sidebar .nav-link.active {
    background: linear-gradient(to right, #009fff, #24BBC9);
    color: #fff !important;
    border: none;
}

.sidebar .nav-link:hover {
    background-color: #e2e6ea;
}

.main-content.expanded {
    margin-left: 0;
}

.sidebar-toggler {
    border: none;
    background: none;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 10px;
}

.customer-content {
    margin-top: 50px;
}
.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}
#projectsCarousel
{
    overflow:hidden;
    padding:10px 10px 80px 10px;
}
small{
    font-size: 12px;
}
.company_details
{
    height:200px;
}