/* home page */

.seo48-man {
  margin-top: 50px;
}

.seo48-about-modern {
  background: #fff;
  text-align: center;
  padding: 100px 30px;
}

.seo48-about-title {
  font-size: 38px;
  font-weight: 900;
  color: #000;
  margin-bottom: 25px;
}

.seo48-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #008b8b;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}

.seo48-highlight {
  color: #008b8b;
  font-weight: 900;
}

.seo48-about-desc {
  font-size: 18px;
  color: #444;
  line-height: 2;
  max-width: 750px;
  margin: 0 auto 60px auto;
}

/* مستطیل‌های زیر متن */
.seo48-about-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 60px auto;
}

.seo48-about-box {
  background: #f9f9f9;
  padding: 40px 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-top: 4px solid #008b8b;
}

.seo48-about-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.seo48-about-box h3 {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 12px;
}

.seo48-about-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
}

/* دکمه پایین */
.seo48-about-btn {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #000, #008b8b);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.seo48-about-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* واکنش‌گرا */
@media (max-width: 700px) {
  .seo48-about-title {
    font-size: 28px;
  }

  .seo48-about-desc {
    font-size: 16px;
  }

  .seo48-about-box {
    padding: 30px 20px;
  }
}














.seo48-hero {
  direction: rtl;
  background: linear-gradient(to bottom, #ffffff, #f8f8f8);
  padding: 80px 0;
  overflow: hidden;
}

.seo48-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  padding: 0 30px;
}

/* ستون سمت چپ */
.seo48-left {
  flex: 1;
  position: relative;
  min-height: 400px;
  text-align: center;
}

.seo48-images img {
  width: 100%;
  max-width: 420px;
}

/* ستون راست */
.seo48-right {
  flex: 1;
  text-align: right;
}

/* متن بالا */
.seo48-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #555;
  margin-bottom: 20px;
}

/* عنوان اصلی */
.seo48-title {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
}

.seo48-black {
  color: #000000;
}

.seo48-green {
  color: #008b8b;
  /* رنگ اصلی لوگو SEO48 */
}

/* توضیحات */
.seo48-text {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* دکمه تماس */
.seo48-button {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #000000, #008b8b);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.seo48-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* واکنش‌گرا */
@media (max-width: 900px) {
  .seo48-container {
    flex-direction: column;
    text-align: center;
  }

  .seo48-right {
    text-align: center;
  }

  .seo48-title {
    font-size: 58px;
  }

  .seo48-subtitle {
    font-size: 22px;
  }

  .seo48-text {
    font-size: 18px;
  }
}



.seo48-services {
  padding: 100px 0;
  text-align: center;
}

.seo48-services-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.seo48-services-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  margin-bottom: 15px;
}

.seo48-services-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 60px;
  line-height: 1.8;
}

.seo48-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

/* باکس هر سرویس */
.seo48-service-box {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.seo48-service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* دایره آیکون */
.seo48-service-icon-circle {
  width: 90px;
  height: 90px;
  background: #008b8b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin: 0 auto 25px auto;
  transition: all 0.3s ease;
}

.seo48-service-box:hover .seo48-service-icon-circle {
  background: #000;
  transform: scale(1.05);
}

.seo48-service-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000;
}

.seo48-service-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
}

/* واکنش‌گرا */
@media (max-width: 600px) {
  .seo48-services-title {
    font-size: 28px;
  }

  .seo48-service-box {
    padding: 40px 20px;
  }

  .seo48-service-title {
    font-size: 20px;
  }

  .seo48-service-icon-circle {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }
}



.seo48-section {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.seo48-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  padding: 0 30px;
}

/* ستون تصویر (سمت راست) */
.seo48-image-box {
  flex: 1;
  text-align: center;
}

.seo48-image {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.seo48-image:hover {
  transform: scale(1.03);
}

/* ستون متن (سمت چپ) */
.seo48-text-box {
  flex: 1;
  text-align: right;
}

.seo48-title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}

.seo48-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #008b8b;
  /* فیروزه‌ای برند */
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}

.seo48-highlight {
  color: #008b8b;
  font-weight: 900;
}

.seo48-brand {
  color: #000;
  font-weight: 900;
}

.seo48-desc {
  font-size: 18px;
  line-height: 2;
  color: #333;
  max-width: 600px;
  margin-bottom: 40px;
}

.seo48-button {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #000000, #008b8b);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.seo48-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* دکمه تماس ثابت پایین صفحه */
.seo48-call-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: #008b8b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 14px 28px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 139, 139, 0.4);
  transition: all 0.3s ease;
  z-index: 999;
}

.seo48-call-btn:hover {
  background: #006d6d;
  transform: scale(1.05);
}

/* واکنش‌گرا */
@media (max-width: 900px) {
  .seo48-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .seo48-text-box {
    text-align: center;
  }

  .seo48-title {
    font-size: 28px;
  }

  .seo48-desc {
    font-size: 16px;
  }

  .seo48-image {
    max-width: 320px;
  }
}










/* single */
.single-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 40px 20px;
  direction: rtl;
  box-sizing: border-box;
}

/* ستون محتوا (پست) */
.site-main.single-post {
  flex: 1 1 70%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ستون سایدبار */
#secondary,
.widget-area,
aside.sidebar {
  flex: 1 1 28%;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: fit-content;
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .single-container {
    flex-direction: column;
  }

  .site-main.single-post,
  #secondary,
  .widget-area {
    flex: 1 1 100%;
  }
}

/* single */