/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: 50%;
    bottom: 10%;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}
.ipa-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #001b3f;
}

.ipa-hero-slider {
    width: 100%;
}

.ipa-hero-cell {
    width: 100%;
    height: calc(100vh - 350px);
    min-height: 560px;
    max-height: 700px;
    position: relative;
    overflow: hidden;
}

.ipa-hero-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 7s ease;
}

.ipa-hero-cell.is-selected img {
    transform: scale(1);
}

.ipa-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 26, 63, 0.92) 0%, rgba(0, 47, 108, 0.70) 42%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.45));
    z-index: 1;
}

.ipa-hero-content {
    position: absolute;
    z-index: 2;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 760px;
    color: #fff;
    padding: 20px;
}

.ipa-hero-badge {
    display: inline-block;
    padding: 9px 18px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.ipa-hero-content h2 {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

.ipa-hero-content p {
    max-width: 660px;
    font-size: clamp(16px, 1.5vw, 21px);
    line-height: 1.7;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.92);
}

.ipa-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffb703, #ff7a00);
    color: #08264d;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(255, 122, 0, 0.35);
    transition: all 0.35s ease;
}

.ipa-hero-btn:hover {
    transform: translateY(-4px);
    color: #08264d;
    box-shadow: 0 20px 45px rgba(255, 122, 0, 0.48);
}

.ipa-hero-slider .flickity-button {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.ipa-hero-slider .flickity-button:hover {
    background: #ffb703;
    color: #08264d;
}

.ipa-hero-slider .flickity-prev-next-button.previous {
    left: 28px;
}

.ipa-hero-slider .flickity-prev-next-button.next {
    right: 28px;
}

.ipa-hero-slider .flickity-page-dots {
    bottom: 28px;
}

.ipa-hero-slider .flickity-page-dots .dot {
    width: 28px;
    height: 5px;
    border-radius: 20px;
    background: #fff;
    opacity: 0.45;
}

.ipa-hero-slider .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #ffb703;
}

@media (max-width: 991px) {
    .ipa-hero-cell {
        height: 620px;
        min-height: 620px;
    }

    .ipa-hero-content {
        left: 4%;
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .ipa-hero-cell {
        height: 520px;
        min-height: 520px;
    }

    .ipa-hero-content {
        left: 0;
        right: 0;
        padding: 24px;
        text-align: left;
    }

    .ipa-hero-content h2 {
        font-size: 34px;
    }

    .ipa-hero-content p {
        font-size: 15px;
        line-height: 1.55;
    }

    .ipa-hero-btn {
        padding: 12px 22px;
        min-width: 140px;
    }

    .ipa-hero-slider .flickity-button {
        display: none;
    }
}
/* Hero arrows bottom center */
.ipa-hero-slider .flickity-prev-next-button {
    top: auto !important;
    bottom: 32px !important;
    transform: none !important;
    z-index: 20;
}

.ipa-hero-slider .flickity-prev-next-button.previous {
    left: calc(50% - 58px) !important;
}

.ipa-hero-slider .flickity-prev-next-button.next {
    right: calc(50% - 58px) !important;
}

/* dots ko arrows ke thoda neeche/side se hataane ke liye */
.ipa-hero-slider .flickity-page-dots {
    bottom: 88px !important;
}
