.stcw-faq-mnd-container .faq-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.stcw-faq-mnd-container .faq-hero p {
    margin: 0;
    font-family: Poppins, Sans-serif;
    text-align: center;
}

.stcw-faq-mnd-container .faq-hero h1 {
    color: #021731;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

.stcw-faq-mnd-container .main-container {
    background: #dff5ff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    padding: 15px 0 25px 0;
    margin: 0 -50vw;
}

.stcw-faq-mnd-container .search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.stcw-faq-mnd-container .Search__input {
    position: relative;
    margin-top: 15px;
}
.stcw-faq-mnd-container .Search__input input {
    background: #fff;
    border-radius: 10px;
    padding: 6px 30px 6px 40px;
    border: none;
    outline: none;
    color: #909090;
    font-size: 16px;
    transition: border-color 0.3s;
    width: 100%;
    text-overflow: ellipsis;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    line-height: 30px;
    font-family: Poppins, Sans-serif;
}

.stcw-faq-mnd-container .Search__input input:placeholder {
    color: #909090;
}

.stcw-faq-mnd-container .Search__input input:focus {
    border-color: #dedede;
}

.stcw-faq-mnd-container .Search__input .fa {
    position: absolute;
    top: 12px;
    font-size: 20px;
    color: #b5b5b7;
}

.stcw-faq-mnd-container .Search__input #search-icon {
    left: 12px;
    pointer-events: none;
}

.stcw-faq-mnd-container .Search__input #close-icon {
    right: 12px;
    cursor: pointer;
}

.stcw-faq-mnd-container .Search__input .fa.toggle {
    color: #dedede;
}

.stcw-faq-mnd-container .Search__output-result {
    background: #f3fcff;
    margin: 25px auto auto auto;
    padding: 20px;
    border-radius: 5px;
    border-left: 5px solid #fecd00;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #000;
}

.stcw-faq-mnd-container .Search__output-result a {
    font-weight: 600;
    text-decoration: underline!important;
    color: #008cc9;
}

.stcw-faq-mnd-container .Search__output-result p {
    margin: 0;
}

.stcw-faq-mnd-container .Search__output-result h3 {
    color: #021731;
    margin-bottom: 10px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
}

.stcw-faq-mnd-container .Search__output-result p {
    line-height: 1.5;
    color: #000;
    font-family: "Poppins", Sans-serif;
    text-align: justify;
}

.stcw-faq-mnd-container a.need-help {
	background: #021731;
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	color: #fff;
	padding: 8px 15px;
	border-radius: 3px;
}

.stcw-faq-mnd-container a.need-help:hover {
	background: #FECD00;
	color: #000;
}

.stcw-faq-mnd-container .need-help-div {
	text-align: center;
	margin: 25px 0;
}

.stcw-faq-mnd-container .need-help-div h2 {
    font-family: "Montserrat", Sans-serif;
    color: #021731;
    font-weight: 700;
    margin: 20px 0;
}

.stcw-faq-mnd-container .need-help-div h3 {
    font-family: "Montserrat", Sans-serif;
    color: #021731;
    font-size: clamp(1.125rem, 1.0375rem + 0.56vw, 1.5625rem);
    margin-bottom: 15px;
}

.stcw-faq-mnd-container .hidden {
    display: none;
}

.stcw-faq-mnd-container .suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 350px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 90;
    border: 1px solid #ACCDE9;
    border-radius: 5px;
}

.stcw-faq-mnd-container .suggestions-list li {
    padding: 8px 15px;
    cursor: pointer;
    line-height: 20px;
    color: #000;
}

.stcw-faq-mnd-container .suggestions-list li:hover {
    background-color: #F2B632;
}

.stcw-faq-mnd-container .suggestions-list a {
    font-weight: 600;
    text-decoration: underline!important;
    color: #008cc9;
}

.stcw-faq-mnd-container .loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 5px solid lightblue;
    border-right-color: lightblue;
    border-right-color: #fecd00;
    animation: l2 1s infinite linear;
    margin: 10px auto;
}

.stcw-faq-mnd-container .promo-container a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin: 0;
    color: #021731;
    font-size: clamp(0.9375rem, 0.8654rem + 0.3846vw, 1.25rem);
    width: 100%;
}

.stcw-faq-mnd-container .promo-container .col-lg-3 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.stcw-faq-mnd-container .promo-container .services-headding {
    width: 100%;
}

.stcw-faq-mnd-container .promo-container img {
    border-radius: 10px;
    transition: 300ms;
}

.stcw-faq-mnd-container .promo-container img:hover {
    filter: grayscale(90%);
}

.stcw-faq-mnd-container h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #021731;
    font-size: 25px;
}

.stcw-faq-mnd-container .promo-container a:hover {
    color: #008cc9;
}

.stcw-faq-mnd-container .promo-container .services-description {
    line-height: 1.3em;
    font-size: 13px;
    color: #adadad;
    font-family: "Roboto Slab";
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes l2 {to{transform: rotate(1turn)}}

@media (max-width: 500px) {
    .stcw-faq-mnd-container .Search__input, .stcw-faq-mnd-container .Search__input input {
        width: 100%;
    }
    .stcw-faq-mnd-container .search-container h1 {
        font-size: 27px;
    }
}

@media (min-width: 501px) {
    .stcw-faq-mnd-container .Search__input input {
        width: clamp(34.375rem, 23.4375rem + 35vw, 56.25rem);
    }
}

@media (max-width: 992px) {
    .stcw-faq-mnd-container .promo-container .col-lg-3:not(:last-child) {
        margin-bottom: 10px;
    }
}

.stcw-faq-mnd-container .promo-container .information {
    background-color: #fff;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.stcw-faq-mnd-container .promo-container .information:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.stcw-faq-mnd-container .promo-container .information .tag {
    display: inline-block;
    background-color: #dff5ff;
    color: #008cc9;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.5em 0.75em;
    line-height: 1;
    border-radius: 6px;
}
.stcw-faq-mnd-container .promo-container .information .title {
    font-size: 18px;
    line-height: 1.25;
    text-align: left;
    margin: 12px 0 0 0;
    min-height: 50px;
}
.stcw-faq-mnd-container .promo-container .information .info {
    color: #474747;
    margin: 12px 0 0 0;
    min-height: 100px;
}

.stcw-faq-mnd-container .promo-container .information .button {
    font: inherit;
    line-height: 1;
    background-color: #021731;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 6px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 12px 0 0 0;
    outline: none;
}
.stcw-faq-mnd-container .promo-container .information a {
    font-size: 14px;
}
.stcw-faq-mnd-container .promo-container .information .button:hover, .information .button:focus {
    background-color: #021731;
    color: #fff;
}

@media (max-width: 991px) {
    .stcw-faq-mnd-container .promo-container .information .title, .stcw-faq-mnd-container .promo-container .information .info {
        min-height: auto;
    }
}