﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*<--General codes-->*/

html,
body {
    height: 100%;
}

html {
    position: relative;
    scroll-behavior: smooth;
}

body {
    background-color: #fff !important;
    color: #4D4D4D;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    /*outline: 1px solid red;*/
}

label {
    display: flex;
    margin-top: 0px;
    text-align: left;
}

.Slight-justify {
    text-align: justify;
    word-spacing: 0.01em;
}

.solid-color-section {
    background-color: #530966;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

/*Media queries codes for the Layout*/
/* very very Small devices (up to 315px) */
@media (max-width: 315px) {
    .ResponsiveImg1 {
        width: 4rem;
    }

    .ResponsiveText1 {
        font-size: 1rem;
    }

    .feature-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: column !important;
        align-items: center !important;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
    }

        .feature-image img {
            max-width: 100%;
            height: auto;
        }

    .download-buttons {
        flex-direction: column;
    }

        .download-buttons a {
            padding: 5px 10px;
            font-size: 10px;
        }

    .custom-padding {
        padding: 2rem;
    }

    .button-img {
        width: 5rem;
        height: auto;
    }

    .NavbarLogo {
        width: 10rem;
        height: auto;
        padding-left: 0rem;
    }

    .feature-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .extra-margin {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .feature-image {
        width: 60px;
    }

    .feature-details h4 {
        font-size: 1.2rem;
    }

    .feature-details p {
        font-size: 0.9rem;
    }
}

/* very Small devices (316px to 575px) */
@media (min-width: 316px) and (max-width: 575px) {

    .ResponsiveHeading1 {
        font-size: 2rem;
    }

    .ResponsiveHeading2 {
        font-size: 1rem;
    }

    .ResponsiveHeading3 {
        font-size: 0.9rem !important;
    }

    .ResponsiveText1 {
        font-size: 1rem;
    }

    .ResponsiveText2 {
        font-size: 0.9rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 4rem;
    }

    .feature-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: column !important;
        align-items: center !important;
    }

    .feature-image,
    .feature-text {
        margin-bottom: 1.5rem;
    }

        .feature-image img {
            max-width: 100%;
            height: auto;
        }

    .download-buttons {
        flex-direction: column;
    }

    .custom-padding {
        padding: 2rem;
    }

    .button-img {
        width: 8rem;
        height: auto;
    }

    .NavbarLogo {
        width: 11rem;
        height: auto;
        padding-left: 0rem;
    }

    .feature-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .extra-margin {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .feature-image {
        width: 60px;
    }

    .feature-details h4 {
        font-size: 1.2rem;
    }

    .feature-details p {
        font-size: 0.9rem;
    }
}

/* Small devices (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {

    .ResponsiveHeading1 {
        font-size: 2.2rem;
    }

    .ResponsiveHeading2 {
        font-size: 1rem;
    }

    .ResponsiveHeading3 {
        font-size: 1.4rem !important;
    }

    .ResponsiveText1 {
        font-size: 1rem;
    }

    .ResponsiveText2 {
        font-size: 0.9rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 5rem;
    }

    .feature-container {
        flex-direction: column;
    }

    .feature-container2 {
        flex-direction: column !important;
        align-items: center !important;
    }

    .feature-image,
    .feature-text {
        margin-bottom: 1.5rem;
    }

        .feature-image img {
            max-width: 100%;
            height: auto;
        }

    .download-buttons {
        flex-direction: row;
    }

    .custom-padding {
        padding: 6rem;
    }

    .button-img {
        width: 8rem;
        height: auto;
    }

    .NavbarLogo {
        width: 17rem;
        height: auto;
        padding-left: 2rem;
    }

    .extra-margin {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

/* Medium devices (768px to px) */
@media (min-width: 768px) and (max-width: 991px) {

    .ResponsiveHeading1 {
        font-size: 2.3rem;
    }

    .ResponsiveHeading2 {
        font-size: 1.7rem;
    }

    .ResponsiveHeading3 {
        font-size: 1.6rem !important;
    }

    .ResponsiveText1 {
        font-size: 1rem;
    }

    .ResponsiveText2 {
        font-size: 1.5rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 6rem;
    }

    .feature-container {
        flex-direction: column;
    }

    .feature-container2 {
        flex-direction: row;
        align-items: center;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
    }

        .feature-image img {
            max-width: 100%;
            height: auto;
        }

    .custom-padding {
        padding: 7rem;
    }

    .button-img {
        width: 10rem;
        height: auto;
    }

    .NavbarLogo {
        width: 19rem;
        height: auto;
        padding-left: 2rem;
    }

    .nav-item {
        font-size: 0.8rem;
    }

    .extra-margin {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

/* Large devices (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

    .ResponsiveHeading1 {
        font-size: 2.4rem;
    }

    .ResponsiveHeading2 {
        font-size: 1.9rem;
    }

    .ResponsiveHeading3 {
        font-size: 1.8rem !important;
    }

    .ResponsiveText1 {
        font-size: 1rem;
    }

    .ResponsiveText2 {
        font-size: 1.8rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 6rem;
    }

    .feature-container {
        flex-direction: row;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: row;
        align-items: center;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
    }

        .feature-image img {
            max-width: 90%;
            height: auto;
        }

    .custom-padding {
        padding: 7rem;
    }

    .button-img {
        width: 13rem;
        height: auto;
    }

    .NavbarLogo {
        width: 20rem;
        height: auto;
        padding-left: 3rem;
    }

    .nav-item {
        font-size: 0.8rem;
    }

    .extra-margin {
        margin-left: 10rem;
        margin-right: 10rem;
    }
}

/* Medium-Large devices (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {

    .ResponsiveHeading1 {
        font-size: 2.7rem;
    }

    .ResponsiveHeading2 {
        font-size: 2rem;
    }

    .ResponsiveHeading3 {
        font-size: 1.9rem !important;
    }

    .ResponsiveText1 {
        font-size: 1rem;
    }

    .ResponsiveText2 {
        font-size: 1.8rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 6rem;
    }

    .feature-container {
        flex-direction: row;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: row;
        align-items: center;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
    }

        .feature-image img {
            max-width: 90%;
            height: auto;
        }

    .custom-padding {
        padding: 8rem;
    }

    .NavbarLogo {
        width: 22rem;
        height: auto;
        padding-left: 3rem;
    }

    .nav-item {
        font-size: 1rem;
    }

    .button-img {
        width: 14rem;
        height: auto;
    }

    .extra-margin {
        margin-left: 15rem;
        margin-right: 15rem;
    }
}

@media (min-width: 1400px) and (max-width: 2499px) {

    .ResponsiveHeading1 {
        font-size: 3rem;
    }

    .ResponsiveHeading2 {
        font-size: 3rem;
    }

    .ResponsiveHeading3 {
        font-size: 2.8rem !important;
    }

    .ResponsiveText1 {
        font-size: 1.1rem;
    }

    .ResponsiveText2 {
        font-size: 1.8rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 6rem;
    }

    .feature-container {
        flex-direction: row;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: row;
        align-items: center;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
        margin-left: 0.8rem;
    }

        .feature-image img {
            max-width: 60%;
            height: auto;
        }

    .custom-padding {
        padding: 8rem;
    }

    .NavbarLogo {
        width: 26rem;
        height: auto;
        padding-left: 4rem;
    }

    .nav-item {
        font-size: 1.2rem;
    }

    .button-img {
        width: 15rem;
        height: auto;
    }

    .extra-margin {
        margin-left: 20rem;
        margin-right: 20rem;
    }
}

/* Extra large devices (2500px to 3000px) */
@media (min-width: 2500px) and (max-width: 3000px) {

    .ResponsiveHeading1 {
        font-size: 3.3rem;
    }

    .ResponsiveHeading2 {
        font-size: 3rem;
    }

    .ResponsiveHeading3 {
        font-size: 2.8rem !important;
    }

    .ResponsiveText1 {
        font-size: 1.2rem;
    }

    .ResponsiveText2 {
        font-size: 1.8rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 6rem;
    }

    .feature-container {
        flex-direction: row;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: row;
        align-items: center;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
        margin-left: 0.8rem;
    }

        .feature-image img {
            max-width: 60%;
            height: auto;
        }

    .custom-padding {
        padding: 9rem;
    }

    .NavbarLogo {
        width: 27rem;
        height: auto;
        padding-left: 4rem;
    }

    .nav-item {
        font-size: 1.4rem;
    }

    .button-img {
        width: 15rem;
        height: auto;
    }

    .extra-margin {
        margin-left: 30rem;
        margin-right: 30rem;
    }
}

/* Extra Extra large devices (3000px and up) */
@media (min-width: 3001px) {

    .ResponsiveHeading1 {
        font-size: 3.7rem;
    }

    .ResponsiveHeading2 {
        font-size: 3rem;
    }

    .ResponsiveHeading3 {
        font-size: 2.8rem !important;
    }

    .ResponsiveText1 {
        font-size: 1.4rem;
    }

    .ResponsiveText2 {
        font-size: 1.8rem;
        text-align: justify;
    }

    .ResponsiveImg1 {
        width: 6rem;
    }

    .feature-container {
        flex-direction: row;
        align-items: center;
    }

    .feature-container2 {
        flex-direction: row;
        align-items: center;
    }

    .feature-image,
    .feature-text {
        margin: 0;
        margin-bottom: 1.5rem;
        margin-left: 0.8rem;
    }

        .feature-image img {
            max-width: 60%;
            height: auto;
        }

    .custom-padding {
        padding: 9rem;
    }

    .NavbarLogo {
        width: 30rem;
        height: auto;
        padding-left: 4rem;
    }

    .nav-item {
        font-size: 1.6rem;
    }

    .button-img {
        width: 17rem;
        height: auto;
    }

    .extra-margin {
        margin-left: 50rem;
        margin-right: 50rem;
    }
}
/*<------------>*/

/*Media queries codes for cookies*/

@media screen and (max-width: 440px) {
    #cookieConsentBanner {
        width: 90%;
        padding: 10px;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 14px;
    }

        #cookieConsentBanner p {
            text-align: center;
            font-size: 14px;
        }

        #cookieConsentBanner .d-flex {
            flex-direction: column;
            gap: 10px;
        }

    #preferencesModal {
        width: 90%;
        padding: 15px;
        max-width: 400px;
    }

    .cookie-options {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-buttons {
        flex-direction: column;
    }

    .custom-padding {
        padding: 2rem;
    }
}
/*--------------------------*/

/*<--Navbar codes-->*/

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.nav-items a:hover {
    color: #007acc;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

/* General nav-link styles */
.nav-link {
    color: #530966 !important;
    text-decoration: none;
    padding-bottom: 0.5rem;
    position: relative;
    background-color: transparent;
}

    /* Underline hover effect for non-dropdown links */
    .nav-link:not(.dropdown-toggle)::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background-color: #c6a877;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease-in-out;
    }

    .nav-link:not(.dropdown-toggle):hover::after {
        transform: scaleX(0.8);
    }

    /* Specific styles for dropdown toggle links */
    .nav-link.dropdown-toggle {
        padding-bottom: 0;
        text-decoration: none;
        position: relative;
    }

.register {
    display: flex;
    gap: 30px;
    align-items: center;
}

a {
    color: #0366d6;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.navbar-nav flex-grow-1 {
    display: inline-block;
    position: relative;
}

.navbar-toggler {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    margin-top: 0.7rem;
    padding: 0;
    color: #530966;
}

.navbar-toggler-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #530966 !important;
}

.navbar-toggler-icon {
    width: 2rem;
    height: 2rem;
    background: transparent;
    background-image: var(--bs-navbar-toggler-icon-bg);
    border-radius: 50%;
}

.offcanvas.show {
    transition: transform 0.3s ease-in-out;
}

.offcanvas-body, .offcanvas-header {
    background-color: transparent;
}

.offcanvas .nav-link,
.offcanvas .nav-linkforlogin {
    font-weight: 500;
}

a.navbar-brand {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.nav-links ul {
    display: flex;
    justify-content: center;
}

.main-nav {
    min-width: 100vw;
}

.nav-linkforlogin {
    color: #fff;
    padding: 6px;
    margin-left: 30px;
    font-weight: 400;
    border: 2px solid #fff;
    border-radius: 95px;
    position: relative;
}

    .nav-linkforlogin:hover {
        color: #C6A877;
        text-decoration: none;
        background-color: #f4ac45;
        transition: all 0.4s;
        border-radius: 25px;
    }

/*<------------>*/

/*<--Dropdown codes-->*/

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-size: 1rem;
    color: #530966 !important;
    text-align: center;
    white-space: nowrap;
    background-color: #fff !important;
    border: 4px;
}

    .dropdown-item:hover {
        background-color: #c6a887 !important;
        color: #fff !important;
    }

.dropdown-menu.show {
    background-color: #fff;
}

/*<------------>*/

/*<--Buttons codes-->*/

.button-img:active {
    transform: scale(0.7);
    transition: transform 0.3s ease-in-out;
}

.button-img {
    width: 20rem;
    height: auto;
}

.required-label::after {
    content: " *";
    color: red;
}

.accordion-button {
    transition: background-color 0.3s ease;
    word-wrap: break-word;
    white-space: normal;
    background-color: #fff !important;
    color: #530966;
}

@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 4px rgba(244, 172, 69, 0.5);
    }

    50% {
        box-shadow: 0 0 10px 6px rgba(244, 172, 69, 0.7);
    }

    100% {
        box-shadow: 0 0 0 4px rgba(244, 172, 69, 0.5);
    }
}

.pulse-shadow {
    animation: pulse-shadow 2s infinite;
}

@keyframes pulse-shadow2 {
    0% {
        box-shadow: 0 0 0 4px rgba(198, 168, 119, 0.5);
    }

    50% {
        box-shadow: 0 0 10px 6px rgba(198, 168, 119, 0.5);
    }

    100% {
        box-shadow: 0 0 0 4px rgba(198, 168, 119, 0.5);
    }
}

.pulse-shadow2 {
    animation: pulse-shadow2 3s infinite;
}

@keyframes pulse-shadow3 {
    0% {
        box-shadow: 0 0 0 4px rgba(105, 105, 105, 0.5);
    }

    50% {
        box-shadow: 0 0 10px 6px rgba(105, 105, 105, 0.5);
    }

    100% {
        box-shadow: 0 0 0 4px rgba(105, 105, 105, 0.5);
    }
}

.pulse-shadow3 {
    animation: pulse-shadow3 3s infinite;
}

.MainButton {
    background-color: #fff;
    color: #530966;
    font-size: 30px;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #C6A877 !important;
    font-weight: 600;
    letter-spacing: 1.4px;
    transition: all 0.7s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    font-size: calc(1rem + 0.5vw);
    padding: calc(0.2rem + 0.2vw) calc(0.5rem + 0.5vw);
}

    .MainButton:hover {
        color: #fff;
        text-decoration: none;
        background-color: #530966 !important;
        transition: all 0.4s;
        font-size: calc(1rem + 0.5vw);
        padding: calc(0.2rem + 0.2vw) calc(0.5rem + 0.5vw);
        border: 4px solid #530966 !important;
    }

.MainButton2 {
    background-color: #fff;
    color: #530966;
    font-size: calc(0.6rem + 0.6vw);
    border-radius: 50%;
    border: 3px solid #C6A877;
    font-weight: 600;
    letter-spacing: 0.8px;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    padding: calc(1.5rem + 1.5vw);
    width: calc(4rem + 4vw);
    height: calc(4rem + 4vw);
    box-sizing: border-box;
    text-align: center;
}

    .MainButton2:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #530966 !important;
        border: 3px solid #530966 !important;
        transform: scale(0.9);
        transition: all 0.3s ease;
        animation: none;
    }

    .MainButton2:active {
        transform: scale(0.7);
        transition: all 0.2s ease;
    }

    .MainButton2.pulse-shadow {
        animation: pulse-shadow 2s infinite;
    }

.DownloadButtonAnimation {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: growShrink 1s 10 alternate;
}

@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }
}

.DragAndDropButton {
    background-color: #c6a877;
    color: #530966;
    border-radius: 25px;
    border: 4px solid #c6a877;
    position: relative;
}

    .DragAndDropButton::after {
        display: none;
    }

/*<------------>*/

/*<--Triangle codes-->*/

.TriangleWithAnimation {
    display: absolute;
    animation: moveUpDown 0.4s 6 alternate;
    width: 10%;
    height: auto;
}

@keyframes moveUpDown {
    0% {
        transform: translate(-0%, -60%) translateY(0);
    }

    100% {
        transform: translate(-0%, -60%) translateY(20px);
    }
}

.TriangleWithNoAnimation {
    aspect-ratio: 2;
    width: 6rem;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*<------------>*/

/*<--Tables codes-->*/

.table {
    color: #530966;
    width: 100%;
    position: relative;
}

    .table thead th {
        color: #530966;
    }

/*<------------>*/

/*<--Form codes-->*/

.form-control {
    font-weight: 400;
    color: #530966;
}

.form-group {
    justify-content: space-evenly;
    text-align: center;
}

.FormColor {
    background-color: #fff !important;
    color: #530966;
}

/*<------------>*/

/*<--Container codes-->*/

.BoarderCenter {
    text-align: center;
    padding: 2rem;
    border-radius: 25px;
    margin-top: 3rem;
    margin-bottom: auto;
    border: solid 3px #d9d0d0;
}

.BoarderBox {
    padding: 0.5rem;
    border-radius: 25px;
    border: solid 3px #d9d0d0;
    color: #530966 !important;
}

/*<------------>*/
.FAQcollapsable {
    color: #530966 !important;
}

    .FAQcollapsable:hover {
        background-color: #ebddc5 !important;
    }

.MainTitle {
    margin-top: 10rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.drop-area {
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .drop-area.dragover {
        background-color: #f0f8ff;
    }

/*<--Cookies codes-->*/

.cookie-options {
    margin-bottom: 20px;
    border-bottom: solid 2px;
}

.cookie-option {
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.large-checkbox {
    width: 15px;
    height: 15px;
    transform: scale(1.5);
    margin-right: 10px;
}
/*<------------>*/

/*<--Blog Page codes-->*/

.news-section {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.news-box {
    width: 49%;
    border: 1px solid #ccc;
    padding: 2rem;
    padding-bottom: 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}

    .news-box img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 10px;
    }

    .news-box h3 {
        margin: 15px 0;
    }

    .news-box p {
        margin-bottom: 10px;
        text-align: justify;
        hyphens: auto;
        line-height: 1.5;
    }

.read-more-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/* Media Query for screen sizes less than 950px */
@media screen and (max-width: 950px) {
    .news-section {
        flex-direction: column;
        align-items: center;
    }

    .news-box {
        width: 100%;
    }

        .news-box img {
            height: auto;
        }
}
/*<--Feature codes-->*/

.feature-container {
    display: flex;
}

.feature-image,
.feature-text {
    flex: 1;
    margin: 0;
}

    .feature-image img {
        max-width: 90%;
        height: auto;
    }

    .feature-text h2 {
        margin-bottom: 1rem;
    }

/*<------------>*/

/*<--Footer codes-->*/

.linkdinPic,
.facebookPic,
.instaPic {
    width: 77px;
}

.LogoInFooter2 {
    width: 15rem;
}

.linkdinPic:hover,
.facebookPic:hover,
.instaPic:hover {
    transform: scale(1.05);
}

.FooterText {
    color: #530966;
    width: 100px;
    margin: 0px;
    padding: 0px;
}

.FooterText2 {
    color: #fff !important;
}

.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f44336;
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

    .notification.show {
        display: block;
        animation: fadeInOut 5s;
    }

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.footer {
    position: relative;
    white-space: nowrap;
    text-align: center;
    background-color: #530966 !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.social-icon {
    transition: transform 0.2s ease;
}

    .social-icon:active {
        transform: scale(0.9);
    }

    .social-icon:hover {
        transform: scale(1.08);
        transition: transform 0.2s ease;
    }
/*<------------>*/

.table-hover tbody tr:hover {
    cursor: pointer;
}

.table-hover-orange:hover {
    background-color: #C6A877 !important;
}

/*<------------>*/
.carousel-caption.top-caption {
    position: absolute;
    top: 80px;
    bottom: auto;
    text-align: center;
    color: #530966;
}
/*<------------>*/

/*<-NEW Home page codes->*/

body.homepage {
    position: relative;
    min-height: 100vh;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    margin: 0;
}

body.default-page {
    background: none;
    background-color: #f8f9fa;
}

.homepage-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(50vh - 70px);
    color: #fff;
}

.text-box {
    position: absolute;
    color: white;
}

    .text-box.left {
        top: 20%;
        left: 5%;
        max-width: 50%;
    }

    .text-box.right {
        top: 20%;
        right: 5%;
        text-align: center;
    }

    .text-box .download-buttons {
        margin-top: 20px;
        display: flex;
        gap: 15px;
        justify-content: center;
    }

.download-buttons a {
    padding: 10px 10px;
    text-decoration: none;
    color: dimgrey;
    background-color: #ffffff;
    transition: background-color 0.3s;
}

.feature-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    align-items: flex-start;
}

.feature-box {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding: 2rem;
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
}

    .feature-box:hover {
        transform: translateY(-15px);
    }

    .feature-box img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .feature-box h4 {
        color: #6f6f6f;
        margin-bottom: 10px;
    }

    .feature-box p {
        margin: 0;
        color: #555;
    }

.features-container3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    padding: 2px;
    align-items: flex-start;
}

.feature-item {
    display: flex;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding: 2rem;
    box-sizing: border-box;
    align-items: center;
}

.feature-image {
    width: 80px; /* Adjust size as needed */
    height: auto;
    margin-right: 15px;
    flex-shrink: 0; /* Prevent image from resizing */
}

.feature-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.NoPadding {
    padding-left: 0px !important;
}

.transparent-background {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 6px #fff;
}

.StepsTitle {
    color: #530966 !important;
    font-weight: normal;
}
/*<------------>*/

/* Donation Page Styles */

/* Benefits Section */
.donation-benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 3rem auto;
    max-width: 100rem;
}

.benefit-item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
}

    .benefit-item i {
        font-size: 4.5rem; /* Default size */
        color: #696969;
    }

@media (max-width: 768px) {
    .benefit-item i {
        font-size: 3rem; /* Smaller size */
    }
}

@media (max-width: 480px) {
    .benefit-item i {
        font-size: 2rem; /* Even smaller size */
    }
}
/* Donor Stats */
.donor-stats {
    margin: 2rem 0;
}

/* Donation Options */
.donation-section {
    max-width: 100rem;
    margin: 0 auto;
    padding: 2rem;
}

.donation-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.donation-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.5s ease;
}

.gift-image {
    width: 6rem;
    margin: 0.5rem 0;
}

.coffee-image {
    width: 6rem;
    margin: 0.5rem 0;
}

.price {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6B2C91;
    margin-top: 0.5rem;
}

.donation-radio:checked + .donation-label {
    border-color: #6B2C91;
    background-color: #F8F0FF;
}

.custom-input input {
    font-size: 1.5rem;
    color: #530966;
    height: auto;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 15px;
    text-align: center;
}

.CardField-restWrapper {
    font-size: 6rem !important;
}

/* Payment Method Section */
.payment-method-section {
    margin-top: 2rem;
    padding: 2rem;
    border: 1px solid #DDD;
    border-radius: 10px;
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
}

.payment-option {
    position: relative;
}

    .payment-option input[type="radio"] {
        display: none;
    }

    .payment-option label {
        display: flex;
        align-items: center;
        padding: 1rem;
        border: 2px solid #DDD;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .payment-option input[type="radio"]:checked + label {
        border-color: #6B2C91;
        background-color: #F8F0FF;
    }

    .payment-option img {
        height: 30px;
        margin-right: 1rem;
    }

/* Payment Details */
.payment-details {
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #DDD;
    border-radius: 10px;
}

/* Action Buttons */
.action-buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .donation-benefits-container {
        gap: 1rem;
    }

    .benefit-item {
        min-width: 200px;
    }

    .donation-section {
        padding: 1rem;
    }

    .payment-method-section {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .feature-box {
        flex: 1 1 calc(70% - 20px);
        max-width: calc(70% - 20px);
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .feature-box {
        flex: 1 1 calc(85% - 20px);
        max-width: calc(85% - 20px);
        margin: 0 auto;
    }
}

@media (max-width: 321px) {
    .feature-box {
        flex: 1 1 calc(95% - 10px);
        max-width: calc(95% - 10px);
        margin: 0 auto;
    }
}

.menu-icon {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}

.nav-item2 {
    margin-bottom: 10px;
    position: relative; /* Allows positioning of the Edit button within the same box */
}

    .nav-item2 a {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border-radius: 4px;
        background-color: rgb(0, 0, 0, 0.05);
        color: #333;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .nav-item2 a:hover {
            background-color: #C6A877;
            color: white;
        }

    .nav-item2.active {
        background-color: #530966;
        color: white;
    }

/* Edit button styling */
.nav-edit {
    position: absolute;
    right: 15px; /* Align Edit button to the right of the box */
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .nav-edit:hover {
        color: #C6A877;
        text-decoration: underline;
    }

.golden-background {
    background-color: rgba(198, 168, 119, 0.2);
    border-radius: 25px;
    padding: 20px;
}

.golden-background2 {
    background: linear-gradient(to right, rgba(198, 168, 119, 1), rgba(198, 168, 119, 0.1));
    padding: 20px;
}

.grey-background {
    background-color: rgba(192, 192, 192, 0.2);
    border-radius: 15px;
    padding: 20px;
}

.purple-background {
    background-color: rgba(83, 9, 102, 0.1);
    border-radius: 15px;
    padding: 20px;
}

.purple-background2 {
    background: linear-gradient(to right, rgba(83, 9, 102, 0.6), rgba(83, 9, 102, 0.1));
    padding: 20px;
}

.container-fluid.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*Media queries codes for the Layout*/
/* very very Small devices (up to 315px) */
@media (max-width: 315px) {
    .feature-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .feature-image {
        width: 60px;
    }

    .feature-details h4 {
        font-size: 1.2rem;
    }

    .feature-details p {
        font-size: 0.9rem;
    }
}

/* very Small devices (316px to 575px) */
@media (min-width: 316px) and (max-width: 575px) {
    .feature-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .feature-image {
        width: 60px;
    }

    .feature-details h4 {
        font-size: 1.2rem;
    }

    .feature-details p {
        font-size: 0.9rem;
    }
}

/* Small devices (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .feature-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .feature-image {
        width: 60px;
    }

    .feature-details h4 {
        font-size: 1.2rem;
    }

    .feature-details p {
        font-size: 0.9rem;
    }
}

/* Medium devices (768px to px) */
@media (min-width: 768px) and (max-width: 991px) {
    .feature-item {
        flex: 1 1 calc(50% - 20px);
    }

    .feature-image {
        width: 40px;
    }

    .feature-details h4 {
        font-size: 1rem;
    }

    .feature-details p {
        font-size: 0.5rem;
    }
}

/* Large devices (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-item {
        flex: 1 1 calc(50% - 20px);
    }
}

/* Medium-Large devices (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-item {
        flex: 1 1 calc(35% - 20px);
    }

    .feature-image {
        width: 100px;
    }

    .feature-details h4 {
        font-size: 1.3rem;
    }

    .feature-details p {
        font-size: 1rem;
    }
}

@media (min-width: 1400px) and (max-width: 2499px) {
    .feature-item {
        flex: 1 1 calc(35% - 20px);
    }

    .feature-image {
        width: 100px;
    }

    .feature-details h4 {
        font-size: 1.3rem;
    }

    .feature-details p {
        font-size: 1rem;
    }
}

/* Extra large devices (2500px to 3000px) */
@media (min-width: 2500px) and (max-width: 3000px) {
    .feature-item {
        flex: 1 1 calc(35% - 20px);
    }

    .feature-image {
        width: 100px;
    }

    .feature-details h4 {
        font-size: 1.3rem;
    }

    .feature-details p {
        font-size: 1rem;
    }
}

/* Extra Extra large devices (3000px and up) */
@media (min-width: 3001px) {
    .feature-item {
        flex: 1 1 calc(35% - 20px);
    }

    .feature-image {
        width: 100px;
    }

    .feature-details h4 {
        font-size: 1.3rem;
    }

    .feature-details p {
        font-size: 1rem;
    }
}

.flex-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Allows wrapping to the next line if needed */
    align-items: center;
    justify-content: center;
    max-width: 1200px; /* Sets a maximum width for the container */
    margin: 0 auto; /* Centers the container horizontally */
    padding: 0 15px; /* Adds some padding to the sides for spacing */
}

.flex-box {
    flex: 1; /* Flexibility for the items */
    min-width: 300px; /* Ensures items don't shrink below a readable size */
}

.content-box {
    text-align: center; /* Centers text within the content box */
}

@media (max-width: 991px) {
    .flex-layout {
        flex-direction: column !important;
    }

    .flex-box {
        width: 100%; /* Ensure full width on smaller screens */
    }
}

/* Flexbox container for the news section */
#newsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Horizontally center all children */
    align-items: stretch; /* Stretch boxes to the same height */
    gap: 1rem; /* Add consistent spacing between children */
}

    /* News box wrapper for consistent layout */
    #newsContainer .news-box-wrapper {
        flex: 1 1 calc(33.333% - 1rem); /* Three per row, minus gap */
        max-width: calc(33.333% - 1rem); /* Max width matches flex-basis */
        box-sizing: border-box; /* Ensure padding doesn't overflow */
        display: flex; /* Make the wrapper a flex container */
        justify-content: center; /* Horizontally center the news-box */
        align-items: stretch; /* Stretch boxes to the same height */
        text-align: center; /* Ensure text-align is centered if applicable */
    }

/* For smaller screens (responsive) */
@media (max-width: 768px) {
    #newsContainer .news-box-wrapper {
        flex: 1 1 calc(50% - 1rem); /* Two per row */
        max-width: calc(50% - 1rem);
        display: flex; /* Make the wrapper a flex container */
    }
}

@media (max-width: 576px) {
    #newsContainer .news-box-wrapper {
        flex: 1 1 100%; /* One per row */
        max-width: 100%;
        display: flex; /* Make the wrapper a flex container */
    }
}

/* Style for news boxes */
#newsContainer .news-box2 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column; /* Ensure content stacks properly */
    height: 100%; /* Ensure full height within wrapper */
    width: 100%;
    min-height: 300px; /* Set a minimum height */
}

    #newsContainer .news-box2:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.news-section2 {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    flex-wrap: wrap;
}

/* Wrapper for the image with overlay */
.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0; /* Rounded top corners only */
}

    /* Ensure the image covers the container with fixed height */
    .image-wrapper img {
        width: 100%;
        height: 200px; /* Fixed height for all images */
        object-fit: cover; /* Crop the image to maintain aspect ratio */
        display: block;
    }

    /* Overlay for text on the image */
    .image-wrapper .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        padding: 10px; /* Add padding for text spacing */
    }

        /* Style for date text */
        .image-wrapper .overlay .news-date {
            font-size: 0.9rem;
            font-weight: bold;
            margin-bottom: 5px;
        }

        /* Style for headline text */
        .image-wrapper .overlay h2 {
            font-size: 1.2rem;
            margin: 0;
            font-weight: bold;
            line-height: 1.2;
        }

/* Ensure the text outside the image is styled properly */
.text-center .ResponsiveText1 {
    color: #333;
    font-size: 1rem;
}

/* News page styles */
.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
    height: 100%;
}

.date-display {
    display: inline-block; 
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    border-radius: 5px;
    padding: 10px 16px;
    margin: 0 auto; 
}
/* Style for datetime input in forms */
input[type="datetime-local"] {
    background-color: #ffffff;
    color: #212529;
    border: 1px solid #ced4da;
}

input[type="datetime-local"]:focus {
    background-color: #ffffff;
    color: #212529;
    border-color: #f58020;
    box-shadow: 0 0 0 0.25rem rgba(245, 128, 32, 0.25);
}

/* Email Admin Page Custom Styles */
.emailadmin-userlist-card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border-radius: 8px;
}
.emailadmin-form-card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border-radius: 8px;
}
.emailadmin-preview-card {
    background: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.emailadmin-search {
    max-width: 100%;
}
.emailadmin-user-email {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.97rem;
}
@media (max-width: 991.98px) {
    .emailadmin-userlist-card, .emailadmin-form-card, .emailadmin-preview-card {
        margin-bottom: 1.5rem;
    }
}

.emailadmin-userlist-card .table-responsive {
    max-height: 320px;
    overflow-y: auto;
}

.emailadmin-main-container {
    padding-top: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: #faf9fc;
}
.emailadmin-content-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.emailadmin-userlist-card, .emailadmin-form-card, .emailadmin-preview-card {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(83,9,102,0.07);
    background: #fff;
    border: none;
}
.emailadmin-userlist-card .card-header, .emailadmin-form-card .card-header, .emailadmin-preview-card .card-header {
    background: #f8f6fa;
    color: #530966;
    font-weight: 600;
    border-bottom: 1px solid #e3e6ea;
    border-radius: 18px 18px 0 0;
}
.emailadmin-form-card .btn-primary {
    background-color: #530966;
    border-color: #530966;
}
.emailadmin-form-card .btn-info {
    background-color: #c6a877;
    border-color: #c6a877;
    color: #fff;
}
.emailadmin-form-card .btn-info:hover {
    background-color: #b89a5e;
    border-color: #b89a5e;
}
.emailadmin-form-card .btn-primary:hover {
    background-color: #3d074d;
    border-color: #3d074d;
}
.emailadmin-form-card input, .emailadmin-form-card textarea {
    border-radius: 8px;
    border: 1px solid #e3e6ea;
}
.emailadmin-form-card label {
    color: #530966;
    font-weight: 500;
}
.emailadmin-preview-card {
    background: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 18px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.emailadmin-userlist-card .table-responsive {
    max-height: 320px;
    overflow-y: auto;
}
@media (max-width: 991.98px) {
    .emailadmin-content-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }
    .emailadmin-userlist-card, .emailadmin-form-card, .emailadmin-preview-card {
        margin-bottom: 1.5rem;
    }
}

.MainButtonOutline {
    background-color: #fff;
    color: #530966;
    font-size: 1.1rem;
    border-radius: 12px;
    border: 2px solid #530966 !important;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s;
    padding: 0.6rem 2rem;
    margin: 0 0.5rem;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.MainButtonOutline:hover {
    background-color: #530966 !important;
    color: #fff !important;
    border: 2px solid #530966 !important;
}

/* ====== EMAIL ADMIN STYLES - IMPROVED USABILITY ====== */

/* Main Container Styles */
.emailadmin-main-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 15px 0 15px;
    background: #f8f9fa;
}

.emailadmin-content-wrapper {
    min-height: calc(100vh - 100px);
}

/* Card Styles */
.emailadmin-userlist-card,
.emailadmin-form-card,
.emailadmin-preview-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(83, 9, 102, 0.1);
    background: #fff;
}

.emailadmin-userlist-card:hover,
.emailadmin-form-card:hover,
.emailadmin-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(83, 9, 102, 0.15) !important;
}

/* User Table Container - Much Larger */
.user-table-container {
    max-height: 600px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.user-table-container thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #530966 !important;
    color: #fff !important;
    border-color: #530966;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.user-table-container .table {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #530966;
}

.user-table-container .table tbody tr {
    transition: all 0.2s ease;
}

.user-table-container .table tbody tr:hover {
    background-color: rgba(198, 168, 119, 0.1) !important;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(83, 9, 102, 0.1);
}

/* User Row Styles */
.user-row {
    cursor: pointer;
}

.user-row.selected {
    background-color: rgba(83, 9, 102, 0.1) !important;
    border-left: 4px solid #530966;
}

.user-email-text {
    font-weight: 500;
    color: #530966;
    font-family: "Poppins", sans-serif;
}

/* Enhanced Form Controls */
.form-control-lg {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    border-radius: 8px;
    border: 2px solid #e1e5e9;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    color: #530966;
}

.form-control-lg:focus {
    border-color: #530966;
    box-shadow: 0 0 0 0.2rem rgba(83, 9, 102, 0.15);
    transform: translateY(-1px);
}

.form-select {
    border-radius: 8px;
    border: 2px solid #e1e5e9;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    color: #530966;
}

.form-select:focus {
    border-color: #530966;
    box-shadow: 0 0 0 0.2rem rgba(83, 9, 102, 0.15);
}

/* Badge Enhancements */
.badge.fs-6 {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

.badge.bg-success {
    background: linear-gradient(45deg, #28a745, #20c997) !important;
}

.badge.bg-warning {
    background: linear-gradient(45deg, #C6A877, #b89a5e) !important;
    color: #fff !important;
}

.badge.bg-primary {
    background: linear-gradient(45deg, #530966, #6f42c1) !important;
}

/* Button Enhancements - Match Site Style */
.emailadmin-userlist-card .btn,
.emailadmin-form-card .btn {
    border-radius: 25px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    border-width: 2px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
}

.emailadmin-userlist-card .btn:hover,
.emailadmin-form-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(83, 9, 102, 0.2);
}

.emailadmin-userlist-card .btn-primary,
.emailadmin-form-card .btn-primary {
    background-color: #530966;
    border-color: #530966;
    color: #fff;
}

.emailadmin-userlist-card .btn-primary:hover,
.emailadmin-form-card .btn-primary:hover {
    background-color: #3d074d;
    border-color: #3d074d;
}

.emailadmin-userlist-card .btn-outline-primary,
.emailadmin-form-card .btn-outline-primary {
    background-color: #fff;
    border-color: #530966;
    color: #530966;
}

.emailadmin-userlist-card .btn-outline-primary:hover,
.emailadmin-form-card .btn-outline-primary:hover {
    background-color: #530966;
    border-color: #530966;
    color: #fff;
}

.emailadmin-userlist-card .btn-outline-success,
.emailadmin-form-card .btn-outline-success {
    background-color: #fff;
    border-color: #C6A877;
    color: #C6A877;
}

.emailadmin-userlist-card .btn-outline-success:hover,
.emailadmin-form-card .btn-outline-success:hover {
    background-color: #C6A877;
    border-color: #C6A877;
    color: #fff;
}

/* Selection Summary Styles */
.selection-summary .badge {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    background: linear-gradient(45deg, #530966, #6f42c1) !important;
    font-family: "Poppins", sans-serif;
}

/* Queue Status Panel */
.queue-status-panel .card {
    transition: all 0.3s ease;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid rgba(83, 9, 102, 0.1);
}

.queue-status-panel .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(83, 9, 102, 0.1);
}

.queue-status-panel .display-6 {
    font-weight: 700;
    color: #530966;
    font-family: "Poppins", sans-serif;
}

/* Pagination Enhancements */
.pagination-lg .page-link {
    padding: 0.75rem 1.25rem;
    font-size: 1.1rem;
    border-radius: 8px;
    margin: 0 3px;
    border: 2px solid #dee2e6;
    color: #530966;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.pagination-lg .page-item.active .page-link {
    background: linear-gradient(45deg, #530966, #6f42c1);
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(83, 9, 102, 0.3);
    color: #fff;
}

.pagination-lg .page-link:hover {
    color: #530966;
    border-color: #530966;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(83, 9, 102, 0.1);
}

/* Form Check Enhancements */
.form-check-input {
    width: 1.25em;
    height: 1.25em;
    border-radius: 6px;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
}

.form-check-input:checked {
    background-color: #530966;
    border-color: #530966;
    box-shadow: 0 0 0 0.2rem rgba(83, 9, 102, 0.25);
}

.form-check-input:focus {
    border-color: #C6A877;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(198, 168, 119, 0.25);
}

/* Estimated Time Display */
.estimated-time {
    background: linear-gradient(45deg, rgba(198, 168, 119, 0.1), rgba(198, 168, 119, 0.05));
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid #C6A877;
    font-weight: 500;
    color: #530966;
    font-family: "Poppins", sans-serif;
}

/* Search and Filter Section */
.row.mb-4 .col-lg-4,
.row.mb-4 .col-lg-6,
.row.mb-4 .col-lg-2 {
    margin-bottom: 1rem;
}

.form-label.fw-semibold {
    color: #530966;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

/* User Count Info */
.user-count-info p {
    font-size: 0.95rem;
    color: #6c757d;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

/* Custom Scrollbar */
.user-table-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.user-table-container::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 6px;
}

.user-table-container::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #530966, #6f42c1);
    border-radius: 6px;
    border: 2px solid #f1f3f4;
}

.user-table-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #3d074d, #530966);
}

/* Email Composition Area */
.emailadmin-form-card .card-header {
    background: linear-gradient(45deg, #530966, #6f42c1) !important;
    border-radius: 12px 12px 0 0;
    padding: 1.25rem;
    color: #fff;
}

.emailadmin-form-card .card-body {
    padding: 2rem;
}

#recipientBadge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #530966 !important;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* Compose Toggle */
#toggleCompose {
    background: rgba(255, 255, 255, 0.9);
    color: #530966;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

#toggleCompose:hover {
    background: white;
    transform: scale(1.05);
}

/* Form Control Styling */
.emailadmin-form-card input,
.emailadmin-form-card textarea,
.emailadmin-form-card select {
    border-radius: 8px;
    border: 2px solid #e1e5e9;
    color: #530966;
    font-family: "Poppins", sans-serif;
}

.emailadmin-form-card input:focus,
.emailadmin-form-card textarea:focus,
.emailadmin-form-card select:focus {
    border-color: #530966;
    box-shadow: 0 0 0 0.2rem rgba(83, 9, 102, 0.15);
}

.emailadmin-form-card label {
    color: #530966;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* Loading States */
.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #530966;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Card Headers */
.emailadmin-userlist-card .card-header {
    background: #f8f6fa;
    color: #530966;
    font-weight: 600;
    border-bottom: 1px solid #e3e6ea;
    border-radius: 12px 12px 0 0;
    font-family: "Poppins", sans-serif;
}

/* RESPONSIVE STYLES */

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
    .emailadmin-main-container {
        padding: 80px 20px 0 20px;
    }

    .user-table-container {
        max-height: 700px;
    }
}

/* Medium screens (992px to 1199px) */
@media (max-width: 1199px) {
    .emailadmin-main-container {
        padding: 80px 15px 0 15px;
    }

    .user-table-container {
        max-height: 600px;
    }

    .selection-summary .badge {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

/* Small screens (768px to 991px) */
@media (max-width: 991px) {
    .emailadmin-userlist-card,
    .emailadmin-form-card {
        margin-bottom: 20px;
    }

    .user-table-container {
        max-height: 500px;
    }

    .emailadmin-body {
        min-height: 250px;
    }

    .row.align-items-center {
        flex-direction: column;
        align-items: stretch !important;
    }

    .row.align-items-center .col-md-6 {
        margin-bottom: 1rem;
    }

    .d-flex.justify-content-end {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

/* Extra small screens (up to 767px) */
@media (max-width: 767px) {
    .emailadmin-main-container {
        padding: 80px 10px 0 10px;
    }

    .queue-status-panel .card {
        margin-bottom: 15px;
    }

    .user-table-container {
        max-height: 400px;
    }

    .emailadmin-body {
        min-height: 200px;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 15px;
    }

    .d-flex.justify-content-between > div {
        width: 100%;
    }

    .emailadmin-userlist-card .btn,
    .emailadmin-form-card .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .pagination-lg {
        justify-content: center;
        flex-wrap: wrap;
    }

    .pagination-lg .page-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        margin: 2px;
    }

    .user-table-container .table {
        font-size: 0.85rem;
    }

    .form-control-lg {
        font-size: 1rem;
        padding: 0.6rem 0.8rem;
    }
}

/* Very small screens (up to 576px) */
@media (max-width: 576px) {
    .emailadmin-main-container {
        padding: 80px 5px 0 5px;
    }

    .card-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .queue-status-badge {
        width: 100%;
        text-align: center;
    }

    .form-check {
        margin-bottom: 15px;
    }

    .pagination-lg .page-item {
        margin: 2px;
    }

    .btn-group {
        width: 100%;
    }

    .btn-group .btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }

    .badge.fs-6 {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem;
    }

    .row.mb-4 .col-lg-4,
    .row.mb-4 .col-lg-6,
    .row.mb-4 .col-lg-2 {
        margin-bottom: 1.5rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .emailadmin-userlist-card,
    .emailadmin-form-card,
    .emailadmin-preview-card {
        background-color: #1a1a1a;
        color: #e0e0e0;
    }

    .user-table-container {
        border-color: #444;
    }

    .user-table-container .table {
        color: #e0e0e0;
    }

    .user-table-container .table tbody tr:hover {
        background-color: #2a2a2a !important;
    }

    .form-control-lg,
    .form-select {
        background-color: #2a2a2a;
        border-color: #444;
        color: #e0e0e0;
    }

    .estimated-time {
        background: #2a2a2a;
        border-color: #444;
        color: #e0e0e0;
    }
}

/* Print styles */
@media print {
    .emailadmin-main-container {
        padding: 0;
    }

    .emailadmin-userlist-card,
    .emailadmin-form-card {
        box-shadow: none;
        border: 1px solid #000;
    }

    .btn,
    .pagination,
    #toggleCompose {
        display: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .emailadmin-userlist-card,
    .emailadmin-form-card,
    .emailadmin-preview-card {
        border: 2px solid #000;
    }

    .btn {
        border-width: 3px;
    }

    .form-control-lg,
    .form-select {
        border-width: 3px;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .emailadmin-userlist-card,
    .emailadmin-form-card,
    .emailadmin-preview-card,
    .user-table-container .table tbody tr,
    .btn,
    .form-control-lg,
    .form-select,
    .pagination-lg .page-link {
        transition: none;
    }

    .loading::after {
        animation: none;
    }

    *:hover {
        transform: none !important;
    }
}
#softwareDropdown:hover > .dropdown-menu,
#newsDropdown:hover > .dropdown-menu, #aboutUsDropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu .dropdown-item {
    white-space: normal;
    max-width: 250px;
    word-wrap: break-word;
}


/* ====== BUG REPORTING SYSTEM STYLES ====== */

/* Custom select styling for bug filters */
.custom-select {
    background-color: #530966;
    color: white;
    border: 2px solid #530966;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 150px;
}

.custom-select:hover, 
.custom-select:focus {
    background-color: #f4ac45;
    border-color: #f4ac45;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(244, 172, 69, 0.25);
}

.custom-select option {
    background-color: #530966;
    color: white;
}

.custom-select option:hover {
    background-color: #f4ac45;
    color: white;
}

/* Bug table hover effects */
.bug-report-row {
    transition: all 0.3s ease;
    cursor: pointer;
}

.bug-report-row:hover {
    background-color: #f8f9fa !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Status badge colors */
.status-new {
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
    border: 1px solid #bbdefb;
}

.status-active {
    background-color: #fff3e0 !important;
    color: #f57c00 !important;
    border: 1px solid #ffcc02;
}

.status-resolved {
    background-color: #e8f5e8 !important;
    color: #388e3c !important;
    border: 1px solid #c8e6c9;
}

.status-closed {
    background-color: #fce4ec !important;
    color: #c2185b !important;
    border: 1px solid #f8bbd9;
}

/* Enhanced form check styling */
.form-check-input:checked {
    background-color: #530966;
    border-color: #530966;
}

.form-check-input:focus {
    border-color: #C6A877;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(198, 168, 119, 0.25);
}

/* Bug system responsive adjustments */
@media (max-width: 768px) {
    .custom-select {
        min-width: 100%;
        margin-bottom: 1rem;
    }
    
    .bug-report-row td {
        padding: 12px 8px;
        font-size: 14px;
    }
}

/* Empty state styling */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-state i {
    font-size: 64px;
    margin-bottom: 20px;
    color: #dee2e6;
}
/* Center dropdown items inside OFFCANVAS (mobile menu) */
#offcanvasNavbar .dropdown-menu {
    text-align: center !important;
}

    #offcanvasNavbar .dropdown-menu li {
        display: flex !important;
        justify-content: center !important;
    }
