/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.announcement img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.zoomed {
    transform: scale(1.5);
}
/*--------------------------------------*/
.landing-page .btn-get-nord {
    background-color: #fbc02d !important; /* Yellow */
    color: #000 !important;
    border-radius: 25px !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
}
.landing-page .faq .btn i {
    font-size: 1.5rem !important;
    margin-left: 12px !important;
}
.landing-page .faq .btn {
    text-align: left !important;
    padding: 10px 15px !important;
    font-size: 1.2rem !important;
}
.hero h1
 {    
    color: #55bde5;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.hero p
{
    color: #4580ff;
}
.faq .panel-heading .btn {
    background-color: #fbc02d !important; /* Yellow */
    color: #000 !important;
    border-radius: 25px !important;
    padding: 15px 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-shadow: none !important; /* Remove unwanted shadows */
    border: none !important; /* Ensure no black borders */
}

.faq .panel-heading {
    background: transparent !important; /* Remove black background */
    border-radius: 25px !important;
    padding: 0 !important;
}

.faq .panel {
    background: transparent !important; /* Remove background from panel */
    box-shadow: none !important; /* Remove any shadow */
    border: none !important;
}

/* Ensure corners match */
.faq .panel-heading .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 25px !important;
}

/* Optional: Remove any parent background causing the issue */
.faq .panel-group {
    background: transparent !important;
}
/* Remove bottom border or shadow */
.faq .panel-heading {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Remove border or shadow from entire panel */
.faq .panel {
    border: none !important;
    box-shadow: none !important;
}

/* Remove any HR or div causing the line */
.faq .panel-body {
    border-top: none !important;
}

/* Ensure FAQ button has no margin-bottom that could create spacing */
.faq .panel-heading .btn {
    margin-bottom: 0 !important;
}
