.details .details-body {
    background-color: #3d3d3d;
    width: 100%;
    padding-top: 5rem;
}

.breadcrumb {
    margin-top: 5rem;
}

#breadcrumb-link {
    color: white;
    background: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#breadcrumb-link i {
    font-size: 3rem;
}

#breadcrumb-link .back {
    font-size: 1.5rem;
}

.card {
    background-color: white;
    border-radius: 20px;
}

.input-border {
    width: 5px;
    height: 24px;
    background-color: var(--light-red);
    border-radius: 10px;
    margin-right: 0.5rem;
}

.form-input {
    border-color: black;
    border-radius: 15px;
    border-width: 2px;
}

.submit-btn {
    background: #EDF2F4;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    border-color: transparent;
    color: #0B090A;
    font-style: normal;
    font-weight: 500;
    padding: 12px 22px;
    gap: 10px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: scale(1.1);
}

.submit-btn:hover:disabled {
    transform: none;
}

.span-style {
    font-weight: 400;
    font-size: 1.3rem;
}

.youtube-frame {
    width: 100%;
    border-radius: 20px;
}

#title-divider {
    background-color: black;
    height: 2px;
    width: 100%;
}

#thumbnail {
    border-radius: 20px;
}

.responsibility-img {
    width: 100%;
    border-radius: 20px;
}

#share-icon {
    max-width: 48px;
    border-radius: 5px;
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.carousel-control-prev {
    left: -4%;
}

.carousel-control-next {
    right: -4%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.blockquote p {
    font-weight: 500;
    font-style: italic;
}

.case-study-title {
    color: white;
    background-color: #15CD8B;
    font-size: 1.4rem;
    padding: 0.2rem 0.8rem;
    border-radius: 8px;
}

.video-container {
    width: 100%;
    height: 80vh;
    border-radius: 20px;
}

.download-button {
    color: white;
    background: #E5383B;
    border-color: transparent;
    box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    padding: 12px 20px;
    gap: 10px;
    transition: all 0.3s ease;
}

.download-button:hover {
    transform: scale(1.1);
}

.blog-btn {
    background-color: #ffe500 !important;
    color: black !important;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    background-color: black !important;
    color: white !important;
}

.info-graphic-btn {
    background-color: #6691fe !important;
    color: white !important;
    transition: all 0.3s ease;
}

.info-graphic-btn:hover {
    background-color: black !important;
    color: white !important;
}

.event-btn {
    background-color: #9a5fe6 !important;
    color: black !important;
    transition: all 0.3s ease;
}

.event-btn:hover {
    background-color: black !important;
    color: white !important;
}

.video-btn {
    background-color: #274c77 !important;
    color: white !important;
    transition: all 0.3s ease;
}

.video-btn:hover {
    background-color: black !important;
    color: white !important;
}

.case-study-btn {
    background-color: #15cd8b !important;
    color: black !important;
    transition: all 0.3s ease;
}

.case-study-btn:hover {
    background-color: black !important;
    color: white !important;
}

.responsibility-btn {
    background-color: #15daff !important;
    color: black !important;
    transition: all 0.3s ease;
}

.responsibility-btn:hover {
    background-color: black !important;
    color: white !important;
}

@media screen and (max-width: 768px) {
    .video-container {
        width: 100%;
        height: 35vh;
        border-radius: 20px;
    }
}