.elementor-8368 .elementor-element.elementor-element-f9862f7 > .elementor-widget-container{border-style:solid;border-width:2px 2px 2px 2px;border-color:#817634;border-radius:4px 4px 4px 4px;}.elementor-8368 .elementor-element.elementor-element-e25c1a0{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-8368 .elementor-element.elementor-element-e25c1a0:after{content:"0.66";}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-post__thumbnail__link{width:100%;}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-post__meta-data span + span:before{content:"•";}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-post__text{margin-top:20px;}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-post__badge{right:0;}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-post__card .elementor-post__badge{margin:20px;}.elementor-8368 .elementor-element.elementor-element-4237127 img{border-style:solid;border-width:3px 3px 3px 3px;border-color:#817634;border-radius:10px 10px 10px 10px;}@media(max-width:767px){.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-8368 .elementor-element.elementor-element-e25c1a0:after{content:"0.5";}.elementor-8368 .elementor-element.elementor-element-e25c1a0 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-f9862f7 *//* ===== AK HERO SECTION ===== */
.ak-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffdf8;
  padding: 80px 20px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'Verdana', sans-serif;
}

/* افکت‌های نوری پس‌زمینه */
.ak-hero__glow-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(129, 118, 52, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ak-hero__glow-2 {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(129, 118, 52, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ak-hero__container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.ak-hero__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* نشان مرجع تخصصی */
.ak-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(129, 118, 52, 0.08);
  border: 1px solid rgba(129, 118, 52, 0.15);
  color: #6f6530;
  padding: 8px 18px;
  border-radius: 99px;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(129, 118, 52, 0.03);
}

/* تیتر هیرو */
.ak-hero__title {
  font-size: 42px;
  font-weight: 950;
  line-height: 1.5;
  color: #3f3a2b;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.ak-hero__title-accent {
  display: block;
  color: #817634;
  background: linear-gradient(120deg, #817634 0%, #a39a4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4px;
}

/* توضیحات */
.ak-hero__description {
  font-size: 15.5px;
  line-height: 2.1;
  color: rgba(63, 58, 43, 0.8);
  max-width: 720px;
  margin: 0 0 36px 0;
}

/* فرم جستجو هوشمند */
.ak-hero__form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  border: 1.5px solid rgba(129, 118, 52, 0.22);
  padding: 8px 8px 8px 12px;
  border-radius: 99px;
  box-shadow: 0 12px 36px rgba(129, 118, 52, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 36px;
}

.ak-hero__form:focus-within {
  border-color: #817634;
  box-shadow: 0 12px 40px rgba(129, 118, 52, 0.12);
  transform: translateY(-2px);
}

.ak-hero__form input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 16px;
  font-size: 14px;
  font-family: inherit;
  color: #3f3a2b;
  outline: none;
}

.ak-hero__form input[type="search"]::placeholder {
  color: rgba(63, 58, 43, 0.5);
}

.ak-hero__form button {
  background: linear-gradient(135deg, #817634 0%, #6f6530 100%);
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(129, 118, 52, 0.2);
}

.ak-hero__form button svg {
  width: 16px;
  height: 16px;
}

.ak-hero__form button:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(129, 118, 52, 0.3);
}

/* ===== بخش دکمه‌های بازطراحی شده و جذاب (CTA Buttons) ===== */
.ak-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ak-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 99px;
  font-size: 15px;
  font-weight: 800;
  font-family: inherit;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* دکمه اصلی: ثبت رایگان کسب‌وکار (پررنگ و با کنتراست بسیار بالا) */
.ak-hero__btn--solid {
  background: linear-gradient(135deg, #817634 0%, #6f6530 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 25px rgba(129, 118, 52, 0.35);
  position: relative;
  overflow: hidden;
}

.ak-hero__btn--solid::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.6s ease;
}

.ak-hero__btn--solid:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(129, 118, 52, 0.45);
}

.ak-hero__btn--solid:hover::before {
  left: 100%;
}

/* دکمه ثانویه: مشاهده مجله عروسکده */
.ak-hero__btn--outline {
  background: rgba(255, 255, 255, 0.6);
  color: #817634;
  border: 2px solid #817634;
  box-shadow: 0 4px 15px rgba(129, 118, 52, 0.05);
  backdrop-filter: blur(4px);
}

.ak-hero__btn--outline:hover {
  background: rgba(129, 118, 52, 0.08);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(129, 118, 52, 0.15);
}

/* ===== Responsive Setup ===== */
@media (max-width: 768px) {
  .ak-hero {
    min-height: auto;
    padding: 60px 16px;
  }
  
  .ak-hero__title {
    font-size: 28px;
  }
  
  .ak-hero__description {
    font-size: 13.5px;
    margin-bottom: 28px;
  }

  .ak-hero__form {
    padding: 6px;
    border-radius: 28px;
    flex-direction: column;
    background: transparent;
    border: none;
    box-shadow: none;
    gap: 12px;
  }

  .ak-hero__form input[type="search"] {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid rgba(129, 118, 52, 0.22);
    border-radius: 99px;
    padding: 14px 20px;
    text-align: center;
  }

  .ak-hero__form button {
    width: 100%;
    justify-content: center;
    padding: 14px;
  }

  .ak-hero__actions {
    width: 100%;
    flex-direction: column; /* تغییر جهت چیدمان در موبایل برای بهبود تجربه کاربری */
    gap: 12px;
  }

  .ak-hero__btn {
    width: 100%;
    padding: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1eb3c4c *//* ===== AK FEATURED CATEGORIES ===== */
.ak-categories {
  width: 100%;
  padding: 80px 20px;
  background-color: #fffdf8; /* هماهنگ با پس‌زمینه هیرو */
  font-family: 'Verdana', sans-serif;
  box-sizing: border-box;
}

.ak-categories__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* هدر بخش دسته‌بندی‌ها */
.ak-categories__header {
  text-align: center;
  margin-bottom: 50px;
}

.ak-categories__subtitle {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #817634;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.ak-categories__title {
  font-size: 32px;
  font-weight: 900;
  color: #3f3a2b;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.ak-categories__divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #817634, transparent);
  margin: 0 auto;
}

/* گرید بندی انعطاف‌پذیر */
.ak-categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* کارت‌های دسته بندی */
.ak-categories__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 25px;
  background: #ffffff;
  border: 1px solid rgba(129, 118, 52, 0.12);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 8px 24px rgba(129, 118, 52, 0.03);
  text-align: center;
}

.ak-categories__icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(129, 118, 52, 0.05);
  color: #817634;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.ak-categories__card-title {
  font-size: 17px;
  font-weight: 800;
  color: #3f3a2b;
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
}

.ak-categories__card-count {
  font-size: 12.5px;
  color: rgba(63, 58, 43, 0.6);
  font-weight: 500;
}

/* استایل‌های تعاملی هاور دسکتاپ */
.ak-categories__card:hover {
  transform: translateY(-8px);
  border-color: #817634;
  box-shadow: 0 16px 32px rgba(129, 118, 52, 0.1);
  background: #ffffff;
}

.ak-categories__card:hover .ak-categories__icon-wrapper {
  background: #817634;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(129, 118, 52, 0.25);
}

.ak-categories__card:hover .ak-categories__card-title {
  color: #817634;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .ak-categories {
    padding: 60px 16px;
  }

  .ak-categories__header {
    margin-bottom: 35px;
  }

  .ak-categories__title {
    font-size: 24px;
  }

  .ak-categories__grid {
    grid-template-columns: repeat(2, 1fr); /* نمایش ۲ ستونه در موبایل */
    gap: 12px;
  }

  .ak-categories__card {
    padding: 24px 15px;
    border-radius: 16px;
  }

  .ak-categories__icon-wrapper {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  
  .ak-categories__icon-wrapper svg {
    width: 24px;
    height: 24px;
  }

  .ak-categories__card-title {
    font-size: 14.5px;
  }

  .ak-categories__card-count {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd72aaa *//*========================================
      AROOSKADE BLOG HERO
========================================*/

.blog-intro{

    width:100%;
    max-width:1450px;

    margin:80px auto;

    padding:70px;

    background:#ffffff;

    border-radius:30px;

    position:relative;

    overflow:hidden;

    border:1px solid #ece6cf;

    box-shadow:
        0 18px 45px rgba(0,0,0,.06);

    text-align:center;

    font-family:Verdana,Geneva,sans-serif;

}

/* نور طلایی */

.blog-intro::before{

content:"";

position:absolute;

top:-120px;

left:-120px;

width:320px;

height:320px;

background:radial-gradient(circle,#81763420,transparent 70%);

}

.blog-intro::after{

content:"";

position:absolute;

bottom:-150px;

right:-120px;

width:350px;

height:350px;

background:radial-gradient(circle,#81763415,transparent 70%);

}

/* Badge */

.blog-badge{

display:inline-block;

padding:12px 24px;

background:#f8f5eb;

color:#817634;

font-size:15px;

font-weight:bold;

border-radius:50px;

margin-bottom:25px;

letter-spacing:.5px;

}

/* عنوان */

.blog-intro h2{

font-size:52px;

font-weight:bold;

color:#222;

margin-bottom:20px;

line-height:1.4;

}

.blog-intro h2 span{

color:#817634;

}

/* متن */

.blog-intro p{

max-width:900px;

margin:auto;

font-size:19px;

line-height:2.1;

color:#666;

}

/* دکمه */

.blog-button{

display:inline-flex;

align-items:center;

gap:12px;

margin-top:45px;

padding:18px 38px;

background:linear-gradient(135deg,#817634,#a09345);

border-radius:60px;

color:#fff;

text-decoration:none;

font-size:17px;

font-weight:bold;

transition:.35s;

box-shadow:

0 15px 35px rgba(129,118,52,.30);

}

.blog-button:hover{

transform:translateY(-5px);

box-shadow:

0 22px 45px rgba(129,118,52,.40);

}

.blog-button::before{

content:"📖";

font-size:22px;

}

/* Responsive */

@media(max-width:768px){

.blog-intro{

padding:40px 25px;

}

.blog-intro h2{

font-size:34px;

}

.blog-intro p{

font-size:16px;

}

}/* End custom CSS */