@charset "UTF-8";

/*
Theme Name: Rasam Plus
Theme URI: https://rasamplus.com/
Author: Amin haghighati
Author URI: https://rasamplus.com/
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
  --main-font-size: 15px;
  --main-color: #c01f2f;
  --main-text-color: #333;
  --main-font-family: "IRANYekan";
}

@font-face {
  font-family: "IRANYekan";
  src:
    url("fonts/IRANYekanWebFn.woff2") format("woff2"),
    url("fonts/IRANYekanWebFn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src:
    url("fonts/Vazirmatn-Medium.woff2") format("woff2"),
    url("fonts/Vazirmatn-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--main-font-family);
  color: var(--main-text-color);
  direction: rtl;
  font-size: var(--main-font-size);
  line-height: 27px;
  text-align: right;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-weight: 800;
}

h1 {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 30px;
  line-height: 40px;
}

h2 {
  font-size: 23px;
  margin-bottom: 23px;
  margin-top: 30px;
  line-height: 35px;
}

h3 {
  font-size: 21px;
  margin-bottom: 21px;
  margin-top: 30px;
  line-height: 35px;
}

h4 {
  font-size: 19px;
  margin-bottom: 19px;
  margin-top: 30px;
  line-height: 30px;
}

h5 {
  font-size: 17px;
  margin-bottom: 17px;
  margin-top: 25px;
  line-height: 30px;
}

h6 {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
  line-height: 30px;
}

p {
  line-height: 27px;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

ol {
  list-style: persian;
  list-style-position: inside;
}

.btn.focus,
.btn:focus,
:focus {
  box-shadow: none;
  outline: 0;
}

.btn-link:hover {
  text-decoration: none;
}

.owl-nav {
  position: absolute;
  right: 0;
  top: 45%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.owl-nav button {
  background: #dddddd !important;
  width: 29px;
  height: 29px;
  font-family: "FontAwesome" !important;
  font-size: 15px !important;
  border-radius: 100%;
}

.owl-nav button.owl-prev {
  position: relative;
  right: -15px;
}

.owl-nav button.owl-next {
  position: relative;
  left: -15px;
}

.owl-nav button:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.owl-dots button {
  background: #ccc !important;
  width: 9px;
  height: 9px;
  margin: 0 7px;
  border-radius: 10px;
}

.owl-dots button.active {
  background: var(--main-color) !important;
  outline: 1px solid var(--main-color);
  outline-offset: 2px;
}

.main-color {
  color: var(--main-color);
}

.second-color {
  color: var(--second-color);
}

.site-btn {
  display: inline-block;
  padding: 11px 33px;
  background: var(--main-color);
  font-size: 14px;
  width: max-content;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-btn:hover {
  background: #b10112;
  color: #fff;
}

.second-btn {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  background: var(--second-color);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(97, 90, 78, 0.3);
}

.second-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.4);
}

.second-btn:active {
  transform: translateY(0);
}

.navbar {
  padding: 0;
  z-index: 9999;
}

.gform_heading {
  display: none !important;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  width: 13px;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

/* ==========================================
   XIII Header Styles - Mobile First
   ========================================== */
.xiii-header {
  position: relative;
  background: #f5f5f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s;
}

.xiii-header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.xiii-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  direction: rtl;
  position: relative;
  z-index: 999;
}

/* ===========================
   LOGO
=========================== */
.xiii-header-logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.xiii-header-logo img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.xiii-site-name {
  font-family: var(--main-font-family, serif);
  font-size: 22px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.5px;
}

/* ===========================
   NAV
=========================== */
.xiii-header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.xiii-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  direction: rtl;
}

.xiii-menu > li {
  position: relative;
}

.xiii-menu > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  font-family: var(--main-font-family, sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  border-radius: 6px;
  transition:
    color 0.2s,
    background 0.2s;
  white-space: nowrap;
}

.xiii-menu > li > a:hover,
.xiii-menu > li.current-menu-item > a,
.xiii-menu > li.current-menu-ancestor > a {
  color: #111;
  background: rgba(0, 0, 0, 0.05);
}

/* فلش زیرمنو */
.xiii-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s;
}

.xiii-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(-135deg) translateY(-2px);
}

/* ===========================
   DROPDOWN
=========================== */
.xiii-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.25s,
    transform 0.25s,
    visibility 0.25s;
  z-index: 100;
  direction: rtl;
}

.xiii-menu > li:hover > .sub-menu,
.xiii-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.xiii-menu .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 13.5px;
  color: #444;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s;
}

.xiii-menu .sub-menu li a:hover {
  background: #f5f5f3;
  color: var(--main-color, #c0392b);
  padding-right: 26px;
}

/* زیرمنوی سطح دوم */
.xiii-menu .sub-menu .sub-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-right: 4px;
}

/* ===========================
   ACTIONS
=========================== */
.xiii-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.header-action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  border-radius: 6px;
  transition:
    color 0.2s,
    background 0.2s;
  font-family: var(--main-font-family, sans-serif);
  font-size: 13px;
}

.header-action-btn:hover {
  color: #111;
  background: rgba(0, 0, 0, 0.05);
}

.xiii-cart-info {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.xiii-cart-count {
  font-weight: 400;
  color: #777;
}

/* ===========================
   SEARCH BOX
=========================== */
.xiii-search-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 32px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
  z-index: 999;
}

.xiii-search-box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.xiii-search-inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.xiii-search-inner .search-field {
  flex: 1;
  height: 48px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 15px;
  font-family: var(--main-font-family, sans-serif);
  direction: rtl;
  outline: none;
  transition: border-color 0.2s;
}

.xiii-search-inner .search-field:focus {
  border-color: var(--main-color, #c0392b);
}

.xiii-search-inner .search-submit {
  height: 48px;
  padding: 0 24px;
  background: var(--main-color, #c0392b);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--main-font-family, sans-serif);
  font-size: 14px;
  transition: opacity 0.2s;
}

.xiii-search-inner .search-submit:hover {
  opacity: 0.85;
}

.xiii-search-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  padding: 8px;
  transition: color 0.2s;
}

.xiii-search-close:hover {
  color: #111;
}

.xiii-search-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 16px;
}

.xiii-search-inner .searchform {
  flex: 1;
}

.xiii-search-inner .searchform > div {
  display: flex;
  align-items: center;
  border: 2px solid #222;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.xiii-search-inner .searchform #s {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  background: transparent;
  color: #222;
  direction: rtl;
}

.xiii-search-inner .searchform #s::placeholder {
  color: #aaa;
}

.xiii-search-inner .searchform #searchsubmit {
  border: none;
  border-right: 2px solid #222;
  /* RTL: خط جدا‌کننده سمت راست */
  background: #222;
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.xiii-search-inner .searchform #searchsubmit:hover {
  background: var(--main-color, #c0392b);
}

.xiii-search-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  padding: 6px;
  line-height: 1;
  transition: color 0.2s;
  flex-shrink: 0;
}

.xiii-search-close:hover {
  color: #222;
}

/* Responsive */
@media (max-width: 480px) {
  .xiii-search-inner {
    padding: 0 10px;
    gap: 8px;
  }

  .xiii-search-inner .searchform #searchsubmit {
    padding: 10px 12px;
    font-size: 12px;
  }
}

/* ===========================
   HAMBURGER
=========================== */
.xiii-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background 0.2s;
}

.xiii-hamburger:hover {
  background: rgba(0, 0, 0, 0.05);
}

.xiii-hamburger span {
  display: block;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s,
    width 0.3s;
  transform-origin: center;
}

.xiii-hamburger span:nth-child(2) {
  width: 70%;
}

.xiii-hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.xiii-hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.xiii-hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===========================
   OVERLAY
=========================== */
.xiii-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s;
}

.xiii-nav-overlay.active {
  opacity: 1;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1024px) {
  .xiii-menu > li > a {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .xiii-hamburger {
    display: flex;
  }

  .xiii-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 85vw);
    height: 100vh;
    background: #fff;
    z-index: 999;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 0 40px;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  }

  .xiii-header-nav.open {
    right: 0;
  }

  .xiii-nav-overlay {
    display: block;
  }

  .xiii-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .xiii-menu > li > a {
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
  }

  /* زیرمنو موبایل - آکاردئون */
  .xiii-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    background: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0;
  }

  .xiii-menu > li.open > .sub-menu {
    max-height: 600px;
    padding: 4px 0;
  }

  .xiii-menu .sub-menu li a {
    padding: 11px 36px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
  }

  .xiii-menu .sub-menu li a:hover {
    padding-right: 42px;
  }

  /* فلش موبایل */
  .xiii-menu > li.menu-item-has-children > a::after {
    transition: transform 0.3s;
  }

  .xiii-menu > li.menu-item-has-children.open > a::after {
    transform: rotate(-135deg) translateY(-2px);
  }

  /* مخفی کردن cart text در موبایل کوچک */
  .xiii-cart-info {
    display: none;
  }
}

@media (max-width: 480px) {
  .xiii-header-inner {
    padding: 0 16px;
  }

  .xiii-search-box {
    padding: 16px;
  }
}

/* ===========================
   FOOTER BASE
=========================== */
.xiii-footer {
  background: #f5f5f3;
  color: var(--main-text-color);
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  direction: rtl;
  position: relative;
}

/* ===========================
   CONTAINER
=========================== */
.xiii-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ===========================
   WIDGETS AREA
=========================== */
.xiii-footer-widgets {
  padding: 72px 0 56px;
}

.xiii-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 40px;
  align-items: start;
}

/* ===========================
   WIDGET TITLE
=========================== */
.widget-footer-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
  padding-bottom: 12px;
  position: relative;
  letter-spacing: 0.01em;
}

.widget-footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 2px;
  background: var(--main-color);
  border-radius: 2px;
}

/* ===========================
   WIDGET CONTENT — لیست‌ها
=========================== */
.xiii-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.xiii-footer-col ul li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    color 0.2s,
    padding-right 0.2s;
  line-height: 1.5;
}

.xiii-footer-col ul li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--main-color);
  opacity: 0;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.xiii-footer-col ul li a:hover {
  color: var(--main-color);
  padding-right: 4px;
}

.xiii-footer-col ul li a:hover::before {
  opacity: 1;
}

/* ===========================
   WIDGET CONTENT — متن ساده
=========================== */
.xiii-footer-col p {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
  margin: 0 0 10px;
}

/* ===========================ستون چهارم — اطلاعات تماس
=========================== */
.xiii-footer-col--contact {
  text-align: right;
}

.xiii-footer-col--contact .widget-footer-title::after {
  right: 0;
}

.xiii-footer-col--contact p,
.xiii-footer-col--contact address {
  font-size: 14px;
  color: #555;
  line-height: 2;
  font-style: normal;
  margin: 0;
}

.xiii-footer-col--contact .xiii-contact-address {
  font-size: 15px;
  color: #111;
  line-height: 1.7;
  margin-bottom: 0px;
}

.xiii-footer-col--contact a {
  color: #555;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
  font-size: 14px;
  line-height: 2;
}

.xiii-footer-col--contact a:hover {
  color: var(--main-color);
}

/* ===========================
   DIVIDER
=========================== */
.xiii-footer-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 32px;
}

/* ===========================
   FOOTER BOTTOM
=========================== */
.xiii-footer-bottom {
  padding: 13px 0;
  font-size: 12px;
  color: #555;
}

.xiii-footer-bottom a {
  color: #111;
}

.xiii-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.xiii-footer-copy {
  font-size: 13px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

.xiii-footer-copy strong {
  color: #333;
  font-weight: 700;
}

/* ===========================
   PAYMENT BADGES
=========================== */
.xiii-footer-payments {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.xiii-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
  font-family: var(--main-font-family);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}

.xiii-payment-badge:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.18);
}

/* ===========================
   BACK TO TOP
=========================== */
.xiii-back-to-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s;
  z-index: 900;
}

.xiii-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.xiii-back-to-top:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(192, 31, 47, 0.3);
}

/* ===========================
   RESPONSIVE — Tablet
=========================== */
@media (max-width: 1024px) {
  .xiii-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .xiii-footer-col--contact {
    text-align: right;
  }
}

/* ===========================
   RESPONSIVE — Mobile
=========================== */
@media (max-width: 640px) {
  .xiii-footer-container {
    padding: 0 20px;
  }

  .xiii-footer-widgets {
    padding: 48px 0 40px;
  }

  .xiii-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .xiii-footer-col--contact {
    text-align: right;
  }

  .xiii-footer-divider {
    margin: 0 20px;
  }

  .xiii-footer-copy {
    order: 2;
    font-size: 12px;
  }

  .xiii-footer-payments {
    order: 1;
    justify-content: flex-end;
  }

  .xiii-back-to-top {
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
}

.xiii-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xiii-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.xiii-contact-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.xiii-contact-value {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.xiii-contact-value a {
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
  direction: ltr;
  unicode-bidi: embed;
}

.xiii-contact-value a:hover {
  color: var(--main-color);
}

.xiii-contact-sep {
  color: #ccc;
  font-size: 12px;
}

.xiii-contact-address {
  line-height: 1.9;
  color: #555;
  font-size: 14px;
}

.footer-about-us {
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  color: #555;
}

.footer-about-us img {
  width: 70%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 570px) {
  #footer-sec-two,
  #footer-sec-three {
    display: none;
  }
  .xiii-contact-info {
    gap: 5px;
  }
  .xiii-contact-item {
    gap: 0px;
  }
  .xiii-footer-bottom {
    padding: 7px 0;
  }
  .xiii-footer-bottom-inner {
    gap: 5px;
    justify-content: center;
  }
}
