/* =============================================================================
   Omangom Extra – styles for new widgets not in the HTML prototype.
   Never overwritten by the prototype sync.
   ============================================================================= */

/* ── Case Study V2 ───────────────────────────────────────────────────────── */

.cs2-section {
    padding: 80px 0;
}

.cs2-card {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.cs2-left {
    flex: 1;
    min-width: 0;
}

.cs2-right {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cs2-chip {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.cs2-title {
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 20px;
}

.cs2-desc {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
    opacity: 0.75;
}

.cs2-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 8px;
}

.cs2-arr {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cs2-metric-num {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.cs2-metric-label {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.65;
}

.cs2-slider .slick-dots {
    bottom: -32px;
}

@media (max-width: 767px) {
    .cs2-card {
        flex-direction: column;
        gap: 32px;
    }

    .cs2-right {
        flex: none;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .cs2-metric {
        flex: 1 1 40%;
    }
}

/* ── Industries Carousel ─────────────────────────────────────────────────── */

.omg-ind-carousel-section {
    padding: 80px 0;
}

/* Header row: heading left, arrows right */
.omg-ind-carousel-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 40px;
}

/* Eyebrow pill badge */
.omg-eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    width: fit-content;
}

.omg-eyebrow-badge .badge-icon {
    color: #F5C842;
    font-size: 15px;
    line-height: 1;
}

.omg-eyebrow-badge img {
    width: 16px;
    height: 16px;
}

.omg-ind-carousel-heading h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.15;
}

.omg-ind-carousel-heading p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    margin: 0;
    max-width: 560px;
}

/* Prev / Next arrow buttons */
.omg-ind-carousel-arrows {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    padding-bottom: 4px;
}

.omg-ind-arrow-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.omg-ind-arrow-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
}

.omg-ind-arrow-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* Slick track wrapper — negative margin compensates for slide padding, keeping cards flush with container */
.omg-ind-carousel-wrapper {
    margin: 0 -12px;
}

.omg-ind-carousel-wrapper .slick-list {
    overflow: hidden;
}

.omg-ind-carousel-wrapper .slick-track {
    display: flex;
}

.omg-ind-carousel-wrapper .slick-slide {
    padding: 0 12px;
    height: auto;
}

.omg-ind-carousel-wrapper .slick-slide > div {
    height: 100%;
}

/* Card */
.omg-ind-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 32px 28px 28px;
    min-height: 340px;
    height: 100%;
    box-sizing: border-box;
    background: var(--card-bg, #4DFFD2);
}

.omg-ind-card-content {
    position: relative;
    z-index: 1;
    max-width: 62%;
}

.omg-ind-card-content h3 {
    font-size: 21px;
    font-weight: 700;
    color: #12102A;
    margin: 0 0 10px;
    line-height: 1.25;
}

.omg-ind-card-content p {
    font-size: 14px;
    color: #12102A;
    margin: 0;
    line-height: 1.5;
    opacity: 0.85;
}

/* ── Decorative shape — absolutely positioned at bottom-right ── */
.omg-ind-card-image {
    position: absolute;
    bottom: -18px;
    right: -14px;
    width: 180px;
    height: 180px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.13);   /* visible when no image uploaded */
}

.omg-ind-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Circle (default) */
.omg-shape-circle {
    border-radius: 50%;
}

/* Semicircle — flat base at card bottom, dome pointing up */
.omg-shape-semicircle {
    width: 200px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    bottom: 0;
    right: 16px;
}

/* Arch — tall portrait rounded rectangle, flat at the bottom */
.omg-shape-arch {
    width: 115px;
    height: 175px;
    border-radius: 58px 58px 0 0;
    bottom: 0;
    right: 28px;
}

/* Squircle — rounded square with smooth corners */
.omg-shape-squircle {
    border-radius: 30%;
}

/* Blob — organic asymmetric shape */
.omg-shape-blob {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

/* ── Industries Carousel ─────────────────────────────────────────────────── */

/* Responsive */
@media (max-width: 1100px) {
    .omg-ind-card-image {
        width: 150px;
        height: 150px;
    }

    .omg-shape-semicircle {
        width: 160px;
        height: 80px;
    }

    .omg-shape-arch {
        width: 95px;
        height: 145px;
    }
}

@media (max-width: 767px) {
    .omg-ind-carousel-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .omg-ind-carousel-arrows {
        padding-bottom: 0;
    }

    .omg-ind-card {
        min-height: 280px;
    }

    .omg-ind-card-image {
        width: 130px;
        height: 130px;
    }

    .omg-shape-semicircle {
        width: 140px;
        height: 70px;
    }

    .omg-shape-arch {
        width: 80px;
        height: 125px;
    }
}
