.header-logo {
    max-width: 200px;
}

.aed-green {
    color: #71b142;
}

.aed-bg-green {
    background-color: #71b142;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

#CollapseAboutBtn {
    min-width: 300px;
}
.card-img-top {
    max-width: 200px;
    border-radius: var(--bs-border-radius-2xl) !important;
    padding-top: 1rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.navbar-mobile ul {
    max-height: 80vh;
    overflow-y: auto;
    height: fit-content;
}

.call-to-action h3 {
    color: #fff;
}

/* Services Section
--------------------------------*/
#selfregulation {
    padding: 40px 0;
}

#selfregulation .box {
    padding: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    height: 100%;
}

#selfregulation .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#selfregulation .box .icon {
    float: left;
}

#selfregulation .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#selfregulation .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #0000fd 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#selfregulation .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    min-height: 80px;
    color: #0c2e8a;
}

#services .box h4 a {
    color: #444;
}

#selfregulation .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

@media (max-width: 767px) {
    #selfregulation .box .box {
        margin-bottom: 20px;
    }

    #selfregulation .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #selfregulation .box h4,
    #selfregulation .box p {
        margin-left: 0;
        text-align: center;
    }
}

.download-icon {
    position: absolute;
    top: 5%;
    right: 5%;
}

.download-icon i {
    font-size: 48px !important;
}

#selfregulation .box .download-icon i:before {
    background: #71b142;
    background: linear-gradient(45deg, #6cff00 0%, #71b142 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.telegram i {
    font-size: 24px;
}

#services .box h4.title {
    color: #444;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
    color: #0c2e8a;
    font-weight: 400;
    font-size: 34px;
}

.faq .content p {
    font-size: 15px;
    color: color-mix(in srgb, var(#555555), transparent 30%);
}

.faq .member-faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq .member-faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .member-faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
}

.faq .member-faq-container .faq-item h3 .num {
    padding-right: 5px;
}

.faq .member-faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .member-faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.faq .member-faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.faq .member-faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .member-faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details h3,
.service-details h4 {
    color: #0c2e8a;
}

.service-details .services-list {
    background-color: #ffffff;
    padding: 10px 30px;
    border: 1px solid color-mix(in srgb, #555555, transparent 90%);
    margin-bottom: 20px;
}

.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid color-mix(in srgb, #555555, transparent 70%);
    margin: 20px 0;
    color: color-mix(in srgb, #555555, transparent 20%);
    transition: 0.3s;
}

.service-details .services-list a.active {
    color: #0c2e8a;
    font-weight: 700;
    border-color: #50d8af;
}

.service-details .services-list a:hover {
    border-color: #50d8af;
}

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 26px;
    font-weight: 700;
}

.service-details h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: #50d8af;
}

.service-details .additional-pages .btn {
    min-height: 62px;
    width: 100%;
}

.translate-middle {
    transform: translate(-100%, -50%) !important;
}

#NewsContent .card {
    cursor: pointer;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-header {
    display: none;
}

#allNews .second-header {
    display: block !important;
}

#allNews #NewsContent a {
    font-weight: bold;
}

#m_header_1,
#m_header_2 {
    text-align: center;
}

#m_news_html img {
    max-width: 100%;
    height: auto;
}
