/* Make Hidden Section  */
.blogSec.py-100.position-relative.bgC_F1F6FA {
    display: none !important;
}

/* Make Hidden Section  */

.footer-section::before {
    background-color: unset;
    left: 0;
}

.footer-section::after {
    background-color: unset;
    right: -40px;
}

.bgC_111833 {
    background-color: #080c19;
}

.institutional_program.bgC_111833.overflow-hidden {
    background: var(--clr-111833);
}

.heroSlide.scrollAnimate {
    background: #b9eaf8;
    background: linear-gradient(90deg, rgb(183, 233, 248) 0%, rgb(232, 247, 254) 100%);
}

.btn-theme-primary:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn-theme-white:hover {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #000 !important;
}


/* Zoom in Our Animation */

.zoom_in_out {
    font-size: clamp(32px, 5vw, 60px);
    transition: transform 0.3s ease, font-size 0.3s ease;
    /* Smooth transition for both effects */
    cursor: pointer;
}

.zoom_in_out:hover {
    transform: scale(1.02);
    /* Zooms to 110% size - adjust as needed (e.g., 1.15 for bigger) */
    font-size: clamp(32px, 5vw, 61px);
    /* Optional: Slightly larger clamp on hover */
}

/* Zoom in Our Animation */

/* Underline Animation  */
.underline_effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.underline_effect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5%;
    height: 4px;
    background: linear-gradient(90deg, currentColor, #080c19);
    transition: width 0.4s ease-out;
    opacity: 0.5;
    border-radius: 50px;
}

.underline_effect:hover::after {
    width: 75%;
}

/* Underline Animation  */

.info-box {
    border: 1px solid #b8e9f8;
    padding: 20px;
    min-height: 270px;
    transition: background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.info-box:hover {
    background: #b8e9f8;
    cursor: pointer;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

header nav ul .dropdown-menu {
    border: 0;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    box-shadow: unset;
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .content-wrp h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .fs-18 {
        font-size: 14px !important;
    }

    .__fxMarket .fs-3,
    .fs-5,
    .fs-22 {
        font-size: 14px !important;
    }

    .__why .box ul.list-unstyled li.fs-6 {
        font-size: 14px !important;
    }

    .fs-6 {
        font-size: 14px !important;
    }

    .display-5,
    .display-6 {
        font-size: calc(1.225rem + 1.1vw);
    }

    .fs-1 {
        font-size: calc(1.075rem + 1.5vw) !important;
    }

    .fs-45,
    .fs-52 {
        font-size: calc(1.225rem + 1.1vw) !important;
    }

    .fs-26 {
        font-size: 14px;
    }

}

.hero__Section {

    @media (max-width: 480px) {
        .btn-wrp.d-flex.gap-3.flex-wrap.flex-md-row.justify-content-md-start.order-1.order-md-0.pb-md-5 {
            flex-wrap: unset !important;
        }

        .btn {
            padding: 10px !important;
            font-size: 12px !important;
            border-radius: 4px !important;
        }
    }

}