body {
    font-family: 'Mukta',sans-serif;
    scroll-behavior: smooth;
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px !important;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.glass-nav {
       background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    margin-top: 17px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-header {
        position: absolute;
    z-index: 50;
    width: 100%;
}

.site-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
}

body.has-fixed-header {
    padding-top: 5rem;
}

.mission-tag {
    color: #0094da;
}

.header-badge {
    background-color: #0094da;
    color: #ffffff;
}

/* Hero slider: smooth fade transition between slides */
.hero-swiper .swiper-slide {
    transition: opacity 800ms ease-in-out;
}
.hero-swiper .swiper-slide-active {
    z-index: 1;
}

/* Move On Stories swiper: ensure proper height and layout */
.stories-swiper {
    width: 100%;
}
.stories-swiper .swiper-wrapper {
    box-sizing: border-box;
}
.stories-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* Generic 3-line clamp utility */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.border-radus-custom{
    border-radius: 1.5rem  !important;
}
.text-white p{
    color: #fff;
}