.container {
    max-width: 98%;
}

@media (max-width:576px) {
    .footer-bottom {
        padding-bottom: 76px !important;
    }

}

@media (min-width:576px) and (max-width:992px) {
    .footer-bottom {
        padding-bottom: 85px !important;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 91%;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .container {
        max-width: 85%;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 75%;
    }
}


body {
    background-color: #1B1B1B;
}

.lh-md {
    line-height: 28px;
}

.w-max {
    width: max-content;
}

.w-fit {
    width: fit-content;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

/* -----------menu---------------- */


.lh-md {
    line-height: 28px;
}

.w-max {
    width: max-content;
}

.w-fit {
    width: fit-content;
}








.page-link {
    background-color: rgb(248 249 250);
    color: black;
}

.page-link.active:focus {
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
    background: unset;
}

.page-link.active {
    background-color: #0f3d3e;
    border-radius: 50%;
    color: white;
    z-index: 0;
}



.list-header .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.hero-section .breadcrumb {
    --bs-breadcrumb-divider-color: #fff;
}

.hero-section .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}






.contact-info li::marker {
    color: #d4af5d;
}

.span-contact-phone {
    display: inline-block;
    direction: ltr;
}



/* ----------------Footer---------- */
.footer-section {
    /* background-color: #1a1a1a; */
}


.social-pill {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    padding: 3px 7px;
    width: max-content;
}

.social-pill:hover {
    background-color: #d4af5d;
    border-color: #d4af5d;
    color: #000 !important;
}


.footer-desc {
    text-align: justify;
}

.bg-footer {
    background-color: #0f3d3e;
}

.white-line {
    position: relative;
}

.white-line::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* top: 50%; */
    right: 0;
    width: 40%;
    height: 1px;
    background-color: #fff;
    /* transform: translateY(-50%); */
}

.z-99 {
    z-index: 99;
}

.footer-vector {
    background-image: url('../src/images/footer-vector.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}


/* .menu-desktop .nav-link.active {
        border-bottom: 2px solid #fff;
    } */


.fs-14 {
    font-size: 14px;
}

.z-99 {
    z-index: 99;
}



.cursor-pointer {
    cursor: pointer;
}

.border-bottom-white {
    border-bottom: 1px solid white;
}

.border-top-white {
    border-top: 1px solid white;
}

.text-grey {
    color: #53585f;
}

.opacity-0.8 {
    opacity: 0.8;
}



.yellow {
    color: #d4af5d !important;
}

.bg-green {
    background-color: #0f3d3e;
}

/* ------articles------- */
.article-card img {
    transition: 0.5s ease-in-out;
}

.article-card .article-title {
    color: black;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}

.article-image-wrapper {
    border-bottom-left-radius: 0px !important;
}

.article-card:hover .article-title {
    color: #d4af5d;
}

.article-card:hover img {
    scale: 1.15;
}

.article-date-badge {
    z-index: 2;
}

.fs-7 {
    font-size: 0.85rem;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 12px;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.transition-hover {
    transition: all 0.3s ease;
}

.articles-section span.text-secondary {
    color: #53585f !important;
    letter-spacing: 2px;
}

.article-date-badge {
    position: relative;
    border-top-right-radius: 12px;
}

.article-date-badge::after {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 20px;
    height: 16px;
    background-image: url('../src/images/triangle.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.article-date-badge::before {
    content: '';
    position: absolute;
    right: -17.5px;
    top: 15px;
    width: 18px;
    height: 18px;
    background-image: url('../src/images/triangle.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.no-toggle {
    color: white !important;
}

.after-title::after {
    position: absolute;
    z-index: 0;
    content: "";
    inset: 0;
    background-image: linear-gradient(180deg, #000000b3, #0000007d);
    pointer-events: none;
}

.hero-section-dynamic {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .hero-section-dynamic {
        margin-top: -70px;
        padding-top: calc(70px + 2.5rem);
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 992px) {
    .hero-section-dynamic {
        margin-top: -120px;
        padding-top: calc(120px + 3.5rem);
        padding-bottom: 3.5rem;
    }
}

.hero-section-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-section-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
}

.hero-section-dynamic .hero-content-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.page-hero__title {
    margin: 0;
    color: #fff;
    font-size: calc(1.375rem + 1.5vw);
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .page-hero__title {
        font-size: 2.5rem;
    }
}

.page-hero__nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.page-hero__breadcrumb {
    --bs-breadcrumb-divider-color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-hero__breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-hero__breadcrumb .breadcrumb-item {
    color: #fff;
}

.page-hero__home-icon {
    font-size: 1.25rem;
    padding-inline-end: 0.25rem;
}

.page-hero__link {
    text-decoration: none;
    color: #fff;
    margin-inline-start: 0.25rem;
}

.page-hero__current {
    margin-inline-start: 0.25rem;
}

.page-hero__breadcrumb .breadcrumb-item.active .page-hero__current {
    color: #fff;
}

.page-hero__breadcrumb .breadcrumb-item.active {
    color: #fff;
}

html.light-mode .page-hero__title,
html.light-mode .page-hero__link,
html.light-mode .page-hero__current,
html.light-mode .page-hero__breadcrumb .breadcrumb-item,
html.light-mode .page-hero__breadcrumb .breadcrumb-item.active,
html.light-mode .page-hero__breadcrumb .breadcrumb-item.active .page-hero__current {
    color: #fff;
}

html.light-mode .page-hero__breadcrumb {
    --bs-breadcrumb-divider-color: #fff;
}

html.light-mode .page-hero__breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

html.light-mode .page-hero__home-icon {
    color: #fff;
}