

.btn-gradient:not(.btn-outline) {
    background: linear-gradient(135deg, #de5f5e 0%, #ed3535 80%) !important;
    color: #FFF;
}

.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
    background: linear-gradient(135deg, #f06664 0%, #e9090a 80%) !important;
    color: #FFF;
}

/*
* Home - Who We Are
*/
.custom-section-pull-top-1 {
    margin-top: -111px !important;
}

@media (max-width: 1199px) {
    .custom-section-pull-top-1 {
        margin-top: -70px !important;
    }
}

@media (max-width: 991px) {
    .custom-section-pull-top-1 {
        margin-top: -57px !important;
    }
}

@media (max-width: 767px) {
    .custom-section-pull-top-1 {
        margin-top: -105px !important;
    }
}

@media (max-width: 575px) {
    .custom-section-pull-top-1 {
        margin-top: -14vw !important;
    }
}

.custom-overlapping-cards {
    display: flex;
    position: relative;
}

.custom-overlapping-cards > div {
    z-index: 1;
}

.custom-overlapping-cards > div:nth-child(1) {
    max-width: 47%;
}

.custom-overlapping-cards > div:nth-child(1) img {
    transform: translate3d(-20px, -20px, 0);
}

.custom-overlapping-cards > div:nth-child(2) {
    z-index: 0;
    transform: translate3d(-50px, 50px, 0);
}

.custom-overlapping-cards > div:nth-child(2) img {
    max-width: 89%;
    transform: translate3d(70px, -20px, 0);
}

.custom-overlapping-cards .custom-overlapping-cards-puzzle-background {
    position: absolute;
    top: -80px;
    left: -158px;
    z-index: -1;
}

@media (max-width: 575px) {
    .custom-overlapping-cards {
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-overlapping-cards > .card:nth-child(1) {
        max-width: 80%;
    }
    .custom-overlapping-cards > .card:nth-child(2) {
        margin-top: 50px;
        max-width: 80%;
        transform: none;
    }
    .custom-overlapping-cards > .card:nth-child(2) img {
        max-width: 100%;
        transform: translate3d(20px, -20px, 0);
    }
}

@media (min-width: 992px){
#header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
    color: #e25352;
}
}

html .bg-color-red, html .bg-red {
    background-color: #fae7e7 !important;
}

.modal {
    height: 25%;
    overflow-x: initial;
    overflow-y: initial;
    outline: 0;
}

#logo-takima{
    width: 100%;
    max-width: 200px;
}

.promo-modal-dialog {
    max-width: min(820px, 92vw);
}

.promo-modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
}

.promo-image-wrapper {
    position: relative;
}

.promo-modal-image {
    display: block;
    width: 100%;
    max-height: 72vh;
    object-fit: fill;
    background: #f7f7f7;
}

.promo-close-button {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.promo-close-button:hover {
    transform: scale(1.08);
    background: #ffffff;
}

.promo-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 18px;
    color: #ffffff;
    background: #6f4d7d;
    font-weight: 600;
}

@media (max-width: 576px) {
    .promo-modal-footer {
        flex-direction: column;
        text-align: center;
    }
}