/*!
Theme Name: vamsanad
Theme URI: http://underscores.me/
Author: arashprogram
Author URI: http://arashprogram.ir
Description: a custom theme for vam sanad
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vamsanad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
  font-family: "peida";
  src: url("assets/fonts/PeydaWebFaNum-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "peida";
  src: url("assets/fonts/PeydaWebFaNum-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

html,
body {
  overflow-x: hidden;
  font-family: "peida";
  line-height: 1.6;
  direction: rtl;
  background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #333;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

input,
textarea,
select,
button {
  font: inherit;
  outline: none;
  border: none;
}

.header {
  background-color: #4A1F3D;
  padding: 10px 0;
}
.header .container-fluid {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header .container-fluid .logo a {
  all: unset;
  cursor: pointer;
}
.header .container-fluid .logo a h1 {
  font-size: 1.5rem;
  color: white;
}
.header .container-fluid .navbar {
  padding: 0;
  flex-wrap: wrap;
}
.header .container-fluid .navbar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
}
.header .container-fluid .navbar ul li {
  list-style: none;
}
.header .container-fluid .navbar ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header .container-fluid .navbar ul li a:hover {
  color: white;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 768px) {
  .menu ul {
    list-style: none;
  }
  header {
    background-color: #4A1F3D;
  }
  header .c-svg {
    font-size: 30px;
    fill: #fff !important;
    color: #fff !important;
  }
  header a {
    text-decoration: none;
  }
  header a h1 {
    text-decoration: none;
    color: white;
  }
  .header-sec {
    padding-bottom: 1rem;
  }
  .header-sec2 {
    border-top: 1px solid #969696;
    padding: 0.5rem 0;
  }
  .h-sec1,
  .h-sec2 {
    padding: 0 1rem;
  }
  .c-logo {
    height: 10px;
    width: auto;
  }
  .main-menu {
    gap: 2rem;
  }
  .main-menu li a {
    color: #000;
    font-weight: bold;
    position: relative;
    transition: color 0.3s ease;
  }
  .main-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 0;
    height: 3px;
    background-color: #4A1F3D;
    transition: width 0.3s ease;
  }
  .main-menu li a:hover, .main-menu li a:active {
    color: #4A1F3D;
  }
  .main-menu li a:hover::after, .main-menu li a:active::after {
    width: 100%;
  }
  .custom-search-container {
    position: relative;
    max-width: 500px;
  }
  #custom-search-input {
    padding: 0.75rem 1.25rem;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 25px;
    height: 40px;
    transition: border-color 0.3s ease;
  }
  #custom-search-input:focus {
    border-color: #4A1F3D;
  }
  .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
  }
  .search-results li {
    padding: 0.75rem 1.25rem;
    cursor: pointer;
  }
  .search-results li:hover {
    background: #f8f9fa;
  }
  .overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    transition: right 0.3s ease;
  }
  .overlay.open {
    right: 0;
  }
  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .backdrop.show {
    opacity: 1;
    visibility: visible;
  }
  .overlay-content {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-menu {
    margin-bottom: 1.5rem;
  }
  .mobile-menu ul {
    padding: 0;
  }
  .mobile-menu li {
    margin: 1rem 0;
  }
  .mobile-menu a {
    color: #000;
    font-size: 1.1rem;
    display: block;
    transition: color 0.2s ease;
  }
  .mobile-menu a:hover {
    color: #4A1F3D;
  }
  .social-icons {
    padding: 1rem 0;
  }
  .social-icons i {
    font-size: 1.5rem;
    color: #333;
    transition: color 0.2s ease;
  }
  .social-icons i:hover {
    color: #4A1F3D;
  }
  .search-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #4A1F3D;
    z-index: 9999;
    transition: left 0.4s ease-in-out;
  }
  .search-overlay.active {
    left: 0;
  }
  .search-content {
    max-width: 600px;
    margin: 3rem auto;
    padding: 1.5rem;
    text-align: center;
  }
  .search-close {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #4A1F3D;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .search-input {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.1rem;
    border-radius: 5px;
    background: white;
    color: #333;
    text-align: right;
  }
  .search-results {
    color: white;
    text-align: right;
  }
  .search-results .result-item {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .search-results .result-item:last-child {
    border-bottom: none;
  }
  .search-results .result-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-left: 1rem;
    border-radius: 5px;
  }
  .search-results .result-title a {
    color: white;
    font-size: 1.1rem;
  }
  .search-results .result-title a:hover {
    text-decoration: underline;
  }
  .phone-marquee {
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 0.5rem 0;
  }
  .phone-numbers {
    display: inline-block;
    white-space: nowrap;
    animation: movePhones 20s linear infinite;
  }
  .phone-numbers span {
    margin: 0 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
  }
  @keyframes movePhones {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
.footer-menu li {
  display: inline-block;
}

.custom-footer {
  color: #fff;
  padding: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.custom-footer p {
  color: white;
}
.custom-footer .footer-title {
  color: white;
  font-size: 26px !important;
  margin-bottom: 20px;
  margin-top: -20px;
}
.custom-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 1.5rem;
}
.custom-footer .footer-top .footer-phone {
  font-weight: 500;
  color: #fff;
  margin: 0.5rem 0;
}
.custom-footer .footer-top .footer-social {
  display: flex;
  gap: 0.75rem;
  margin: 0.5rem 0;
}
.custom-footer .footer-top .footer-social a {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A1F3D;
  transition: all 0.3s;
}
.custom-footer .footer-top .footer-social a:hover {
  color: white;
  background-color: #4A1F3D;
}
.custom-footer .footer-menu {
  padding: 1.5rem 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-footer .footer-menu ul {
  display: flex;
  margin: 0;
}
.custom-footer .footer-menu a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.custom-footer .footer-menu a:hover {
  color: white;
}
@media (max-width: 768px) {
  .custom-footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }
  .custom-footer .footer-top .footer-phone {
    font-size: 0.95rem;
  }
  .custom-footer .footer-top .footer-title {
    color: black;
    font-size: 26px !important;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .custom-footer .footer-top .footer-social a {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  .custom-footer .footer-menu a {
    font-size: 10px;
    line-height: 1.7;
  }
}

.custom-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 381px;
  background: url('data:image/svg+xml;utf8,<svg width="1280" height="381" viewBox="0 0 1280 381" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-42 91C-42 79.9543 -33.0457 71 -22 71H999.987C1006.59 71 1012.77 67.7383 1016.5 62.2846L1053.11 8.71543C1056.84 3.26167 1063.02 0 1069.62 0H1303C1314.05 0 1323 8.95431 1323 20V361C1323 372.046 1314.05 381 1303 381H-22C-33.0457 381 -42 372.046 -42 361V91Z" fill="%234B1D3F"/></svg>') no-repeat top center;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 768px) {
  .custom-footer::before {
    height: 600px;
    background: url('data:image/svg+xml;utf8,<svg width="300" height="505" viewBox="0 0 300 505" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-39.5 0.5H76.415C86.2895 0.5 92.3096 11.3619 87.0762 19.7354C81.4267 28.7749 87.9252 40.5 98.585 40.5H201.415C212.075 40.5 218.573 28.7749 212.924 19.7354C207.69 11.3619 213.711 0.5 223.585 0.5H315.5C326.27 0.500001 335 9.23045 335 20V501C335 511.77 326.27 520.5 315.5 520.5H-39.5C-50.2696 520.5 -59 511.77 -59 501V20L-58.9932 19.4971C-58.7264 8.95996 -50.1014 0.500001 -39.5 0.5Z" fill="%234B1D3F" stroke="black"/></svg>') no-repeat top center;
    background-size: cover;
  }
}
footer {
  margin-bottom: 25px;
}
footer p {
  margin-top: 40px;
}

.sec1 {
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
}

.transition {
  transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}

.card {
  background-color: #fff;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 300px;
  border-radius: 15px;
}

.card:hover {
  height: 430px;
}

.card:hover .cta-container {
  display: inline;
  margin-top: 380px;
}

.card:hover h2 {
  background: #4A1F3D;
  color: #fff;
  margin-top: 100px;
  padding: 5px;
}

.card:hover .post-meta {
  margin-top: 150px;
}

.card:hover p {
  margin-top: 300px;
}

.card_circle {
  background-size: cover;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.card h2 {
  padding-top: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 200;
  margin-top: 150px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.post-meta {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-top: 180px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.post-meta span {
  display: block;
  margin: 5px 0;
}

.card p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 100%;
  margin-top: 240px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.cta-container {
  display: none;
  margin-top: 320px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.cta {
  border: 2px solid #4A1F3D;
  border-radius: 2px;
  color: #4A1F3D;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-out;
}

.cta:hover {
  background-color: #4A1F3D;
  color: #fff;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: start;
}

.card .c-post-meta {
  display: none;
}

.card:hover .c-post-meta {
  padding-top: 20px;
  display: block;
}

.post-category a {
  color: black;
  text-decoration: none;
}

form textarea {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 10px;
}
form input {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 5px;
}
form .submit {
  background-color: #4A1F3D;
  border-radius: 15px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
form .submit:hover {
  color: white;
  background-color: #622A53;
  transition: 0.5s;
}

.faq-section {
  width: 100%;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.faq-item {
  background: white;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  left: 20px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: white;
  color: #000;
  padding: 0 20px;
  line-height: 2;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-radius: 0 0 12px 12px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
  background-color: #4A1F3D;
  color: white;
}

.m-loan-box {
  margin-top: 80px;
  margin-bottom: 20px;
}
.m-loan-box .loan-box {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #ddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.m-loan-box .loan-box img {
  border-radius: 100px;
  margin-top: -70px;
  border: 10px solid #f1f1f1;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.m-loan-box .loan-box h3 {
  font-weight: bold;
  margin: 1rem 0;
}
.m-loan-box .loan-box p {
  flex-grow: 1;
  margin-bottom: 1rem;
}

.box {
  background-color: white;
  border-radius: 15px;
  padding: 10px;
}

.c-levels img {
  width: 40%;
  height: auto;
  border-radius: 100px;
}

.img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.connector-line {
  position: absolute;
  top: 110px;
  left: 15%;
  right: 15%;
  height: 4px;
  background-color: #4A1F3D;
  z-index: 1;
}

.c-levels {
  position: relative;
  z-index: 2;
}

.c-btn {
  background-color: #4A1F3D;
  border-radius: 15px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.c-btn:hover {
  color: white;
  background-color: #622A53;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .c-post-thumbnail {
    border-radius: 15px;
    width: 70%;
    margin-top: 30px;
  }
  .sec2-img {
    display: none;
  }
  .c-sec {
    margin-top: 50px;
  }
  .c-home-page {
    margin-left: 40px;
    margin-right: 40px;
  }
  .phone {
    display: none;
  }
  p {
    font-size: 1em;
    color: #444;
    margin-bottom: 1em;
    text-align: justify;
  }
  .m-loan-box {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .post-card-c .read-more {
    width: 30%;
    left: 10px;
  }
  .c-post-thumbnail {
    border-radius: 15px;
    width: 100%;
    margin-top: 15px;
  }
  .d-box {
    background-color: rgb(255, 247, 247);
    border-radius: 20px;
  }
  .latest-posts h2 {
    color: #4A1F3D;
    font-size: 20px;
    font-weight: bold;
  }
  .carousel-inner {
    padding: 20px 0;
  }
  .post-card {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  .post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .post-date {
    display: block;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  .post-card h3 {
    color: #4A1F3D;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .post-card p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .read-more {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4A1F3D;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
  }
  .read-more:hover {
    background-color: #6b2c57;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #4A1F3D;
    border-radius: 50%;
    padding: 5px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  }
  .sec2-img {
    margin-top: 70px;
    width: 100%;
  }
  .c-sec {
    margin-top: 50px;
  }
  .c-sec1 {
    margin-top: 20px;
  }
  .desktop {
    display: none;
  }
  .c-home-page {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sec1-img {
    height: 200px;
  }
  p {
    font-size: 14px;
    color: #444;
    margin-bottom: 1em;
    text-align: justify;
  }
  .c-sec1-img {
    overflow: hidden;
  }
}
.toc-container {
  position: sticky;
  top: 20px;
  margin: 20px auto;
  direction: rtl;
  text-align: right;
  width: 100%;
}

.toc-title {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  background-color: #4A1F3D;
  color: white;
  border-radius: 15px;
  margin-bottom: 10px;
}

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

.toc-list li {
  padding: 8px 0;
}

.toc-list a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.3s;
}

.toc-list a:hover {
  color: #4A1F3D;
}

.collapse.show {
  transition: all 0.3s ease-in-out;
}

.loan-menu li a {
  text-decoration: none;
  color: #000;
}

.latest-posts {
  padding: 0 1rem;
  direction: rtl;
}
.latest-posts h2 {
  color: #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.latest-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.latest-posts .post-card {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  height: 400px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.latest-posts .post-card:hover {
  transform: translateY(-5px);
}
.latest-posts .post-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.latest-posts .post-card .post-date {
  font-size: 0.8rem;
  color: #888;
  margin: 0.5rem;
}
.latest-posts .post-card h3 {
  font-size: 1.1rem;
  color: #333;
  margin: 0 0.5rem 0.5rem;
}
.latest-posts .post-card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0.5rem 1rem;
}
.latest-posts .post-card .read-more {
  text-decoration: none;
  background: #4A1F3D;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin: 0 0.5rem 0.5rem;
  display: inline-block;
  transition: background 0.3s ease;
  position: absolute;
  bottom: 10px;
}

.c-h2 {
  font-size: 1.5rem;
  color: #333;
  border-bottom: 2px solid #4A1F3D;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.tgju-copyright-fix,
.tgju-copyright {
  display: none !important;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.notfound .notfound-404 {
  position: absolute;
  left: 35%;
  top: 5%;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("assets/images/emoji.png");
  background-size: cover;
}

.notfound .notfound-404:before {
  content: "";
  position: absolute;
  transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}

.notfound h1 {
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

.notfound h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.notfound p {
  color: #999fa5;
  font-weight: 400;
}

.notfound a {
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    width: 110px;
    height: 110px;
  }
  .notfound {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
  }
}
h3 {
  font-size: 16px;
}

.entry-content img {
  border-radius: 20px;
}

h4 {
  font-size: 14px;
}

.wp-block-quote {
  border: 0;
  background-color: #ffe9fc;
  padding: 30px;
  border-radius: 20px;
  border-right: 10px solid #4A1F3D;
}

.wp-block-quote p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.wp-block-quote p a {
  font-size: 18px;
  font-weight: bold;
}

.wp-block-heading {
  margin-bottom: 12px;
}

.wp-block-image img {
  border-radius: 15px;
}

.author-share-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
}

.author-box {
  flex: 1 1 300px;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: var(--border-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.author-avatar {
  margin-bottom: 1rem;
}

.author-avatar img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.author-name {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

.author-description {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

.share-box {
  flex: 1 1 300px;
  padding: 1.5rem;
  background-color: #fff;
  border: var(--border-card);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.share-title {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

.share-desc {
  margin: 0.3rem 0 1rem;
  font-size: 0.9rem;
  color: #666;
}

.share-btn {
  border: var(--border-card);
  align-self: flex-end;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  background: var(--color-first);
  color: black;
  border: none;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.share-btn i {
  margin-left: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
