/* =============================================================
   HOME PAGE — All section styles
   Sections: Hero · Logo Slider · Simplify · Features · Tabs · Industries · Blog
   Breakpoints: 1399 · 1199 · 991 · 767 · 575 · 399
   ============================================================= */


/* =============================================================
   HERO SECTION
   ============================================================= */

.hero-section {
    background: #ffffff;
    text-align: center;
    position: relative;
    padding-top: 160px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 37%;
    right: 0;
    width: 600px;
    height: 100%;
    background: url(../images/hero-bg.webp) no-repeat;
    background-size: contain;
    z-index: 1;
    max-height: 700px;
}

.hero-text-wrap {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.hero-heading {
    font-size: clamp(28px, 5vw, 62px);
    font-weight: 500;
    line-height: 1.15;
}

.hero-gradient-text {
    background: linear-gradient(270deg, #6E196F 4.97%, #F433E7 151.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subheading {
    font-weight: 500;
    font-size: clamp(22px, 3.5vw, 42px);
}

.hero-desc {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.4;
    max-width: 850px;
    margin: 0 auto 20px;
}

.btn-hero-demo {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    background: var(--gradient-brand, linear-gradient(269deg, #6e196f 5%, #f433e7 152%));
    padding: 14px 44px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 6px 28px rgba(110, 25, 111, 0.28);
}

.btn-hero-demo:hover {
    opacity: 0.88;
    color: #ffffff;
    box-shadow: 0 8px 32px rgba(110, 25, 111, 0.38);
}

.hero-swiper-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0;
    min-height: 300px;
}

.hero-swiper { width: 100%; }

.hero-swiper .swiper-wrapper {
    align-items: flex-end;
    transition-timing-function: linear !important;
}

.hero-swiper .swiper-slide {
    flex-shrink: 0;
    border-radius: 18px;
    overflow: visible;
    position: relative;
}

.hero-swiper .swiper-slide.hs-1 { width: 230px; }
.hero-swiper .swiper-slide.hs-2 { width: 210px; }
.hero-swiper .swiper-slide.hs-3 { width: 220px; }

.hero-swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
}

.hero-swiper .swiper-slide.hs-1 img { height: 270px; }
.hero-swiper .swiper-slide.hs-2 img { height: 190px; }
.hero-swiper .swiper-slide.hs-3 img { height: 140px; }

.hero-swiper .swiper-slide.hs-2 {
    padding: 3px;
    border-radius: 20px;
    background: linear-gradient(145deg, #7c2abe 0%, #2196f3 100%);
}

.hero-swiper .swiper-slide.hs-2 img { border-radius: 17px; }

@media (max-width: 1399.98px) {
    .hero-section { padding-top: 160px; }
}

@media (max-width: 1199.98px) {
    .hero-section { padding-top: 100px; }
    .hero-section::before { width: 460px; }
    .hero-text-wrap { padding-bottom: 52px; }
    .hero-swiper-wrap { min-height: 260px; }
    .hero-swiper .swiper-slide.hs-1 { width: 200px; }
    .hero-swiper .swiper-slide.hs-2 { width: 180px; }
    .hero-swiper .swiper-slide.hs-3 { width: 190px; }
    .hero-swiper .swiper-slide.hs-1 img { height: 240px; }
    .hero-swiper .swiper-slide.hs-2 img { height: 180px; }
    .hero-swiper .swiper-slide.hs-3 img { height: 150px; }
}

@media (max-width: 991.98px) {
    .hero-section { padding-top: 90px; }
    .hero-section::before { display: none; }
    .hero-text-wrap { padding-bottom: 48px; }
    .hero-swiper-wrap { min-height: 240px; }
    .hero-swiper .swiper-slide.hs-1 { width: 170px; }
    .hero-swiper .swiper-slide.hs-2 { width: 155px; }
    .hero-swiper .swiper-slide.hs-3 { width: 165px; }
    .hero-swiper .swiper-slide.hs-1 img { height: 210px; }
    .hero-swiper .swiper-slide.hs-2 img { height: 170px; }
    .hero-swiper .swiper-slide.hs-3 img { height: 160px; }
}

@media (max-width: 767.98px) {
    .hero-section { padding-top: 80px; }
    .hero-desc { font-size: 16px; }
    .btn-hero-demo { font-size: 16px; padding: 12px 32px; }
    .hero-swiper-wrap { padding-bottom: 0px; min-height: auto; }
    .hero-swiper .swiper-slide.hs-1 { width: 160px; }
    .hero-swiper .swiper-slide.hs-2 { width: 150px; }
    .hero-swiper .swiper-slide.hs-3 { width: 155px; }
    .hero-swiper .swiper-slide.hs-1 img { height: 170px; }
    .hero-swiper .swiper-slide.hs-2 img { height: 138px; }
    .hero-swiper .swiper-slide.hs-3 img { height: 130px; }
}

@media (max-width: 575.98px) {
    .hero-section { padding-top: 70px; }
    .btn-hero-demo { font-size: 15px; padding: 11px 28px; width: 100%; max-width: 280px; }
    .hero-swiper-wrap { min-height: auto; }
    .hero-swiper .swiper-slide.hs-1 { width: 130px; }
    .hero-swiper .swiper-slide.hs-2 { width: 120px; }
    .hero-swiper .swiper-slide.hs-3 { width: 125px; }
    .hero-swiper .swiper-slide.hs-1 img { height: 140px; }
    .hero-swiper .swiper-slide.hs-2 img { height: 112px; }
    .hero-swiper .swiper-slide.hs-3 img { height: 105px; }
}

@media (max-width: 399.98px) {
    .hero-swiper .swiper-slide.hs-1 { width: 110px; }
    .hero-swiper .swiper-slide.hs-2 { width: 100px; }
    .hero-swiper .swiper-slide.hs-3 { width: 105px; }
    .hero-swiper .swiper-slide.hs-1 img { height: 120px; }
    .hero-swiper .swiper-slide.hs-2 img { height: 96px; }
    .hero-swiper .swiper-slide.hs-3 img { height: 90px; }
}


/* =============================================================
   LOGO SLIDER
   ============================================================= */

.clients-section {
    background: #ffffff;
        padding: 20px 0 60px;
}

.clients-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 40px;
}

.clients-heading strong {
    font-weight: 700;
    color: var(--color-heading, #13002e);
}

.clients-swiper {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.clients-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.clients-swiper .swiper-slide {
    width: auto !important;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-swiper .swiper-slide img {
    height: 56px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    display: block;
    filter: grayscale(30%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.clients-swiper .swiper-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 991.98px) {
    .clients-section { padding: 48px 0; }
    .clients-heading { font-size: 20px; }
}

@media (max-width: 767.98px) {
    .clients-section { padding: 40px 0; }
    .clients-heading { font-size: 18px; margin-bottom: 28px; }
    .clients-swiper .swiper-slide img { height: 40px; }
}

@media (max-width: 575.98px) {
    .clients-section {         padding: 0px 0 20px; }
    .clients-heading { font-size: 16px; margin-bottom: 20px; }
    .clients-swiper .swiper-slide img { height: 32px; }
    .simplify-badge__number sup {
    font-size: 23px;
    font-weight: 700;
    vertical-align: super;
    top: 8px;
}
}


/* =============================================================
   SIMPLIFY SECTION
   ============================================================= */

.simplify-section {
    background: #ffffff;
    padding: 100px 0;
}

.simplify-section .row { --bs-gutter-x: 100px; }

.simplify-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.simplify-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
}

.simplify-badge {
    position: absolute;
    top: 50%;
    right: -100px;
    width: 200px;
    background: linear-gradient(145deg, #6e196f 0%, #9d248f 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 22px 24px 20px;
    box-shadow: 0 12px 36px rgba(110, 25, 111, 0.35);
    transform: translateY(-50%);
}

.simplify-badge__label {
    font-size: 15px;
    font-weight: 400;
    display: block;
    opacity: 0.9;
    margin-bottom: 6px;
}

.simplify-badge__number {
    font-size: 54px!important;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
    letter-spacing: -1px;
    color: #fff;
}

.simplify-badge__number sup {
    font-size: 28px;
    font-weight: 700;
    vertical-align: super;
}

.simplify-badge__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
    opacity: 0.95;
    color: #fff;
}

.simplify-content { padding-left: 12px; }

.simplify-desc {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
    .simplify-section { padding: 50px 0 90px; }
    .simplify-section .row { --bs-gutter-x: 110px; }
    .simplify-badge { right: -80px; }
}

@media (max-width: 1199.98px) {

    .simplify-section .row { --bs-gutter-x: 60px; }
    .simplify-badge { right: -60px; width: 180px; }
    .simplify-badge__number { font-size: 48px; }
}

@media (max-width: 991.98px) {
   .simplify-section {
        padding: 0px;
    }
    .simplify-section .row { --bs-gutter-x: 40px; }
    .simplify-content { padding-left: 0; margin-top: 16px; }
    .simplify-badge { right: -40px; width: 165px; }
    .simplify-badge__number { font-size: 42px; }
    .simplify-badge__label,
    .simplify-badge__text { font-size: 13px; }
}

@media (max-width: 767.98px) {
    .simplify-section { padding: 56px 0; }
    .simplify-section .row { --bs-gutter-x: 24px; }
    .simplify-badge {
       position: static;
        transform: none;
        margin-top: -58px;
        width: 95%;
        border-radius: 16px;
        margin-left: 50%;
        transform: translateX(-50%) !important;
    }
    .simplify-badge__number { font-size: 46px; }
    .simplify-desc { font-size: 16px; }
}

@media (max-width: 575.98px) {
    .simplify-section { padding: 44px 0; }
    .simplify-badge { padding: 18px 20px 16px; }
    .simplify-desc { font-size: 15px; }
    
}

@media (max-width: 399.98px) {
    .simplify-section { padding: 36px 0; }
}


/* =============================================================
   FEATURES SECTION
   ============================================================= */

.features-section {
    background: linear-gradient(181deg, rgba(255, 214, 219, 0.00) 5.32%, #CC76C9 57.76%, #FFF 94.4%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.features-heading-wrap { margin-bottom: 56px; }

.features-heading-wrap .heading {
    font-size: clamp(30px, 3.2vw, 50px);
    margin-bottom: 18px;
}

.features-subtitle {
    font-size: 18px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

.feature-card {
    background: #ffffff;
    border: 1px solid rgba(157, 36, 143, 0.10);
    border-radius: 22px;
    padding: 38px 30px 34px;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.38s ease, border-color 0.38s ease;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.06);
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(244, 51, 231, 0.05) 0%, rgba(110, 25, 111, 0.06) 100%);
    opacity: 0;
    transition: opacity 0.38s ease;
    border-radius: 22px;
    pointer-events: none;
}

.feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #6e196f, #f433e7);
    border-radius: 3px 3px 0 0;
    transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center;
}

.feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(157, 36, 143, 0.16), 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(157, 36, 143, 0.28);
}

.feature-card:hover::before { opacity: 1; }
.feature-card:hover::after  { transform: translateX(-50%) scaleX(1); }

.feature-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    transition: transform 0.40s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.38s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(-6deg);
    filter: drop-shadow(0 4px 10px rgba(157, 36, 143, 0.30));
}

.feature-card__title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-card__title { color: #6e196f; }

.feature-card__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}



@media (max-width: 1199.98px) {

    .features-heading-wrap { margin-bottom: 48px; }
    .feature-card { padding: 32px 26px 28px; }
    .feature-card__desc { font-size: 17px; }
}

@media (max-width: 991.98px) {
    .features-section { padding: 70px 0; }
    .features-heading-wrap { margin-bottom: 44px; }
    .feature-card { padding: 28px 22px 26px; }
}

@media (max-width: 767.98px) {
    .features-section { padding: 56px 0; }
    .features-heading-wrap .heading { font-size: clamp(26px, 7vw, 36px); }
    .features-subtitle { font-size: 16px; }
    .feature-card { padding: 28px 22px 24px; }
    .feature-card:hover { transform: translateY(-6px); }
    .feature-card__title { font-size: 18px; }
    .feature-card__desc { font-size: 16px; }
}

@media (max-width: 575.98px) {
    .features-section { padding: 44px 0; }
    .features-heading-wrap { margin-bottom: 32px; }
    .feature-card { padding: 24px 18px 20px; }
    .feature-icon { width: 54px; height: 54px; margin-bottom: 16px; }
    .feature-card__title { font-size: 17px; }
    .feature-card__desc { font-size: 15px; }
}

@media (max-width: 399.98px) {
    .features-section { padding: 36px 0; }
}


/* =============================================================
   TABS SECTION
   ============================================================= */

.tabs-section { padding: 100px 0; }

.tabs-nav-wrap {
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 60px;
    padding: 7px 8px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
    margin-bottom: 28px;
}

.tabs-nav {
    flex-wrap: nowrap;
    width: 100%;
    gap: 4px;
    justify-content: space-between;
}

.tabs-nav .nav-item { flex: 1; }

.tabs-nav__btn {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 50px;
    padding: 11px 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #323232;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    white-space: nowrap;
    text-align: center;
}

.tabs-nav__btn.active {
    background: linear-gradient(269deg, var(--magenta-1) 5%, var(--magenta-2) 152%);
    color: #ffffff;
}

.tabs-nav__btn:not(.active):hover {
    background: rgba(157, 36, 143, 0.08);
    color: var(--magenta-1);
}

.tabs-card {
    background: #0f0f12;
    border-radius: 20px;
    padding: 56px 60px;
    overflow: hidden;
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
}

.tabs-card__text {
    padding-right: 36px;
    text-align: center;
}

.tabs-card__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.tabs-card__desc {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 32px;
    font-weight: 300;
}

.tabs-card__media { position: relative; padding-left: 16px; }

.tabs-card__img {
    width: 100%;
    border-radius: 14px;
    display: block;
    object-fit: cover;
    max-height: 500px;
    margin-left: auto;
    max-width: 400px;
}

.tabs-card__float {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 210px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.tabs-card__float img { width: 100%; display: block; }

.tabs-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.tabs-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccccc;
    opacity: 1;
    border-radius: 10px;
    transition: width 0.3s ease, background 0.3s ease;
    margin: 0 !important;
}

.tabs-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background: var(--magenta-1);
}

@media (max-width: 1399.98px) {
   
    .tabs-card { padding: 52px 52px; }
}

@media (max-width: 1199.98px) {
    .tabs-section { padding: 80px 0; }
    .tabs-card { padding: 44px 44px; min-height: 400px; }
    .tabs-card__img { max-height: 420px; }
}

@media (max-width: 991.98px) {
    .tabs-section { padding: 0px 0; }
    .tabs-nav-wrap {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        border-radius: 16px;
        padding: 6px;
    }
    .tabs-nav-wrap::-webkit-scrollbar { display: none; }
    .tabs-nav { flex-wrap: nowrap; min-width: max-content; justify-content: center; }
    .tabs-nav .nav-item { flex: 0 0 auto; }
    .tabs-nav__btn { font-size: 13px; padding: 10px 18px; }
    .tabs-card { padding: 36px 32px; min-height: auto; }
    .tabs-card__text { padding-right: 0; margin-bottom: 28px; text-align: left; }
    .tabs-card__media { padding-left: 0; }
    .tabs-card__float { display: none; }
    .tabs-card__img { max-height: 320px; }
}

@media (max-width: 767.98px) {
    .tabs-section { padding: 56px 0; }
    .tabs-nav-wrap { margin-bottom: 20px; }
    .tabs-nav__btn { font-size: 13px; padding: 9px 14px; }
    .tabs-card { padding: 28px 22px; border-radius: 16px; display: block; }
    .tabs-card__text { text-align: left; margin-bottom: 22px; padding-right: 0; }
    .tabs-card__title { font-size: 20px; margin-bottom: 12px; }
    .tabs-card__desc { font-size: 15px; line-height: 1.55; margin-bottom: 20px; }
    .tabs-card__img { max-height: 240px; border-radius: 10px; }
    .tabs-pagination { margin-top: 14px; }
}

@media (max-width: 575.98px) {
    .tabs-section { padding: 44px 0; }
    .tabs-nav__btn { font-size: 12px; padding: 8px 12px; }
    .tabs-card { padding: 22px 16px; border-radius: 14px; }
    .tabs-card__title { font-size: 18px; }
    .tabs-card__desc { font-size: 14px; margin-bottom: 16px; }
    .tabs-card__img { max-height: 200px; }
    .tabs-pagination { margin-top: 12px; }
    .tabs-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
    .tabs-pagination .swiper-pagination-bullet-active { width: 24px; }
}

@media (max-width: 399.98px) {
    .tabs-section { padding: 36px 0; }
    .tabs-card { padding: 18px 14px; }
    .tabs-card__title { font-size: 16px; }
    .tabs-card__img { max-height: 170px; }
}


/* =============================================================
   INDUSTRIES SECTION
   ============================================================= */

:root {
    --ind-card-h: 120px;
    --ind-gap:    14px;
}

.industries-section {
    background: #ffffff;
    padding:  0;
}

.industries-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    padding: 6px 20px;
    margin-bottom: 12px;
}

.industries-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: var(--color-text, #323232);
    margin-top: 16px;
    margin-bottom: 0;
}

.ind-tracks {
    display: flex;
    gap: 16px;
    height: 536px;
    overflow: hidden;
}

.ind-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: var(--ind-gap);
    overflow: hidden;
}

.ind-card {
    width: 100%;
    height: var(--ind-card-h);
    flex-shrink: 0;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: box-shadow 0.28s ease, transform 0.28s ease;
    cursor: default;
    user-select: none;
}

.ind-card:not(.ind-card--active):hover {
    box-shadow: 0 8px 28px rgba(157, 36, 143, 0.14);
    transform: scale(1.03);
}

.ind-card--active {
    background: linear-gradient(145deg, #5e1060 0%, #9d248f 100%);
    border-color: transparent;
    box-shadow: 0 10px 36px rgba(110, 25, 111, 0.28);
    color: #ffffff;
    border-radius: 20px;
}

.ind-icon {
    color: #9d248f;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind-card--active .ind-icon { color: #ffffff; }

.ind-label {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-heading, #13002e);
    text-align: center;
    line-height: 1.2;
    padding: 0 6px;
}

.ind-card--active .ind-label { color: #ffffff; }

.ind-scroll {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.ind-col:last-child .ind-scroll { flex: none; height: 100%; }

.ind-scroll__inner {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.ind-card-wrap {
    flex-shrink: 0;
    margin-bottom: var(--ind-gap);
}

.ind-scroll--up   .ind-scroll__inner { animation: ind-up   8s linear infinite; }
.ind-scroll--down .ind-scroll__inner { animation: ind-down 8s linear infinite; }

@keyframes ind-up {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes ind-down {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}



@media (max-width: 1199.98px) {
    
    .industries-desc { font-size: 18px; }
}

@media (max-width: 991.98px) {
    :root { --ind-card-h: 104px; --ind-gap: 12px; }
    .industries-section { padding: 70px 0 0; }
    .ind-tracks { height: calc(104px + 12px + 3 * (104px + 12px)); }
    .ind-icon svg { width: 36px; height: 36px; }
    .industries-desc { font-size: 17px; }
  
}

@media (max-width: 767.98px) {
    :root { --ind-card-h: 88px; --ind-gap: 10px; }
    .industries-section { padding: 56px 0; }
    .ind-tracks { height: calc(88px + 10px + 3 * (88px + 10px)); gap: 10px; }
    .ind-icon svg { width: 30px; height: 30px; }
    .ind-label { font-size: 12px; }
    .industries-desc { font-size: 16px; }
}

@media (max-width: 575.98px) {
    :root { --ind-card-h: 76px; --ind-gap: 8px; }
    .industries-section { padding: 44px 0; }
    .ind-tracks { height: calc(76px + 8px + 3 * (76px + 8px)); }
    .ind-icon svg { width: 26px; height: 26px; }
    .ind-label { font-size: 11px; }
}

@media (max-width: 399.98px) {
    :root { --ind-card-h: 66px; --ind-gap: 8px; }
    .industries-section { padding: 36px 0; }
    .ind-tracks { height: calc(66px + 8px + 3 * (66px + 8px)); }
    .ind-icon svg { width: 22px; height: 22px; }
}


/* =============================================================
   BLOG SECTION
   ============================================================= */

.blog-section {
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.blog-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border: 1.5px solid #c0c0c0;
    border-radius: 50px;
    padding: 6px 20px;
    margin-bottom: 14px;
}

.blog-heading-wrap { margin-bottom: 36px; }
.blog-heading-wrap .heading { margin-bottom: 0; line-height: 1.2; }

.blog-swiper-outer { padding-left: 12px; }

@media (min-width: 576px)  { .blog-swiper-outer { padding-left: max(12px, calc((100vw - 540px)  / 2 + 12px)); } }
@media (min-width: 768px)  { .blog-swiper-outer { padding-left: max(12px, calc((100vw - 720px)  / 2 + 12px)); } }
@media (min-width: 992px)  { .blog-swiper-outer { padding-left: max(12px, calc((100vw - 960px)  / 2 + 12px)); } }
@media (min-width: 1200px) { .blog-swiper-outer { padding-left: max(12px, calc((100vw - 1140px) / 2 + 12px)); } }
@media (min-width: 1400px) { .blog-swiper-outer { padding-left: max(12px, calc((100vw - 1320px) / 2 + 65px)); } }

.blog-swiper { overflow: visible !important; }

.blog-slide { height: 320px; }

.blog-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.blog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.blog-card:hover .blog-card__img { transform: scale(1.06); }

.blog-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.18) 35%, rgba(0,0,0,0.80) 100%);
    border-radius: inherit;
    pointer-events: none;
}

.blog-card__cat {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #13002e;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 3px 12px;
    white-space: nowrap;
    z-index: 2;
}

.blog-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px 16px;
    z-index: 2;
}

.blog-card__title {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.blog-card__read:hover { color: #ffffff; gap: 8px; }

@media (min-width: 1400px) { .blog-slide { height: 340px; } }

@media (max-width: 1399.98px) {
    .blog-section { padding: 90px 0; }
    .blog-slide { height: 320px; }
}

@media (max-width: 1199.98px) {
    .blog-section { padding: 80px 0; }
    .blog-slide { height: 300px; }
    .blog-card__title { font-size: 16px; }
}

@media (max-width: 991.98px) {
    .blog-section { padding: 70px 0; }
    .blog-slide { height: 270px; }
    .blog-heading-wrap { margin-bottom: 28px; }
    .blog-card__title { font-size: 15px; }
    .blog-card__body { padding: 16px 14px 14px; }
    .blog-card__read { font-size: 13px; }
}

@media (max-width: 767.98px) {
    .blog-section { padding: 56px 0; }
    .blog-slide { height: 240px; }
    .blog-tag { font-size: 13px; padding: 5px 16px; }
    .blog-heading-wrap { margin-bottom: 22px; }
    .blog-card { border-radius: 14px; }
    .blog-card__title { font-size: 14px; margin-bottom: 7px; }
    .blog-card__cat { font-size: 11px; padding: 2px 10px; top: 10px; left: 10px; }
    .blog-card__body { padding: 14px 12px 12px; }
    .blog-card__read { font-size: 12px; }
}

@media (max-width: 575.98px) {
    .blog-section { padding: 44px 0; }
    .blog-slide { height: 210px; }
    .blog-swiper-outer { padding-left: 16px; }
    .blog-card__title { font-size: 13px; }
    .blog-card__body { padding: 12px 12px 10px; }
    .hero-heading{font-size: clamp(32px, 5vw, 62px);}
     .simplify-badge {
       position: static;
        transform: none;
        margin-top: -58px;
        width: 95%;
        border-radius: 16px;
        margin-left: 50%;
        transform: translateX(-50%) !important;
    }
        .simplify-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .tabs-card__text{text-align: center;}
    .industries-section{text-align: center;}
        .ind-card {
        padding: 50px!important;
    }
}

@media (max-width: 399.98px) {
    .blog-section { padding: 36px 0; }
    .blog-slide { height: 190px; }
}
