/* BHARAT ITC HOMEPAGE - NEW LAYOUT */
.bitc-home {
    --blue: #063b91;
    --dark: #052d6f;
    --yellow: #f5c400;
    --red: #d71920;
    --text: #172033;
    --muted: #667085;
    --light: #f5f8fc;
    --border: #e5eaf1;
    font-family: "Inter", "Noto Sans Devanagari", Arial, sans-serif;
    color: var(--text);
    overflow: hidden
}

.bitc-home * {
    box-sizing: border-box
}

.bitc-home .bitc-container {
    width: min(1320px, 92%);
    margin: auto
}

.bitc-home a {
    text-decoration: none
}

.bitc-home-hero {
    height: 500px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background: var(--dark);
    isolation: isolate
}

.bitc-home-hero-slider,
.bitc-home-slide {
    position: absolute;
    inset: 0
}

.bitc-home-hero-slider {
    z-index: 0
}

.bitc-home-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease
}

.bitc-home-slide.is-active {
    opacity: 1;
    visibility: visible
}

.bitc-home-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bitc-home-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 35, 78, .97) 0%, rgba(5, 45, 95, .88) 34%, rgba(5, 45, 95, .5) 60%, rgba(5, 45, 95, .12) 100%)
}

.bitc-home-hero-inner {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center
}

.bitc-home-hero-copy {
    width: min(700px, 64%);
    color: #fff
}

.bitc-home-hero-kicker {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 18px;
    border-left: 4px solid var(--yellow);
    background: rgba(255, 255, 255, .12);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px
}

.bitc-home-hero-kicker i {
    color: var(--yellow)
}

.bitc-home-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(44px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -1.8px;
    font-weight: 800
}

.bitc-home-hero h1 span {
    display: block;
    color: var(--yellow)
}

.bitc-home-hero p {
    max-width: 650px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    line-height: 1.65
}

.bitc-home-hero-actions {
    display: flex;
    gap: 11px;
    flex-wrap: wrap
}

.bitc-home-hero .bitc-btn {
    min-height: 50px;
    padding: 12px 21px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700
}

.bitc-home-hero .bitc-btn-primary {
    background: var(--red);
    color: #fff !important
}

.bitc-home-hero .bitc-btn-outline {
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .07);
    color: #fff !important
}

.bitc-home-hero .bitc-btn-outline:hover {
    background: #fff;
    color: var(--blue) !important
}

.bitc-home-hero-points {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px
}

.bitc-home-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.bitc-home-hero-points i {
    color: var(--yellow)
}

.bitc-home-slider-controls {
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.bitc-home-slider-controls button {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(5, 45, 95, .45);
    color: #fff;
    cursor: pointer
}

.bitc-home-slider-controls button:hover {
    background: var(--yellow);
    color: var(--dark)
}

.bitc-home-slider-dots {
    display: flex;
    gap: 6px;
    align-items: center
}

.bitc-home-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, .55);
    cursor: pointer
}

.bitc-home-slider-dot.is-active {
    width: 25px;
    background: var(--yellow)
}

.bitc-home-intro {
    padding: 58px 0;
    border-bottom: 1px solid var(--border)
}

.bitc-home-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center
}

.bitc-home-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px
}

.bitc-home-intro h2,
.bitc-home-content h2,
.bitc-home-heading h2 {
    margin: 0;
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.7px
}

.bitc-home-intro h2 span,
.bitc-home-content h2 span,
.bitc-home-heading h2 span {
    color: var(--blue)
}

.bitc-home-intro p,
.bitc-home-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85
}

.bitc-home-about,
.bitc-home-courses,
.bitc-home-why {
    padding: 90px 0
}

.bitc-home-about {
    background: #fff
}

.bitc-home-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center
}

.bitc-home-image-card {
    position: relative
}

.bitc-home-image-card>img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 22px 55px rgba(5, 45, 95, .15)
}

.bitc-home-image-badge {
    position: absolute;
    right: -18px;
    bottom: 25px;
    width: 195px;
    padding: 18px 19px;
    border-left: 4px solid var(--yellow);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .14)
}

.bitc-home-image-badge strong {
    display: block;
    color: var(--blue);
    font-size: 20px
}

.bitc-home-image-badge span {
    display: block;
    color: var(--muted);
    font-size: 11px
}

.bitc-home-content h2 {
    margin: 6px 0 18px
}

.bitc-home-content h2 span {
    display: block
}

.bitc-home-content p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85
}

.bitc-home-check-list {
    list-style: none;
    margin: 23px 0 27px;
    padding: 0
}

.bitc-home-check-list li {
    display: flex;
    gap: 9px;
    margin-bottom: 11px;
    color: #344054;
    font-size: 14px
}

.bitc-home-check-list i {
    color: var(--red);
    margin-top: 3px
}

.bitc-home-courses {
    background: var(--light)
}

.bitc-home-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center
}

.bitc-home-heading p {
    max-width: 680px;
    margin: 13px auto 0
}

.bitc-home-course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.bitc-home-course-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    transition: .3s ease
}

.bitc-home-course-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(5, 45, 95, .12)
}

.bitc-home-course-image {
    height: 230px;
    position: relative;
    overflow: hidden
}

.bitc-home-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.bitc-home-course-image span {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--dark);
    font-weight: 800
}

.bitc-home-course-body {
    padding: 25px
}

.bitc-home-course-body small {
    color: var(--red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px
}

.bitc-home-course-body h3 {
    margin: 5px 0 11px;
    color: var(--blue);
    font-size: 28px
}

.bitc-home-course-body p {
    min-height: 68px;
    margin: 0 0 19px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75
}

.bitc-home-course-body a,
.bitc-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800
}

.bitc-home-course-body a:hover,
.bitc-text-link:hover {
    color: var(--red)
}

.bitc-home-centered-link {
    text-align: center;
    margin-top: 30px
}

.bitc-home-why {
    background: linear-gradient(120deg, #052d6f, #063b91)
}

.bitc-home-heading-light h2 {
    color: #fff
}

.bitc-home-heading-light h2 span {
    color: var(--yellow)
}

.bitc-home-heading-light p {
    color: rgba(255, 255, 255, .72)
}

.bitc-home-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px
}

.bitc-home-why-grid article {
    padding: 27px 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07)
}

.bitc-home-why-grid i {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    border-radius: 8px;
    background: rgba(245, 196, 0, .13);
    color: var(--yellow)
}

.bitc-home-why-grid h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px
}

.bitc-home-why-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.75
}

.bitc-home-stats {
    padding: 42px 0;
    background: #fff;
    border-bottom: 1px solid var(--border)
}

.bitc-home-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.bitc-home-stats-grid>div {
    text-align: center;
    padding: 8px 20px;
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center
}

.bitc-home-stats-grid>div:last-child {
    border: 0
}

.bitc-home-stats-grid i {
    margin-bottom: 8px;
    color: var(--red)
}

.bitc-home-stats-grid strong {
    color: var(--blue);
    font-size: 22px
}

.bitc-home-stats-grid span {
    color: var(--muted);
    font-size: 11px
}

.bitc-home-cta {
    padding: 62px 0;
    background: linear-gradient(110deg, #f5c400, #ffd83d)
}

.bitc-home-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px
}

.bitc-home-cta-inner>div:first-child {
    max-width: 720px
}

.bitc-home-cta-inner>div:first-child>span {
    color: #5a4800;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px
}

.bitc-home-cta-inner h2 {
    margin: 6px 0;
    color: #10234d;
    font-size: clamp(28px, 3vw, 40px)
}

.bitc-home-cta-inner h2 strong {
    color: var(--red)
}

.bitc-home-cta-inner p {
    margin: 0;
    color: #4e5665;
    font-size: 13px
}

.bitc-home-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.bitc-home-cta .bitc-btn {
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700
}

.bitc-home-cta .bitc-btn-dark {
    background: var(--dark);
    color: #fff !important
}

@media(max-width:1100px) {
    .bitc-home-hero-copy {
        width: 68%
    }

    .bitc-home-section-grid {
        gap: 45px
    }

    .bitc-home-why-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .bitc-home-hero {
        height: 470px;
        min-height: 470px
    }

    .bitc-home-hero-copy {
        width: 74%
    }

    .bitc-home-hero h1 {
        font-size: 52px
    }

    .bitc-home-intro-grid,
    .bitc-home-section-grid {
        grid-template-columns: 1fr
    }

    .bitc-home-course-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .bitc-home-course-card:last-child {
        grid-column: 1/-1;
        max-width: calc(50% - 12px);
        justify-self: center
    }

    .bitc-home-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px
    }

    .bitc-home-stats-grid>div:nth-child(2),
    .bitc-home-stats-grid>div:nth-child(4) {
        border-right: 0
    }

    .bitc-home-stats-grid>div:nth-child(n+3) {
        border-top: 1px solid var(--border);
        padding-top: 24px
    }

    .bitc-home-cta-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:767px) {
    .bitc-home-hero {
        height: 560px;
        min-height: 560px
    }

    .bitc-home-hero-shade {
        background: linear-gradient(180deg, rgba(5, 35, 78, .25), rgba(5, 35, 78, .98))
    }

    .bitc-home-hero-inner {
        align-items: flex-end;
        padding-bottom: 70px
    }

    .bitc-home-hero-copy {
        width: 100%
    }

    .bitc-home-hero-kicker {
        font-size: 10px
    }

    .bitc-home-hero h1 {
        font-size: 42px
    }

    .bitc-home-hero p {
        font-size: 14px
    }

    .bitc-home-slider-controls {
        right: 4%;
        bottom: 18px
    }

    .bitc-home-course-grid,
    .bitc-home-why-grid {
        grid-template-columns: 1fr
    }

    .bitc-home-course-card:last-child {
        grid-column: auto;
        max-width: none
    }

    .bitc-home-image-card>img {
        height: 360px
    }

    .bitc-home-image-badge {
        right: 15px
    }
}

@media(max-width:575px) {
    .bitc-home-hero h1 {
        font-size: 36px
    }

    .bitc-home-hero-actions {
        flex-direction: column
    }

    .bitc-home-hero-actions .bitc-btn {
        width: 100%
    }

    .bitc-home-hero-points {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .bitc-home-cta-actions {
        width: 100%;
        flex-direction: column
    }

    .bitc-home-cta-actions .bitc-btn {
        width: 100%
    }
}