.corp-carousel-container-52d8d646 {
    position: relative;
    width: 100%;
}
.corp-carousel-wrapper-52d8d646 {
    overflow: hidden;
    width: calc(100% + ((100vw - 100%) / 2));
    position: relative;
    padding-right: calc((100vw - 100%) / 2);
}
.corp-carousel-wrapper-52d8d646 .swiper-slide {
    height: auto;
}
.corp-card-52d8d646 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
    transition: all 0.4s ease;
}
.corp-card-bg-52d8d646 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 0.4s ease;
}
.corp-card-52d8d646:hover .corp-card-bg-52d8d646 {
    transform: scale(1.05);
}
.corp-card-overlay-52d8d646 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 25, 45, 0.2) 0%, rgba(10, 25, 45, 0.95) 100%);
    transition: all 0.4s ease;
    z-index: 1;
}
.corp-card-badge-52d8d646 {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #4ab3f4;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}
.corp-card-bottom-52d8d646 {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}
.corp-card-title-52d8d646 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 12px 0;
    line-height: 1.2;
}
.corp-card-subtitle-52d8d646 {
    color: #d0d8e0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Hover State */
.corp-card-hover-content-52d8d646 {
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 45, 0.95);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.corp-card-52d8d646:hover .corp-card-hover-content-52d8d646 {
    opacity: 1;
    transform: translateY(0);
}
.corp-card-52d8d646:hover .corp-card-bottom-52d8d646 {
    opacity: 0;
    transform: translateY(20px);
}
.corp-card-52d8d646:hover .corp-card-overlay-52d8d646 {
    opacity: 0;
}
.corp-card-hover-content-52d8d646 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.corp-card-hover-content-52d8d646 ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}
.corp-card-hover-content-52d8d646 ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.corp-card-hover-content-52d8d646 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s;
}
.corp-card-hover-content-52d8d646 ul li a:hover {
    color: #4ab3f4;
}

/* Navigation & Pagination */
.corp-carousel-nav-52d8d646 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px; 
    margin-top: 50px; 
    padding: 0;
    width: 100%;
}
.corp-prev-52d8d646, .corp-next-52d8d646 {
    color: #fff;
    font-size: 18px; 
    cursor: pointer;
    transition: opacity 0.2s;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corp-prev-52d8d646:hover, .corp-next-52d8d646:hover {
    opacity: 0.7;
}
.corp-pagination-52d8d646 {
    position: relative;
    width: 250px; /* Matched width */
    height: 4px; /* Thicker bar */
    background: rgba(255,255,255,0.15); /* Slightly darker transparent background */
    border-radius: 4px; /* Rounded corners */
    overflow: hidden;
}
.corp-pagination-52d8d646 .swiper-pagination-progressbar-fill {
    background: #007aff; /* Blue fill from the screenshot */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
    border-radius: 4px; /* Rounded corners for fill */
}