.agah-cp-layout,
.agah-cp-section,
.agah-cp-container {
  --agah-cp-primary: #A65A3A;
  --agah-cp-primary-dark: #8a492f;
  --agah-cp-secondary: #F6EFE7;
  --agah-cp-background: #FCFAF7;
  --agah-cp-white: #ffffff;
  --agah-cp-text: #2B211D;
  --agah-cp-text-light: #6f625b;
  --agah-cp-border: #e7ded8;
  --agah-cp-dark: #2b211d;
  --agah-cp-brown-section: #4e3427;
  --agah-cp-green: #8fa47a;
  --agah-cp-shadow-sm: 0 6px 20px rgba(43, 33, 29, 0.06);
  --agah-cp-shadow-md: 0 10px 30px rgba(43, 33, 29, 0.1);
  --agah-cp-radius-sm: 12px;
  --agah-cp-radius-md: 18px;
  --agah-cp-radius-lg: 28px;
  --agah-cp-container: 1200px;
}

.agah-cp-layout,
.agah-cp-section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--agah-cp-text);
  line-height: 1.7;
}

.agah-cp-layout *,
.agah-cp-layout *::before,
.agah-cp-layout *::after {
  box-sizing: border-box;
}

.agah-cp-layout {
  font-family: 'iransans', sans-serif;
  /*background: var(--agah-cp-background);*/
  direction: rtl;
  color: var(--agah-cp-text);
}

.agah-cp-layout h1,
.agah-cp-layout h2,
.agah-cp-layout h3,
.agah-cp-layout h4,
.agah-cp-layout h5,
.agah-cp-layout h6,
.agah-cp-section h1,
.agah-cp-section h2,
.agah-cp-section h3,
.agah-cp-section h4,
.agah-cp-section h5,
.agah-cp-section h6,
.agah-cp-section small,
.agah-cp-layout p,
.agah-cp-layout a,
.agah-cp-layout div {
  font-family: inherit;
}

.agah-cp-layout h1,
.agah-cp-layout h2,{
  font-family: 'gramophone', sans-serif;
  margin: 0;
}

.agah-cp-container {
  width: min(100% - 32px, var(--agah-cp-container));
  margin: 0 auto;
}

.agah-cp-section {
  padding: 80px 0;
}

.agah-cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'gramophone', sans-serif;
  line-height: 1.4;
  transition: 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  appearance: none;
  box-shadow: none;
}

.agah-cp-layout .agah-cp-btn,
.agah-cp-section .agah-cp-btn,
.agah-cp-layout button.agah-cp-btn,
.agah-cp-section button.agah-cp-btn {
  min-height: 0;
  text-decoration: none !important;
  outline: none;
}

.agah-cp-layout .agah-cp-btn:hover,
.agah-cp-section .agah-cp-btn:hover,
.agah-cp-layout .agah-cp-btn:focus,
.agah-cp-section .agah-cp-btn:focus,
.agah-cp-layout .agah-cp-btn:focus-visible,
.agah-cp-section .agah-cp-btn:focus-visible {
  text-decoration: none !important;
  outline: none;
  box-shadow: 0 0 0 4px rgba(166, 90, 58, 0.16);
}

.agah-cp-btn-primary {
  background: var(--agah-cp-primary) !important;
  color: var(--agah-cp-white) !important;
}

.agah-cp-btn-primary:hover,
.agah-cp-btn-primary:focus,
.agah-cp-btn-primary:focus-visible {
  background: var(--agah-cp-primary-dark) !important;
  color: var(--agah-cp-white) !important;
}

.agah-cp-btn-secondary {
  background: var(--agah-cp-white) !important;
  color: var(--agah-cp-text) !important;
  border-color: #d8cec7 !important;
}

.agah-cp-btn-secondary:hover,
.agah-cp-btn-secondary:focus,
.agah-cp-btn-secondary:focus-visible {
  background: #f8f5f2 !important;
  color: var(--agah-cp-text) !important;
  border-color: var(--agah-cp-primary) !important;
}

.agah-cp-btn-light {
  background: var(--agah-cp-white) !important;
  color: var(--agah-cp-primary) !important;
}

.agah-cp-btn-light:hover,
.agah-cp-btn-light:focus,
.agah-cp-btn-light:focus-visible {
  background: #f7f3f0 !important;
  color: var(--agah-cp-primary-dark) !important;
}

.agah-cp-btn-outline-light {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: var(--agah-cp-white) !important;
}

.agah-cp-btn-outline-light:hover,
.agah-cp-btn-outline-light:focus,
.agah-cp-btn-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--agah-cp-white) !important;
}

.agah-cp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--agah-cp-white);
  border: 1px solid #ead8cf;
  border-radius: 999px;
  color: var(--agah-cp-primary);
  font-size: 14px;
  font-weight: 700;
  box-shadow: var(--agah-cp-shadow-sm);
}

.agah-cp-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--agah-cp-primary);
}

.agah-cp-section-head {
  margin-bottom: 32px;
}

.agah-cp-eyebrow {
  color: var(--agah-cp-primary);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.agah-cp-section-head h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.agah-cp-section-head p {
  margin-top: 12px;
  font-weight: 600;
  color: var(--agah-cp-text-light);
  max-width: 720px;
  font-size: 14px;
}

.agah-cp-center {
  text-align: center;
}

/* Hero */
.agah-cp-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
  /*background: linear-gradient(to bottom, #F6EFE7 0%, #FCFAF7 60%);*/
}

.agah-cp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(166, 90, 58, 0.08) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.5;
}

.agah-cp-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 80px 0;
}

.agah-cp-hero-content h2 {
  margin: 24px 0 0;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 800;
}

.agah-cp-hero-content h2 span {
  color: var(--agah-cp-primary);
}

.agah-cp-hero-content p {
  margin-top: 24px;
  color: var(--agah-cp-text-light);
  font-size: 16px;
  font-weight: 600;
  max-width: 620px;
}

.agah-cp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.agah-cp-hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.agah-cp-feature-mini {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--agah-cp-border);
  border-radius: 18px;
  padding: 16px;
}

.agah-cp-feature-mini strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.agah-cp-feature-mini span {
  font-size: 12px;
  color: var(--agah-cp-text-light);
}

.agah-cp-featured-card {
  background: var(--agah-cp-white);
  border-radius: var(--agah-cp-radius-lg);
  overflow: hidden;
  border: 1px solid var(--agah-cp-border);
  box-shadow: var(--agah-cp-shadow-md);
  position: relative;
}

.agah-cp-featured-cover {
  height: 220px;
  background: linear-gradient(135deg, #d5b19f, #c78a6d, #8f4e33);
}

.agah-cp-featured-badges {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.agah-cp-pill {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.agah-cp-pill-white {
  background: rgba(255, 255, 255, 0.95);
  color: var(--agah-cp-primary);
}

.agah-cp-pill-dark {
  background: var(--agah-cp-dark);
  color: var(--agah-cp-white);
}

.agah-cp-featured-body {
  padding: 28px;
}

.agah-cp-featured-body small {
  color: var(--agah-cp-primary);
  font-weight: 800;
}

.agah-cp-featured-body h3 {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.4;
}

.agah-cp-featured-body p {
  margin-top: 16px;
  color: var(--agah-cp-text-light);
}

.agah-cp-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.agah-cp-meta-item {
  padding: 10px 14px;
  background: #f2ece8;
  border-radius: 12px;
  font-size: 13px;
  color: #5f534c;
}

.agah-cp-featured-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.agah-cp-price-label {
  font-size: 12px;
  color: var(--agah-cp-text-light);
}

.agah-cp-price-value {
  font-size: 28px;
  font-weight: 800;
}

/* Benefits */
.agah-cp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.agah-cp-benefit-card {
  background: var(--agah-cp-white);
  border: 1px solid var(--agah-cp-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--agah-cp-shadow-sm);
  min-height: 100%;
}

.agah-cp-benefit-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.agah-cp-benefit-card p {
  margin-top: 10px;
  color: var(--agah-cp-text-light);
  font-size: 14px;
}

/* Courses */
.agah-cp-courses-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 40px;
}

.agah-cp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agah-cp-filter-btn {
  border: 1px solid #d8cec7;
  background: var(--agah-cp-white);
  color: #5d524c;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'gramophone', sans-serif;
  cursor: pointer;
  appearance: none;
  line-height: 1.4;
  transition: 0.2s ease;
}

.agah-cp-layout .agah-cp-filter-btn:hover,
.agah-cp-section .agah-cp-filter-btn:hover,
.agah-cp-layout .agah-cp-filter-btn:focus,
.agah-cp-section .agah-cp-filter-btn:focus,
.agah-cp-layout .agah-cp-filter-btn:focus-visible {
  background: #f8f5f2 !important;
  color: var(--agah-cp-primary) !important;
  border-color: var(--agah-cp-primary) !important;
  box-shadow: 0 0 0 4px rgba(166, 90, 58, 0.12) !important;
  outline: none !important;
}

.agah-cp-filter-btn.active,
.agah-cp-filter-btn.active:hover,
.agah-cp-filter-btn.active:focus,
.agah-cp-filter-btn.active:focus-visible {
  background: var(--agah-cp-primary) !important;
  color: var(--agah-cp-white) !important;
  border-color: var(--agah-cp-primary) !important;
}

.agah-cp-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  transition: opacity 0.2s ease;
}

.agah-cp-courses-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.agah-cp-courses-grid.has-error {
  opacity: 1;
}

.agah-cp-course-card-item {
  display: flex;
}

.agah-cp-course-card-item .aac-wrapper {
  width: 100%;
}

.agah-cp-course-card-item .aac-card {
  height: 100%;
}

.agah-cp-course-card {
  background: var(--agah-cp-white);
  border: 1px solid var(--agah-cp-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--agah-cp-shadow-sm);
  transition: 0.25s ease;
}

.agah-cp-course-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--agah-cp-shadow-md);
}

.agah-cp-course-cover {
  height: 210px;
  position: relative;
}

.agah-cp-cover-1 {
  background: linear-gradient(135deg, #e7d5c8, #c48867);
}

.agah-cp-cover-2 {
  background: linear-gradient(135deg, #d8e0cd, #8fa47a);
}

.agah-cp-cover-3 {
  background: linear-gradient(135deg, #efe2d7, #d8b59d);
}

.agah-cp-course-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: var(--agah-cp-white);
  color: var(--agah-cp-primary);
}

.agah-cp-course-badge.agah-cp-dark {
  background: var(--agah-cp-dark);
  color: var(--agah-cp-white);
}

.agah-cp-course-body {
  padding: 24px;
}

.agah-cp-course-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}

.agah-cp-course-card-fallback {
  background: var(--agah-cp-white);
  border: 1px solid var(--agah-cp-border);
  border-radius: 24px;
  padding: 24px;
  min-height: 100%;
}

.agah-cp-teacher {
  margin-top: 8px;
  font-size: 14px;
  color: var(--agah-cp-text-light);
}

.agah-cp-course-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.agah-cp-course-price {
  font-size: 24px;
  font-weight: 800;
}

/* Path */
.agah-cp-path-section {
  background: var(--agah-cp-secondary);
}

.agah-cp-path-section .agah-cp-eyebrow {
  color: var(--agah-cp-primary);
}

.agah-cp-path-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.agah-cp-path-card {
  background: var(--agah-cp-white);
  border: 1px solid var(--agah-cp-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--agah-cp-shadow-sm);
  transition: all 0.3s ease;
  cursor: default;
}

.agah-cp-path-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--agah-cp-shadow-md);
  border-color: var(--agah-cp-primary);
}

.agah-cp-path-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--agah-cp-primary);
}

.agah-cp-path-card h3 {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.agah-cp-path-card p {
  margin-top: 10px;
  font-size: 14px;
  color: var(--agah-cp-text-light);
  font-family:'iransans' !important;
}

/* Stats */
.agah-cp-stats-box {
  background: var(--agah-cp-white);
  border: 1px solid var(--agah-cp-border);
  border-radius: 32px;
  padding: 40px;
  box-shadow: var(--agah-cp-shadow-sm);
}

.agah-cp-stats-grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.agah-cp-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.agah-cp-stat-card {
  background: var(--agah-cp-secondary);
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  min-height: 100%;
  transition: all 0.3s ease;
  cursor: default;
  border: 1px solid transparent;
}

.agah-cp-stat-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--agah-cp-shadow-md);
  border-color: var(--agah-cp-primary);
  background: var(--agah-cp-white);
}

.agah-cp-stat-value {
  font-size: 34px;
  font-weight: 800;
  color: var(--agah-cp-primary);
  transition: color 0.3s ease;
}

.agah-cp-stat-card:hover .agah-cp-stat-value {
  color: var(--agah-cp-primary-dark);
}

.agah-cp-stat-label {
  margin-top: 8px;
  color: #5e534d;
  font-weight: 600;
  color: var(--agah-cp-primary);
}

.agah-cp-stat-label {
  margin-top: 8px;
  color: #5e534d;
  font-weight: 600;
}

/* Testimonials */
.agah-cp-testimonials {
  background: var(--agah-cp-brown-section);
  color: var(--agah-cp-white);
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
}

.agah-cp-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.35;
}

.agah-cp-testimonials .agah-cp-container {
  position: relative;
}

.agah-cp-testimonials .agah-cp-eyebrow {
  color: #f2c3ab;
}

.agah-cp-testimonials .agah-cp-section-head p {
  color: #e3d8d2;
}

.agah-cp-reviews-carousel {
  margin-top: 48px;
}

.agah-cp-testimonials-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 4px 18px;
}

.agah-cp-testimonials-grid::-webkit-scrollbar {
  display: none;
}

.agah-cp-testimonial-card {
  background: var(--agah-cp-white);
  color: var(--agah-cp-text);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--agah-cp-shadow-md);
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  min-width: 300px;
}

.agah-cp-testimonial-card p {
  margin: 0 0 auto;
  color: #5f544d;
  line-height: 2;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.agah-cp-testimonial-user {
  flex-shrink: 0;
}

.agah-cp-testimonial-user strong {
  display: block;
  font-size: 16px;
  font-family: 'iransans', sans-serif;
}

.agah-cp-testimonial-user span {
  font-size: 14px;
  color: var(--agah-cp-text-light);
}

.agah-cp-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.agah-cp-carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--agah-cp-white) !important;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  transition: 0.2s ease;
}

.agah-cp-carousel-btn:hover,
.agah-cp-carousel-btn:focus,
.agah-cp-carousel-btn:focus-visible {
  background: var(--agah-cp-white) !important;
  color: var(--agah-cp-primary) !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14) !important;
}

/* CTA */
.agah-cp-cta-box {
  background: linear-gradient(to left, var(--agah-cp-primary), var(--agah-cp-primary-dark));
  color: var(--agah-cp-white);
  border-radius: 32px;
  padding: 56px 32px;
  text-align: center;
  box-shadow: var(--agah-cp-shadow-md);
}

.agah-cp-cta-box h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.agah-cp-cta-box p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #f8efea;
}

.agah-cp-cta-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.agah-cp-path-card h3,
.agah-cp-benefit-card h3,
.agah-cp-section-head h2,
.agah-cp-hero-content h2,
.agah-cp-featured-body h3,
.agah-cp-course-body h3,
.agah-cp-path-card h3,
.agah-cp-cta-box h2 {
  font-family: 'gramophone', sans-serif;
  margin: 16px 0;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1100px) {
  .agah-cp-hero-inner,
  .agah-cp-stats-grid-wrap {
    grid-template-columns: 1fr;
  }

  .agah-cp-hero-content h2 {
    font-size: 46px;
  }

  .agah-cp-benefits-grid,
  .agah-cp-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agah-cp-testimonial-card {
    flex: 0 0 calc((100% - 24px) / 2);
    min-width: 280px;
  }

  .agah-cp-benefit-card,
  .agah-cp-stat-card {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .agah-cp-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agah-cp-courses-top {
    flex-direction: column;
    align-items: start;
  }

  .agah-cp-hero-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .agah-cp-section {
    padding: 32px 0;
    margin-bottom: 32px;
  }

  .agah-cp-hero-inner {
    padding: 56px 0;
  }

  .agah-cp-hero-content h2 {
    font-size: 36px;
  }

  .agah-cp-hero-content p {
    font-size: 16px;
  }

  .agah-cp-section-head h2,
  .agah-cp-cta-box h2 {
    font-size: 24px;
    font-weight: 800;
  }

  .agah-cp-benefits-grid,
  .agah-cp-courses-grid,
  .agah-cp-path-grid,
  .agah-cp-hero-features {
    grid-template-columns: 1fr;
  }

  .agah-cp-testimonial-card {
    flex: 0 0 calc(100% - 8px);
    min-width: 260px;
  }

  .agah-cp-carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .agah-cp-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agah-cp-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .agah-cp-benefits-grid {
    gap: 12px;
  }

  .agah-cp-benefit-card,
  .agah-cp-stat-card {
    border-radius: 18px;
    padding: 16px;
    aspect-ratio: 1 / 1;
  }

  .agah-cp-benefit-card h3 {
    font-size: 16px;
  }

  .agah-cp-benefit-card p {
    font-size: 12px;
    line-height: 1.7;
  }

  .agah-cp-stat-value {
    font-size: 26px;
  }

  .agah-cp-stat-label {
    font-size: 12px;
  }

  .agah-cp-testimonial-card {
    flex-basis: 100%;
  }

  .agah-cp-featured-footer,
  .agah-cp-course-footer {
    flex-direction: column;
    align-items: start;
  }

  .agah-cp-stats-box,
  .agah-cp-cta-box {
    padding: 28px;
  }

  .agah-cp-featured-body h3 {
    font-size: 24px;
  }

  .agah-cp-course-body h3 {
    font-size: 20px;
  }
}
html {
  scroll-behavior: smooth !important;
}
@media (max-width: 768px) {
  .agah-cp-hero-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
  }
}

  .agah-cp-testimonials{
    margin: 80px 0 ;
}

 .agah-cp-hero {
   direction: rtl; /* برای راست‌چین بودن */
 }

.agah-cp-hero-inner {
  background-color: white;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.agah-cp-hero-content {
  flex: 1;
  text-align: right;
}
.agah-cp-badge {
  background-color: #222;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
}
.agah-cp-hero-title {
  font-size: 28px;
  margin-bottom: 16px;
  color: #222;
}
.agah-cp-hero-desc {
  color: #666;
  margin-bottom: 24px;
  line-height: 1.8;
}
.agah-cp-hero-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #777;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.agah-cp-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.agah-cp-featured-card-wrapper {
  flex: 1;
  background-color: transparent;
  border-radius: 12px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.agah-cp-featured-card-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --- کدهای ریسپانسیو (برای موبایل و تبلت) --- */
@media (max-width: 768px) {
  .agah-cp-hero-inner {
    padding: 20px;
    flex-flow: column-reverse !important;
  }
  .agah-cp-hero-title {
    font-size: 22px;
  }
  .agah-cp-featured-card-wrapper {
    min-height: 200px;
  }
  .agah-cp-hero-actions {
  }

}
.agah-cp-hero .aac-card:hover{
  transform: none;
  box-shadow: none;
  border-color: none;
}
.agah-cp-testimonial-user{
    margin-top:16px;
    font-family:'iransans' !important;
}
@media(max-width:768px){
    .agah-cp-hero-actions a{
    width:100% !important;
}
}