/** WM Experience Section **/

.wm-experience-section {
    position: relative;
    padding: 170px 40px 160px;
    background: #f6f6f6;
    overflow: hidden;
}

.wm-experience-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.wm-experience-container {
    position: relative;
    z-index: 5;
    max-width: 1550px;
    margin: 0 auto;
}

/* ==========================================
   TOP TITLE
========================================== */

.wm-experience-title {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.wm-experience-title h2 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #000000;
}

.wm-experience-title h3 {
    font-size: 34px;
}

.wm-experience-title p {
    font-size: 20px;
    line-height: 1.5;
    color: #111111;
}

.wm-experience-title .upper-text {
    background: linear-gradient(90deg, #1DB954 0%, #3AF372 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 12px;
}

/* ==========================================
   WM EXPERIENCE SERVICE GRID
========================================== */

.wm-experience-services-wrap {
    max-width: 1160px;
    margin: 0 auto;
}

.wm-experience-about {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 55px;
}

.wm-experience-about .experience-text,
.wm-experience-brands .experience-text,
.wm-work-with-left .experience-text {
    background: linear-gradient(90deg, #DA366C 0%, #f878a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.wm-experience-about .experience-text {
    display: inline-block;
    margin-bottom: 12px;
}

.wm-experience-about .experience-text h3 {
    font-size: 34px;
}

.wm-experience-about h6 {
    font-size: 22px;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 18px;
}

.wm-experience-about p {
    font-size: 18px;
    line-height: 1.5;
    color: #111111;
    margin: 0 auto 22px;
    max-width: 760px;
}

.wm-experience-about h4 {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    margin-top: 28px;
}

.wm-experience-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;

    background: transparent; /* removed black container */
    padding: 0;

    max-width: 1320px;
    margin: 0 auto 110px;
}

.wm-experience-service-card {
    position: relative;
    opacity: 0;
    transform: translateY(70px);

    min-height: 340px;
    background: #DA366C;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    padding: 42px 36px;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.wm-experience-service-card.animate-in {
    animation: wmCardSlideUp .75s ease forwards;
}

.wm-experience-service-card.animation-done {
    opacity: 1;
    transform: translateY(0);
}

.wm-experience-service-card.animation-done:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255,255,255,.45);
    box-shadow: 0 28px 60px rgba(0,0,0,.18);
}

.wm-experience-service-card:nth-child(1).animate-in { animation-delay: .10s; }
.wm-experience-service-card:nth-child(2).animate-in { animation-delay: .25s; }
.wm-experience-service-card:nth-child(3).animate-in { animation-delay: .40s; }
.wm-experience-service-card:nth-child(4).animate-in { animation-delay: .55s; }
.wm-experience-service-card:nth-child(5).animate-in { animation-delay: .70s; }
.wm-experience-service-card:nth-child(6).animate-in { animation-delay: .85s; }

@keyframes wmCardSlideUp {
    from {
        opacity: 0;
        transform: translateY(70px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wm-experience-service-card:hover {
    transform: translateY(-6px);

    border-color: rgba(218,54,108,.45);

    box-shadow:
        0 20px 55px rgba(0,0,0,.12);
}

.wm-experience-count {
    width: 44px;
    height: 44px;
    margin-bottom: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.116);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fdca31;

    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.wm-experience-service-card h3 {
    color: #ffffff;
    font-size:28px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 12px;
}

.wm-experience-service-card h4 {
    color: #ffffff;
    font-size:18px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 14px;
    opacity: 0.94;
}

.wm-experience-service-card p {
    color: rgba(255, 255, 255, 0.62);
    font-size:16px;
    line-height:1.7;
    margin: 0;
}

/* ==========================================
 STATS SECTION
========================================== */

.wm-stats-box {

    position: relative;

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-top: 120px;
    margin-bottom: 0;

    padding: 90px 80px 70px;

    background: #ffffff;

    display: grid;
    grid-template-columns: repeat(6,1fr);

    gap: 30px;

    border-radius: 0;
    box-shadow: none;
}

.wm-stat-item {
    position: relative;

    padding: 0 12px;

    display:flex;
    flex-direction:column;
    align-items:center;

    text-align:center;
}

.wm-stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 12px;
    width: 1px;
    height: calc(100% - 24px);
    background: rgba(0, 0, 0, 0.08);
}

.wm-stat-item h3 {
    color: #111111;
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 12px;

    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.wm-stat-item h3 .odometer {
    line-height: 1;
    display: inline-block;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    transition-duration: 2s;
}

.stat-suffix {
    position: relative;
    top: -8px;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
}

.wm-stat-item h6 {
    color: #111111;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;

    margin: 0 auto 8px;

    max-width: 180px;

    text-align:center;
}

.wm-stat-item p {
    color: rgba(0, 0, 0, 0.55);

    font-size: 13px;

    line-height: 1.35;

    margin: 0 auto;

    max-width: 170px;

    text-align:center;
}

/* ==========================================
   BRANDS TEXT
========================================== */
.wm-experience-brands{

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    background:#ffffff;

    text-align:center;

    padding: 40px 40px 100px;

    margin-top:0;
    margin-bottom:0;

    max-width:none;
}

.wm-experience-brands .experience-text {
    display: inline-block;
    margin-bottom: 18px;
}

.wm-experience-brands p {
    font-size: 20px;
    line-height: 1.5;
    color: #111111;
    margin-bottom: 18px;
}

/* ==========================================
   WHO WE WORK WITH SECTION
========================================== */

.wm-work-with-section {
    width: calc(100% - 60px);
    max-width: 1420px;
    margin: 100px auto 0;
    padding-top: 0px;
}

.wm-work-with-grid {
    width: 100%;
    max-width: 1450px;
    margin: 100px auto 140px;
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 120px;
    align-items: start;
}

.wm-work-with-left {
    max-width: 540px;
}

.wm-work-with-left h3 {
    font-size: 34px;
    margin-bottom: 18px;
}

.wm-work-with-left h2 {
    font-size: 34px;
    line-height: 1.1;
    margin: 10px 0 28px;
    color: #111111;
}

.wm-work-with-left p {
    font-size: 20px;
    line-height: 1.55;
    max-width: 500px;
    color: #111111;
}

.wm-work-with-accordion {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.wm-work-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.wm-work-toggle {
    width: 100%;
    padding: 30px 0;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    text-align: left;
}

.wm-work-toggle span {
    font-size: 24px;
    line-height: 1.15;
    color: #111111;
    font-weight: 700;
}

.wm-work-toggle i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(218, 54, 108, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 22px;
    color: #DA366C;
    flex-shrink: 0;
}

.wm-work-content {
    display: none;
    padding: 0 90px 34px 0;
}

.wm-work-item.active .wm-work-content {
    display: block;
}

.wm-work-content p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 720px;
    color: #555555;
    margin: 0;
}
/* ==========================================
   BRANDS CAROUSEL TITLE
========================================== */

.wm-brands-title {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}

.wm-brands-title .experience-text {
    display: inline-block;

    font-size: 34px;
    line-height: 1.1;
    background: linear-gradient(90deg, #DA366C 0%, #f878a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* ==========================================
   LOGO CAROUSEL
========================================== */

.wm-logo-carousel {
    position: relative;

    /* Full-bleed carousel: spans the entire browser width */
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 70px;
    margin-bottom: -30px;

    padding: 0;
    overflow: hidden;
}

.wm-logo-carousel .owl-stage-outer {
    width: 100vw;
    overflow: hidden;
}

.wm-logo-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.wm-logo-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-box {
    width: 220px;
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto;
    padding: 18px;
}

.brand-logo-box img {
    max-width: 100%;
    max-height: 120px;

    object-fit: contain;
    display: block;
}

/* Hide carousel arrows and dots — autoplay only */
.wm-logo-carousel .owl-nav,
.wm-logo-carousel .owl-dots {
    display: none !important;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media only screen and (max-width: 1280px) {
    .wm-experience-container {
        max-width: 1180px;
    }

    .wm-experience-service-grid {
        gap: 16px;
        padding: 22px;
    }

    .wm-experience-service-card {
        padding: 28px 24px;
    }

    .wm-experience-service-card h3 {
        font-size: 21px;
    }

    .wm-experience-service-card h4 {
    font-size: 17px; 
    }

    .wm-experience-service-card p {
    font-size: 15px; 
    }

    .wm-stats-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 34px 20px;

        width: 100vw;
        max-width: none;

        margin-left: calc(-50vw + 50%);
    }

    .wm-stat-item:nth-child(3)::after {
        display: none;
    }

    .wm-work-with-section {
        width: calc(100% - 80px);
        max-width: 1180px;
    }

    .wm-work-with-grid {
        gap: 70px;
    }

    .wm-work-with-accordion .wm-work-item .wm-work-content p {
        font-size: 20px;
    }

    
}

@media only screen and (max-width: 1100px) {
    .wm-experience-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-work-with-grid{
        grid-template-columns: 1fr;
        max-width: 850px;
        justify-items: stretch;
    }

    .wm-work-with-left{
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
    }

    .wm-work-with-left p{
        max-width: 850px;
        margin: 0 auto 22px;
        text-align: center;
    }

    .wm-work-with-accordion .wm-work-item .wm-work-content p {
        font-size: 18px;
    }

     .wm-experience-about h4 {
        margin-bottom: -30px;
    }

     .wm-experience-service-card h4 {
    font-size: 17px; 
    }

    .wm-experience-service-card p {
    font-size: 15px; 
    }

    .wm-experience-brands {
        padding: 0px 110px 80px;
    }
    
    .wm-logo-carousel {
        margin-bottom: -80px;
    }
}

@media only screen and (max-width: 767px) {
    
    .brand-logo-box {
        width: 180px;
        height: 130px;
    }

    .brand-logo-box img {
        max-height: 95px;
    }

    .wm-experience-section {
        padding: 110px 24px 100px;
    }

    .wm-experience-title {
        margin-bottom: 50px;
    }

    .wm-experience-title h3 {
        font-size: 30px;
    }

    .wm-experience-title h2 {
        font-size: 32px;
    }

    .wm-experience-title p {
        font-size: 17px;
    }

    .wm-experience-about h3 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .wm-experience-about h6 {
        font-size: 20px;
    }

    .wm-experience-about p {
        font-size: 17px;
    }

    .wm-experience-about h4 {
        font-size: 20px;
        margin-bottom: -30px;
    }

    .wm-experience-service-grid {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .wm-experience-service-card {
        min-height: auto;
        padding: 30px 24px;
    }

    .wm-experience-service-card h4 {
    font-size: 17px; 
    }

    .wm-experience-service-card p {
    font-size: 15px; 
    }

    .wm-stats-box {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 140px 24px 40px;

        width: 100vw;
        max-width: none;

        margin-left: calc(-50vw + 50%);
    }

    .wm-stat-item::after {
        display: none !important;
    }

    .wm-experience-brands h3 {
        font-size: 25px;
    }

    .wm-experience-brands p {
        font-size: 17px;
    }

    .wm-work-with-section {
        width: calc(100% - 48px);
        margin-top: 30px;
    }

    .wm-work-with-section .wm-work-with-left h3 {
        font-size: 30px;
    }

    .wm-work-with-section .wm-work-with-left p {
        font-size: 17px;
    }

    .wm-work-with-section .wm-work-with-left h2 {
        font-size: 32px;
    }

    .wm-work-with-left {
        padding-bottom: 20px;
    }

    .wm-work-with-grid {
        margin: 70px auto 100px;
    }

    .wm-work-with-left {
        text-align: center;
    }

    .wm-work-toggle span {
        font-size: 19px;
    }

    .wm-work-with-accordion .wm-work-item .wm-work-content p {
        font-size: 17px;
    }
    .wm-work-content {
        padding-right: 0;
    }
    
    .wm-brands-title .experience-text {
        font-size: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .wm-work-with-left{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        
    }

    .wm-work-with-left p{
    width: 100%;
    max-width: 100%;
    }
    
    .wm-experience-brands{
    padding: 0 40px 80px;
    }
    
    }


@media only screen and (max-width: 480px) {
    .wm-experience-title h2 {
        font-size: 28px;
    }

    .wm-experience-about h4 {
        font-size: 17px;
    }

    .wm-experience-service-card h3 {
        font-size: 20px;
    }

    .wm-experience-service-card h4 {
        font-size: 14px;
    }

    .wm-experience-service-card p {
        font-size: 13px;
    }

    .wm-work-with-section {
        width: calc(100% - 38px);
    }

    .wm-work-with-left h2 {
        font-size: 34px;
    }

    .wm-work-with-left p {
        font-size: 15px;
    }

    .wm-work-content p {
        font-size: 15px;
    }
}
