/* =========================================================
   Moadah — Modern Classic (Construction Theme 1) — Full site
   ========================================================= */
body.theme-1-modern {
  --moadah-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --moadah-primary: #0d9488;
  --moadah-primary-hover: #0f766e;
  --moadah-text: #1a1a1a;
  --moadah-text-muted: #4a4a4a;
  --moadah-muted: #737373;
  --moadah-bg: #ffffff;
  --moadah-bg-soft: #f8fafb;
  --moadah-border: rgba(0,0,0,0.08);
  --moadah-radius: 12px;
  --moadah-radius-sm: 8px;
  --moadah-shadow: 0 4px 20px rgba(0,0,0,0.06);
  --moadah-shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  font-family: var(--moadah-font);
  color: var(--moadah-text);
}

/* ---- Section titles (shared) ---- */
body.theme-1-modern .section-title .sub-title {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--moadah-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
body.theme-1-modern .section-title h2 {
  font-family: var(--moadah-font);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--moadah-text);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
body.theme-1-modern .section-title p {
  color: var(--moadah-text-muted);
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-top: 0.75rem;
}

/* ---- About ---- */
body.theme-1-modern .about-area {
  background: var(--moadah-bg);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.theme-1-modern .about-img-one {
  border-radius: var(--moadah-radius);
  box-shadow: var(--moadah-shadow);
  overflow: hidden;
}
body.theme-1-modern .about-content-box-one .main-btn,
body.theme-1-modern .main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  background: var(--moadah-primary);
  border: none;
  border-radius: var(--moadah-radius-sm);
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(13,148,136,0.3);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
body.theme-1-modern .main-btn:hover {
  background: var(--moadah-primary-hover);
  color: #fff;
  box-shadow: 0 4px 16px rgba(13,148,136,0.35);
}
body.theme-1-modern .about-content-box-one p {
  color: var(--moadah-text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}

/* ---- Working process ---- */
body.theme-1-modern .working-process {
  background: var(--moadah-bg-soft) !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.theme-1-modern .process-item-one {
  background: var(--moadah-bg);
  border-radius: var(--moadah-radius);
  padding: 2rem 1.5rem;
  box-shadow: var(--moadah-shadow-sm);
  border: 1px solid var(--moadah-border);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
body.theme-1-modern .process-item-one:hover {
  box-shadow: var(--moadah-shadow);
  transform: translateY(-2px);
}
body.theme-1-modern .process-item-one .count-box {
  margin-bottom: 1rem;
}
body.theme-1-modern .process-item-one .icon {
  color: var(--moadah-primary);
  font-size: 1.5rem;
}
body.theme-1-modern .process-item-one .process-count {
  font-family: var(--moadah-font);
  font-weight: 700;
  font-size: 2rem;
  color: var(--moadah-primary);
  line-height: 1;
}
body.theme-1-modern .process-item-one .content h4 {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--moadah-text);
}

/* ---- Features ---- */
body.theme-1-modern .features-area {
  background: var(--moadah-bg);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.theme-1-modern .features-item-one {
  background: var(--moadah-bg-soft);
  border-radius: var(--moadah-radius);
  padding: 2rem;
  border: 1px solid var(--moadah-border);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
body.theme-1-modern .features-item-one:hover {
  box-shadow: var(--moadah-shadow-sm);
  border-color: rgba(13,148,136,0.2);
}
body.theme-1-modern .features-item-one .icon {
  color: var(--moadah-primary);
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
body.theme-1-modern .features-item-one .content h4 {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--moadah-text);
  margin-bottom: 0.5rem;
}
body.theme-1-modern .features-item-one .content p {
  color: var(--moadah-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

/* ---- Counter ---- */
body.theme-1-modern .counter-area {
  background: linear-gradient(135deg, var(--moadah-primary) 0%, #0f766e 100%) !important;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
body.theme-1-modern .counter-area.bg-with-overlay::before {
  background: rgba(0,0,0,0.35);
}
body.theme-1-modern .counter-item-one .icon {
  color: rgba(255,255,255,0.9);
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
body.theme-1-modern .counter-item-one .content h2 {
  font-family: var(--moadah-font);
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
body.theme-1-modern .counter-item-one .content h5 {
  font-family: var(--moadah-font);
  font-weight: 500;
  font-size: 1rem;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

/* ---- Equipment / Pricing ---- */
body.theme-1-modern .pricing-area {
  background: var(--moadah-bg-soft);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.theme-1-modern .pricing-item-one {
  background: var(--moadah-bg);
  border-radius: var(--moadah-radius);
  overflow: hidden;
  box-shadow: var(--moadah-shadow-sm);
  border: 1px solid var(--moadah-border);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
body.theme-1-modern .pricing-item-one:hover {
  box-shadow: var(--moadah-shadow);
  transform: translateY(-4px);
}
body.theme-1-modern .pricing-item-one .pricing-img {
  border-radius: var(--moadah-radius) var(--moadah-radius) 0 0;
  overflow: hidden;
}
body.theme-1-modern .pricing-item-one .pricing-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
body.theme-1-modern .pricing-item-one .pricing-info {
  padding: 1.5rem;
}
body.theme-1-modern .pricing-item-one .price-info h5 {
  font-family: var(--moadah-font);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--moadah-muted);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
body.theme-1-modern .pricing-item-one .price-tag h4 {
  font-family: var(--moadah-font);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--moadah-primary);
}
body.theme-1-modern .pricing-item-one .pricing-body .title a {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--moadah-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
body.theme-1-modern .pricing-item-one .pricing-body .title a:hover {
  color: var(--moadah-primary);
}
body.theme-1-modern .pricing-item-one .pricing-bottom .main-btn {
  width: 100%;
}

/* ---- Testimonial ---- */
body.theme-1-modern .testimonial-area {
  background: var(--moadah-bg) !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.theme-1-modern .testimonial-item-one {
  background: var(--moadah-bg-soft);
  border-radius: var(--moadah-radius);
  padding: 2rem;
  border: 1px solid var(--moadah-border);
  height: 100%;
}
body.theme-1-modern .testimonial-item-one .quote i {
  color: var(--moadah-primary);
  opacity: 0.6;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body.theme-1-modern .testimonial-item-one p {
  color: var(--moadah-text-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
body.theme-1-modern .testimonial-item-one h5 {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--moadah-text);
}
body.theme-1-modern .testimonial-item-one h5 span {
  font-weight: 400;
  color: var(--moadah-muted);
}

/* ---- CTA ---- */
body.theme-1-modern .cta-area {
  background: linear-gradient(135deg, var(--moadah-primary) 0%, #0f766e 100%) !important;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
body.theme-1-modern .cta-area.bg-with-overlay::before {
  background: rgba(0,0,0,0.25);
}
body.theme-1-modern .cta-content-box-one h2,
body.theme-1-modern .cta-content-box-one h4 {
  font-family: var(--moadah-font);
  font-weight: 700;
  color: #fff !important;
}
body.theme-1-modern .cta-content-box-one .main-btn {
  background: #fff;
  color: var(--moadah-primary);
}
body.theme-1-modern .cta-content-box-one .main-btn:hover {
  background: rgba(255,255,255,0.9);
  color: var(--moadah-primary-hover);
}

/* ---- Blog ---- */
body.theme-1-modern .blog-area {
  background: var(--moadah-bg-soft);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.theme-1-modern .blog-post-item-one {
  background: var(--moadah-bg);
  border-radius: var(--moadah-radius);
  overflow: hidden;
  box-shadow: var(--moadah-shadow-sm);
  border: 1px solid var(--moadah-border);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  height: 100%;
}
body.theme-1-modern .blog-post-item-one:hover {
  box-shadow: var(--moadah-shadow);
  transform: translateY(-2px);
}
body.theme-1-modern .blog-post-item-one .post-thumbnail {
  border-radius: var(--moadah-radius) var(--moadah-radius) 0 0;
  overflow: hidden;
}
body.theme-1-modern .blog-post-item-one .post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
body.theme-1-modern .blog-post-item-one .entry-content {
  padding: 1.5rem;
}
body.theme-1-modern .blog-post-item-one .entry-content .title a {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--moadah-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
body.theme-1-modern .blog-post-item-one .entry-content .title a:hover {
  color: var(--moadah-primary);
}
body.theme-1-modern .blog-post-item-one .btn-link {
  font-family: var(--moadah-font);
  font-weight: 600;
  color: var(--moadah-primary);
  text-decoration: none;
}
body.theme-1-modern .blog-post-item-one .btn-link:hover {
  color: var(--moadah-primary-hover);
}

/* ---- Newsletter ---- */
body.theme-1-modern .newsletter-area {
  background: var(--moadah-bg);
  padding: 4rem 0;
}
body.theme-1-modern .newsletter-content-box {
  background: var(--moadah-bg-soft);
  border-radius: var(--moadah-radius);
  padding: 2.5rem;
  border: 1px solid var(--moadah-border);
}
body.theme-1-modern .newsletter-content-box .section-title h2 {
  margin-bottom: 0;
}
body.theme-1-modern .newsletter-form .form_control {
  border-radius: var(--moadah-radius-sm);
  border: 1px solid var(--moadah-border);
  padding: 12px 20px;
  font-family: var(--moadah-font);
}
body.theme-1-modern .newsletter-form button[type="submit"],
body.theme-1-modern .newsletter-form .main-btn {
  border-radius: var(--moadah-radius-sm);
  padding: 12px 24px;
  background: var(--moadah-primary);
  border: none;
  font-family: var(--moadah-font);
  font-weight: 600;
}

/* ---- Footer ---- */
body.theme-1-modern .footer-area-one {
  background: var(--moadah-text) !important;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
body.theme-1-modern .footer-area-one .footer-widget {
  padding: 0;
}
body.theme-1-modern .footer-area-one .about-widget p,
body.theme-1-modern .footer-area-one .widget-nav a,
body.theme-1-modern .footer-area-one .contact-info-list p,
body.theme-1-modern .footer-area-one .contact-info-list a {
  color: rgba(255,255,255,0.8);
  font-size: 0.9375rem;
  line-height: 1.6;
}
body.theme-1-modern .footer-area-one .widget-title,
body.theme-1-modern .footer-area-one .about-widget h5 {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
body.theme-1-modern .footer-area-one .widget-nav a:hover,
body.theme-1-modern .footer-area-one .contact-info-list a:hover {
  color: var(--moadah-primary);
}
body.theme-1-modern .footer-area-one .social-link a {
  color: rgba(255,255,255,0.8);
  transition: color 0.2s ease;
}
body.theme-1-modern .footer-area-one .social-link a:hover {
  color: var(--moadah-primary);
}
body.theme-1-modern .copyright-area {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
}
body.theme-1-modern .copyright-area p,
body.theme-1-modern .copyright-area span {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
}

/* ---- Container max-width ---- */
body.theme-1-modern .container {
  max-width: 1200px;
}

/* ---- Back to top ---- */
body.theme-1-modern .back-to-top {
  background: var(--moadah-primary) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--moadah-shadow);
}
body.theme-1-modern .back-to-top:hover {
  background: var(--moadah-primary-hover) !important;
  color: #fff !important;
}

/* ========== Inner pages (same modern look, no structure change) ========== */

/* ---- Breadcrumb / page title (Contact, FAQ, About, etc.) ---- */
body.theme-1-modern .hero-area .breadcrumbs-area {
  background: linear-gradient(135deg, var(--moadah-primary) 0%, #0f766e 100%) !important;
  padding: 3.5rem 0;
}
body.theme-1-modern .breadcrumbs-area .page-title h1 {
  font-family: var(--moadah-font);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #fff !important;
  margin-bottom: 0.5rem;
}
body.theme-1-modern .breadcrumbs-link {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
}
body.theme-1-modern .breadcrumbs-link a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
body.theme-1-modern .breadcrumbs-link a:hover {
  color: #fff;
}
body.theme-1-modern .breadcrumbs-link .active {
  color: rgba(255,255,255,0.8);
}

/* ---- Contact page ---- */
body.theme-1-modern .contact-area {
  background: var(--moadah-bg);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.theme-1-modern .contact-area .section-title h2 {
  margin-bottom: 0;
}
body.theme-1-modern .contact-area .information-item {
  background: var(--moadah-bg-soft);
  border-radius: var(--moadah-radius-sm);
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--moadah-border);
}
body.theme-1-modern .contact-area .information-item .icon {
  color: var(--moadah-primary);
}
body.theme-1-modern .contact-area .information-item .info p,
body.theme-1-modern .contact-area .information-item .info a {
  font-family: var(--moadah-font);
  color: var(--moadah-text-muted);
  font-size: 1rem;
}
body.theme-1-modern .contact-area .contact-form .form_control {
  font-family: var(--moadah-font);
  border-radius: var(--moadah-radius-sm);
  border: 1px solid var(--moadah-border);
  padding: 12px 18px;
  font-size: 1rem;
}
body.theme-1-modern .contact-area .contact-form .form_control:focus {
  border-color: var(--moadah-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(13,148,136,0.15);
}
body.theme-1-modern .contact-area .contact-form button[type="submit"],
body.theme-1-modern .contact-area .contact-form .main-btn {
  border-radius: var(--moadah-radius-sm);
  padding: 12px 28px;
  background: var(--moadah-primary);
  border: none;
  font-family: var(--moadah-font);
  font-weight: 600;
  color: #fff;
}

/* ---- FAQ page ---- */
body.theme-1-modern .faq-area {
  background: var(--moadah-bg-soft);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.theme-1-modern .faq-area .faq-wrapper-one .card {
  border-radius: var(--moadah-radius-sm);
  border: 1px solid var(--moadah-border);
  overflow: hidden;
  background: var(--moadah-bg);
  box-shadow: var(--moadah-shadow-sm);
}
body.theme-1-modern .faq-area .card-header {
  font-family: var(--moadah-font);
  font-weight: 600;
  font-size: 1rem;
  color: var(--moadah-text);
  padding: 1rem 1.25rem;
  background: var(--moadah-bg);
  text-decoration: none;
  display: block;
  transition: background 0.2s ease, color 0.2s ease;
}
body.theme-1-modern .faq-area .card-header:hover,
body.theme-1-modern .faq-area .card-header[aria-expanded="true"] {
  background: var(--moadah-bg-soft);
  color: var(--moadah-primary);
}
body.theme-1-modern .faq-area .card-body {
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid var(--moadah-border);
}
body.theme-1-modern .faq-area .card-body p {
  font-family: var(--moadah-font);
  color: var(--moadah-text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

/* ---- Custom page / About page (if different from home about) ---- */
body.theme-1-modern .custom-page-area,
body.theme-1-modern [class*="content-area"] {
  background: var(--moadah-bg);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.theme-1-modern .custom-page-area h1,
body.theme-1-modern .custom-page-area h2,
body.theme-1-modern [class*="content-area"] h1,
body.theme-1-modern [class*="content-area"] h2 {
  font-family: var(--moadah-font);
  font-weight: 700;
  color: var(--moadah-text);
}
body.theme-1-modern .custom-page-area p,
body.theme-1-modern [class*="content-area"] p {
  color: var(--moadah-text-muted);
  line-height: 1.7;
}

/* ---- Global form inputs (all pages) ---- */
body.theme-1-modern .form_control {
  font-family: var(--moadah-font) !important;
  border-radius: var(--moadah-radius-sm);
  border: 1px solid var(--moadah-border);
}
body.theme-1-modern .form_control:focus {
  border-color: var(--moadah-primary);
  outline: none;
}
body.theme-1-modern .about-area a:not(.main-btn),
body.theme-1-modern .contact-area a:not(.main-btn),
body.theme-1-modern .faq-area a,
body.theme-1-modern .blog-area a {
  color: var(--moadah-primary);
  transition: color 0.2s ease;
}
body.theme-1-modern .about-area a:hover,
body.theme-1-modern .contact-area a:hover,
body.theme-1-modern .faq-area a:hover,
body.theme-1-modern .blog-area a:hover {
  color: var(--moadah-primary-hover);
}

/* ---- Homepage: ensure hero and sections stand out ---- */
body.theme-1-modern .hero--theme7 {
  background: var(--moadah-bg-soft) !important;
}
body.theme-1-modern .hero--theme7 .hero-title {
  font-family: var(--moadah-font) !important;
  color: var(--moadah-text) !important;
}
body.theme-1-modern .hero--theme7 .hero-lead {
  color: var(--moadah-text-muted) !important;
}
