.ipo-analysis-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
}
.ipo-container {
    display: flex;
    flex-direction: column;
    border-top: 0.5px solid #58746E;
    width: 100%;
    background: #F6F7F0;
}

.header-section {
    display: flex;
    align-self: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 80%;
    background: #F6F7F0;
}

.ipo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.ipo-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 65%;
}

.ipo-company-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

.ipo-company-info img {
    max-width: 150px;
    object-fit: contain;
    flex-shrink: 0;
}

.ipo-company-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ipo-company-name {
    color: var(--Deep-Teal, #003134);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 0.5px;
}

.ipo-content,
.ipo-company-info span {
    color: #2B4B4D;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.16px;
}

.content-section img{
    max-width: 100%;
}


.ipo-key-metrics {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: auto;
}

.metric {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.label {
    color: #2B4B4D;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.07px;
    text-transform: capitalize;
}

.value {
    color: #003134;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    letter-spacing: 0.1px;
    text-transform: capitalize;
}

.cta-card {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 0.5px solid #CCC;
    background: #FFF;
    width: 30%;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 0px 12px;
}

.body-section {
    align-self: center;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 40px;
    align-self: stretch;
    background-color: #FFF;
    width: 100%;
}


.body-content {
    align-self: center;
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 80%;
}

.content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
}

.content-section h1 strong,
.content-section h2 {
    color: #003134;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.12px;
}

.content-section p {
    color: #2B4B4D;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.16px;
}

.cta-section {
    display: flex;
    position: sticky;
    top: 10px;
    height: fit-content;
    align-self: flex-start;
    /* makes sticky work inside flex container */

    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    background: #FFFFFF;
    width: 30%;
}

.cta-card-2 {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    background: #F6F7F0;
}

.share-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: #F5F6F6;
}

.icon-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.share-button {
    object-fit: cover;
    padding: 10px;
    display: inline;
    border-radius: 100%;
    background: #FFFFFF;
}

.blog-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 40px;
    align-self: stretch;
    background-color: #FFF;
    width: 100%;
}

.blog-content-section {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 80%;
}


.blog-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 95%;
}

.custom-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease;
    min-height: 350px;
    padding-bottom: 20px;
    border: none;
    padding: 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.custom-card-img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.custom-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 16px;
    margin: 0 !important;
    border: 0.5px solid #b3c1c2;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    flex: 1;
    justify-content: space-between;
}

.custom-card small {
    color: #2B4B4D;
    text-align: justify;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
}

.custom-card h6 {
    color: #003134;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1px;
}

.read-more {
    color: #74950E;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.08px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.read-more:hover {
    text-decoration: underline;
}


.breadcrumb-item a {
    text-decoration: none;
    color: #58746E;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.12px;
}

.active a {
    color: #003134;
    font-weight: 700;
}

.badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
    border: 0.5px solid #B3C1C2;
    background: #DDE8E7;
    color: #2B4B4D;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-2,
.btn-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-2 {
    background: linear-gradient(180deg, #C7EE4E 10.42%, #A2D409 101.04%);
}
.btn-1 {
    background: transparent;
}
.btn-1:hover {
    background: transparent;
    color: #003134 !important;
    opacity: 0.8;
    border: 1px solid #003134 !important;
}

@media only screen and (max-width: 786px) {
    .ipo-analysis-container {
        gap: 60px;
    }

    .header-section {
        padding: 28px 10px;
        width: 100%;
        align-self: center;
        display: flex;
        gap: 28px;
    }

    .ipo-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ipo-details {
        width: 100%;
    }

    .ipo-company-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ipo-key-metrics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
    }

    .metric {
        gap: 4px;
    }

    .value {
        font-size: 16px;
        letter-spacing: 0.08px;
    }

    .cta-card {
        width: 100%;
    }

    .body-content {
        width: 100%;
        flex-direction: column;
        padding: 28px 10px;
    }

    .content-section {
        width: 100%;
    }

    .cta-section {
        width: 100%;
    }

    .blog-container {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
    }

    .blog-container::-webkit-scrollbar {
        display: none;
    }

    .blog-container .col-12 {
        flex: 0 0 85%;
        max-width: 100%;
        scroll-snap-align: center;
    }
    .blog-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        gap: 8px;
    }
    .blog-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #B3C1C2;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .blog-dot.active {
        background: #003134;
    }
    .custom-card-body h6 {
        font-size: 18px;
    }
    .image-modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
    }

    .image-modal img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }

    .image-modal .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }





}