@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Lexend:wght@100..900&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Twinkle+Star&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&family=Twinkle+Star&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rakkas&family=Reem+Kufi:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trochut:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Trochut:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&family=Rakkas&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&family=Rakkas&family=Reem+Kufi:wght@400..700&family=Space+Grotesk:wght@300..700&display=swap');

h1 {
    color: #2c3e50;
    font-size: 2.75rem;
    font-family: "Verdana", sans-serif;
    text-align: center;
}

.question {
    font-family: "Verdana", sans-serif;
    font-size: 14px;
}

.answer {
    font-family: "Verdana", sans-serif;
    font-size: 14px;
}

p {
    font-family: "Verdana", sans-serif;
    font-size: 14px;
}

.sub-header {
    color: #000;
    font-size: 15px;
    font-family: "Verdana", sans-serif;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* Circle List Styling */
.list-circle .list-group-item {
    list-style-type: circle;
    padding-left: 20px;
    /* box-shadow: 1px 1px 2px 2px #ffc8cf; */
    filter: drop-shadow(0px 10px 30px #4644441a);
    color: #2c3e50;
    font-size: 1rem;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: none;
}

.list-circle .list-group-item:hover {
    background-color: #ffd1d63b;
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    /* border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); */
}

/* Bullet List Styling */
.list-bullet .list-group-item {
    list-style-type: disc;
    padding-left: 20px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #495057;
    font-size: 1rem;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.list-bullet .list-group-item:hover {
    background-color: #f1f8e9;
}

.list-bullet .list-group-item a {
    color: #007bff;
    text-decoration: none;
}

.list-bullet .list-group-item a:hover {
    text-decoration: underline;
}

.navbar-brand-footer {
    color: white;
    font-size: 30px;
    font-weight: bold;

    font-family: "Verdana", sans-serif;
    text-decoration: none;
}

.navbar-brand-footer span {
    color: yellow;
}

.footer-container {
    background-color: #8B008B;
    /* Grey background by default */
    border-radius: 45px 45px 0px 0px;
    padding: 50px;
    color: #f3f3f3;
    width: 90%;
    /* Full width */
    max-width: 1600px;
    /* Increased maximum width */
    position: relative;
    margin: 20px auto;
    /* Center card */
    transition: background-color 0.3s;
    margin-bottom: -24px;
}

.footer-holder {
    width: 100%;
    padding: 0px;
    display: flex;
}

.a-holder {
    width: 25%;
}

.footer-nav-holder {
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.footer-nav-holder a {
    display: inline-block;
    /* Ensures each <a> behaves like a block element */
    font-size: 16px;
    padding: 10px 0px;
    color: white;
    font-family: "Verdana", sans-serif;
}

.footer-link-holder {
    width: 25%;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-holder-2 {
    width: 100%;
    padding: 40px 0px;
    display: flex;
    border-bottom: 2px solid silver;
}

.footer-contact-us {
    width: 25%;
}

.footer-contact-us-button {
    padding: 2px 20px;
    border-radius: 10px;
    font-size: 15px;
    background-color: #FFB6C1;
    color: #000;
    font-weight: bold;
    border: 2px solid #FFB6C1;
    font-family: "Verdana", sans-serif;
}

.footer-contact-us-p {
    padding: 0px 0px;
    font-size: 14px;
    font-family: "Verdana", serif;
}

.footer-contact-us-p a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-news-letter {
    width: 75%;
}

.footer-news-letter-holder {
    background-color: #a9a9a970;
    width: 95%;
    margin: 0 auto;
    padding: 50px 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 2.5%;
    border-radius: 10px;
}

.input-footer-holder {
    width: 42%;

}

.button-footer-holder {
    width: 55%;

}

.footer-news-letter-holder input {
    padding: 15px 30px;
    border: 1px solid #fff;
    color: white;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    font-family: "Verdana", sans-serif;
}

.footer-news-letter-holder button {
    background-color: #FFB6C1;
    width: 100%;
    color: #000;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 10px;
    /* font-weight: 600; */
    font-family: "Verdana", serif;
    margin-top: -3px;
}

.last-footer-content {
    font-family: "Verdana", sans-serif;
}

.footer-link-holder a:hover {
    cursor: pointer;
}

.link-icon {
    background-color: #f0354b;

}

@media(max-width:768px) {
    .footer-holder {
        flex-direction: column;

    }

    .a-holder {
        width: 100%;
    }

    .footer-nav-holder {
        width: 100%;
    }

    .footer-link-holder {
        width: 100%;
    }

    .footer-holder-2 {
        flex-direction: column;
    }

    .footer-contact-us {
        width: 100%;
    }

    .footer-news-letter {
        width: 100%;
    }

    .footer-news-letter-holder button {

        padding: 20px 10px;
        font-size: 20px;
        font-weight: 600;
    }
}

@media(max-width:745px) {
    .footer-news-letter-holder {
        padding: 50px 35px;
        flex-direction: column;

    }

    .input-footer-holder {
        width: 100%;

    }

    .button-footer-holder {
        width: 100%;
        margin-top: 20px;

    }
}

.last-footer-content {
    font-family: "Reem Kufi", sans-serif;
}

@media(max-width:425px) {
    .footer-news-letter-holder {
        width: 95%;
        padding: 50px 15px;
    }

    .footer-news-letter {
        width: 100%;
    }

    .footer-container {
        padding: 0px;
        width: 100%
    }

    .footer-news-letter-holder button {
        font-size: 16px;

    }

    .footer-news-letter-holder input {
        font-size: 16px;
    }

    .footer-nav-holder {
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-us {

        text-align: center;
    }

    .footer-holder {
        margin-top: 20px;
    }

    .footer-copyrights {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* User profile with dropdown */
.user-profile {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.user-profile-icon {
    background: linear-gradient(to top, #9f29ff, #8B008B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-right: 8px;
}

.dropdown-item:active {
    background: #F5F5F5;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;

}


.nav-logo {
    width: 80px;
    height: 80px;
}

.footer-logo {
    width: 70px;
    height: 70px;
}

@media(max-width:550px) {
    .nav-logo {
        width: 80px;
        height: 80px;
        margin-right: 40px;
    }
}

@media(max-width:390px) {
    .nav-logo {
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }

    .footer-logo {
        width: 70px;
        height: 70px;
        margin-left: 117px;
    }
}

@media(max-width:345px) {
    .nav-logo {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .footer-logo {
        width: 70px;
        height: 70px;
        margin-left: 88px;
    }
}