.single-banner {
    min-height: 850px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #1e1b4b url('../images/main-slider/premium-hero-bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 15px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.single-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, 
        rgba(30, 27, 75, 0.98) 0%, 
        rgba(30, 27, 75, 0.85) 35%, 
        rgba(30, 27, 75, 0.3) 70%, 
        transparent 100%);
    z-index: 1;
}

.banner-foreground {
    position: relative;
    z-index: 10;
    width: 100%;
}

.banner-content {
    padding-top: 50px;
}

.btn-two {
    background: #F7D022 !important;
    color: #000 !important;
}

.section-area .section-subtitle {
    color: #D2093C;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    background-color: rgba(210, 9, 59, 0.04);
    padding: 10px 25px;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.banner-content .section-subtitle {
    background-color: #fff;
    margin-bottom: 15px;
}

.section-area .section-subtitle::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #D2093C;
    content: "";
}

.banner-content .section-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-content .section-text {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 45px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Plus Jakarta Sans", sans-serif;
    max-width: 600px;
}

.theme-btn-big {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
}

.theme-btn {
    background: #e6112d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    border: none;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.d-lg-block {
    display: block !important;
}

.banner-area {
    overflow: visible;
}

.banner-right {
    position: relative;
    z-index: 1;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.banner-img {
    margin-right: clamp(-40px, -4vw, -75px);
    margin-left: clamp(10px, 2vw, 30px);
}

.banner-img img {
    display: block;
    width: 100%;
    max-width: 676px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* Overlay plane for floating service cards */
.banner-meta {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px 100px;
    align-content: center;
    padding: 40px 10px;
    pointer-events: none;
    z-index: 2;
}

.banner-meta-first {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: auto;
    width: fit-content;
    justify-self: start;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner-meta-info {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: auto;
    width: fit-content;
    justify-self: end;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner-inner-meta {
    position: absolute;
    pointer-events: auto;
}

.banner-inner-info {
    display: flex;
    gap: 20px;
}

.banner-info-img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.banner-info-img img {
    width: 45px;
    height: 45px;
}

.banner-info-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #FFA121;
    font-size: 12px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    top: 50px;
    left: 60px;
}

.banner-meta-rating {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: auto;
    width: fit-content;
    justify-self: end;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner-meta-last {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: auto;
    width: fit-content;
    justify-self: start;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner-inner-meta:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* Float on inner box so panel position transforms are not overwritten */
.banner-inner-meta .banner-service-box {
    animation: hero-upDown-1 3s linear 0s infinite alternate;
}

.banner-service-box {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    width: 280px !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.text-service {
    flex: 1 !important;
    min-width: 0 !important;
}

.text-service h5,
.text-service h2.h5-style {
    font-weight: 800 !important;
    color: #1e1b4b !important;
    font-size: 18px !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em;
}

.text-service p {
    line-height: 1.4 !important;
    font-size: 12px !important;
    margin-bottom: 4px !important;
    color: #555 !important;
}

.text-service a {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #E6112D !important;
    border-bottom: 1px solid #E6112D !important;
    text-decoration: none !important;
}

.img-service {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    flex-shrink: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
}

.img-service img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    object-fit: cover !important;
    display: block !important;
}

@keyframes hero-circle-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes hero-popup-1 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation-popup-5 {
    0% {
        transform: scale(.2) rotate(0deg);
    }

    40% {
        transform: scale(.5) rotate(180deg);
    }

    80% {
        transform: scale(1) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes hero-upDown-1 {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes hero-leftRight-1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(40px);
    }
}

@keyframes animation-upDown-2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}




.btm_widgets {
    background: #fde8eb;
    padding: 60px 0px;
}

.row-cols-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 18.6%;
}

.tp_widget {
    background: #fff;
    box-shadow: 6px 6px 70px rgb(255 208 214);
    padding: 20px 10px;
    height: 146px;
    border-radius: 15px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tp_widget img {
    width: 58px;
}

.tp_widget h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 16px;
    margin: 0px;
    color: #000;
}

.btm_widgets h2 {
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

.get-the-app-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.get-the-app-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,158,11,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.appstore-container {
    background: #fff;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
    border-radius: 12px;
    max-width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.appstore-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    text-decoration: none;
}

.appstore-container figure {
    height: 36px;
    width: 36px;
    margin: 0;
    margin-right: 10px;
    flex-shrink: 0;
}

.appstore-container figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.appstore-container small {
    font-size: 10px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1;
}

.appstore-container h4,
.appstore-container .h4-style {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.get-app-content h2 {
    color: #fff;
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.get-app-content p {
    font-size: 1rem;
    color: rgba(255,255,255,0.65);
    margin: 0;
}

.get-app-content .partition-line {
    display: none;
}

@media (max-width: 767px) {
    .get-the-app-section {
        padding: 32px 0;
        text-align: center;
    }
    .get-app-content {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .get-app-content h2 {
        font-size: 1.3rem;
    }
    .appstore-container {
        margin: 0 auto;
    }
}

.ads-banners-section .banners img {
    width: 100%;
}

.ads-banners-section {
    background: #ffedef;
}

/* Fact counter: mobile stacking + readable type after lazy-image / PageSpeed tweaks */
.fact-counter .counter-box {
    position: relative;
    z-index: 2;
    text-align: center;
}

.fact-counter .counter-box h3 {
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}

.fact-counter .fact-content {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

/* Icon box used images, not icon fonts — kill inherited font size so alt text never blows up */
.fact-counter .counter-box .icon {
    font-size: 0 !important;
    line-height: 0 !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.fact-counter .counter-box .icon img {
    width: 60px !important;
    height: 60px !important;
    margin-top: 0 !important;
    object-fit: contain;
    display: block;
}

@media (max-width: 991px) {
    .fact-counter {
        background-attachment: scroll !important;
    }

    /* Fixed Floating Cards for Mobile */
    .banner-right {
        min-height: auto;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-meta {
        position: relative;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 15px;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        pointer-events: auto;
    }

    .banner-inner-meta {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        transform: none !important;
        pointer-events: auto;
    }

    .banner-meta-first,
    .banner-meta-info,
    .banner-meta-rating,
    .banner-meta-last {
        grid-column: auto !important;
        grid-row: auto !important;
        justify-self: center !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        position: relative !important;
        display: block !important;
    }

    .banner-service-box {
        width: 100% !important;
        justify-content: center;
    }
    
    .single-banner {
        min-height: auto;
        padding-bottom: 80px;
        border-radius: 0; /* Full width on mobile looks more premium */
    }
    
    .banner-content .section-title {
        font-size: 38px;
        text-align: center;
        padding: 0 15px;
    }
    
    .banner-content .section-text {
        text-align: center;
        padding: 0 20px;
        font-size: 15px;
    }
    
    .banner-content {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-content .section-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Worker Section: Layered Opacity Composition */
.it-career-item {
    display: block !important;
    position: relative;
    min-height: 440px;
    border-radius: 25px;
    overflow: hidden !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: none !important;
    margin-bottom: 30px;
}

.it-career-thumb {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.it-career-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.it-career-content {
    position: relative;
    z-index: 5;
    height: 100%;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px !important;
    max-width: 550px;
}

/* Dark Overlay - Register as a Worker */
.it-career-item:not(.it-second-item) .it-career-content {
    background: linear-gradient(90deg,
        rgba(10, 10, 20, 0.92) 0%,
        rgba(10, 10, 20, 0.85) 50%,
        rgba(10, 10, 20, 0) 100%) !important;
}

/* Dark Overlay - Refer a Worker */
.it-career-item.it-second-item .it-career-content {
    background: linear-gradient(90deg,
        rgba(10, 10, 20, 0.92) 0%,
        rgba(10, 10, 20, 0.85) 50%,
        rgba(10, 10, 20, 0) 100%) !important;
}

.it-career-style-3 .it-career-content > span {
    font-size: 38px !important;
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.it-career-style-3 .it-career-content p {
    font-size: 17px !important;
    line-height: 1.5 !important;
    max-width: 380px !important;
    color: rgba(255,255,255,0.95) !important;
}

.it-career-hindi {
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 380px !important;
    color: rgba(255, 220, 100, 0.92) !important;
    margin-top: -6px !important;
    margin-bottom: 14px !important;
    font-style: italic;
}

@media (max-width: 991px) {
    .it-career-content {
        max-width: 100%;
        text-align: center;
        align-items: center;
        background: linear-gradient(0deg, 
            rgba(0,0,0,0.6) 0%, 
            rgba(0,0,0,0.3) 100%) !important;
    }
    
    .it-career-item:not(.it-second-item) .it-career-content {
        background: rgba(10, 10, 20, 0.88) !important;
    }

    .it-career-item.it-second-item .it-career-content {
        background: rgba(10, 10, 20, 0.88) !important;
    }
}

/* ── Testimonial Section – Modern Redesign ──────────────── */
.mts-testimonial-section {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}
.mts-testimonial-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242,162,39,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.mts-testi-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.mts-testi-header {
    margin-bottom: 40px;
}
.mts-testi-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #fff7ed, #fef3c7);
    color: #b45309;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.mts-testi-badge i {
    color: #f59e0b;
    font-size: 0.7rem;
}
.mts-testi-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}
.mts-testi-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

/* Card */
.mts-testi-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
}
.mts-testi-quote {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f59e0b, #f2a227);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(245,158,11,0.3);
    margin-bottom: 16px;
}
.mts-testi-quote i {
    color: #fff;
    font-size: 1rem;
}
.mts-testi-card .slide-content {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.mts-testi-card .slide-content p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: #334155 !important;
    font-weight: 450 !important;
    font-style: normal !important;
    margin: 0 !important;
}

/* Stars */
.mts-testi-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
}
.mts-testi-stars i {
    color: #f59e0b;
    font-size: 0.85rem;
}

/* Author */
.mts-testi-card .slide-info {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}
.mts-testi-card .slide-info figure {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f1f5f9;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.mts-testi-card .slide-info figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.mts-testi-card .slide-info .author-info h3 {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 2px !important;
}
.mts-testi-card .slide-info .author-info p {
    font-size: 0.82rem !important;
    color: #94a3b8 !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

/* Navigation */
.mts-testi-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}
.mts-testi-nav-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.mts-testi-nav-btn:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15,23,42,0.15);
}

/* Carousel wrapper – Swiper Center Mode */
.mts-testi-carousel {
    position: relative;
    overflow: hidden;
}
.mts-testi-swiper {
    overflow: visible;
    padding: 0 0 10px;
}
.mts-testi-swiper .swiper-slide {
    transition: transform 0.5s cubic-bezier(.4,0,.2,1), opacity 0.5s ease;
    transform: scale(0.9);
    opacity: 0.45;
    filter: blur(1px);
}
.mts-testi-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    z-index: 2;
}
.mts-testi-swiper .swiper-slide-prev,
.mts-testi-swiper .swiper-slide-next {
    opacity: 0.55;
    filter: blur(0);
    transform: scale(0.92);
}

@media (max-width: 991px) {
    .mts-testimonial-section {
        padding: 60px 0 40px;
    }
    .mts-testi-title {
        font-size: 1.8rem;
    }
    .mts-testi-card {
        padding: 32px 24px 24px;
    }
}

@media (max-width: 767px) {
    .mts-testimonial-section {
        padding: 48px 0 32px;
    }
    .mts-testi-inner {
        padding: 0 8px;
    }
    .mts-testi-title {
        font-size: 1.5rem;
    }
    .mts-testi-subtitle {
        font-size: 0.92rem;
    }
    .mts-testi-card {
        padding: 28px 20px 20px;
        border-radius: 16px;
    }
    .mts-testi-card .slide-content p {
        font-size: 0.95rem !important;
    }
    .mts-testi-quote {
        top: -14px;
        left: 20px;
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
    .mts-testi-quote i {
        font-size: 0.8rem;
    }
    .mts-testi-nav-btn {
        width: 42px;
        height: 42px;
    }
}

/* "We Believe" Section */
.registration-logos-box {
    background: #fff;
    padding: 36px 32px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.04);
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.registration-logos-box .sec-title {
    margin-bottom: 0;
}
.registration-logos-box .sec-title h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

.logos-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
}

.logo-item {
    background: transparent;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    min-width: unset;
}

.logo-item:hover {
    transform: translateY(-3px);
    box-shadow: none;
    border-color: transparent;
}

.logo-item img {
    max-height: 48px;
    width: auto !important;
    filter: grayscale(0.4) opacity(0.7);
    transition: filter 0.3s;
}

.logo-item:hover img {
    filter: grayscale(0) opacity(1);
}

@media (max-width: 991px) {
    .logos-grid {
        gap: 20px;
    }
    .logo-item {
        padding: 6px 8px;
    }
    .logo-item img {
        max-height: 40px;
    }
}

@media (max-width: 767px) {
    .registration-logos-box {
        padding: 28px 16px;
    }
    .logos-grid {
        flex-wrap: wrap;
        gap: 16px;
    }
    .logo-item {
        flex: 0 0 calc(33.33% - 12px);
        padding: 8px 6px;
    }
    .logo-item img {
        max-height: 36px;
    }
}