@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --bs-primary: #0066CC;
    --bs-secondary: #FE6B35;
    --bs-light: #F3F4F6;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-light);
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    height: revert-layer;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

.btn-sm {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
}

.text-primary {
    color: #0066cc !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-light {
    border-color: var(--bs-white);
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.btn-check:checked+.btn.btn-light,
.btn.btn-light.active,
.btn.btn-light.show,
.btn.btn-light:first-child:active,
:not(.btn-check)+.btn.btn-light:active,
.btn-light:hover {
    border-color: var(--bs-white);
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: #eee;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem
}

/* =========================
   GLOBAL
========================= */
.section-padding {
    padding: 80px 0;
}

.btn-primary {
    background: var(--bs-primary);
    border: none;
}

.btn-primary:hover {
    background: var(--bs-secondary);
}

.text-primary-custom {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 500;
}

.text-primary-custom i {
    font-size: 90%;
    margin-left: 3px;
}

/* =========================
   TOP BAR
========================= */
.topbar {
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 14px;
    padding: 5px 0;
}

.topbar a {
    color: var(--bs-white);
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
}

.topbar a:last-child {
    margin-right: 10px;
}

/* =========================
   NAVBAR
========================= */
.navbar {
    background: var(--bs-white);
    padding: 0;
}

.navbar-brand {
    font-weight: 700;
    color: var(--bs-primary);
    padding: 1rem 0;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo-slogan {
    padding-left: 1rem;
    border-left: 1px solid #ddd;
    color: #6c757d;
}

.nav-item {
    position: relative;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
}

.navbar-expand .navbar-nav .nav-link {
    padding: 1.3rem 15px;
    color: var(--bs-gray-700);
}

.navbar-expand .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.nav-item:has(.submenu) .nav-link::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 12px;
    margin-left: 0.35rem;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--bs-white);
    min-width: 220px;
    padding: 0.5rem 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.2s ease-in;
    z-index: 9;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    border-top: 2px solid var(--bs-primary);
}

.nav-item:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.submenu-link {
    display: block;
    padding: 5px 20px;
    font-weight: 500;
}

.submenu-link:hover {
    color: var(--bs-primary);
}

/* =========================
   MOBILE MENU
========================= */
.nav-toggler {
    min-width: 30px;
    padding: 0 !important;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-gray-200);
    height: 60px;
    flex-shrink: 0;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.mobile-menu-footer {
    background-color: var(--bs-gray-200);
    padding: 1rem 1.3rem;
    flex-shrink: 0;
}

.account-link {
    display: inline-flex;
    padding: 8px 0;
    color: var(--bs-black);
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
}

.mlist-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav__cat-par {
    display: block;
    padding: 13px 0 13px 15px;
}

.mlist-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .mlist-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mlist-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray-800);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.mmenu-link,
.mmenu-link:hover,
.mmenu-link:focus {
    display: block;
    color: var(--bs-gray-800);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.list-social {
    display: flex;
    align-items: center;
}

.list-social svg {
    height: 1.3rem;
}

.list-social__item {
    display: inline-flex;
}

.list-social__link {
    display: inline-flex;
    margin: 0 0.5rem;
}

/* =========================
   HERO SECTION
========================= */
.hero {
    color: var(--bs-white);
    padding: 120px 0;
}

.hero h1 {
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--bs-white);
}

.hero p {
    font-size: 1rem;
    margin: 20px 0 30px;
}

/* =========================
   NEWS CARDS
========================= */
.news-card img {
    border-radius: 10px 10px 0 0;
}

.news-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 0.7rem;
}

.featured {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
}

.date {
    color: var(--bs-gray-600);
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.news-card-link {
    display: inline-block;
    padding: 2px;
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 13px;
}

.news-card-link i {
    font-size: 90%;
    margin-left: 3px;
}

.news-card-link:hover {
    color: var(--bs-secondary);
}

.news-card-date {
    color: #9ea3a9;
    font-size: 12px;
}

.reading-badge {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--bs-gray);
    font-weight: 500;
}

/* =========================
   CATEGORY BOX
========================= */
.category-box {
    background: var(--bs-white);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.category-box h6 {
    font-weight: 600;
    font-size: 0.9rem;
}

.category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.category-box i {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}

.category-box i.text-primary {
    background-color: rgb(0 102 204 / 15%);
}

.category-box i.text-success {
    background-color: rgb(25 135 84 / 15%);
}

.category-box i.text-purple {
    background-color: rgb(154 64 235 / 15%);
    color: #9A40EB;
}

.category-box i.text-warning {
    background-color: rgb(234 87 11 / 15%);
    color: #EA570B !important;
}

.category-box i.text-danger {
    background-color: rgb(220 53 69 / 15%);
}

.category-box i.text-info {
    background-color: rgb(13 202 240 / 15%);
}

/* =========================
   SIDEBAR
========================= */
.sidebar-box {
    background: var(--bs-white);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 15%);
    border: 1px solid rgb(0 0 0 / 05%);
}

.sidebar-box:last-child {
    margin-bottom: 0;
}

.sidebar-box .btn:active,
.sidebar-box .btn:focus,
.sidebar-box .btn:hover {
    background-color: #e75723 !important;
    border-color: #fe6b35 !important;
}

.sidebar-box .form-control {
    padding: 5px 12px 8px;
    font-size: 16px;
    border-radius: 4px;
    border-color: var(--bs-white) !important;
}

.sidebar-box .list-group-item {
    font-weight: 500;
    padding-inline: 0;
    border: none;
    color: var(--bs-gray);
    padding-block: 0.25rem;
}

.sidebar-box .list-group-item span {
    background-color: rgb(0 0 0 / 10%);
    color: var(--bs-gray);
    font-weight: 600;
    font-size: 11px;
    min-width: 24px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.sidebar-box .list-group-item:last-child {
    padding-bottom: 0;
}

.sidebar-box-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.sidebar-event-item {
    padding-left: 10px;
    border-left: 3px solid;
    margin-top: 15px;
}

.sidebar-event-item:nth-child(1n) {
    border-color: #3B82D5;
}

.sidebar-event-item:nth-child(2n) {
    border-color: #3BB3E5;
}

.sidebar-event-item:nth-child(3n) {
    border-color: #FF865A;
}

.sidebar-event-item:nth-child(4n) {
    border-color: #9a40eb;
}

.sidebar-event-date {
    font-size: 12px;
    color: var(--bs-gray);
    line-height: 1;
    padding-bottom: 3px;
}

.sidebar-event-title {
    font-size: 14px;
    margin-top: 5px;
    color: var(--bs-dark);
}

/* =========================
   STATS
========================= */
.stats {
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 60px 0;
}

.stats h2 {
    font-weight: 700;
}

/* =========================
   CTA
========================= */
.cta {
    background: #f1f5ff;
    padding: 80px 0;
}

/* =========================
   RESEARCH CARD
========================= */
.research-card {
    background-color: var(--bs-white);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
}

.research-card-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem;
}

.research-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.research-cards>div:nth-child(1n) .research-card-icon {
    color: rgb(0 102 204);
    background-color: rgb(0 102 204 / 15%);
}

.research-cards>div:nth-child(2n) .research-card-icon {
    color: rgb(156 3 219);
    background-color: rgb(156 3 219 / 15%);
}

.research-cards>div:nth-child(3n) .research-card-icon {
    color: rgb(220 53 69);
    background-color: rgb(220 53 69 / 15%);
}

.research-cards>div:nth-child(4n) .research-card-icon {
    color: rgb(25 135 84);
    background-color: rgb(25 135 84 / 15%);
}

.research-cards>div:nth-child(5n) .research-card-icon {
    color: rgb(0 102 204);
    background-color: rgb(0 102 204 / 15%);
}

.research-card-volume {
    font-size: 12px;
    color: var(--bs-gray);
}

.research-card-category {
    font-size: 0.9rem;
    font-weight: 600;
}

.research-card-title {
    font-size: 18px;
}

.research-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.research-card-author {
    color: var(--bs-gray);
    font-size: 13px;
}

.research-card-link {
    color: var(--bs-primary);
    font-weight: 600;
}

/* =========================
   FOOTER
========================= */
.publication-card {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    background-color: var(--bs-white);
}

.publication-card-content {
    padding: 20px 20px 15px;
}

.publication-title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.publication-short-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.read-more {
    font-size: 13px;
    color: #61ce70;
    display: inline-block;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

.publication-card-meta {
    padding: 10px 22px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
}


/* =========================
FOOTER
========================= */
.footer {
    background: #0b1d3a;
    color: #adb5bd;
    padding: 60px 0 20px;
}

.footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer a:hover {
    color: var(--bs-white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
}

.footer-link {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

/* =========================
   FOOTER
========================= */


/* Page title */
.events-header {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* Sidebar */
.filter-box {
    background: #f1efe9;
    padding: 25px;
}

.filter-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.filter-section {
    margin-bottom: 30px;
}

.filter-section h6 {
    font-weight: 700;
    color: #777;
    margin-bottom: 10px;
}

/* Event item */
.event-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.event-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.event-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.event-time {
    font-weight: 700;
    font-size: 13px;
}

.event-desc {
    margin: 10px 0 15px;
}

.btn-register {
    border: 2px solid black;
    border-radius: 0;
    padding: 5px 12px;
    font-weight: 700;
    font-size: 12px;
}

.btn-register:hover {
    background-color: black;
    color: var(--bs-white);
}

.event-img {
    position: relative;
}

.event-img img {
    width: 100%;
}

.event-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #0a2c53;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    font-weight: 700;
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 2px;
    border-radius: 0.5rem;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}


/* Left Sidebar */

.event-menu {
    border-right: 1px solid #ddd;
}

.event-menu ul {
    list-style: none;
    padding: 0;
}

.event-menu li {
    margin-bottom: 10px;
}

.event-menu a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

/* Title */

.event-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--bs-black);
}

/* Image */

.event-image img {
    width: 100%;
}

/* Schedule */

.schedule-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
}

.register-btn {
    border: 2px solid black;
    padding: 6px 15px;
    font-weight: 700;
    margin-top: 10px;
}

/* Content sections */

.content-section {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.content-section h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Right Sidebar */

.event-details {
    border-left: 1px solid #ddd;
}

.details-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.details-box {
    font-size: 14px;
}

.details-box strong {
    display: block;
}

.side-card {
    background: #f1e0c7;
    padding: 18px;
}

.side-card button {
    border: 2px solid black;
    padding: 6px 14px;
    font-weight: 700;
    background: none;
}

.news-card2,
.journal-card {
    border: 1px solid #ddd;
    /* border-radius: 8px; */
    padding: 20px;
    transition: 0.3s;
    background: #fff;
}

.journal-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.journal-title a {
    color: #222;
    text-decoration: none;
}

.journal-title a:hover {
    color: #0d6efd;
}

.journal-meta .badge {
    font-size: 12px;
}

.blog-title {
    font-size: 32px;
    font-weight: 700;
}

.blog-meta {
    color: #777;
    font-size: 14px;
}

.blog-image img {
    width: 100%;
}

.blog-content {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.category-badge {
    padding: 4px 4px 3px;
}

/* =============== Contact Page CSS =============== */
@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #E2E2E2;
    }
}

.contact-section {
    /* background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(238, 248, 255) 100%); */
}

.contact-section .contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-section .contact-item {
    display: flex;
    align-items: center;
}

.contact-section .contact-icon {
    color: var(--bs-white);
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 8px;
}

.contact-section .contact-text {
    flex-grow: 1;
    line-height: 1.4;
}

.contact-map {
    display: flex;
}

.contact-map iframe {
    height: 550px;
    width: 100%;
}


.contact-item {
    display: flex;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border-radius: 50%;
    margin-right: 15px;
}

.contact-content {
    flex-grow: 1;
    padding-top: 3px;
}

.contact-title {
    margin-bottom: 3px;
    color: var(--bs-white);
    text-transform: uppercase;
}

.contact-text {
    font-size: 13px;
    margin-bottom: 0;
}

/* =============== Contact Page CSS =============== */
