* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    color: white;
    background-color: black;

}

.ifc-hero-section {
    width: 100%;
    padding: 120px 10%;
    background-color: #000;
    background-image: url("../images/navbar/waves.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
}

.ifc-hero-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.ifc-left {
    flex: 1 1 50%;
    max-width: 600px;
}

.ifc-right {
    text-align: center;
}

.ifc-hero-img {
    width: 100%;
    max-width: 500px;
    border-radius: 25px;
}

.ifc-badge {
    width: 70px;
    height: 28px;
    color: #fff;
    border-radius: 15px;
    text-align: center;

    margin-bottom: 10px;
    border: none;
}

.ifc-date {
    margin-top: 12px;
    font-size: 14px;
    opacity: 0.7;
}


.ifc-subtext {
    font-size: 18px;
    opacity: 0.85;
    margin: 15px 0;
}

.ifc-content-box {
    width: 100%;
    padding: 8px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 0;
}

.ifc-matter {
    display: flex;
    flex-direction: column;
    flex: 1 1 60%;
    gap: 1.5vw;
    margin-top: 2vw;
}

.read-more-inline {
    /* color: #0842c0; */
    color: #4da6ff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;

}

#five-changes {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.machine-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.hidden-para {
    display: none;
}

.read-less-inline {
    color: #4da6ff;
    cursor: pointer;
    text-decoration: underline;
}

h4 {
    border-left: 8px solid rgb(1, 64, 240);
    padding-left: 1vw;
}

.ifc-box {
    width: 23%;
    margin-left: 2vw;
    min-width: 250px;
    margin-top: 2vw;
}

.sticky-box {
    position: sticky;
    top: 6vw;
    border: 1px solid white;
    border-radius: 20px;
}

.toc-item {
    padding: 10px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.1s;
    font-size: 19px;
}

.toc-item.active {
    border-left: 3px solid #0147FF;
    color: white;
}

.toc-item a {
    color: #000;
    text-decoration: none;
}

.key-points {
    background-color: #ffffff;
    padding: 1vw 1vw 1vw 1vw;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.fotter-box {
    padding: 1vw 0vw 1vw 0vw;
    background-color: black;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
}

.fotter-box i {
    color: #fff;
    font-size: 18px;
}

.fotter-box>a>i:hover {
    color: #769bf8;
}

.audio-container {
    display: flex;
    align-items: center;
    gap: 12px;
    /* background: #e0e0e0; */
    padding: 6px 0px;
    border-radius: 50px;
    width: fit-content;
}

.audio-player {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e0e0e0;
    padding: 6px 16px;
    border-radius: 50px;
    width: fit-content;
}

.play-btn {
    border: none;
    border-radius: 50%;
    background: #2d7bff;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 18px;
    align-items: center;
}

.frwd-bkwd-btn {
    border: none;
    border-radius: 50%;
    color: #2d7bff;
    background-color: #ffffff;
    font-size: 18px;
    width: 48px;
    height: 48px;
}

#time {
    padding: 0 6px;
}

.progress-container {
    flex: 1;
    height: 6px;
    background: #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #2d7bff;
    transition: width 0.1s linear;
}

#audio-time,
#speed {
    font-size: 14px;
    min-width: 30px;
    text-align: center;
}

.speech-highlight {
    background-color: #081ff0;
    border-radius: 2px;
}

@media(max-width: 1024px) {
    .ifc-hero-inner {
        flex-direction: column;
        align-items: start;
        /* text-align: center; */
    }

    .ifc-hero-section {
        padding: 120px 5%;
        padding-bottom: 0px;
    }

    .ifc-content-box {
        flex-direction: column-reverse;
        gap: 2vw;
        padding: 8px 5%;
    }

    .ifc-title,
    .ifc-subtext,
    .ifc-date {
        text-align: start;
    }

    .ifc-box {
        width: 100%;
        margin: 0px;
        margin-top: 30px;
    }

    .sticky-box {
        top: 2vw;
        border: none;
    }

    .key-points {
        background: none;
        padding: 0px;
    }

    .key-points>.toc-item>a {
        color: white;
    }

    .fotter-box {
        display: none;
    }

    .ifc-matter {
        width: 100%;
    }
}

@media (max-width:991px) {
    .machine-img img {
        width: 75%;
        height: 400px;
    }

    #five-changes img {
        width: 75%;
        height: 400px;
    }
}

@media (max-width:767px) {
    .machine-img img {
        width: 100%;
        height: 400px;
    }

    #five-changes img {
        width: 100%;
        height: 400px;
    }
}

@media (max-width:450px) {

    .machine-img img {
        width: 100%;
        height: 250px;
    }

    #five-changes img {
        width: 100%;
        height: 250px;
    }

    .audio-container {
        gap: 4px;
        /* background: #e0e0e0; */
        padding: 6px 0px;
        border-radius: 50px;
    }

    .audio-player {
        gap: 1px;
        padding: 3px 8px;
        border-radius: 50px;
    }

    .play-btn {
        border: none;
        border-radius: 50%;
        background: #2d7bff;
        color: white;
        cursor: pointer;
        width: 24px;
        height: 24px;
        font-size: 12px;
        align-items: center;
    }

    .frwd-bkwd-btn {
        font-size: 18px;
        width: 28px;
        height: 28px;
    }

    #time {
        padding: 0 3px;
    }
}