* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.navbar {
    min-height: 64px;
    align-items: center;
}

.navbar .menu.menu-horizontal > li > a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.navbar .menu.menu-horizontal {
    gap: 0.5rem;
}

@media (min-width: 1024px) {
    #burger-menu {
        display: none !important;
    }

    .navbar .menu.menu-horizontal {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .navbar .menu.menu-horizontal > li {
        display: inline-flex !important;
    }
}

.text-primary {
    color: #df0067 !important;
}

.bg-primary {
    background-color: #df0067 !important;
}

.btn-primary {
    background-color: #df0067 !important;
    border-color: #df0067 !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: #b30052 !important;
    border-color: #b30052 !important;
}

.border-primary {
    border-color: #df0067 !important;
}

.hero-slider {
    z-index: 1;
}

.article-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
}

.modal {
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    position: fixed;
    inset: 0;
    padding: 1rem;
}

.modal.modal-open {
    display: flex;
}

.modal-box {
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #df0067 #2a303c;
}

.modal-box::-webkit-scrollbar {
    width: 6px;
}

.modal-box::-webkit-scrollbar-track {
    background: #2a303c;
}

.modal-box::-webkit-scrollbar-thumb {
    background: #df0067;
    border-radius: 10px;
}

.sticky-arrow {
    cursor: pointer;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem !important;
    }
    h2 {
        font-size: 1.4rem !important;
    }
    .navbar span {
        font-size: 0.9rem !important;
    }
    .hero-slider {
        min-height: 80vh;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 2.5rem !important;
    }
    h2 {
        font-size: 1.8rem !important;
    }
}

.prose img {
    border-radius: 1rem;
    margin: 2rem 0;
    width: 100%;
    object-fit: cover;
    height: 350px;
}/* Main container spacing: top and sides */
.regShieldWrap {
    padding-top: 30px;
    padding-left: 20px;
    color: #fff;
    padding-right: 20px;
}

/* Paragraph styles */
.regShieldWrap p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
}

/* Heading styles with moderate sizes */
.regShieldWrap h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.regShieldWrap h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.regShieldWrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.regShieldWrap h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.regShieldWrap h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* List styles */
.regShieldWrap ul {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 25px;
    list-style-type: disc;
}

.regShieldWrap li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Remove margin from the last element in the container */
.regShieldWrap > *:last-child {
    margin-bottom: 0;
}
