.image11 .captions-header, .image9 .captions-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
    color: #fff;
    padding: 4% 2%;
    text-align: center;
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.3;
    font-weight: 900;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    box-shadow: 0 4px 15px rgba(102,126,234,0.3);
    letter-spacing: .05em;
    font-family: "Poppins", sans-serif;
}

.image11 .captions, .image9 .captions {
    position: relative;
}

.image11 .captions img, .image9 .captions img {
    border-radius: 0 0 15px 15px;
}

.image11 .captions div {
    position: absolute;
    top: 0;
    left: 5%;
    color: #430197;
    font-weight: 700;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.2;
    width: 50%;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.7);
    padding: 5px 10px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.image11 .captions div span {
    display: block;
    color: #e29746;
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.2;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.image11 .captions div:nth-child(2) {
    top: 1%;
}

.image11 .captions div:nth-child(3) {
    top: 10%;
}

.image11 .captions div:nth-child(4) {
    top: 21%;
}

.image11 .captions div:nth-child(5) {
    top: 33%;
    width: 42%;
}

.image11 .captions div:nth-child(6) {
    top: 56%;
}

.image11 .captions div:nth-child(7) {
    top: 66%;
}

.image11 .captions div:nth-child(8) {
    top: 76%;
}

.image11 .captions div:nth-child(9) {
    top: 87%;
    width: 35%;
}

.image9 .captions p {
    position: absolute;
    top: 0;
    left: 5%;
    color: #000;
    font-weight: 700;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.2;
    width: 76px;
    text-align: center;
    background: rgba(255,255,255,0.85);
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(102,126,234,0.3);
}

.image9 .captions p:nth-child(2) {
    top: 27%;
    left: 11%;
}

.image9 .captions p:nth-child(3) {
    top: 27%;
    left: 40%;
}

.image9 .captions p:nth-child(4) {
    top: 27%;
    left: 70%;
}

.image9 .captions p:nth-child(5) {
    top: 49%;
    left: 11%;
}

.image9 .captions p:nth-child(6) {
    top: 49%;
    left: 40%;
}

.image9 .captions p:nth-child(7) {
    top: 49%;
    left: 70%;
}

.image9 .captions p:nth-child(8) {
    top: 54%;
    left: 0;
    font-weight: 900;
    color: #ef4444;
    width: 100%;
    background: linear-gradient(135deg, rgba(239,68,68,0.2) 0%, rgba(220,38,38,0.2) 100%);
    border: 2px solid #ef4444;
    font-size: clamp(16px, 4vw, 22px);
}

.image9 .captions p:nth-child(9) {
    top: 57%;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
}

.image9 .captions p:nth-child(10) {
    top: 62%;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
}

@media screen and (max-width: 360px) {
    .image9 .captions p:nth-child(2) {
        top: 27%;
        left: 9%;
    }
    
    .image9 .captions p:nth-child(3) {
        top: 27%;
        left: 38%;
    }
    
    .image9 .captions p:nth-child(4) {
        top: 27%;
        left: 67%;
    }
    
    .image9 .captions p:nth-child(5) {
        top: 49%;
        left: 9%;
    }
    
    .image9 .captions p:nth-child(6) {
        top: 49%;
        left: 38%;
    }
    
    .image9 .captions p:nth-child(7) {
        top: 49%;
        left: 67%;
    }
}

.image15 .captions {
    position: relative;
}

.image15 .captions .captions-header {
    position: absolute;
    left: 0;
    top: 6%;
    color: #f8ff7c;
    width: 100%;
    padding: 0 5%;
    font-size: clamp(18px, 5vw, 36px);
    line-height: 1.3;
    font-weight: 900;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.5), 0 0 20px rgba(248,255,124,0.5);
    font-family: "Poppins", sans-serif;
    letter-spacing: .02em;
}

.image15 .captions .captions-wrapper div {
    position: absolute;
    font-size: clamp(8px, 2vw, 14px);
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.01em;
    background: rgba(0,0,0,0.5);
    padding: 8px 12px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.image15 .captions .captions-wrapper div span {
    display: block;
    font-size: clamp(16px, 4vw, 28px);
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.image15 .captions .captions-wrapper div:nth-child(1) {
    top: 45%;
    left: 15%;
}

.image15 .captions .captions-wrapper div:nth-child(2) {
    top: 45%;
    left: 44%;
}

.image15 .captions .captions-wrapper div:nth-child(3) {
    top: 45%;
    left: 78%;
    width: 18%;
}

.image15 .captions .captions-wrapper div:nth-child(4) {
    top: 73%;
    left: 15%;
}

.image15 .captions .captions-wrapper div:nth-child(5) {
    top: 73%;
    left: 44%;
    width: 24%;
}

.image15 .captions .captions-wrapper div:nth-child(6) {
    top: 73%;
    left: 78%;
    width: 18%;
}
