.seo-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  background-color: #fff; /* یا هر رنگ بک‌گراند بدنه‌ات */
  direction: rtl;
}

.seo-service-box {
  background: linear-gradient(135deg, #2c3e50 0%, #2c4356 100%);
  border-radius: 16px;
  padding: 25px 15px;
  width: 20%; /* برای چهار تا کنار هم بدون فاصله */
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 20px;
}

.seo-service-box:hover {
  box-shadow: 0 0 10px rgba(221, 204, 184, 0.4);
  transform: translateY(-5px);
}

.seo-service-box .icon {
  margin-bottom: 15px;
}

.seo-service-box svg {
  width: 55px;
  height: 55px;
  fill: #ddccb8;
}

.seo-service-box h3 {
color:#ffffff;
  margin-bottom: 8px;
}

.seo-service-box p {color:#ffffff;
  opacity: 0.8;
}

/* واکنش‌گرا: ۲تایی در موبایل */
@media (max-width: 768px) {
  .seo-service-box {
    width: 42%;
  }
}

@media (max-width: 480px) {
  .seo-service-box {
    width: 48%;
  }
}

















/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Banner styles */
.cta-banner {
    width: 1200px;
    margin: 20px auto;
    background: linear-gradient(135deg, #2c3e50 0%, #2c4356 100%); /* گرادیانت از خاکستری تیره به آبی */
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Content inside the banner */
.cta-content {
    color: #ddccb8; /* رنگ متن */
    
}

.cta-content .cta-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.cta-content p {
     color:#ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background-color: #ddccb8; /* رنگ دکمه */
    color: #2c3e50; /* رنگ متن دکمه */
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
    background-color: #c7b69e; /* رنگ دکمه هنگام هاور (کمی تیره‌تر) */
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .cta-banner {
        width: 90%;
        padding: 20px;
    }

    .cta-content .cta-title {
        font-size: 24px;
    }

    .cta-content p {
        color:#ffffff;
    }

    .cta-button {
        padding: 10px 25px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .cta-banner {
        padding: 15px;
    }

    .cta-content .cta-title {
        font-size: 20px;
    }

    .cta-content p {
        font-size: 13px;
    }

    .cta-button {
        padding: 8px 20px;
        font-size: 14px;
    }
}




































/* CSS استایل خفن */
.seo-hero {border-radius: 16px;
  position: relative;
  background: linear-gradient(135deg, #2c3e50 0%, #2c4356 100%);
  color: white;
  padding: 5rem 2rem;
  overflow: hidden;
}

.seo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  opacity: 0.03;
  z-index: 1;
}

.seo-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 3rem;
  flex-wrap: wrap;
}

.seo-text {
  flex: 1;
  max-width: 600px;
  animation: fadeInRight 1s ease-out;
}

.seo-text h1 {
  font-size: 2.8rem;
  color: #00d084; /* سبز واتساپ */
  margin-bottom: 1rem;
}

.seo-text p {
  font-size: 1.2rem;
  line-height: 2.1;
  margin-bottom: 1rem;
  color: #f1f1f1;
}

.seo-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #00d084;
  color: #031f2e;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.seo-btn:hover {
  background: #00b670;
  transform: scale(1.05);
}

.seo-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease;
}

/* انیمیشن‌ها */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}














































.upseo-services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.upseo-service-box {
  flex: 1 1 300px;
  max-width: 400px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.upseo-box-dark {
  background:linear-gradient(135deg, #2c3e50 0%, #2c4356 100%);
  color: #fff;
}

.upseo-box-cream {
  background-color: #e4d2be;
  color: #062c38;
}

.upseo-box-light {
  background-color: #f7f6f2;
  color: #062c38;
}

.upseo-service-box h3 {
  font-size: 34px;
  margin: 16px 0;
  font-weight: bold;
  text-align: center;
}

.upseo-icon-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: auto;
  display: block;
}
.upseo-service-box.upseo-box-dark p {
  color: #FFF;
}
.upseo-service-box.upseo-box-dark h3 {
  color: #FFF;
}

@media (max-width: 768px) {
  .upseo-service-box {
    flex: 1 1 100%;
  }
}













.upseo-box-blue {
  background-color: #1e3a8a; /* آبی حرفه‌ای */
  color: #fff;
}

.upseo-box-green {
  background-color: #d1fae5; /* سبز ملایم */
  color: #065f46;
}

.upseo-box-gold {
  background-color: #fff7e6; /* طلایی روشن */
  color: #7a4f01;
}

.upseo-service-box.upseo-box-blue p,
.upseo-service-box.upseo-box-blue h3 {
  color: #fff;
}

.upseo-service-box ul {
  list-style-type: disc;
  padding-right: 20px;
  margin: 16px 0;
}

.upseo-service-box ul li {list-style: none;
  margin-bottom: 8px;
}


.upseo-plan-price {
  font-size: 20px;
  font-weight: bold;
  color: #0c4a6e; /* رنگی جذاب و خوانا، قابل تغییر */
  margin-top: 16px;
  text-align: center;
}
.upseo-plan-price.white {
  color: #fff;
}

.upseo-pricing-wrapper {
  padding: 40px 0px;
  text-align: center;
}

.upseo-pricing-intro h2 {
  font-size: 36px;
  color: #1d2c3c;
  margin-bottom: 10px;
  text-align: center;
}

.upseo-pricing-intro p {
  color: #4b5563;
  margin-bottom: 40px;
  text-align: center;
}






















.upseo-projects-wrapper {
  background-color: #f8f5f1;
  padding: 48px 24px;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1200px;
}

.upseo-projects-title {
  text-align: center;
  font-size: 32px;
  color: #283444;
  font-weight: bold;
  margin-bottom: 8px;
}

.upseo-projects-subtitle {
  text-align: center;
  color: #283444;
  font-size: 16px;
  margin-bottom: 32px;
}

.upseo-project-card {
  background-color: #fff;
  border: 1px solid #ddccb8;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.project-info {
  flex: 1 1 300px;
  padding: 24px;
  color: #283444;
}

.project-info h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #283444;
}

.project-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-info li {
  margin-bottom: 8px;
  font-size: 15px;
}

.project-info li strong {
  color: #ddccb8;
  font-weight: bold;
}

.project-image {
  flex: 1 1 300px;
  background-color: #f8f5f1;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}

.upseo-cta {
  text-align: center;
  font-size: 16px;
  color: #283444;
  margin-top: 24px;
  font-weight: 500;
}



