body {
    overflow-x: hidden;
}

.header-area .main-header-area {
    background: var(--primary-cine) !important;
}

.bradcam_area.overlay::before {
    background: var(--secondary-cine) !important;
}

.hightlight {
    color: var(--primary-cine);
    font-weight: bold;
}

.popular_causes_area.cause_details .single_cause .causes_content {
    padding-top: 0 !important;
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #0c0d03 !important;
}
h1,
h2,
h3,
h4,
h5,
footer a:hover,
footer i:hover,
.header-area .main-header-area .Appointment .book_btn a:hover,
.header-area .header-top_area .social_media_links a:hover {
    color: var(--primary-cine) !important;
}

.rouanet {
    position: relative;
    right: 0;
}
.label {
    position: absolute;
    right: 0;
    bottom: -8px;
    font-size: 10px;
    color: #ffb800 !important;
    line-height: 1;
    text-transform: lowercase;
    z-index: 9999;
}

@media screen and (max-width: 991px) {
    .label {
        left: 10px;
        bottom: -0;
    }
}
.gov {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 12px;
    margin-top: 20px;
}

.gov > div {
    display: flex;
    flex-direction: column;
}

.btn-success,
.btn-success:focus {
    background: var(--primary-cine) !important;
    border-color: var(--primary-cine) !important;
    box-shadow: none !important;
}

.cine-primary {
    background-color: var(--secondary-cine);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 5px;
    width: 100%;
    text-align: left;
}
details {
    margin-bottom: 10px;
}
summary {
    outline: none;
}
summary::-webkit-details-marker {
    display: none;
}

.patrocinio h2 {
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.patrocinio p {
    color: white !important;
}
.featured-section.background.patrocinio:before {
    background-color: var(--primary-cine) !important;
}

.btn-success.patrocinio {
    background: #ffb800 !important;
    color: #000 !important;
}

@media screen and (max-width: 991px) {
    .cine-img {
        width: 100%;
        height: 90%;
    }
}

.bradcam_area h3 {
    margin-bottom: 40px !important;
}
