.blue-bg {
    position: absolute !important;
    width: 24% !important;
    height: 493px !important;
    background-color: #064f8b !important;
    z-index: 1 !important;
    left: 0;
    border-radius: 4px;
}

.right-section {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 64px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.main-image {
    left: 57px;
    position: relative;
    z-index: 2;
    width: 540px;
    border-radius: 10px;
    top: 67px;
}

.historyclub {
    display: flex;
    justify-content: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 53px !important;
    font-size: 25px;
    font-weight: 600;
}

.slider-arrows {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    gap: 19px;
    position: relative;
    right: 216px;
    top: 459px;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #f2f2f2;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.arrow-btn.active {
    background-color: #ffcc00;
}

.arrow-btn svg path {
    background-color: #e79800 !important;
    transition: fill 0.3s ease !important;
    color: #fff !important;
}

.arrow-btn:hover {
    background-color: orange !important;
    color: #f2f2f2 !important;
}

.arrow-btn:hover svg path {
    fill: white !important;
}
.section-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    padding: 73px 40px;
}
.left-section,
.right-section {
    max-width: 50%;
}
.sub-heading {
    font-weight: 700;
    font-size: 24px;
}

.text-content {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 50px;
    width: 29%;
    height: 37%;
    object-fit: cover;
    z-index: 0;
    opacity: 15.1;
    pointer-events: none;
    border-radius: 1px;
}

.history-img-2 {
    position: absolute;
    top: 0;
    left: 50px;
    width: 39%;
    height: 60%;
    object-fit: cover;
    z-index: 0;
    opacity: 15.1;
    pointer-events: none;
    border-radius: 1px;
}

.history-img-3 {
    position: absolute;
    top: 0;
    left: 50px;
    width: 37%;
    height: 60%;
    object-fit: cover;
    z-index: 0;
    opacity: 15.1;
    pointer-events: none;
    border-radius: 1px;
}

.content {
    font-weight: 400 !important;
    font-size: 17px !important;
}
.text-content-slider .text-content {
    padding: 20px;
    position: relative;
}
.text-content-slider.slick-initialized.slick-slider {
    width: 100% !important;
}

.vertical-slider {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    justify-content: space-between;
}

.number-label {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.line {
    width: 2px;
    height: 100px;
    background-color: white;
    position: relative;
}

.slider-marker {
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: white;
    left: 0;
    top: 75%;
    transition: top 0.3s ease;
}

.text-content-slider .slick-track,
.text-content-slider .slick-slide {
    width: 100% !important;
    box-sizing: border-box;
}
.content-info {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #005aa7 transparent;
}

.content-info::-webkit-scrollbar {
    width: 4px;
}

.content-info::-webkit-scrollbar-track {
    background: transparent;
}

.content-info::-webkit-scrollbar-thumb {
    background-color: #005aa7;
    border-radius: 10px;
}

.content-info::-webkit-scrollbar-button:single-button {
    display: none;
    height: 0;
    width: 0;
}

/* media query */

@media (max-width: 1399.98px) {
    .background-image {
        position: absolute;
        top: 0;
        left: 50px;
        width: 32%;
        height: 37%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-2 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 39%;
        height: 58%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-3 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 41%;
        height: 60%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
}

@media (max-width: 1364.98px) {
    .background-image {
        position: absolute;
        top: 2px;
        left: 50px;
        width: 39%;
        height: 42%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-2 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 42%;
        height: 58%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-3 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 44%;
        height: 60%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
}

@media (max-width: 1199.98px) {
    .background-image {
        position: absolute;
        top: 2px;
        left: 50px;
        width: 56%;
        height: 33%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-2 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 58%;
        height: 58%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-3 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 59%;
        height: 60%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
}

@media (max-width: 991.98px) {
    .background-image {
        position: absolute;
        top: 0;
        left: 50px;
        width: 71%;
        height: 24%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-2 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 69%;
        height: 51%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-3 {
        position: absolute;
        top: 0;
        left: 50px;
        width: 70%;
        height: 53%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
}

@media (max-width: 767.98px) {
    .blue-bg {
        position: absolute !important;
        width: 24% !important;
        height: 430px !important;
        background-color: #064f8b !important;
        z-index: 1 !important;
        left: 0;
        border-radius: 4px;
    }
    .background-image {
        position: absolute;
        top: 0;
        left: 5px;
        width: 94%;
        height: 18%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
    .main-image {
        left: 57px;
        position: relative;
        z-index: 2;
        width: 414px;
        border-radius: 10px;
        top: 67px;
    }

    .slider-arrows {
        margin-top: 0px;
        display: flex;
        justify-content: center;
        gap: 19px;
        position: relative;
        right: 175px;
        top: 451px;
    }

    .text-content-slider .text-content {
        padding: 0px;
        position: relative;
    }
        .history-img-3 {
        position: absolute;
        top: 0;
        left: 34px;
        width: 78%;
        height: 39%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

    .history-img-2 {
        position: absolute;
        top: 0;
        left: 25px;
        width: 87%;
        height: 45%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
}

@media (max-width: 575.98px) { 
        .blue-bg{
        position: absolute !important;
        width: 31% !important;
        height: 346px !important;
        background-color: #064f8b !important;
        z-index: 1 !important;
        left: 0;
        border-radius: 4px;
    }
    .main-image {
        left: 17px;
        position: relative;
        z-index: 2;
        width: 351px;
        border-radius: 10px;
        top: 67px;
    }

        .text-content-slider .text-content {
        padding: 4px;
        position: relative;
        left: 1px;
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0px;
        width: 94%;
        height: 5%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
        .history-img-2 {
        position: absolute;
        top: 9px;
        left: 5px;
        width: 96%;
        height: 27%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }
        .history-img-3 {
        position: absolute;
        top: 13px;
        left: 4px;
        width: 92%;
        height: 26%;
        object-fit: cover;
        z-index: 0;
        opacity: 15.1;
        pointer-events: none;
        border-radius: 1px;
    }

 }
