.summary-icon {
    height: 25px;
}

/* .navigation-text {
    font-weight: 600;
    color: #1bb097 !important;
} */

/* --- EXTRACTED FROM main.css (Global Styles & Navbar) --- */

@font-face {
    font-family: 'Source Sans Pro';
    src: url(/static/fonts/Source_Sans_Pro/SourcsSansPro-black/SourceSansProBlack.eot);
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(/static/fonts/Source_Sans_Pro/SourcsSansPro-bold/SourceSansProBold.eot);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(/static/fonts/Source_Sans_Pro/SourcsSansPro-regular/SourceSansProRegular.eot);
    font-weight: 400;
    font-display: swap;
}

*,
*::before,
*::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Source Sans Pro", sans-serif;
}

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
figure,
ul {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    border: none;
    outline: none !important;
    background-color: transparent;
    box-shadow: none !important;
}

.navbar {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar .navbar-brand img {
    object-fit: contain;
    width: 3.75rem;
    height: 3.75rem;
}

.navbar .navbar-nav {
    gap: 40px;
}

.navbar .nav-link {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .navbar .navbar-collapse {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
        background-color: #179d86;
        width: 100%;
        max-width: 21.875rem;
        z-index: 90;
        transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .navbar .navbar-collapse.show {
        right: 0;
    }
}

/* --- EXTRACTED FROM style.css (Blog Specific Styles) --- */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&display=swap");

.top-banner {
    background-image: url("../images/Banner.png");
    background-size: cover;
    background-position: top;
    height: 500px;
    border-radius: 0px 0px 50px 50px;
}

.top-banner .top-banner-title {
    width: 85%;
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    margin: 75px auto;
}

.top-banner .social {
    top: 30%;
    list-style: none;
}

.top-banner .gallary-tabs {
    border: 1px solid #fff;
    border-radius: 100px;
    overflow: hidden;
    width: auto !important;
    padding: 0;
    display: flex;
    margin: 0 auto;
}

.top-banner .gallary-tabs .nav-item .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
}

.top-banner .gallary-tabs .nav-item .nav-link.active {
    color: #1bb097;
    background-color: #fff;
}

.blog-address {
    font-size: 1.1rem;
    color: #505050;
}



.main-blog-content {
    margin-top: 50px;
}

.blog-detail-table h1 {
    font-size: 48px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 54px;
    font-family: "Plus Jakarta Sans";
}

.blog-detail-table .blog-title {
    color: #1a1a1a;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 600;
}

.blog-detail-table .blog-detail {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.5;
}

.blog-detail-table .list-menu {
    list-style: none;
    padding: 0;
}

.blog-detail-table .list-menu-item {
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 500;
}

.share-drop-down .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    width: 280px;
    padding: 20px;
    border-radius: 20px;
}

.references-section h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.attachments-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 10px;
}

.rtl .top-banner-title,
.rtl .blog-title,
.rtl .blog-detail-table h1 {
    text-align: right;
}

@media (max-width: 992px) {
    .blog-title {
        font-size: 1.25rem;
    }

    .top-banner {
        height: auto;
        padding-bottom: 50px;
    }
}

.navbar .container,
.navbar .container-fluid {
    display: flex;
    align-items: center;
    /* This ensures the logo and toggle button stay centered */
    justify-content: space-between;
}

.navbar-nav {
    align-items: center;
    /* This ensures the links are centered vertically */
}

.blog-detail-table .dawi-name {
    color: #1bb097;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    text-transform: capitalize;
}

.blog-address {
    color: #999;
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    text-transform: capitalize;
    display: flex;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.nav-link {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
}

.blog-menu-options {
    display: block;
    opacity: 1;
    position: relative;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
    width: 20%;
}

.blog-detail-table .blog-detail ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 1.5rem;
}

.blog-detail-table .blog-detail ul li {
    margin-bottom: 5px;
    font-size: 1rem;
}

.rtl .blog-detail-table .blog-detail ul {
    padding-right: 20px;
    padding-left: 0;
}

.bullet-list {
    list-style-type: disc;
    padding-left: 20px;
}

.bullet-list .items {
    margin-bottom: 5px;
    font-size: 1rem;
}

.rtl .bullet-list {
    padding-right: 20px;
    padding-left: 0;
}

.attachments-section h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.attachments-list {
    background-color: rgba(27, 176, 151, 0.06);
    padding: 9px 10px;
    border-radius: 25px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.attachments-list .name-file,
.attachments-list .size-text,
.attachments-list .download-btn {
    flex: 1 1 100%;
}

.name-file {
    color: rgba(26, 26, 26, 1);
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    width: 60%;
}

.name-file img {
    margin-right: 15px;
}

.size-text {
    color: rgba(27, 176, 151, 1);
    font-size: 16px;
    font-weight: 600;
}

.download-btn button {
    border: solid 1px rgba(27, 176, 151, 1);
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    min-width: 180px;
    border-radius: 25px;
    padding: 10px 15px;
}

.download-btn button img {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .attachments-list .name-file {
        flex: 2;
    }

    .attachments-list .size-text {
        flex: 1;
        text-align: center;
    }

    .attachments-list .download-btn {
        flex: 1;
        text-align: right;
    }
}

.border-line {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-detail-table .list-menu {
    color: #1bb097;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    text-transform: capitalize;
}

.blog-detail-table .list-menu-item {
    color: #1a1a1a;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 21.6px */
    text-transform: capitalize;
    opacity: 0.6;
    padding: 15px 0;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    width: 100%;
}

.blog-detail-table .list-menu-item a {
    color: #1a1a1a;
    text-decoration: none;
}

.blog-detail-table .list-menu-item span {
    color: #1bb097;
    margin-right: 10px;
}


/* Experimental */



.blog-title-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.blog-title-bar {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 34px;
    margin-bottom: 40px;
}

.blog-menu-options.show {
    display: block;
    opacity: 1;
    position: relative;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
    width: 97%;
}

.blog-menu-options {
    display: block;
    opacity: 1;
    position: relative;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
    width: 20%;
}

/* even more experimental */