@media only screen and (min-width: 600px) {
    .font_head {
        font-size: 50px;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 600px) {
    .phone_view_hide {
        display: none;
    }
}

.font_str {
    color: #002d5b;
}

.custom-dropdown-content {
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    z-index: 1000;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 1px;
    display: none;
    width: 400px;
    box-sizing: border-box;
}

.custom-dropdown-content div {
    padding: 12px 16px;
    cursor: pointer;
}

.custom-dropdown-content div:hover {
    background-color: #ddd;
}

.custom-text-input {
    position: relative;
}

a {
    text-decoration: none;
    color: black;
}

.nwqfont {
    font-size: 30px;
    font-weight: 700;
    font-family: Relative, -apple-system, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #05203c;
}

.q-mark {
    font-family: Roboto-Bold;
    color: #D40119;
    padding: 18px 0 18px 18px;
}

.question {
    font-size: 16px;
    color: #05203c;
    line-height: 1.5;
    padding: 6px;
    margin-bottom: 0;
    text-align: center;
}

.material-icons.drop {
    padding: 20px;
    font-size: 2rem;
    color: #D40119;
    transition: transform 0.5s ease-in-out;
}

.answer {
    font-size: 14px;
    color: #05203c;
    padding: 10px;
    background-color: white;
    overflow: hidden;
    text-align: justify;
    display: flex;
}

.accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.14);
}

@media only screen and (max-width: 768px) {
    .accordion {
        margin-bottom: 16px;
    }
}

.question-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.25s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .question {
        font-size: 11px;
        text-align: justify;
    }

    .answer {
        font-size: 8px;
        color: #05203c;
        padding: 7px;
        background-color: white;
        overflow: hidden;
        text-align: justify;
        display: flex;
    }
}

.answer-wrapper {
    display: none;
}

@media only screen and (min-width: 768px) {
    .hide_on_deskview {
        display: none;
    }
}

.icon-expend {
    transform: rotateX(180deg);
    transition: transform 0.75s ease-in-out;
}


/* Loader overlay styles */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    font-family: Arial, sans-serif;
    color: #333;
}

.loader-overlay.active {
    visibility: visible;
    opacity: 1;
}

.round-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #002d5b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text {
    text-align: center;
    font-size: 18px;
    color: #002d5b;
    margin-bottom: 30px;
    line-height: 1.4;
}

.loader-support {
    position: absolute;
    bottom: 144px;
    background: #e6f0fa;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    width: 400px;
}

.loader-support img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.loader-support-text {
    font-size: 14px;
    color: #002d5b;
    flex-grow: 1;
}

.loader-support-text strong {
    display: block;
    margin-bottom: 5px;
}

.loader-support-phone {
    background: #002d5b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.loader-support-phone i {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .round-loader {
        width: 40px;
        height: 40px;
        border-width: 6px;
    }

    .loader-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .loader-support {
        bottom: 10px;
        padding: 10px;
        width: 80%;
        flex-direction: column;
        text-align: center;
    }

    .loader-support img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .loader-support-phone {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .loader-text {
        font-size: 12px;
    }

    .loader-support-text {
        font-size: 12px;
    }

    .loader-support-phone {
        font-size: 12px;
        padding: 4px 10px;
    }
}

.d-flex.align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-heading {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: start;
}