
.press_releasee .clip {
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, #333399 0%, #ff00cc 100%);
    background: -moz-linear-gradient(90deg, #333399 0%, #ff00cc 100%);
    background: -webkit-linear-gradient(90deg, #333399 0%, #ff00cc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#333399", endColorstr="#ff00cc", GradientType=1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

.press_releasee .hero-text {
    font-size: 20px;
    color: white;
}

.press_releasee .main-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.press_releasee .sec_bg {
    background: #ffff url(../svg/fworld_map.svg) no-repeat center;

    background-size: cover;
    z-index: 111;

}

/* .hero-image {
      max-width: 950px;
      width: 98%;
      border-radius: 8px;
}
      */
.press_releasee .left-block {
    padding-top: 50px;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    color: white;
}

.press_releasee .right-block {
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    text-align: center;
    padding-bottom: 25px;
    gap: 25px;
}


.press_releasee .hero-section {
    /* min-height: 500px; */
    background-color: #2C3444 !important;
    margin-top: 90px;
}


/* Container Spacing */
.press_releasee .container {
    padding-top: 50px;
    padding-bottom: 50px;
}



.press_releasee .filters {
    /* background: white; */
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */

}

.press_releasee .filter-buttons {
    display: flex;
    gap: 10px;
}

.press_releasee .filter-btn {
    border: 1px solid #748194;
    background: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #748194;
}

.press_releasee .filter-btn:hover,
.press_releasee .filter-btn.active {
    background: #212529;
    color: white;
}

.press_releasee .press_card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* background: #ffffff; */
    /* background: #d1d0caad url(/static/images/prod_page/pricingCardBg.png) no-repeat right center; */
    background: #ffffff url(../png/pricingcardbg.png) no-repeat right center;
    padding: 0 25px 25px 25px;
}

.press_releasee .press_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.press_releasee .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* padding: 25px; */
}

.press_releasee .card-text {
    text-align: end;
}

.press_releasee .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
    text-align: center;
}

.press_releasee .card-title:hover {
    color: #007bff;
}

.press_releasee .press-release-image {
    /* width: 100%;
    height: 180px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    border-radius: 4px;
    /* border: 1px solid #e8e5e5; */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    /* height: 265px; */
    width: 35%;
    padding: 10px 0;
    margin: 0 auto;
}

.press_releasee .press-release-image img {
    border-radius: 4px;
    border: none;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    align-items: center;
}

@media (max-width: 991px) {
    .press_releasee .hero-section {
        margin-top: 0px !important;
    }
}
