.iffi-hero {
    position: relative;
    padding: 95px 0 50px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 157, 0, .18), transparent 25%),
        radial-gradient(circle at 10% 90%, rgba(37, 65, 183, .15), transparent 30%),
        linear-gradient(44.16deg,
            rgba(37, 65, 163, 0.9) -20.28%,
            rgba(26, 47, 143, 0.9) 100%);

    color: #fff;
}

.iffi-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    right: -120px;
    top: -160px;
}

.iffi-hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    left: -160px;
    bottom: -180px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 17px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-title span {
    color: #f6be00;
}


.hero-description {
    max-width: 820px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .82);
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #2541b7;
    border-radius: 50px;
    padding: 14px 26px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 25px;
    transition: .3s ease;
}

.hero-btn:hover {
    background: #f6be00;
    color: #111936;
    transform: translateY(-3px);
}

.section-space {
    padding: 50px 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-heading .small-title {
    color: #2541b7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-heading p {
    color: #68708a;
    line-height: 1.7;
    margin: 0;
}

.delegate-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #e6e9f2;
    border-radius: 28px;
    overflow: hidden;
    transition: .35s ease;
    box-shadow: 0 15px 45px rgba(22, 34, 74, .07);
}

.delegate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(25, 43, 105, .16);
    border-color: rgba(37, 65, 183, .25);
}

.card-top {
    padding: 30px 30px 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.card-top::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .13);
    right: -70px;
    top: -70px;
}

.film-card .card-top {
    background: linear-gradient(44.16deg,
            rgba(37, 65, 163, 0.9) -20.28%,
            rgba(26, 47, 143, 0.9) 100%);
    color: #fff;
}

.cine-card .card-top {
    background: linear-gradient(135deg, #6a2ca0, #9145d0);
}


.student-card .card-top {
    background: linear-gradient(135deg, #b96908, #ef9d17);
}

.category-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 28px;
    margin-bottom: 20px;
}

.category-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    opacity: .8;
    margin-bottom: 7px;
}

.card-top h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.card-top p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, .85);
}

.card-body-custom {
    padding: 30px 30px 50px 30px;
}

.info-block {
    margin-bottom: 26px;
}

.info-heading {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 13px;
    color: #202642;
}

.info-heading i {
    color: #2541b7;
    font-size: 18px;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    color: #68708a;
    line-height: 1.55;
    font-size: 14px;
}

.custom-list li::before {
    content: "\F26E";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 2px;
    color: #2541b7;
    font-size: 14px;
}

.eligibility-list li::before {
    content: "\F633";
}

.privilege-list li::before {
    content: "\F26A";
}

.meta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 25px;
}

.meta-box {
    flex: 1 1 120px;
    background: #f7f8fc;
    border: 1px solid #eceef5;
    padding: 14px 15px;
    border-radius: 15px;
}

.meta-box small {
    display: block;
    color: #7d8499;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 5px;
    font-weight: 700;
}

.meta-box strong {
    display: block;
    color: #18203d;
    font-size: 18px;
    font-weight: 700;
}

.fee-free {
    color: #168248 !important;
}

.gst-note {
    display: block;
    margin-top: 2px;
    color: #8890a4;
    font-size: 11px;
}

.delegate-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding: 14px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s ease;
}

.film-card .delegate-btn {
    background: linear-gradient(44.16deg,
            rgba(37, 65, 163, 0.9) -20.28%,
            rgba(26, 47, 143, 0.9) 100%);
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
}

.cine-card .delegate-btn {
    background: #7937b2;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
}

.student-card .delegate-btn {
    background: #d9870d;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
}

.delegate-btn:hover {
    transform: translateY(-2px);
    filter: brightness(.94);
    color: #fff;
}

.experience-section {

    color: #000;
    position: relative;
    overflow: hidden;
}

.experience-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .07);
    left: -180px;
    top: -150px;
}

.experience-section .section-heading {
    position: relative;
    z-index: 2;
}

.experience-section .section-heading .small-title {
    color: #2541b7;
}


.experience-card {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255);
    background: rgb(255, 255, 255);
    border-radius: 22px;
    transition: .3s ease;
    color: #000;
}

.experience-card:hover {
    transform: translateY(-6px);

}

.experience-number {
    font-size: 14px;

    font-weight: 700;
    margin-bottom: 18px;
}

.experience-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 85% 20%, rgba(255, 157, 0, .18), transparent 25%), radial-gradient(circle at 10% 90%, rgba(37, 65, 183, .15), transparent 30%),
        linear-gradient(44.16deg, rgba(37, 65, 163, 0.9) -20.28%, rgba(26, 47, 143, 0.9) 100%);
    font-size: 24px;
    margin-bottom: 22px;
    color: #fff;
}

.experience-card h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}

.experience-card p {

    line-height: 1.7;
    margin: 0;
}

.important-box {
    background: #fff;
    border: 1px solid #e6e9f2;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(18, 28, 60, .06);
}

.important-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.important-title i {
    color: #e19a00;
}

.important-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.important-list li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 17px;
    color: #68708a;
    line-height: 1.6;
}

.important-list li::before {
    content: "\F26A";
    font-family: bootstrap-icons;
    color: #2541b7;
    position: absolute;
    left: 0;
    top: 1px;
}

.waves-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 26px;
    padding: 40px;
    background: linear-gradient(135deg, #6a2ca0, #9145d0);
    color: #fff;
}

.waves-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    right: -80px;
    bottom: -90px;
}

.waves-content {
    position: relative;
    z-index: 2;
}

.waves-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #f6be00;
    margin-bottom: 10px;
}

.waves-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.waves-box p {
    color: rgba(255, 255, 255, .76);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .iffi-hero {
        padding: 75px 0;
    }

    .section-space {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {
    .iffi-hero {
        padding: 65px 0;
    }

    .hero-description {
        font-size: 16px;
    }

    .card-top,
    .card-body-custom {
        padding: 24px;
    }

    .important-box,
    .waves-box {
        padding: 25px;
    }

    .card-top h3 {
        font-size: 26px;
    }
}
