@charset "UTF-8";
/*!
 * reset.scss • v0.1.0
 * MIT License
 * github.com/emrecelebicom/reset-css
 */
/* # =================================================================
   # GLOBALS
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS'ta yön değişikliklerinden sonra yazı boyutunun ayarlanmasını engeller. */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
}

/* # =================================================================
   # ELEMENTS
   # ================================================================= */
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder; /* Chrome, Edge, and Safari */
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

tbody {
  font-weight: bolder;
}

/* # =================================================================
   # FORMS
   # ================================================================= */
input {
  border-radius: 0;
  box-shadow: none;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto; /* IE 11+ */
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none; /* Firefox 40+, IE 11- */
}

/* Cursor Pointer */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted transparent;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* Form elemanlarının zemin ve border sıfırlamaları */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* IE 8/9/10/11 */
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* # =================================================================
   # MEDIA ELEMENTS
   # ================================================================= */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

body {
  font-family: "Raleway", sans-serif;
  background-color: #fff;
}

a, a:hover {
  text-decoration: none;
}

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

/* COLORS */
/* HEADER */
header {
  background-color: #081A43;
  color: #fff;
}
header a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 15px 40px 0;
}
header a:hover {
  color: #fff;
  text-decoration: none;
}
header a.address {
  padding-left: 0;
}
header a i {
  font-size: 18px;
  position: absolute;
  margin-left: -24px;
  margin-top: 2px;
}
header .top_bar,
header .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
}
header .top_bar ul.top_bar_menu {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
header .top_bar ul.top_bar_menu li:last-child a {
  padding-right: 0;
}
header .header {
  padding: 10px 0;
}
header .header a.logo {
  padding-left: 0;
}
header .header ul.contact_info {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding: 20px 0;
  margin-bottom: 0;
}
header .header ul.contact_info li a {
  font-size: 18px;
}
header .header ul.contact_info li a i {
  font-size: 22px;
  margin-left: -28px;
  color: #95c11f;
}
header .header ul.contact_info li a.phone::before {
  margin-top: 0px;
}
header .header ul.contact_info li:last-child a {
  padding-right: 0;
}
header .menu {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
}
header .menu li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
header .menu li a:hover {
  color: #95c11f;
}
header .menu li.current_page_item a {
  color: #95c11f;
}
header .menu li:first-child a {
  padding-left: 0;
}
header .menu li:not(.mega_menu) ul {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  width: 320px;
  max-width: 320px;
  height: auto;
  overflow: auto;
  padding: 15px;
  padding-right: 25px;
  overflow-x: hidden;
  margin-left: 15px;
}
header .menu li:not(.mega_menu) ul li {
  width: 300px;
  display: inline-block;
}
header .menu li:not(.mega_menu) ul li:hover {
  background-color: #eee;
}
header .menu li:not(.mega_menu) ul li:first-child a {
  padding: 10px;
}
header .menu li:not(.mega_menu) ul li a {
  color: #000;
  padding: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}
header .menu li.mega_menu ul {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 1200px;
  margin-left: -200px;
  overflow: hidden;
  padding: 15px;
}
header .menu li.mega_menu ul::before {
  content: "";
  padding-top: 40px;
}
header .menu li.mega_menu ul::after {
  content: "";
  display: table;
  clear: both;
}
header .menu li.mega_menu ul li {
  width: 280px;
  padding: 0 25px;
  float: left;
  box-sizing: border-box;
}
header .menu li.mega_menu ul li:first-child a {
  padding-left: 0;
}
header .menu li.mega_menu ul li ul {
  display: block;
  position: relative;
  background-color: transparent;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
header .menu li.mega_menu ul li ul li {
  padding: 0;
}
header .menu li.mega_menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0;
  text-transform: capitalize;
}
header .menu li.mega_menu ul li a {
  color: #000;
  padding: 10px 0;
}
header .menu li.tree_menu ul {
  overflow: visible !important;
}
header .menu li.tree_menu ul li ul {
  display: none;
  margin-left: 300px;
  margin-top: -59px;
  position: absolute;
}
header .menu li.tree_menu ul li:hover ul {
  display: block;
}
header .menu li:hover ul {
  display: block;
}
header a.action {
  background-color: #95c11f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  float: right;
  margin-top: 20px;
  margin-right: -15px;
}
header a.action:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* HOME */
.service_item {
  background-color: #fff;
  padding: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.service_item img {
  width: 100%;
}
.service_item h2, .service_item h3 {
  font-size: 21px;
  line-height: 1.2;
  padding: 30px 20px;
}
.service_item h2::before, .service_item h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #95c11f;
  margin-top: -20px;
  margin-bottom: 20px;
}
.service_item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.service_item:hover h2::before, .service_item:hover h3::before {
  width: 80px;
  transition: width 0.3s ease;
}

.myk_tabs .e-n-tabs-content {
  padding-top: 40px;
}
.myk_tabs .e-n-tab-title {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  cursor: pointer;
}
.myk_tabs .e-n-tab-title[aria-selected=true] {
  background-color: #081A43 !important;
}
.myk_tabs .e-n-tab-title:hover {
  background-color: #081A43 !important;
}
.myk_tabs .myk_content {
  padding: 100px;
  font-size: 18px;
}

.blog-slider {
  width: 100%;
  margin: auto;
}
.blog-slider .blog-item {
  padding: 15px;
}
.blog-slider .blog-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.blog-slider .blog-item h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
}
.blog-slider .blog-item p {
  font-size: 14px;
  color: #fff;
}
.blog-slider .slick-dots li button::before {
  color: #95c11f;
}

.clients .swiper-slide {
  padding: 0 30px;
}
.clients .swiper-slide img {
  height: 100px;
  object-fit: contain;
}
.clients .swiper-pagination {
  margin-bottom: -40px;
}

.content ul {
  list-style: disc;
  margin-left: 20px;
}

.client_list .gallery-item {
  height: 150px;
  max-height: 150px;
}
.client_list .gallery-item img {
  height: 100px;
  width: auto;
  object-fit: contain;
  border: 0 !important;
  padding: 25px;
  filter: grayscale(1);
  opacity: 0.7;
}
.client_list .gallery-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.contact_container .e-con-inner {
  margin-top: -150px !important;
  background-color: #fff;
  padding: 80px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact_container .e-con-inner .contact_info {
  padding: 80px;
  margin-top: -80px;
  margin-right: -80px;
}

/* breadcrumb */
#breadcrumb {
  background-color: rgba(8, 26, 67, 0.9019607843);
  padding: 40px 0;
}
#breadcrumb h2,
#breadcrumb h1 {
  color: #fff;
  font-size: 33px;
}
#breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 10px 0;
}
#breadcrumb .breadcrumb li {
  color: rgba(255, 255, 255, 0.5);
}
#breadcrumb .breadcrumb li a {
  color: #fff;
}

/* FOOTER */
footer {
  background-color: #081A43;
  margin-top: 40px;
  color: #fff;
  padding: 100px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #95c11f;
}
footer .footer-widget-1 img {
  height: 80px;
  width: auto;
}
footer h4,
footer .wp-block-heading,
footer .footer-widget-title {
  font-size: 32px;
  margin-bottom: 30px;
}
footer h4::after,
footer .wp-block-heading::after,
footer .footer-widget-title::after {
  width: 200px;
  height: 4px;
  position: absolute;
  display: block;
  content: "";
  background-color: #95c11f;
  margin-top: 10px;
}

/* INPUTS */
input[type=text], input[type=email], input[type=tel], textarea {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  font-size: 16px;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
  border-radius: 0;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #95c11f;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 10px 0px !important;
}

input[type=submit] {
  background-color: #95c11f;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
}

/* BLOG */
#single-post {
  padding: 80px 0;
}
#single-post ol, #single-post ul {
  margin: 20px;
}
#single-post a {
  color: #081A43 !important;
}
#single-post a:hover {
  color: #95c11f !important;
}
#single-post .post-meta {
  font-size: 12px;
  color: #999;
}
#single-post .post-thumbnail img {
  width: 100%;
  margin-bottom: 40px;
}
#single-post aside.widget-area ul {
  margin: 0;
}
#single-post aside.widget-area ul li {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#single-post aside.widget-area ul li:last-child {
  border-bottom: 0;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px !important;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  header .top_bar a.address {
    padding: 10px !important;
    text-align: center;
  }
  header .top_bar ul.top_bar_menu {
    justify-content: space-around !important;
  }
  header .header {
    padding: 20px !important;
  }
  header .header .contact_info {
    display: none !important;
  }
  header .menu {
    display: none;
  }
  header .menu.show,
  header ul.menu.show {
    display: block !important;
  }
  header a.action {
    width: 100%;
    margin: 20px !important;
    margin-right: 0 !important;
  }
  header ul.menu {
    width: 100%;
  }
  header ul.menu li {
    width: 100%;
  }
  header ul.menu li a {
    padding: 10px 30px !important;
  }
  header ul.menu li ul {
    display: none;
    position: relative !important;
    width: 100% !important;
    background-color: #2762ab !important;
    min-width: 100%;
    margin: 0 !important;
  }
  header ul.menu li ul li {
    padding: 0 !important;
  }
  header ul.menu li ul li a {
    color: #c7c7c7 !important;
    padding: 10px 20px !important;
  }
  header ul.menu li ul li ul {
    margin-bottom: 30px !important;
  }
  .databox-slider {
    padding: 40px 0 80px !important;
    margin-left: -10px !important;
  }
  .databox-slider .databox-slide {
    padding: 0 30px !important;
  }
  .databox-slider .databox-slide img {
    width: 100%;
    min-width: 100%;
  }
  .databox-slider .databox-slide .databox-slide-content {
    width: 100%;
  }
  .databox-slider .databox-slide .databox-slide-content h2 {
    font-size: 32px !important;
  }
  .databox-slider .databox-slide .databox-slide-content p {
    font-size: 16px !important;
  }
  .e-con-full {
    padding: 20px !important;
  }
  .e-con-inner {
    padding: 20px 0 !important;
  }
  .service_item {
    padding-bottom: 0 !important;
  }
  .blog-slider {
    padding: 0 20px !important;
    margin-left: -10px !important;
  }
  #gallery-1 .gallery-item {
    width: 100% !important;
  }
}
/* MOBILE MENU */
.mobile-menu-icon {
  float: right;
  margin-top: -65px;
}
.mobile-menu-icon i {
  font-size: 32px;
}

/* CUSTOM */
::selection {
  background-color: #95c11f;
}

.quality-policy-content {
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
}
.quality-policy-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.quality-policy-content p:last-child {
  margin-bottom: 0;
}
.quality-policy-content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.quality-policy-content ol li {
  margin-bottom: 14px;
  padding-left: 6px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.quality-policy-content ol li::marker {
  font-weight: 700;
  color: #111;
}
.quality-policy-content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .quality-policy-content {
    padding: 18px;
  }
  .quality-policy-content p,
  .quality-policy-content ol li {
    font-size: 15px;
  }
}

.aydinlatma-metinleri {
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
}
.aydinlatma-metinleri ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aydinlatma-metinleri li {
  margin: 0 0 12px;
}
.aydinlatma-metinleri li:last-child {
  margin-bottom: 0;
}
.aydinlatma-metinleri a {
  display: block;
  padding: 14px 16px;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fafafa;
  color: #333;
  line-height: 1.6;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.aydinlatma-metinleri a:hover, .aydinlatma-metinleri a:focus {
  background: #f3f3f3;
  border-color: #dcdcdc;
  color: #111;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .aydinlatma-metinleri {
    padding: 18px;
  }
  .aydinlatma-metinleri a {
    padding: 12px 14px;
    font-size: 15px;
  }
}

.corporate-identity-content {
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
}
.corporate-identity-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.corporate-identity-content p:last-child {
  margin-bottom: 0;
}
.corporate-identity-content h3 {
  margin: 28px 0 16px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}
.corporate-identity-content h3:first-of-type {
  margin-top: 0;
}
.corporate-identity-content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.corporate-identity-content ol:last-child {
  margin-bottom: 0;
}
.corporate-identity-content ol li {
  margin-bottom: 14px;
  padding-left: 6px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.corporate-identity-content ol li::marker {
  font-weight: 700;
  color: #111;
}
.corporate-identity-content ol li:last-child {
  margin-bottom: 0;
}
.corporate-identity-content strong {
  font-weight: 700;
  color: #111;
}
.corporate-identity-content a {
  color: #0a58ca;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.corporate-identity-content a:hover, .corporate-identity-content a:focus {
  color: #084298;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .corporate-identity-content {
    padding: 18px;
  }
  .corporate-identity-content p,
  .corporate-identity-content ol li {
    font-size: 15px;
    line-height: 1.65;
  }
  .corporate-identity-content h3 {
    margin: 24px 0 14px;
    font-size: 19px;
  }
  .corporate-identity-content ol {
    padding-left: 20px;
  }
}

.elementor-widget-image-box .elementor-image-box-img img {
  margin: 0 auto;
}

.error-404-page {
  padding: 60px 0;
}
.error-404-page .error-404 {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
.error-404-page .page-title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}
.error-404-page .page-content p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}
.error-404-page .button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.error-404-page .button:hover, .error-404-page .button:focus {
  opacity: 0.9;
}
.error-404-page .search-form {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .error-404-page {
    padding: 40px 0;
  }
  .error-404-page .error-404 {
    padding: 24px;
  }
  .error-404-page .page-title {
    font-size: 26px;
  }
}

.search-page {
  padding: 60px 0;
}
.search-page__box {
  padding: 32px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #fff;
}
.search-page__header {
  margin-bottom: 32px;
  padding: 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f1f1f 0%, #3a3a3a 100%);
  text-align: center;
  color: #fff;
}
.search-page__header * {
  color: #fff;
}
.search-page__title {
  display: none;
}
.search-page__description {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
.search-page__description strong {
  color: #fff;
  font-weight: 700;
}
.search-page__form {
  max-width: 720px;
  margin: 0 auto;
}
.search-page .searchform > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-page .searchform .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-page .searchform input[type=text] {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 15px;
}
.search-page .searchform input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.search-page .searchform input[type=text]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
}
.search-page .searchform input[type=submit] {
  height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.search-page .searchform input[type=submit]:hover, .search-page .searchform input[type=submit]:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .search-page {
    padding: 40px 0;
  }
  .search-page__box {
    padding: 22px;
  }
  .search-page__header {
    padding: 22px 18px;
  }
  .search-page__description {
    font-size: 15px;
  }
  .search-page .searchform > div {
    flex-direction: column;
    align-items: stretch;
  }
  .search-page .searchform input[type=submit] {
    width: 100%;
  }
}
.widget-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.widget-title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 12px;
}

.widget-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #ccc;
}


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

.widget ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
}

.widget ul li:last-child {
    border-bottom: 0;
}

.widget ul li a {
    display: block;
    padding: 12px 0;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    transition: all 0.2s ease;
}

.widget ul li a:hover {
    color: #c39a63;
    padding-left: 8px;
}
.widget ul li a::before {
    content: "›";
    display: inline-block;
    margin-right: 8px;
    color: #b7894b;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
    background: #f5f5f5;
    border-color: #bbb;
    color: #000;
}

.pagination .page-numbers.current {
    background: #111;
    border-color: #111;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    padding: 0 16px;
    font-weight: 500;
}
.pagination.justify-content-center {
    display: flex !important;
    justify-content: center !important;
}
.pagination .page-numbers {
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
/*# sourceMappingURL=app.css.map */
