/* Unify page content width with site chrome (max-w-7xl / 80rem) */
.jo-container,
.jo-banner-container {
  max-width: 80rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 640px) {
  .jo-container,
  .jo-banner-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .jo-container,
  .jo-banner-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* ICS chrome + Influtics body coexistence */

.ics-site-chrome nav.fixed,
.ics-site-chrome nav.fixed.glass-effect {
    z-index: 1050;
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom-color: transparent !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.ics-site-chrome footer {
    position: relative;
    z-index: 2;
}

.ics-influtics-home {
    --ics-coral: #F06543;
    --ics-coral-dark: #E04F2E;
    --ics-coral-darker: #C74428;
    --ics-coral-light: #FDE8E3;
    --ics-charcoal: #37414B;
    --ttRed: var(--ics-coral);
    --tt-pink: var(--ics-coral);
    --tt-gold: var(--ics-coral-dark);
    --tt-gradient-1: linear-gradient(135deg, var(--ics-coral) 0%, var(--ics-coral-dark) 100%);
    --plyr-color-main: var(--ics-coral);

    padding-top: 0;
    margin-top: 0;
    overflow-x: hidden;
}

.ics-influtics-home main {
    display: block;
}

.ics-influtics-home .jo-banner {
    position: relative;
    margin-top: 0;
    padding-top: 6.25rem;
    padding-bottom: 0;
    overflow-x: clip;
    overflow-y: hidden;
}

/* Gap between hero, social stats, and top influencers */
.ics-influtics-home .jo-social-links {
    margin-top: 28px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.ics-influtics-home .jo-top-influencers {
    padding-top: 36px;
    padding-bottom: 48px;
}

/* Hidden homepage sections */
.ics-influtics-home .jo-services,
.ics-influtics-home .jo-upcoming-lives {
    display: none !important;
}

/* Premium videos — after social cards */
.ics-influtics-home .jo-videos {
    padding: 28px 0 36px;
}

.ics-influtics-home .jo-social-links + .jo-videos {
    padding-top: 20px;
}

.ics-influtics-home .jo-videos .jo-videos__heading {
    margin-bottom: 28px;
}

@media screen and (max-width: 1399px) {
    .ics-influtics-home .jo-videos {
        padding: 24px 0 28px;
    }
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-videos {
        padding: 20px 0 24px;
    }

    .ics-influtics-home .jo-videos .jo-videos__heading {
        margin-bottom: 20px;
    }
}

/* Influencers grid (videos-2 layout) */
.ics-influtics-home .jo-home-influencers .jo-inner-main-content {
    padding-top: 40px;
    padding-bottom: 56px;
}

.ics-influtics-home .jo-influencer-grid-card {
    text-align: center;
    height: 100%;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-title {
    font-size: 14px;
    margin-bottom: 4px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-info {
    font-size: 12px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__thumb {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 330 / 430;
    object-fit: cover;
    object-position: top center;
    background: #f3f3f3;
    border-radius: 20px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-video {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__platform {
    font-size: 11px;
    padding: 8px 12px;
    bottom: 12px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__platform img {
    width: 14px;
    height: 14px;
}

.ics-influtics-home .jo-home-influencers__grid {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1rem;
}

@media screen and (min-width: 1400px) {
    .ics-influtics-home .jo-home-influencers__grid {
        --bs-gutter-x: 1.15rem;
    }
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__thumb {
        aspect-ratio: 330 / 430;
    }
}

/* Top Influencers — title centered, arrows on card row sides */
.ics-influtics-home .jo-top-influencers__heading {
    justify-content: center;
    margin-bottom: 28px;
}

.ics-influtics-home .jo-top-influencers__slider-wrap {
    position: relative;
    overflow: hidden;
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev,
.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    margin: 0;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
    background-color: rgba(240, 101, 67, 0.12);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    color: var(--ics-coral);
    transition: 0.4s ease;
    cursor: pointer;
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev:hover,
.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next:hover {
    color: #fff;
    background-color: var(--ics-coral);
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev {
    left: max(8px, 1.5vw);
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next {
    right: max(8px, 1.5vw);
}

.ics-influtics-home .jo-top-influencers__slider-wrap .jo-reels-slider {
    width: 100%;
    overflow: hidden;
}

.ics-influtics-home .jo-top-influencers__slider-wrap .swiper-wrapper {
    align-items: stretch;
}

.ics-influtics-home .jo-top-influencers__slider-wrap .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev,
    .ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next {
        width: 40px;
        height: 40px;
    }
}

.ics-influtics-home .jo-social-link--stat {
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    min-height: 92px;
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ics-influtics-home .jo-social-link--stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 36px rgba(255, 0, 0, 0.14);
}

.ics-influtics-home .jo-social-link--stat .txt {
    min-width: 0;
    flex-grow: 1;
}

.ics-influtics-home .jo-social-link--stat .jo-social-link__cta {
    pointer-events: none;
    flex-shrink: 0;
    margin-left: auto;
    white-space: nowrap;
}

.ics-influtics-home .jo-top-influencers .jo-top-influencer {
    cursor: pointer;
    text-align: center;
}

.ics-influtics-home .jo-top-influencers .jo-top-influencer .jo-reel-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ics-influtics-home .jo-top-influencers .jo-top-influencer .jo-reel-info {
    text-align: center;
}

.ics-influtics-home .jo-top-influencer__thumb {
    display: block;
    max-width: 100%;
    height: 25.63vw;
    max-height: 492px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    background: #f3f3f3;
    vertical-align: top;
}

.ics-influtics-home .jo-top-influencer__platform {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    pointer-events: none;
}

.ics-influtics-home .jo-top-influencer__platform img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.ics-influtics-home .jo-top-influencer .jo-reel-title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.ics-influtics-home .jo-top-influencer .jo-reel-info {
    margin: 0;
    font-size: 14px;
    color: var(--ttGray2);
}

.ics-influtics-home .jo-top-influencer .jo-reel-info span {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-social-links {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .ics-influtics-home .jo-top-influencers {
        padding-top: 28px;
    }

    .ics-influtics-home .jo-top-influencer__thumb {
        height: 42.63vw;
    }
}

@media screen and (max-width: 575px) {
    .ics-influtics-home .jo-top-influencer__thumb {
        height: 66.63vw;
    }
}

@media screen and (max-width: 479px) {
    .ics-influtics-home .jo-top-influencer__thumb {
        height: 138.73vw;
    }
}

@media screen and (max-width: 1399px) {
    .ics-influtics-home .jo-social-links {
        padding-top: 20px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .ics-influtics-home .jo-banner {
        padding-top: 5.5rem;
    }
}

/* Remove decorative rings on name only (keep model background circles) */
.ics-influtics-home .jo-banner__name span.styled::before,
.ics-influtics-home .jo-banner__name span.styled::after,
.ics-influtics-home .jo-banner__title span.styled::before,
.ics-influtics-home .jo-banner__title span.styled::after,
.ics-influtics-home .jo-banner .vector {
    display: none !important;
    content: none !important;
}

/* Lady image — pulsing circles (fixed, sized to fit hero) */
.ics-influtics-home .jo-banner__circles.jo-contact__img {
    position: absolute;
    top: 50%;
    right: 8%;
    width: min(26vw, 300px);
    height: min(26vw, 300px);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.ics-influtics-home .jo-banner__circles.jo-contact__img::before,
.ics-influtics-home .jo-banner__circles.jo-contact__img::after {
    display: block !important;
    content: "" !important;
    animation: hero-circle-pulse 3s infinite linear;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) scale(1);
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ics-influtics-home .jo-banner__circles.jo-contact__img::after {
    width: 82% !important;
    animation-delay: 1.5s;
}

@keyframes hero-circle-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0;
    }
}

.ics-influtics-home .jo-banner__img.jo-contact__img::before,
.ics-influtics-home .jo-banner__img.jo-contact__img::after {
    display: none !important;
    content: none !important;
}

/* Hero slider — Slider Revolution Delicious masked horizontal text slide */
.ics-influtics-home .jo-banner {
    background-attachment: scroll;
    padding-bottom: 0;
}

.ics-influtics-home .hero-slide,
.ics-influtics-home .hero-slide__content {
    overflow: visible;
}

.ics-influtics-home .jo-banner-container--slider {
    position: relative;
    overflow: visible;
    min-height: clamp(440px, 40vw, 560px);
}

.ics-influtics-home .jo-banner__circles.jo-contact__img {
    transition: none !important;
    transform: translateY(-50%);
}

.ics-influtics-home .hero-slider {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    min-height: var(--hero-slider-height, auto);
}

.ics-influtics-home .hero-slide__content .row {
    align-items: stretch !important;
    min-height: var(--hero-slider-height, auto);
    margin-bottom: 0;
}

.ics-influtics-home .hero-slide__content .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
}

.ics-influtics-home .hero-slide__content .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ics-influtics-home .hero-slide__content .jo-banner__txt {
    padding-top: 0;
    width: 100%;
}

.ics-influtics-home .hero-slide {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.ics-influtics-home .hero-slide.hero-slide--active,
.ics-influtics-home .hero-slide.hero-slide--leaving,
.ics-influtics-home .hero-slide.hero-slide--entering {
    display: block;
}

.ics-influtics-home .hero-slider[data-hero-ready="1"] .hero-slide.hero-slide--active:not(.hero-slide--entering),
.ics-influtics-home .hero-slider[data-hero-ready="1"] .hero-slide.hero-slide--leaving,
.ics-influtics-home .hero-slider[data-hero-ready="1"] .hero-slide.hero-slide--entering {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--hero-slider-height, auto);
}

.ics-influtics-home .hero-slide.hero-slide--active:not(.hero-slide--entering) {
    position: relative;
}

.ics-influtics-home .hero-slide.hero-slide--leaving,
.ics-influtics-home .hero-slide.hero-slide--entering {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ics-influtics-home .hero-slide.hero-slide--leaving {
    z-index: 1;
    pointer-events: none;
}

.ics-influtics-home .hero-slide.hero-slide--entering {
    z-index: 2;
}

.ics-influtics-home .hero-slide__content {
    height: 100%;
    transform: none;
}

/* Staggered slide — each item moves independently, clip only at hero edge */
.ics-influtics-home .jo-banner__txt .hero-mask {
    overflow: hidden;
}

.ics-influtics-home .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .jo-banner__img .hero-media-mask-line {
    transition:
        transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

/* Resting */
.ics-influtics-home .hero-slide--active:not(.hero-slide--entering):not(.hero-slide--leaving) .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--active:not(.hero-slide--entering):not(.hero-slide--leaving) .jo-banner__img .hero-media-mask-line {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* Enter — start off-screen right */
.ics-influtics-home .hero-slide--entering .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--entering .jo-banner__img .hero-media-mask-line {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* Enter stagger — text bottom → top */
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(4) .hero-mask__inner { transition-delay: 0s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(3) .hero-mask__inner { transition-delay: 0.15s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(2) .hero-mask__inner { transition-delay: 0.28s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(1) .hero-mask__inner { transition-delay: 0.42s; }

/* Enter stagger — media rashmi → model → followers → pallavi */
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--rashmi { transition-delay: 0.08s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--model { transition-delay: 0.22s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--followers { transition-delay: 0.36s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--pallavi { transition-delay: 0.5s; }

/* Exit — slide left + dissolve */
.ics-influtics-home .hero-slide--leaving .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--leaving .jo-banner__img .hero-media-mask-line {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 0s;
}

.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

/* Exit stagger — text top → bottom */
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(1) .hero-mask__inner { transition-delay: 0s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(2) .hero-mask__inner { transition-delay: 0.1s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(3) .hero-mask__inner { transition-delay: 0.2s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(4) .hero-mask__inner { transition-delay: 0.3s; }

/* Exit stagger — media pallavi → followers → model → rashmi */
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--pallavi { transition-delay: 0s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--followers { transition-delay: 0.12s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--model { transition-delay: 0.24s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--rashmi { transition-delay: 0.36s; }

/* SR Delicious: overflow mask + horizontal slide */
.ics-influtics-home .jo-banner__txt {
    overflow: visible;
}

.ics-influtics-home .hero-mask-line {
    display: block;
    width: 100%;
}

/* Fixed vertical slots so every slide lands in the same positions */
.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(1) {
    min-height: 52px;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(2) {
    min-height: calc(clamp(24px, 3.4vw, 58px) * 1.2 + 20px);
    margin-bottom: 0;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(3) {
    min-height: calc(clamp(18px, 2.6vw, 45px) * 1.25 + 8px);
    margin-bottom: 28px;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(4) {
    min-height: 50px;
}

.ics-influtics-home .hero-mask {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:first-child .hero-mask {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -12px;
}

.ics-influtics-home .hero-mask__inner {
    display: block;
    width: 100%;
}

.ics-influtics-home .hero-slide--entering .hero-anim,
.ics-influtics-home .hero-slide--leaving .hero-anim {
    animation: none !important;
}

/* Media panel — absolute slots; slide moves as one flow, clip at hero edge */
.ics-influtics-home .jo-banner__img {
    position: relative;
    z-index: 2;
    overflow: visible;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.ics-influtics-home .hero-media-layer {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: visible;
}

.ics-influtics-home .hero-media-mask-line {
    position: absolute;
    z-index: 2;
}

.ics-influtics-home .hero-media-mask-line--rashmi {
    top: 10%;
    left: 0;
    z-index: 4;
    max-width: calc(100% - 8px);
    width: max-content;
}

.ics-influtics-home .hero-media-mask-line--followers {
    top: 30%;
    right: 0;
    z-index: 3;
}

.ics-influtics-home .hero-media-mask-line--pallavi {
    top: 70%;
    left: 0;
    z-index: 4;
    max-width: calc(100% - 8px);
    width: max-content;
}

.ics-influtics-home .hero-media-mask-line--model {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}

.ics-influtics-home .hero-mask--media {
    overflow: visible;
    padding: 0;
    margin: 0;
}

.ics-influtics-home .hero-mask--model {
    overflow: visible;
    height: 100%;
    padding: 0;
    margin: 0;
}

.ics-influtics-home .hero-mask--media .hero-mask__inner {
    display: block;
    width: 100%;
}

.ics-influtics-home .hero-mask--model .hero-mask__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 0;
}

/* Model sits on hero bottom — legs clip below fold, not mid-torso */
.ics-influtics-home .hero-anim-model {
    display: block;
    width: auto;
    height: auto;
    max-width: min(33.854vw, 400px);
    margin: 0 0 -90px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: bottom center;
    vertical-align: bottom;
}

@media screen and (max-width: 1199px) {
    .ics-influtics-home .jo-banner__circles.jo-contact__img {
        right: 5%;
        width: min(32vw, 260px);
        height: min(32vw, 260px);
    }
}

@media screen and (max-width: 991px) {
    .ics-influtics-home .jo-banner__circles.jo-contact__img {
        right: 50%;
        transform: translate(50%, -50%);
        width: 240px;
        height: 240px;
    }
}

/* Instagram handle pill (same style as following notifications) */
.ics-influtics-home .jo-banner__notifi--handle {
    color: var(--ics-charcoal);
    font-weight: 600;
}

.ics-influtics-home .jo-banner__notifi--handle > span:not(.icon) {
    overflow: visible;
    text-overflow: clip;
}

.ics-influtics-home .jo-banner__notifi-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ics-influtics-home .jo-banner__notifi-icon--ig {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.ics-influtics-home .jo-banner__notifi-icon--yt {
    background: #ff0000;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

/* Rashmi pill — positioned via hero-media-mask-line--rashmi */
.ics-influtics-home .jo-banner__img .jo-banner__notifi--rashmi {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .ics-influtics-home .hero-media-mask-line--rashmi,
    .ics-influtics-home .hero-media-mask-line--pallavi {
        display: none !important;
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(4),
    .ics-influtics-home .jo-banner__btns {
        display: none !important;
    }

    .ics-influtics-home .hero-slide__content .col-lg-7 {
        padding-bottom: 0;
    }

    .ics-influtics-home .hero-slide__content .col-lg-5 {
        justify-content: center;
        margin-top: -12px;
    }

    .ics-influtics-home .hero-media-layer {
        height: auto;
        min-height: 340px;
        padding-bottom: 0;
    }

    .ics-influtics-home .hero-media-mask-line--followers {
        position: absolute;
        top: 8%;
        right: 0;
        margin: 0;
        padding: 10px 12px;
    }

    .ics-influtics-home .hero-media-mask-line--model {
        position: relative;
        top: auto;
        bottom: auto;
        margin-top: 0;
        min-height: 320px;
    }

    .ics-influtics-home .hero-anim-model {
        max-width: min(62vw, 300px);
        margin: 0 auto 0;
    }
}

.ics-influtics-home .jo-banner__img .jo-banner__notifi.hero-anim-pallavi {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
}

.ics-influtics-home .jo-banner__img .jo-banner__followers {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
}

/* Hero title lines — masked separately like SR Delicious headline */
.ics-influtics-home .jo-banner__name {
    display: block;
    font-size: clamp(24px, 3.4vw, 58px);
    line-height: 1.15;
    font-weight: 700;
    margin: 20px 0 0;
}

.ics-influtics-home .jo-banner__role {
    display: block;
    font-size: clamp(18px, 2.6vw, 45px);
    line-height: 1.2;
    margin: 0.35em 0 0;
    font-weight: 600;
    opacity: 0.92;
}

.ics-influtics-home .jo-banner__btns {
    gap: 20px;
    margin-top: 4px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-banner__name {
        font-size: clamp(22px, 6.5vw, 36px);
        margin-top: 16px;
    }

    .ics-influtics-home .jo-banner__role {
        font-size: clamp(16px, 4.8vw, 28px);
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(1) {
        min-height: 44px;
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(2) {
        min-height: calc(clamp(22px, 6.5vw, 36px) * 1.2 + 16px);
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(3) {
        min-height: calc(clamp(16px, 4.8vw, 28px) * 1.25 + 4px);
        margin-bottom: 8px;
    }

    .ics-influtics-home .hero-slide__content .col-lg-7 {
        justify-content: center;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .ics-influtics-home .hero-slide__content .row {
        min-height: 0;
    }

    .ics-influtics-home .hero-slide__content .col-lg-5 {
        justify-content: center;
        margin-top: -16px;
    }

    .ics-influtics-home .hero-media-layer {
        min-height: 310px;
    }

    .ics-influtics-home .hero-media-mask-line--model {
        min-height: 290px;
    }

    .ics-influtics-home .hero-anim-model {
        max-width: min(64vw, 260px);
        margin: 0 auto 0;
    }
}

/* Hero floating animations */
@keyframes hero-drift-model {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    20% { transform: translate(3px, -5px) rotate(0.25deg); }
    45% { transform: translate(-4px, 4px) rotate(-0.2deg); }
    70% { transform: translate(3px, 5px) rotate(0.15deg); }
}

@keyframes hero-drift-rashmi {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(4px, -3px); }
    55% { transform: translate(-3px, 4px); }
    80% { transform: translate(2px, -2px); }
}

@keyframes hero-drift-pallavi {
    0%, 100% { transform: translate(0, 0); }
    30% { transform: translate(-3px, 3px); }
    60% { transform: translate(4px, -4px); }
    85% { transform: translate(-2px, -2px); }
}

@keyframes hero-drift-followers {
    0%, 100% { transform: translate(0, 0) scale(1); }
    35% { transform: translate(-3px, 4px) scale(1.01); }
    65% { transform: translate(3px, -3px) scale(0.99); }
}

.ics-influtics-home .hero-anim {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
}

.ics-influtics-home .hero-anim-model {
    animation-name: hero-drift-model;
}

.ics-influtics-home .hero-anim-rashmi {
    animation-name: hero-drift-rashmi;
}

.ics-influtics-home .hero-anim-handle {
    animation-name: hero-drift-rashmi;
}

.ics-influtics-home .hero-anim-pallavi {
    animation-name: hero-drift-pallavi;
}

.ics-influtics-home .hero-anim-followers {
    animation-name: hero-drift-followers;
    z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
    .ics-influtics-home .hero-anim {
        animation: none !important;
    }
}

/* Following pills — wider, fixed height, room for heart icon */
.ics-influtics-home .jo-banner__notifi {
    width: max-content;
    max-width: min(300px, 92vw);
    min-height: 38px;
    height: 38px;
    padding: 3px 34px 3px 4px;
    gap: 6px;
    font-size: 11.5px;
    line-height: 1;
    white-space: nowrap;
    align-items: center;
    overflow: visible;
}

.ics-influtics-home .jo-banner__notifi > img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ics-influtics-home .jo-banner__notifi > span:not(.icon) {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2px;
}

.ics-influtics-home .jo-banner__notifi .icon {
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-40%);
    z-index: 2;
    line-height: 0;
    border-radius: 999px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.ics-influtics-home .jo-banner__notifi .icon img {
    width: 30px;
    height: 30px;
    display: block;
}

.ics-influtics-home .jo-banner__img .jo-banner__notifi {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    max-width: min(280px, 85vw);
}

/* Primary buttons — ICS coral gradient */
.ics-influtics-home .jo-btn {
    background: linear-gradient(135deg, var(--ics-coral) 0%, var(--ics-coral-dark) 100%);
}

.ics-influtics-home .jo-btn::before {
    background: linear-gradient(135deg, var(--ics-coral-dark) 0%, var(--ics-coral-darker) 100%);
}

.ics-influtics-home .jo-btn:hover {
    color: #fff;
}

.ics-influtics-home .jo-btn:hover::before {
    opacity: 1;
}

/* Hero outline button (Contact Me) — white text on banner */
.ics-influtics-home .jo-banner__btns > *:last-child,
.ics-influtics-home .jo-banner__btn-contact {
    background: transparent;
    color: #fff;
}

.ics-influtics-home .jo-banner__btns > *:last-child:hover,
.ics-influtics-home .jo-banner__btn-contact:hover {
    background: var(--ics-coral);
    color: #fff;
}

.ics-influtics-home .jo-banner__btns > *:last-child::before {
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.35)) border-box;
}

/* Section headings & pill buttons */
.ics-influtics-home .tt-section-heading {
    color: var(--ics-coral);
}

.ics-influtics-home .tt-section-heading__btn {
    background: rgba(240, 101, 67, 0.12);
    color: var(--ics-coral);
}

.ics-influtics-home .tt-section-heading__btn:hover {
    background-color: var(--ics-coral);
    color: #fff;
}

.ics-influtics-home .jo-reels-heading button {
    color: var(--ics-coral);
}

.ics-influtics-home .jo-reels-heading button:hover {
    background-color: var(--ics-coral);
    color: #fff;
}

/* Accents: follower count, styled title, links */
.ics-influtics-home .jo-banner__followers .number,
.ics-influtics-home .jo-banner__name span.styled,
.ics-influtics-home .jo-banner__title span.styled {
    color: var(--ics-coral);
}

.ics-influtics-home .jo-article__btn:hover,
.ics-influtics-home .jo-contact__form a:hover {
    color: var(--ics-coral);
}

.ics-influtics-home .jo-intro__txt .jo-btn::after {
    background: var(--ics-coral);
}

.ics-influtics-home .jo-intro-lives-wrapper {
    overflow: visible;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__week-title {
    margin: 0 0 14px;
    font-size: clamp(26px, 3.4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(135deg, #ffffff 0%, #ffd4c8 38%, var(--ics-coral) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__featured-name {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.15;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 700;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__platform-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__platform-tag img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__descr,
.ics-influtics-home .jo-intro--influencer-week .jo-intro__list li {
    color: rgba(255, 255, 255, 0.9);
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-info,
.ics-influtics-home .jo-top-influencers .jo-top-influencer .jo-reel-info,
.ics-influencers-directory .jo-influencer-shop-card .jo-reel-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Swiper / slider controls */
.ics-influtics-home .swiper-button-next,
.ics-influtics-home .swiper-button-prev,
.ics-influtics-home .jo-reels-slider-next,
.ics-influtics-home .jo-reels-slider-prev {
    color: var(--ics-coral);
}

.ics-influtics-home .swiper-button-next:hover,
.ics-influtics-home .swiper-button-prev:hover,
.ics-influtics-home .jo-reels-slider-next:hover,
.ics-influtics-home .jo-reels-slider-prev:hover {
    background-color: var(--ics-coral);
    color: #fff;
}

/* Service tab active state */
.ics-influtics-home .jo-services-tab-navs .tab-nav::before {
    background: linear-gradient(135deg, var(--ics-coral) 0%, var(--ics-coral-dark) 100%);
}

.ics-influtics-home .jo-services-tab-navs .tab-nav:hover::before {
    opacity: 0.85;
}

/* Video price tags */
.ics-influtics-home .jo-video-card .price {
    background: var(--ics-coral);
}

/* Keep ICS nav/footer typography stable inside Bootstrap page */
.ics-site-chrome nav,
.ics-site-chrome footer {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    box-sizing: border-box;
}

.ics-site-chrome nav *,
.ics-site-chrome footer * {
    box-sizing: border-box;
}

.modal-overlay {
    z-index: 10050 !important;
}

.notification-container {
    z-index: 10060 !important;
}

/* Registration notifications use ics-site.css slide-up styles */

/* Homepage — All Influencers link matches videos-2 tab buttons */
.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link {
    background: linear-gradient(90deg, var(--ttRed), var(--tt-gold));
    border-radius: 6px;
    height: 38px;
    padding: 0 20px;
    color: var(--ttRed);
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    border: none;
    transition: 0.4s ease;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 1px;
    background-color: var(--white);
    border-radius: 4.5px;
    transition: 0.4s ease;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link:hover {
    color: var(--white);
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link:hover::before {
    opacity: 0;
}

@media screen and (max-width: 479px) {
    .ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link {
        padding: 0 10px;
        height: 35px;
        font-size: 14px;
    }
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle {
    margin-bottom: 0;
    gap: 8px;
    height: 38px;
    padding: 0 4px;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle .toggle-label {
    font-size: 15px;
    white-space: nowrap;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle .toggle-label.premium {
    color: rgba(0, 0, 0, 0.45);
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle input:checked ~ .toggle-label.premium {
    color: var(--black);
}

@media screen and (max-width: 479px) {
    .ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle {
        height: 35px;
    }

    .ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle .toggle-label {
        font-size: 14px;
    }
}

/* Influencers directory (video-shop layout) */
.ics-influencers-directory {
    --ics-coral: #F06543;
    --ttRed: var(--ics-coral);
    --tt-gold: #E04F2E;
}

/* Keep overflow-y default so scrollbar-gutter stays consistent with other pages */
html:has(body.ics-influencers-directory) {
    overflow-x: clip;
}

.ics-influencers-directory .ics-influtics-page,
.ics-influencers-directory #main-content,
.ics-influencers-directory .jo-influencers-shop,
.ics-influencers-directory .jo-influencers-shop .jo-container,
.ics-influencers-directory .jo-influencers-shop-layout,
.ics-influencers-directory .jo-influencers-shop-sidebar-col,
.ics-influencers-directory .jo-influencers-shop-main-col {
    overflow: visible;
}

.ics-influencers-directory .ics-influtics-page {
    padding-top: 5rem;
}

.ics-influencers-directory .jo-breadcrumb {
    padding-top: 2.5rem;
}

.ics-influencers-directory .jo-influencers-shop-sidebar-col {
    position: relative;
}

@media screen and (min-width: 992px) {
    .ics-influencers-directory .jo-influencers-shop-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: var(--ics-filter-top, 6rem);
        align-self: flex-start;
        z-index: 5;
        width: 100%;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    }
}

.ics-influencers-directory .jo-influencers-shop-sidebar > .jo-video-shop-search,
.ics-influencers-directory .jo-influencers-shop-sidebar > .jo-influencers-distance-filter,
.ics-influencers-directory .jo-influencers-shop-sidebar > .jo-influencers-filter-accordion {
    margin-bottom: 0;
}

.ics-influencers-directory .jo-influencers-type-filter-form,
.ics-influencers-directory .jo-influencers-gender-filter-form {
    background-color: var(--white);
    border-radius: 10px;
    padding: 15px;
}

.ics-influencers-directory .jo-influencers-filter-accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: clamp(20px, 2.1vw, 40px);
    width: 100%;
}

.ics-influencers-directory .jo-influencers-filter-group {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 12px;
    margin-top: 12px;
}

.ics-influencers-directory .jo-influencers-filter-accordion > .jo-influencers-filter-group:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 8px;
}

.ics-influencers-directory .jo-influencers-filter-group__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    margin: 0;
    border: none;
    background: none;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
    text-align: left;
}

.ics-influencers-directory .jo-influencers-filter-group__chevron {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: var(--ttGray2);
    transition: transform 0.25s ease, color 0.2s ease;
}

.ics-influencers-directory .jo-influencers-filter-group__head:hover .jo-influencers-filter-group__chevron {
    color: var(--ttRed);
}

.ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__chevron {
    transform: rotate(180deg);
    color: var(--ttRed);
}

.ics-influencers-directory .jo-influencers-filter-group__body {
    display: none;
    padding-bottom: 4px;
}

.ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body {
    display: block;
}

@media screen and (min-width: 992px) {
    .ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body {
        max-height: var(--ics-accordion-panel-max-height, 220px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(240, 101, 67, 0.4) transparent;
    }

    .ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body::-webkit-scrollbar {
        width: 5px;
    }

    .ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body::-webkit-scrollbar-thumb {
        background: rgba(240, 101, 67, 0.4);
        border-radius: 99px;
    }
}

.ics-influencers-directory .jo-influencers-filter-group__inner {
    padding-bottom: 2px;
}

.ics-influencers-directory .jo-influencers-filter-group .jo-video-shop-categories-link a {
    padding: 6px 0;
}

.ics-influencers-directory .jo-influencers-filter-group .jo-video-shop-video-status-form {
    margin-top: 0;
}

.ics-influencers-directory .jo-influencers-rating-label {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}

.ics-influencers-directory .jo-influencers-rating-label i {
    font-size: 11px;
    color: #f5a623;
}

.ics-influencers-directory .jo-influencers-distance-filter-form .filtered-distance {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: var(--ttGray2);
}

.ics-influencers-directory .jo-video-shop-categories-link a.is-active span:first-child {
    color: var(--ttRed);
    font-weight: 600;
}

.ics-influencers-directory .jo-influencer-shop-card.jo-video-shop-item .premium-badge,
.ics-influencers-directory .jo-influencer-shop-card .premium-badge {
    position: absolute;
    top: clamp(12px, 1.2vw, 22px);
    left: clamp(12px, 1.2vw, 22px);
    width: clamp(34px, 2.2vw, 44px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--ttRed);
    border-radius: 50%;
    padding-top: 4px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ics-influencers-directory .jo-influencer-shop-card .premium-badge i {
    font-size: clamp(14px, 1vw, 18px);
}

.ics-influencers-directory .jo-influencer-shop-card {
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-title {
    font-size: 15px;
    margin-bottom: 4px;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-info {
    font-size: 13px;
}

.jo-influencer-rating-badge {
    position: absolute;
    top: clamp(12px, 1.2vw, 22px);
    right: clamp(12px, 1.2vw, 22px);
    left: auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: clamp(44px, 2.6vw, 54px);
    height: clamp(34px, 2.2vw, 44px);
    padding: 0 10px;
    background-color: #fff;
    color: #f5a623;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    font-size: clamp(11px, 0.75vw, 13px);
    font-weight: 700;
    line-height: 1;
}

.jo-influencer-rating-badge i {
    font-size: clamp(11px, 0.8vw, 14px);
    color: #f5a623;
}

.jo-influencer-rating-badge__value {
    color: #222;
    font-weight: 700;
}

.jo-influencer-shop-card.jo-video-shop-item .jo-influencer-rating-badge,
.jo-influencer-grid-card.jo-video-shop-item .jo-influencer-rating-badge {
    top: clamp(12px, 1.2vw, 22px);
    right: clamp(12px, 1.2vw, 22px);
}

.ics-influtics-home .jo-home-influencers__grid > .col.is-filter-hidden {
    display: none !important;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card.jo-video-shop-item .premium-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--ttRed);
    border-radius: 50%;
    padding-top: 4px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ics-influencers-directory .jo-influencer-shop-card .jo-top-influencer__thumb {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 330 / 430;
    object-fit: cover;
    object-position: top center;
    background: #f3f3f3;
    border-radius: 20px;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-video {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.ics-influencers-directory .jo-influencers-shop-row {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1rem;
}

.ics-influencers-directory .jo-influencers-shop-row > [class*="col"] {
    min-width: 0;
}

/* Cap column count below md — bare .col was packing 7–10 cards into one row */
@media (max-width: 767.98px) {
    .ics-influencers-directory .jo-influencers-shop-row > [class*="col"]:not(.is-filter-hidden) {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 479.98px) {
    .ics-influencers-directory .jo-influencers-shop-row > [class*="col"]:not(.is-filter-hidden) {
        width: 100%;
        max-width: 100%;
    }
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-title,
.ics-influtics-home .jo-top-influencer .jo-reel-title,
.ics-influtics-home .jo-influencer-grid-card .jo-reel-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.ics-influencers-directory .jo-influencers-shop-row > .col.is-filter-hidden {
    display: none !important;
}

.jo-influencers-filter-result-count {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.jo-influencers-filter-empty {
    margin: 24px 0 8px;
    padding: 20px 18px;
    border-radius: 14px;
    border: 1px dashed #e5e7eb;
    background: #fafafa;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .ics-influencers-directory .jo-influencers-shop-row {
        --bs-gutter-x: 1.15rem;
    }
}

@media screen and (max-width: 991px) {
    .ics-influencers-directory .jo-influencers-shop-sidebar-col {
        order: -1;
    }

    .ics-influencers-directory .jo-influencers-shop-sidebar {
        position: static;
        box-shadow: none;
        border-radius: 20px;
        background-color: #FFF1F1;
    }
}

/* Single influencer profile (Influtics about page layout) */
.ics-influencer-profile-page .ics-influtics-page {
    padding-top: 5.5rem;
}

.ics-influencer-profile-page .jo-inner-about .top-wrapper {
    overflow: hidden;
}

.ics-influencer-profile-page .jo-influencer-profile-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ics-charcoal);
    font-weight: 600;
    text-decoration: none;
}

.ics-influencer-profile-page .jo-influencer-profile-back:hover {
    color: var(--ics-coral);
}

.ics-influencer-profile-page .jo-influencer-profile-handle {
    font-size: clamp(16px, 1.05vw, 20px);
    font-weight: 600;
    color: var(--ics-coral);
    margin-bottom: 18px;
}

.ics-influencer-profile-page .jo-influencer-profile-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 10px;
}

.ics-influencer-profile-page .jo-influencer-profile-platform {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: var(--ics-charcoal);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ics-influencer-profile-page .jo-influencer-profile-platform img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ics-influencer-profile-page .jo-influencer-profile-platform.is-active,
.ics-influencer-profile-page .jo-influencer-profile-platform:hover {
    border-color: var(--ics-coral);
    color: var(--ics-coral);
    box-shadow: 0 8px 20px rgba(240, 101, 67, 0.12);
}

.ics-influencer-profile-page .jo-inner-about-left .jo-btn {
    background: var(--ics-coral);
}

.ics-influencer-profile-page .jo-inner-about-left .jo-btn::before {
    background: var(--ics-coral-dark);
}
