html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

/* ========================================
   Header logo swap on scroll
   ======================================== */
.l-header .custom-logo {
  transition: opacity 0.3s ease;
}

.white-btn a.smb-btn::before {
  background-color: var(--accent-color);
}

/* ========================================
   Footer
   ======================================== */
.l-footer {
  background-color: #072d6b;
  color: #fff;
}

.l-footer-widget-area {
  padding: 60px 0 40px;
}

.l-footer-widget-area__item {
  --_item-width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 781px) {
    .l-footer-widget-area__item .are-vertically-aligned-top {
        gap: 0;
    }
}

.l-footer .c-widget__title {
  display: none;
}

.l-footer .footer-logo {
  margin-bottom: 20px;
}

.l-footer .footer-company-info p {
  color: #ccd6e6;
  margin-bottom: 8px;
}

.l-footer .footer-nav-heading {
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.l-footer .footer-nav-heading::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  color: #072d6b;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer .footer-nav-list {
    list-style: none;
    padding-left: 0;
}
@media (max-width: 781px) {
    .l-footer .footer-nav-list {
        margin-top: 0;
    }
}

.l-footer .footer-nav-list li {
  padding: 6px 0;
}

.l-footer .footer-nav-list li a {
  color: #ccd6e6;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.l-footer .footer-nav-list li a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
}

.l-footer .footer-nav-list li a:hover {
  color: #fff;
}

.l-copyright {
  background-color: #051d47;
  color: #8899b3;
  font-size: 12px;
  text-align: center;
  padding: 16px 0;
}

.l-copyright a {
  color: #8899b3;
}

/* ========================================
   Drawer logo
   ======================================== */
.c-drawer__logo {
  padding: 20px 24px;
  text-align: center;
}

.c-drawer__logo img {
  max-width: 180px;
  height: auto;
}

.c-page-header[data-has-image="true"] {
  height: clamp(300px, 62.5vw, 300px);
  position: relative;
}

.c-page-header[data-has-image="true"] .c-page-header__content {
  z-index: 2;
}

@media (max-width: 768px) {
  .smb-section__divider svg {
    max-height: 40px;
  }
}

@media (max-width: 768px) {
  .smb-section__title {
    font-size: 22px;
  }
}
.c-entry__header .c-meta__item.c-meta__item--author , .c-meta__item.c-meta__item--author {
    display: none;
}

@media (max-width: 768px) {
	.c-page-header__title {
 font-size: 24px;		
}
}

.l-contents__inner {
  margin-top: 0;
}