#banner {
    /* background: linear-gradient(69.66deg, #FFF2C9 0%, #FAFAFA 64.71%, #FFFFFF 98.18%); */
    hr {
        color: #D4AF37;
        height: 4px;
        background: #D4AF37;
        border-radius: 9px;
        opacity: 0.8;
        width: 30%;
        margin: 0 0 1rem 0;
    }
}

#timelineScroll {
  -webkit-overflow-scrolling: touch; /* smoother touch scrolling on iOS */
}
#history {
    .card {
        background: #FFFDF6;
        border: 0.5px solid var(--Primary_Yellow, #D4AF37);
    }
    .sml_text {
        font-size: 12px;
    }
    .text-back {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: 700;
        -webkit-text-fill-color: #ffffff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #981D1F;
        text-shadow: none;
        transform: translateY(2px);
        z-index: 1;
        font-size: clamp(32px, 8vw, 35px) !important;
        line-height: 2.5; /* Slightly taller */
    }
    .line {
        height: 5rem;
        background: #D4AF37;
        width: 1px;
        justify-self: center;
    }
    hr {
        color: #D4AF37;
        height: 1px;
        background: #D4AF37;
        border-radius: 9px;
        opacity: 0.8;
        width: 100%;
        margin: 0;
    }
    .top-txt {
        margin-top: -7rem;
    }
    .btm-txt {
        margin-top: 7.34rem;
    }

    .timeline_flex {
        flex-flow: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .timeline_flex::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .card {
        height: 130px;
        overflow-y: scroll;
    }
}
#mission {
    .crd-1 {
        background: #FFF9F9;
        border: 1px solid var(--Sec_Meron, #981D1F);
        .card {
            width: fit-content;
            background: #ffe6e6;
        }
    }
    .crd-2 {
        background: #FFFBEF;
        border: 1px solid var(--Primary_Yellow, #D4AF37);
        .card {
            width: fit-content;
            background: #FFF3CF;
        }
    }
}
#david {
    .item {
        background: linear-gradient(180deg, #FFFFFF 0%, #FFF0B5 261.22%);
    }
    .custom-nav .d-flex {
        gap: 8rem;
    }
    .custom-nav .next {
        background: #FFF3CF;
        border: 1.56px solid var(--Primary_Yellow, #D4AF37);
        svg {
            fill: #D4AF37;
        }
    }
    .custom-nav .prev {
        background: #FFFFFF;
        border: 1.56px solid #D6D6D6;
        svg {
            fill: #AAAAAA;
        }
    }
    hr {
        color: #D4AF37;
        height: 4px;
        background: #D4AF37;
        border-radius: 9px;
        opacity: 0.8;
        width: 30%;
        margin: 0 0 1rem 0;
    }
    .card {
        /* border-image: linear-gradient(to right, #fffbe9, #dbbb3b);
        background: #fff3cf; */
        background: #FFF2C8;
        height: 100%;
        position: absolute;
        border-radius: 14rem 0 0 0;
    }
    .curved-image {
        border-radius: 16rem 0 0 0;
        border-left: 15px solid #D4AF37; /* left border with color */
    }

    .owl-dots {
        justify-content: center;
        display: flex;
        gap: 5px;
        align-items: center;
        z-index: 1;
        position: relative;
        button {
            background: var(--Sec_Text-Dark-Gray, #686868);
            border-radius: 4px;
            padding: 4px !important;
            margin-bottom: -1.5rem;
            margin-top: 2.5rem;
        }
        button.active {
            background: #981D1F;
            width: 3rem;
        }
    }
}
#max_o_max {
    .card {
        border: 4px solid #FFF8E4;
    }
    hr {
        color: #D4AF37;
        height: 4px;
        background: #D4AF37;
        border-radius: 9px;
        opacity: 0.8;
        width: 40%;
        margin: 0 0 1rem 0;
    }
}
#team {
    .card {
        background: linear-gradient(180deg, #FFFBF0 0%, #FFF7E1 100%);
    }
    .employee_profile {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
}

#close_button button {
    position: absolute;
    margin-left: 1rem;
    z-index: 9;
    margin-top: -1.5rem;
    background:#5a5555a6!important;
    border: none!important;
}


@media (max-width: 1024px) {
    .mbl-view-img {
        height: 300px;
        object-fit: cover;
    }
    .banner {
        height: 400px!important;
    }
    .banner_1 {
        background-size: 75% 100%!important;
        height: 400px!important;
    }
}

@media (max-width: 600px) {
    .banner {
        background-size: 100% 100%!important;
        height: 400px!important;
    }
    .banner_1 {
        background-size: 135% 100%!important;
        height: 400px!important;
    }
    #close_button {
        width: 90%!important;
    }
    #close_button button {
        margin-top: -3rem;
        margin-left: 0!important;
    }
}
