@charset "UTF-8";
/**main colore**/
/** footer palette **/
/** break point **/
html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

/* Theme shell only — never target .elementor (Elementor controls its own styles) */
.site {
  direction: rtl;
  background-color: #fff;
  font-size: 14px;
  font-family: PeydaFaNumWeb, sans-serif;
  color: #000001;
  overflow-x: hidden;
}

.site a,
.site a:visited {
  text-decoration: none;
  color: #000001;
}

.site img {
  max-width: 100%;
  height: auto;
}

.site label {
  font-size: 12px;
  color: rgb(0, 0, 11.18);
}

.site a:focus {
  outline: none;
}

.mainView {
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width: 1440px) {
  .mainView {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Fallback content headings — not inside Elementor */
.site-main:not(.rahino-elementor-content) h1 {
  font-size: 24px;
}
.site-main:not(.rahino-elementor-content) h2 {
  font-size: 22px;
}
.site-main:not(.rahino-elementor-content) h3 {
  font-size: 20px;
}
.site-main:not(.rahino-elementor-content) h4 {
  font-size: 18px;
}
.site-main:not(.rahino-elementor-content) h5 {
  font-size: 16px;
}
.site-main:not(.rahino-elementor-content) h6 {
  font-size: 14px;
}
.site-main:not(.rahino-elementor-content) h1, .site-main:not(.rahino-elementor-content) h2, .site-main:not(.rahino-elementor-content) h3, .site-main:not(.rahino-elementor-content) h4, .site-main:not(.rahino-elementor-content) h5, .site-main:not(.rahino-elementor-content) h6 {
  font-weight: 700;
  font-family: PeydaFaNumWeb, sans-serif;
}

@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-Regular.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-SemiBold.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-Bold.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-ExtraBold.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaFaNumWeb";
  src: url("fonts/woff2/PeydaFaNumWeb-Black.woff2") format("woff2"), url("fonts/woff/PeydaFaNumWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaNoEnWeb";
  src: url("fonts/en/woff2/PeydaNoEnWeb-Regular.woff2") format("woff2"), url("fonts/en/woff/PeydaNoEnWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PeydaNoEnWeb";
  src: url("fonts/en/woff2/PeydaNoEnWeb-SemiBold.woff2") format("woff2"), url("fonts/en/woff/PeydaNoEnWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.site .rahino-footer {
  margin-top: auto;
  direction: rtl;
  color: #ffffff;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 1em;
  padding: 1.2em;
}
@media (max-width: 1260px) {
  .site .rahino-footer {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .site .rahino-footer {
    gap: 4px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.site .rahino-footer a {
  color: inherit;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.site .rahino-footer a:hover {
  opacity: 0.9;
}

.site .footer-cta {
  background-color: #FDA311;
  border-radius: 110px 110px 0 0;
  padding: 0 72px;
  position: relative;
  z-index: 2;
  padding-right: 80px;
  max-width: 750px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .site .footer-cta {
    width: max-content;
    border-radius: 50px 50px 0 0;
    padding: 0 40px;
  }
  .site .footer-cta .ParentsFooters {
    width: max-content;
  }
}
@media (max-width: 768px) {
  .site .footer-cta {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
    height: max-content;
    justify-content: center;
    border-radius: 32px 32px 0 0;
  }
}
.site .footer-cta .ParentsFooters {
  width: 100%;
  height: 100%;
}
.site .footer-cta > .mainView {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .site .footer-cta {
    padding: 16px 20px;
    text-align: center;
    justify-content: center;
    border-radius: 32px 32px 0 0;
  }
}
.site .footer-cta__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.site .footer-cta__text {
  flex: 1 1 auto;
  min-width: 0;
}
.site .footer-cta__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .site .footer-cta__title {
    font-size: 18px;
  }
}
.site .footer-cta__desc {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 768px) {
  .site .footer-cta__desc {
    font-size: 14px;
  }
}
.site .footer-cta__action {
  flex: 0 0 auto;
}
.site .footer-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all var(--ease2) 0.4s;
  min-width: 160px;
  padding: 14px 32px;
  background-color: #12223C;
  color: #ffffff !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 8px 24px rgba(18, 34, 60, 0.25);
  white-space: nowrap;
}
.site .footer-cta__btn:hover {
  opacity: 1 !important;
  background-color: rgb(47.9076923077, 90.4923076923, 159.6923076923);
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .site .footer-cta__btn {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .site .footer-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

.site .footer-main {
  background-color: #12223C;
  border-radius: 200px 0 200px 0;
  padding: 72px 95px;
  position: relative;
}
.site .footer-main > .mainView {
  height: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1440px) {
  .site .footer-main {
    padding: 72px 60px;
  }
}
@media (max-width: 1260px) {
  .site .footer-main {
    border-radius: 100px 0 100px 0;
  }
}
@media (max-width: 1080px) {
  .site .footer-main {
    padding: 48px 24px;
  }
}
@media (max-width: 768px) {
  .site .footer-main {
    border-radius: 0;
  }
}
.site .footer-main__grid {
  display: grid;
  grid-template-columns: 1.65fr 1.75fr 0.85fr 0.85fr 0.85fr;
  gap: 32px 24px;
  align-items: start;
}
@media (max-width: 1260px) {
  .site .footer-main__grid {
    grid-template-columns: 1.4fr 0.5fr 0.6fr 0.6fr;
    gap: 28px 20px;
  }
}
@media (max-width: 1080px) {
  .site .footer-main__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
}
@media (max-width: 768px) {
  .site .footer-main__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.site .footer-main__col {
  min-width: 0;
}
@media (max-width: 1080px) {
  .site .footer-main__col--contact {
    grid-column: 1/-1;
  }
}
@media (max-width: 1260px) {
  .site .footer-main__col--contact {
    grid-column: auto;
  }
}
@media (max-width: 1260px) {
  .site .footer-main__brand {
    grid-column: 1/-1;
    max-width: 520px;
  }
}
.site .footer-main__logo {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .site .footer-main__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site .footer-main__logo img,
.site .footer-main__logo svg {
  display: block;
  max-width: 150px;
  height: auto;
}
.site .footer-main__about {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
  text-align: justify;
}
.site .footer-main__title {
  margin: 0;
  padding-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2em;
  color: #ffffff;
}
.site .footer-main__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .site .footer-main__links {
    gap: 12px;
  }
}
.site .footer-main__links-item {
  margin: 0 0 0;
}
.site .footer-main__links-item:last-child {
  margin-bottom: 0;
}
.site .footer-main__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88) !important;
}
.site .footer-main__link:hover {
  color: #FDA311 !important;
  opacity: 1;
}

.site .footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .site .footer-contact {
    gap: 12px;
  }
}
.site .footer-contact__item {
  display: grid;
  grid-template-columns: 32px auto 1fr;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}
.site .footer-contact__item:last-child {
  margin-bottom: 0;
}
.site .footer-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  grid-column: 1;
  grid-row: 1;
  background: none;
  border-radius: 0;
}
.site .footer-contact__icon-img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.site .footer-contact__label {
  color: rgba(255, 255, 255, 0.75);
  flex-shrink: 0;
  grid-column: 2;
  grid-row: 1;
  white-space: nowrap;
}
.site .footer-contact__value {
  color: #ffffff !important;
  word-break: break-word;
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
}
.site .footer-contact__value:hover {
  color: #FDA311 !important;
  opacity: 1;
}

.site .footer-bottom {
  background-color: #FDA311;
  border-radius: 0 0 110px 110px;
  padding: 0 72px;
  position: relative;
  width: 100%;
  z-index: 3;
  max-width: 950px;
  margin-right: auto;
  height: 78px;
}
@media (max-width: 1260px) {
  .site .footer-bottom {
    border-radius: 0 0 50px 50px;
    padding: 0 40px;
    width: max-content;
  }
  .site .footer-bottom .FooterBottomPannelRahino {
    width: max-content;
  }
}
@media (max-width: 768px) {
  .site .footer-bottom {
    border-radius: 0 0 32px 32px;
    padding: 1em 24px;
    height: max-content;
    width: 100%;
  }
}
.site .footer-bottom .FooterBottomPannelRahino {
  width: 100%;
  height: 100%;
}
.site .footer-bottom > .mainView {
  height: 100%;
}
.site .footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .site .footer-bottom__inner {
    gap: 8px;
  }
}
.site .footer-bottom__copyright {
  margin: 0;
  flex: 1 1 auto;
  text-align: center;
  font-size: 14.5px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .site .footer-bottom__copyright {
    order: 2;
    width: 100%;
    font-size: 13.5px;
  }
}

.site .footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .site .footer-social {
    order: 1;
    width: 100%;
    justify-content: center;
  }
}
.site .footer-social__item {
  margin: 0;
}
.site .footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff !important;
  overflow: hidden;
}
.site .footer-social__link svg {
  display: block;
  fill: currentColor;
  transition: all ease-in-out 0.4s;
}
.site .footer-social__link:hover svg {
  transform: rotateY(180deg) scale(0.9);
}

:root {
  --ease1: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --ease2: cubic-bezier(0.5, 1, 0.89, 1);
}

/** general style **/
body {
  direction: rtl;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: PeydaFaNumWeb, sans-serif;
  color: #000001;
  margin: 0 !important;
}

@media (max-width: 768px) {
  body.single-post .rahino-footer {
    margin-bottom: 5em !important;
  }
}

.search-by-json .body .is-search .list-posts .item .Txtx {
  display: none;
}

@media (max-width: 1260px) {
  .headerMainTop {
    width: 98% !important;
  }
}
@media (max-width: 1080px) {
  .headerMainTop {
    border-radius: 0 0 30px 30px !important;
  }
}

#back-to-top {
  height: 49px;
  position: fixed;
  bottom: 25px;
  left: 25px;
  display: none;
  height: 55px;
  width: 55px;
  background-color: #FDA311;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all ease-in-out 0.2s;
}
#back-to-top svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#back-to-top:hover {
  background-color: rgb(187.425, 116.55, 1.575);
}
@media (max-width: 768px) {
  #back-to-top {
    width: 35px;
    height: 35px;
  }
  #back-to-top > svg {
    width: 18px;
    height: 18px;
  }
}

.LogoHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 132px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .LogoHeader {
    max-width: 120px !important;
  }
  .LogoHeader img {
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  .LogoHeader {
    max-width: 110px !important;
  }
}
.LogoHeader::before {
  content: "";
  position: absolute;
  right: -15%;
  top: -10%;
  width: 0;
  height: 100%;
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.72);
  animation: button-glow 2.4s ease-in-out 5s infinite;
}

.SearchMobileIcon {
  border: 1px solid #D3D6DB;
  height: 52px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 10px;
  border-radius: 50px;
  width: 250px;
  max-width: 250px;
  justify-content: start;
  font-size: 13px;
  font-weight: 400;
  color: #12223C;
  transition: all var(--ease2) 0.4s;
}
@media (max-width: 768px) {
  .SearchMobileIcon {
    width: max-content;
    max-width: max-content;
    padding: 6.5px !important;
    height: max-content !important;
  }
  .SearchMobileIcon span {
    display: none;
  }
}
.SearchMobileIcon .search-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--ease2) 0.4s;
  border-radius: 50%;
  background-color: #E5E5E5;
}
.SearchMobileIcon .search-icon svg {
  transition: all var(--ease2) 0.4s;
}
.SearchMobileIcon:hover {
  border-color: #12223C;
  color: #12223C;
}
.SearchMobileIcon:hover .search-icon {
  background-color: #12223C;
}
.SearchMobileIcon:hover .search-icon svg {
  transform: rotateY(180deg) scale(0.8);
  color: #fff;
}

.headerSticky-placeholder {
  display: block;
  height: 0;
  pointer-events: none;
}

.headerSticky {
  position: relative;
  z-index: 999;
}

.headerSticky.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mgBot {
  margin-bottom: 8em !important;
}
@media (max-width: 768px) {
  .mgBot {
    margin-bottom: 4em !important;
  }
}

.gform_required_legend {
  display: none;
}

.gform_confirmation_wrapper {
  padding: 0.5em 0 1em;
}

.gform_confirmation_message {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px;
  text-align: center !important;
  background: #F7F7F7 !important;
  margin: 1.5em auto 0 !important;
  max-width: 560px !important;
  padding: 32px 28px 28px !important;
  color: #000001 !important;
  border-radius: 20px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  border: 1px solid rgba(18, 34, 60, 0.07) !important;
  box-shadow: 0 10px 30px rgba(18, 34, 60, 0.06) !important;
  animation: gformSuccessFade 0.45s var(--ease2) forwards !important;
}
@media (max-width: 768px) {
  .gform_confirmation_message {
    padding: 16px 12px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
  }
}
.gform_confirmation_message::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin: 16px auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(253, 163, 17, 0.14);
  border: 2px solid rgba(253, 163, 17, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5L9.5 17L19 7' stroke='%23FDA311' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.gform_confirmation_message::after {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin: 16px auto;
  border-radius: 4px;
  background-color: #FDA311;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .gform_confirmation_message {
    max-width: 100%;
    padding: 28px 20px 24px;
    font-size: 14px;
    line-height: 1.85;
  }
}

@keyframes gformSuccessFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#category-filter,
#filter-button,
button,
span,
fast-search-input,
input {
  font-family: PeydaFaNumWeb !important;
}

.search-by-json .body .default .popular .menu-popular ul li a:hover,
.search-by-json .body .is-search .list-category ul li a:hover {
  background-color: #FDA311 !important;
}

.comments-title {
  line-height: 1.6em;
}

.footerItems.active .footerItemsTitle {
  color: #FDA311;
}
.footerItems.active .footerItemsTitle h3 {
  color: #FDA311;
}
.footerItems.active > ul {
  pointer-events: auto !important;
}

@media (max-width: 768px) {
  .footerItems {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.1215686275);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
  .footerItemsTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 66px;
  }
}
.footerItemsTitle svg {
  display: none;
  color: #fff;
}
@media (max-width: 768px) {
  .footerItemsTitle svg {
    display: flex;
    transition: all 0.3s var(--ease2);
  }
}
.footerItemsTitle .TitleFooterCol {
  margin: 0;
  padding-bottom: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2em;
}
@media (max-width: 768px) {
  .footerItemsTitle .TitleFooterCol {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .FooterItems.Ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .FooterItems.Ul .ItemsFooter {
    padding: 0.5em 0;
  }
}
@media (max-width: 768px) {
  .FooterItems.Ul {
    display: none;
    padding: 0 1em;
    padding-bottom: 1em;
  }
}
.FooterItems.Ul .ItemsFooter > a {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2em;
  transition: all ease-in-out 0.3s;
}
.FooterItems.Ul .ItemsFooter > a:hover {
  color: #12223C;
}
@media (max-width: 1260px) {
  .FooterItems.Ul .ItemsFooter > a {
    font-size: 13px;
  }
}

.error-404-not-found-image {
  animation: globeFloat 7s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
  transition: all var(--ease2) 0.4s;
}

.error-404-not-found-image svg {
  animation: globeRotate 18s var(--ease2) infinite alternate;
  transform-origin: center center;
  will-change: transform;
}

.error-404-not-found-image {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404-not-found-image svg {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .error-404-not-found-image svg {
    max-width: 300px;
  }
}

.error-404-not-found-content {
  margin: auto;
  width: fit-content;
  text-align: center;
}
.error-404-not-found-content .parent404Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.error-404-not-found-content h4 {
  font-size: 38px !important;
  line-height: 38px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #12223C !important;
}
@media (max-width: 768px) {
  .error-404-not-found-content h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.error-404-not-found-content p {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 34px;
  color: #212121;
}
@media (max-width: 480px) {
  .error-404-not-found-content p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.error-404-not-found-content a {
  margin: auto;
  max-width: max-content;
}

.rahino-immigration-methods.mainView {
  padding-right: 1em !important;
  padding-left: 1em !important;
}
@media (max-width: 1260px) {
  .rahino-immigration-methods.mainView {
    padding-right: 0.6em !important;
    padding-left: 0.6em !important;
  }
}

.generalBtn {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 22px;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  max-width: max-content;
  width: 100%;
  height: 50px;
  color: #fff !important;
  border: 0.8px solid;
  margin: 0 !important;
}
.generalBtn svg {
  transition: all var(--ease2) 0.4s;
}
.generalBtn:hover {
  border-color: #12223C;
  background: #fff;
  color: #12223C !important;
}
.generalBtn:hover svg {
  transform: rotateY(180deg) scale(1.1);
}

.generalBtn1 {
  color: #000001 !important;
  background-color: #fff;
  border-color: #FDA311 !important;
}
.generalBtn1 svg {
  color: #FDA311 !important;
}
.generalBtn1:hover {
  background-color: #FDA311;
  color: #fff !important;
  border-color: #FDA311 !important;
}
.generalBtn1:hover svg {
  color: #fff !important;
}

.generalBtn2 {
  background-color: #12223C;
  color: #fff;
  border-color: #12223C;
}
.generalBtn2:hover {
  background-color: rgb(42.9230769231, 81.0769230769, 143.0769230769);
  color: #fff !important;
  border-color: rgb(42.9230769231, 81.0769230769, 143.0769230769);
}

.entry-content img,
.entry-content .wp-block-cover {
  border-radius: 16px;
}
.entry-content .wp-block-table {
  margin: 0;
}

.rahino-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2.5em 0;
  border-radius: 16px;
  border: 1px solid #D3D6DB;
  background: #fff;
  box-shadow: 0 8px 32px rgba(18, 34, 60, 0.06);
}
.rahino-table-responsive::-webkit-scrollbar {
  height: 6px;
}
.rahino-table-responsive::-webkit-scrollbar-track {
  background: rgba(18, 34, 60, 0.04);
  border-radius: 0 0 16px 16px;
}
.rahino-table-responsive::-webkit-scrollbar-thumb {
  background: rgba(18, 34, 60, 0.22);
  border-radius: 999px;
}
.rahino-table-responsive table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
}
.rahino-table-responsive thead th,
.rahino-table-responsive tbody th {
  background: #12223C;
  color: #fff;
  font-weight: 600;
  text-align: right;
  padding: 14px 18px;
  white-space: nowrap;
  border-bottom: 2px solid #FDA311;
}
.rahino-table-responsive tbody td {
  padding: 13px 18px;
  color: #000001;
  text-align: right;
  border-bottom: 1px solid rgba(211, 214, 219, 0.85);
  vertical-align: middle;
  transition: background-color 0.2s ease;
}
.rahino-table-responsive tbody tr:nth-child(even) td {
  background: #F7F7F7;
}
.rahino-table-responsive tbody tr:hover td {
  background: rgba(253, 163, 17, 0.1);
}
.rahino-table-responsive tbody tr:last-child td {
  border-bottom: none;
}
.rahino-table-responsive tbody td:first-child {
  font-weight: 600;
  color: #12223C;
}
@media (max-width: 768px) {
  .rahino-table-responsive {
    margin: 2em 0;
    border-radius: 12px;
  }
  .rahino-table-responsive table {
    min-width: 520px;
    font-size: 13px;
  }
  .rahino-table-responsive thead th,
  .rahino-table-responsive tbody th,
  .rahino-table-responsive tbody td {
    padding: 11px 14px;
  }
}

.single.single-post .entry-content {
  color: #000001;
  transition: all 0.3s ease-in-out;
  font-size: 14.5px;
  margin: 0;
  line-height: 2.3em;
  font-weight: 400;
  margin-bottom: 2.5em;
  text-align: justify;
}
.single.single-post .entry-content a {
  color: #12223C;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
.single.single-post .entry-content a:hover {
  color: rgb(14.4, 27.2, 48);
}
.single.single-post .entry-content h2 {
  color: var(--color-text);
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .single.single-post .entry-content h2 {
    font-size: 18px;
  }
}
.single.single-post .entry-content > p {
  color: #000001;
  transition: all 0.3s ease-in-out;
  font-size: 14.5px;
  margin: 0;
  line-height: 2.3em;
  font-weight: 400;
  margin-bottom: 2.5em;
  text-align: justify;
}
.single.single-post .entry-content p:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  gap: 20px;
}
@media (max-width: 768px) {
  .single.single-post .entry-content p:has(img) {
    flex-direction: column;
    height: max-content;
    gap: 16px;
    margin: 0 auto !important;
    max-height: 600px;
  }
}
.single.single-post .entry-content p:has(img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0.8em 0;
}
@media (max-width: 768px) {
  .single.single-post .entry-content p:has(img) img {
    height: calc(50% - 8px);
    width: 100%;
  }
}
.single.single-post .entry-content p:has(img) img {
  border-radius: 32px;
}
.single.single-post .entry-content ul li,
.single.single-post .entry-content ol li {
  color: #5E6282;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 2.4em;
  font-weight: 500;
  margin-bottom: 12px;
}
.single.single-post .entry-content ul li::marker,
.single.single-post .entry-content ol li::marker {
  font-size: 18px;
  color: #12223C;
}
.single.single-post .entry-content > ul,
.single.single-post .entry-content > ol {
  padding-right: 30px;
  margin: 48px 0;
}
.single.single-post .entry-content ul li {
  list-style: circle;
}
.single.single-post .entry-content ol li {
  list-style: persian;
}

.rank-math-breadcrumb {
  padding: 20px 0;
}
.rank-math-breadcrumb > p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 14.5px;
}
@media (max-width: 768px) {
  .rank-math-breadcrumb > p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.rank-math-breadcrumb > p > a {
  color: #707070;
  transition: all ease-in-out 0.3s;
}
.rank-math-breadcrumb > p > a:hover {
  color: rgb(89.6, 89.6, 89.6);
}
.rank-math-breadcrumb > p > a {
  font-weight: 500;
}
.rank-math-breadcrumb > p .separator {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.53 5.47a.75.75 0 0 1 0 1.06l-4.72 4.72H20a.75.75 0 0 1 0 1.5H5.81l4.72 4.72a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0' fill='%23B5B5BA'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .rank-math-breadcrumb > p .separator {
    vertical-align: middle;
    padding: 0 5px;
  }
}
.rank-math-breadcrumb > p .last {
  color: #12223C;
}

.jet-mobile-menu__item-inner {
  outline: none !important;
}

.heroTitle {
  position: relative;
  padding-bottom: 40px;
}
.heroTitle::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='79' height='20' viewBox='0 0 79 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect x='73' y='12' width='67' height='8' rx='4' transform='rotate(180 73 12)' fill='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='106.5' y1='12' x2='107' y2='23.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffd482'/%3E%3Cstop offset='1' stop-color='%23ffbe82'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='0' y='0' width='79' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.899884 0 0 0 0 0.539122 0 0 0 0 0.0946103 0 0 0 0.15 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_7066_909'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_7066_909' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  width: max-content;
  height: max-content;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .heroTitle::before {
    left: 0;
  }
}

li::marker {
  color: #FDA311 !important;
}

.CustomItemRowRahino {
  box-shadow: 0px 28px 44.8px 1px rgba(0, 0, 0, 0.0705882353) !important;
  background: #fff;
}

@media (max-width: 768px) {
  .elementor-93 .elementor-element.elementor-element-4bdcea1 {
    max-width: 320px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .elementor-93 .elementor-element.elementor-element-4bdcea1 .CustomInputPayamAva {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .elementor-93 .elementor-element.elementor-element-4bdcea1 {
    max-width: 295px !important;
  }
}

.elementor-widget-rahino-custom-heading {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  position: relative;
}
.elementor-widget-rahino-custom-heading div {
  width: 100%;
}
.elementor-widget-rahino-custom-heading .rahino-custom-heading__title {
  margin: 0;
  font-size: clamp(1.25rem, 0.8846rem + 1.5385vw, 2.375rem);
  line-height: 1.5em;
  font-weight: 600 !important;
  color: #000001;
}
.elementor-widget-rahino-custom-heading .rahino-custom-heading__subtitle {
  font-size: clamp(1rem, 0.9594rem + 0.1709vw, 1.125rem);
  margin: 0;
  font-weight: 500 !important;
  color: #9D9C9C;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .elementor-widget-rahino-custom-heading .rahino-custom-heading__subtitle {
    font-size: 13.5px;
  }
}
.elementor-widget-rahino-custom-heading .rahino-custom-heading.rahino-custom-heading--style-2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  padding-right: 20px;
  gap: 9px;
  text-align: right;
}
.elementor-widget-rahino-custom-heading .rahino-custom-heading.rahino-custom-heading--style-2::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 100%;
  width: 8.8px;
  background: linear-gradient(159.99deg, #ffd482 13.35%, #ffbe82 118.92%);
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(229, 137, 24, 0.1490196078);
}
.elementor-widget-rahino-custom-heading .rahino-custom-heading.rahino-custom-heading--style-1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  position: relative;
}
.elementor-widget-rahino-custom-heading .rahino-custom-heading.rahino-custom-heading--style-1::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='79' height='20' viewBox='0 0 79 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect x='73' y='12' width='67' height='8' rx='4' transform='rotate(180 73 12)' fill='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='106.5' y1='12' x2='107' y2='23.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffd482'/%3E%3Cstop offset='1' stop-color='%23ffbe82'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='0' y='0' width='79' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.899884 0 0 0 0 0.539122 0 0 0 0 0.0946103 0 0 0 0.15 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_7066_909'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_7066_909' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  width: max-content;
  height: max-content;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.jet-mega-menu-mega-container {
  left: 0;
  right: 0;
}
@media (max-width: 1260px) {
  .jet-mega-menu-mega-container {
    right: 0 !important;
    transform: none !important;
    margin: auto;
    left: 0 !important;
    max-width: 800px !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}

.jet-mega-menu-sub-menu {
  left: 0 !important;
  right: 0 !important;
}
.jet-mega-menu-sub-menu .jet-mega-menu-sub-menu__list {
  padding: 10px 0 !important;
}

.jet-mega-menu-sub-menu .jet-mega-menu-item {
  border-bottom: 1px solid #eee;
}
.jet-mega-menu-sub-menu .jet-mega-menu-item:last-child {
  border-bottom: none !important;
}

#gform_2 .gfield input:not([type=submit]) {
  height: 60px !important;
}
#gform_2 #gform_fields_2 {
  gap: 30px !important;
}
@media (max-width: 768px) {
  #gform_2 #gform_fields_2 {
    gap: 20px !important;
  }
}

.mainFormBox {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mainFormBox input[type=text], .mainFormBox input[type=email], .mainFormBox input[type=tel] {
  font-family: "PeydaFaNumWeb" !important;
  border: 1px solid rgba(107, 114, 128, 0.1490196078) !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  height: 52px !important;
  padding: 20px !important;
  font-size: 14.5px;
  font-weight: 500;
  color: #9D9C9C !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .mainFormBox input[type=text], .mainFormBox input[type=email], .mainFormBox input[type=tel] {
    font-size: 13.5px !important;
  }
}
.mainFormBox input[type=text]::-webkit-input-placeholder, .mainFormBox input[type=email]::-webkit-input-placeholder, .mainFormBox input[type=tel]::-webkit-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox input[type=text]:-moz-placeholder, .mainFormBox input[type=email]:-moz-placeholder, .mainFormBox input[type=tel]:-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox input[type=text]::-moz-placeholder, .mainFormBox input[type=email]::-moz-placeholder, .mainFormBox input[type=tel]::-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox input[type=text]:-ms-input-placeholder, .mainFormBox input[type=email]:-ms-input-placeholder, .mainFormBox input[type=tel]:-ms-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox input[type=text]:focus, .mainFormBox input[type=email]:focus, .mainFormBox input[type=tel]:focus {
  outline: none;
}
.mainFormBox input[type=submit] {
  border: none;
  background-color: #12223C !important;
  display: flex !important;
  width: 100% !important;
  border-radius: 16px !important;
  font-size: 14.5px !important;
  font-family: "PeydaFaNumWeb" !important;
  cursor: pointer !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all ease-in-out 0.3s !important;
  height: 64px !important;
  outline: none !important;
  box-shadow: none !important;
}
.mainFormBox input[type=submit]:hover {
  background-color: rgb(237.27, 168.42, 56.73) !important;
}
.mainFormBox textarea {
  border: none;
  background-color: rgb(239.5476923077, 243.0923076923, 248.8523076923);
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 13.5px;
  border: 1px solid rgb(209.19, 209.19, 249.91);
  box-shadow: 0 5px 7px 0 rgba(209.19, 209.19, 249.91, 0.2);
  font-family: "PeydaFaNumWeb" !important;
  resize: none;
}
.mainFormBox textarea::-webkit-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox textarea:-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox textarea::-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox textarea:-ms-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: #9D9C9C;
}
.mainFormBox textarea:focus {
  outline: none;
}
.mainFormBox .CustomInputPayamAva .gfield {
  position: relative;
  padding-top: 1em;
}
.mainFormBox .CustomInputPayamAva .gfield .gfield_label {
  font-size: 14px !important;
  line-height: 2.2em !important;
  background-color: white;
  position: absolute;
  margin-right: 1.5em !important;
  z-index: 1;
  font-weight: 600 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 7px;
  color: #000001 !important;
  transition: all 0.3s ease-in-out;
  top: 0;
  margin: 0;
  margin-right: 0px;
  height: max-content;
}
.mainFormBox .CustomInputPayamAva .gfield select,
.mainFormBox .CustomInputPayamAva .gfield input:not([type=submit]) {
  border: 1px solid #D3D6DB !important;
  border-radius: 20px !important;
  padding: 18px 24px !important;
  box-shadow: unset !important;
  outline: none !important;
  height: 70px !important;
  font-size: 14.5px !important;
  color: #000001 !important;
  margin-bottom: 0 !important;
  background-color: white !important;
  transition: all 0.3s ease-in-out !important;
}
.mainFormBox .CustomInputPayamAva .gfield textarea {
  border: 1px solid #D3D6DB !important;
  border-radius: 20px !important;
  padding: 28px 24px !important;
  font-size: 14.5px !important;
  color: #000001 !important;
  box-shadow: unset !important;
  outline: none !important;
  resize: none;
}
.mainFormBox .CustomInputPayamAva .validation_message {
  position: absolute !important;
  top: 0 !important;
  left: 2em !important;
  width: -moz-max-content !important;
  width: max-content !important;
  right: auto !important;
  background: #fff !important;
  height: -moz-max-content !important;
  height: max-content !important;
  padding: 0 10px !important;
  font-size: 11.5px !important;
  font-weight: bold !important;
}

@keyframes button-glow {
  0% {
    right: -15%;
  }
  50% {
    right: 120%;
  }
  100% {
    right: 120%;
  }
}
@keyframes globeRotate {
  0% {
    transform: rotate(-3.1deg);
  }
  20% {
    transform: rotate(-1.1deg);
  }
  50% {
    transform: rotate(2.8deg);
  }
  75% {
    transform: rotate(1.1deg);
  }
  100% {
    transform: rotate(-3.1deg);
  }
}
@keyframes globeFloat {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-10px) rotate(-0.3deg) scale(1.003);
  }
  50% {
    transform: translateY(-16px) rotate(0deg) scale(1.006);
  }
  75% {
    transform: translateY(-10px) rotate(0.3deg) scale(1.003);
  }
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
}
.archive-categories-showcase {
  margin: 30px 0 40px;
}

.archive-categories-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.archive-category-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px 18px 22px;
  text-decoration: none;
  text-align: center;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 24px rgba(15, 70, 120, 0.06);
  transition: all 0.25s ease;
  border: 1px solid #f3f5fb;
}

.archive-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(15, 70, 120, 0.1);
}
.archive-category-card:hover .archive-category-card__title {
  color: #0b4a7a;
}

.archive-category-card.is-active {
  border-color: #0b4a7a;
  box-shadow: 0 14px 30px rgba(11, 74, 122, 0.12);
}
.archive-category-card.is-active .archive-category-card__title {
  color: #0b4a7a;
}

.archive-category-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-category-card__icon svg {
  transition: all ease-in-out 0.3s;
}

.archive-category-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.archive-category-card__title {
  margin: 0;
  color: #12223C;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all ease-in-out 0.3s;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .archive-categories-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .archive-categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .archive-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .archive-category-card {
    min-height: 170px;
    padding: 22px 16px 18px;
  }
  .archive-category-card__title {
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  .archive-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive-category-card {
    min-height: 155px;
    border-radius: 18px;
    padding: 20px 14px 16px;
  }
  .archive-category-card__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }
  .archive-category-card__title {
    font-size: 16px !important;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .archive-categories-grid {
    gap: 14px !important;
  }
  .archive-category-card {
    min-height: 145px;
    padding: 18px 12px 14px;
  }
  .archive-category-card__icon {
    width: 54px !important;
    height: 54px !important;
  }
}/*# sourceMappingURL=theme-style.css.map */