/* Author: Altechmind */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #036fb9;
}

a:hover {
  color: #092d2d;
  font-weight: bold;
  text-decoration: underline;
}

.link,
.link a {
  color: #000;
}
.indexing-wrap {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .indexing-wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 6px;
    color: #1b3a5c;
  }
  .indexing-wrap p.sub {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 18px;
  }
  .index-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    background: #fff;
    padding: 18px 12px;
    text-decoration: none;
    transition: all .25s ease;
    min-height: 120px;
  }
  .index-card:hover {
    border-color: #1b3a5c;
    box-shadow: 0 4px 14px rgba(0,0,0,.10);
    transform: translateY(-3px);
  }
  .index-card img {
    max-width: 140px;
    max-height: 55px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: all .25s ease;
  }
  .index-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
  }
  .index-card span {
    margin-top: 10px;
    font-size: 0.82rem;
    color: #333;
    text-align: center;
    line-height: 1.3;
  }
  @media (max-width: 480px) {
    .index-grid { grid-template-columns: repeat(2, 1fr); }
  }

img,
.img {
  vertical-align: middle;
}

.imgs {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

h2,
.h2 {
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 13px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.beautiful-span {
  color: #5c67f2;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  background-color: #e0e0e0;
  padding: 8px 12px;
  border: 2px solid #5c67f2;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px #ffffff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.col-lg-35 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-1st {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-sm-2nd {
  width: 65%;
  float: right;
  padding-left: 5px;
  margin-left: 5px;
}

.headheader-top {
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #036fb9, #0c3e70);
  color: #ffffff;
  font-size: 14px;
}

.headcontainer {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.headcontact-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.headcontact-info i,
.headcontact-info span {
  color: #ffffff;
}

.headcontact-info i {
  margin-right: 6px;
}

.banner-top {
  box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.25);
  border-top: 0 solid white;
}

.pkp_structure_head {
  background: linear-gradient(to left, #036fb9, #0c3e70);
  background-color: #036fb9;
  border-bottom: 0 solid #ddd;
}

.pkp_site_nav_menu {
  background-image: linear-gradient(236deg, #0c3e70 0%, #036fb9 100%);
}

.pkp_navigation_primary_wrapper {
  padding-left: 2px;
  padding-right: 0;
  border-radius: 2px;
}

.pkp_navigation_primary {
  display: inline-block;
  max-width: 100%;
  font-weight: 600;
}

.pkp_navigation_primary > li > a {
  padding: 0.5em calc(0.714rem - 2px) 15px;
  padding-top: 15px;
  border-bottom: 2px solid transparent;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.pkp_navigation_primary > li:last-child a {
  margin-right: 10px;
}

.pkp_navigation_primary > li > a:hover {
  color: #092d2d;
  outline: 0;
  border-color: transparent;
}

.pkp_navigation_primary [aria-haspopup]:hover {
  border-color: transparent;
}

.pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #036fb9;
}

.pkp_site_name .is_text {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 2.857rem;
  color: #fff;
  text-decoration: none;
}

.pkp_navigation_search_wrapper a {
  color: #ffffff;
}

.pkp_navigation_user .task_count {
  top: 0;
  background-color: #092d2d;
  color: white;
}

.pkp_navigation_user > li:last-child > a {
  margin-right: -0.714rem;
}

.pkp_nav_list a {
  display: inline-block;
}

.pkp_nav_list a:hover,
.pkp_nav_list a:focus {
  text-decoration: none;
}

.pkp_head_wrapper {
  
}

.cmp_breadcrumbs {
  display: block;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #036fb9;
  border-radius: 3px;
}

.cmp_breadcrumbs ol {
  padding-bottom: 10px;
}

.cmp_breadcrumbs a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.cmp_breadcrumbs .current {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.pkp_block {
  margin-bottom: 23px;
  padding: 0.243rem;
  border: none;
  border-radius: 2px;
  background-color: #0c3e70;
  background-image: linear-gradient(236deg, #0c3e70 0%, #036fb9 100%);
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  box-shadow: 0 0 4px 3px #cccccc;
}

.pkp_block .title {
  width: 100%;
  height: 30px;
  background-color: #036fb9;
  font-size: 13px;
  color: #ecececec;
  padding-top: 0.4em;
  margin-bottom: 0;
  border: 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}

.pkp_block h6 {
  padding-left: 1rem;
  color: white;
  margin-top: 8px;
  margin-bottom: 8px;
}

.pkp_block h4:hover {
  color: white;
}

.pkp_block a {
  text-decoration: none;
  padding: 0.75rem 1rem;
  color: white;
}

.pkp_block .content ul li {
  padding: 0;
  background-color: #036fb908;
}

.pkp_block ul > li a {
  color: white;
  padding: 0.75rem 1rem;
  display: flex;
}

.cmp_notification {
  background: #036fb921;
  border-left: 0.357rem solid #036fb9;
}
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: normal;
    color: #006798;
    background-color: transparent;
    text-decoration: none;
    margin-bottom: 1.43rem;
    border: 2px solid #006798;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #036fb9;
  border: 1px solid #036fb9;
  border-radius: 3px;
  font-size: 1rem;
  line-height: calc(2.143rem - 2px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 4px 3px #cccccc;
}

.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #036fb9;
  color: #fff;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #036fb912;
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 1px 1px #c7c9ed;
}

.cta-button {
  background-color: #036fb9;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

.btn-success {
  color: #fff;
  background-color: #036fb9;
  border-color: #036fb9;
}

.btn-block {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 16px;
  font-weight: bold;
  background: #036fb9;
  border: 1px solid #036fb9;
  border-radius: 0.25rem;
  color: white;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.submitbtn {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 6px 16px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.846;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #0c3e70;
  color: #ffffff;
  user-select: none;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.page_search .submit button {
  background-color: #036fb9;
  color: white;
}

.page_search .submit button:after {
  background-color: #036fb9;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0.286rem;
}

.obj_article_details .sub_item:last-child {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #036fb908;
  border-radius: 5px;
  border-left: 0.157rem solid #036fb9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.obj_article_summary > .title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
}

.obj_article_summary .authors {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}

.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 20px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 13px;
}

.obj_article_summary > .galleys_links {
  list-style: none;
  margin-bottom: 0.5em;
}

.obj_article_summary > .galleys_links a {
  color: #fff;
  background-color: #036fb9;
}

.cmp_article_list > li {
  margin-bottom: 30px;
}

.coverimg {
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 300px;
  object-fit: cover;
  border: 1px solid #036fb9;
  box-shadow: 2px 2px 2px 1px #63616163;
}

.issue-header-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  max-width: 1000px;
  max-height: 200px;
  margin: 0 auto;
  padding: 16px;
  border-top: 0.357rem solid #036fb9;
  border-radius: 12px;
  background: linear-gradient(to right, #036fb95e, #0c3e702e);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: visible;
  position: relative;
}

.issue-header-card .issue-cover {
  flex: 0 0 100px;
  height: 100%;
}

.issue-header-card .issue-cover img {
  width: 100px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.issue-header-card .issue-details {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.issue-header-card .issue-details .title {
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.issue-header-card .issue-details .meta {
  font-size: 0.95em;
  color: #555;
  line-height: 1.4;
}

.issue-header-triangle {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #036fb9;
}

.board-container {
  width: 100%;
  max-width: 800px;
}

.board-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  color: white;
  background-image: linear-gradient(236deg, #0c3e70 0%, #036fb9 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.board-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.board-card img {
  width: 120px;
  height: 140px;
  border-radius: 15%;
  border: 4px solid white;
  object-fit: cover;
  margin-right: 20px;
}

.member-info {
  flex: 1;
}

.member-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.member-affiliation {
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
}

.contact-info i {
  margin-right: 8px;
  font-size: 18px;
}

.contact-info a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-info a:hover {
  opacity: 0.8;
}

.sidebar-widget {
  width: 300px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.widget-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #036fb9;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}

.analytics-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 5px;
  border-left: 0.357rem solid #036fb9;
  background: #036fb921;
}

.analytics-label {
  font-weight: bold;
}

.analytics-value {
  color: #036fb9;
  font-weight: bold;
}

.publisher-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

.publisher-container h1 {
  margin-bottom: 10px;
  color: #333;
}

.publisher-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.publisher-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.publisher-card h2 {
  margin-bottom: 1px;
  color: #036fb9;
  font-size: 1.2rem !important;
}

.publisher-card p {
  margin: 10px 0;
  font-size: 13px;
  color: #555;
}

.publisher-card i {
  margin-right: 10px;
  color: #036fb9;
}

.pkp_page_index .cmp_announcements {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ffffff;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  position: relative;
  padding: 0.443rem 0.714rem 0.143rem 1.714rem;
  background-color: #f0f7fc;
  border-left: 5px solid #10147e;
  border-radius: 10px;
  box-shadow: 0 0 1px 1px #c7c9ed;
}

.pkp_page_index .cmp_announcements .more {
  float: right;
  width: 0;
  padding-top: 1.43rem;
  padding-bottom: 1.43rem;
}

.pkp_page_index .cmp_announcements .more:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 0 solid #ffffff;
}

.pkp_page_index .additional_content {
  border-top: 1px solid #fff;
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.43rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #036fb9;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #036fb9;
  border-radius: 10px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.pkp_structure_main p {
  line-height: 1.785rem;
  margin: 1.43rem 0;
  text-align: justify;
}

.pkp_structure_main:before,
.pkp_structure_main:after {
  background: #fff;
}

.description {
  text-align: justify;
}

.indexings > img {
  width: auto !important;
  height: 40px !important;
}

.omp-sum-divider {
  height: 2px;
  width: 100%;
  margin: 20px auto;
  border: none;
  background: linear-gradient(to right, #0c3e70 0%, #036fb9 50%, #0c3e70 90%);
  position: relative;
}

.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #25d366;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.whatsapp-float .fa-whatsapp {
  font-size: 24px;
}

.whatsapp-float:hover {
  background: #1ebe57;
  transform: scale(1.05);
}

table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

th,
td {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

tr:nth-child(even):hover {
  background-color: #eaeaea;
}

#forth {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

#forth td,
#forth th {
  border: 1px solid #ddd;
  padding: 8px;
}

#forth th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0c3e70;
  color: white;
}

#forth tr:nth-child(even) {
  background-color: #f2f2f2;
}

#forth tr:hover {
  background-color: #ddd;
}

.columnhome {
  float: left;
  width: 50%;
  padding: 10px;
  font-size: 14px;
}

.columnhom p a {
  color: black;
}

@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .pkp_head_wrapper {
    padding-top: 3.5rem;
    box-shadow: 2px 1px 2px 3px rgba(0, 0, 0, 0.25);
    z-index: 999;
  }

  .pkp_site_nav_menu {
    display: block;
    background: linear-gradient(to right, #036fb9, #0c3e70);
  }

  .pkp_site_name .is_text {
    font-family:
      "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
      "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }

  .pkp_nav_list li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #036fb9;
  }

  .pkp_nav_list ul a {
    color: #036fb9;
  }

  .pkp_nav_list ul a:hover,
  .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #0c3e70;
    color: #0c3e70;
  }

  .pkp_navigation_primary > li:first-child a {
    margin-left: 0;
  }

  .pkp_navigation_primary > li > a {
    margin: 0.357rem 0.5em 0;
    border-bottom: 2px solid transparent;
    color: #240707;
    text-decoration: none;
    font-weight: 600;
  }

  .pkp_navigation_search_wrapper a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 20px calc(0.714rem - 2px) 0.5em;
    border-bottom: 2px solid transparent;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }

  .pkp_navigation_user a {
    padding-top: 0.357rem;
    padding-bottom: 0.357rem;
    line-height: 1.43rem;
    color: black;
    font-weight: 500;
  }

  .pkp_navigation_user > li > a,
  .pkp_navigation_user > li.in_focus > a,
  .pkp_navigation_user > li > a:hover,
  .pkp_navigation_user > li > a:focus {
    background: #fff !important;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 500;
  }

  .col-lg-35 {
    flex: 0 0 40%;
    max-width: 37%;
  }
}

@media (min-width: 1200px) {
  .col-ed {
    width: 45%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .headcontact-info {
    gap: 10px;
    font-size: 13px;
  }

  .issue-header-card {
    flex-direction: column;
    align-items: flex-start;
    max-height: none;
  }

  .issue-header-card .issue-cover {
    width: 100%;
    max-height: 150px;
  }

  .issue-header-card .issue-cover img {
    height: auto;
    object-fit: contain;
  }

  .issue-header-card .issue-details {
    width: 100%;
  }

  .issue-header-triangle {
    border-top: 20px solid #e0f7fa;
  }

  .board-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .board-card img {
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .pkp_navigation_user > li.in_focus > a,
  .pkp_navigation_user > li > a:hover,
  .pkp_navigation_user > li > a:focus {
    background: #036fb9 !important;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 500;
  }
}

@media screen and (max-width: 600px) {
  .columnhome,
  .homecolcolumn {
    width: 100%;
  }

  .homecolcolumn {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .headcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
  }

  .headcontact-info {
    flex-direction: column;
    gap: 5px;
  }
}