header .top-bar-wrap {
    width: 100%;
    height: 45px;
    color: #ffffff;
    margin-top: 10px;
}

header .top-bar-wrap .top-bar-contact {
    display: flex;
}

header .top-bar-wrap .header-social-icons {
    height: 100%;
}

header .top-bar-wrap .header-social-icons .list-inline {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

header .top-bar-wrap .header-social-icons .list-inline .list-inline-item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

header .top-bar-wrap .header-social-icons .list-inline .list-inline-item:hover,
header .top-bar-wrap .header-social-icons .list-inline .list-inline-item:focus,
header .top-bar-wrap .header-social-icons .list-inline .list-inline-item:active {
    background-color: #000000;
    color: #ffffff;
}

header .top-bar-wrap .header-social-icons .list-inline .list-inline-item a {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    transition: all ease 0.4s;
}

header .top-bar-wrap .header-social-icons .list-inline .list-inline-item:hover a,
header .top-bar-wrap .header-social-icons .list-inline .list-inline-item:focus a,
header .top-bar-wrap .header-social-icons .list-inline .list-inline-item:active a {
    color: #ffffff;
}

.main-menu ul ul {
    width: 300px;
}

header.main-header {
    background-color: rgba(0, 0, 0, .9);
}

.page-header-box h1 {
    font-size: 3rem !important;
    margin-bottom: 2.3rem;
}

.page-header-box ol.breadcrumb li a {
    color: var(--accent-color);
}

#backToTopBtn {
    /* Gizli vəziyyət (səhifənin başında) */
    display: none;
    /* JavaScript ilə görünür ediləcək */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;

    /* Mövqeyi */
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    /* Digər elementlərin üzərində qalması üçün */

    /* Görünüşü */
    background-color: #ED6325;
    /* Sizin vurğu rənginiz */
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* Dairəvi forma */
    font-size: 20px;

    /* İkonkanı mərkəzləmək üçün */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Kölgə effekti */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    /* Linkin alt xəttini ləğv et */
    text-decoration: none;
}

/* Görünən vəziyyət (aşağı scroll etdikdə) */
#backToTopBtn.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

/* Hover effekti */
#backToTopBtn:hover {
    background-color: #d4531a;
    /* Vurğu rənginin bir az tünd tonu */
    transition: background-color 0.3s ease;
}

.footer-contact-info {
    margin-bottom: 20px;
}

.footer-link-list {
    margin: 20px 0;
}

.footer-social-icon ul li a {
    width: 40px;
    height: 40px;
}

.footer-social-icon ul li a i {
    font-size: 1.2rem;
}
.main-menu ul li a{
    text-transform: none;
}