@media(min-width:768px){.elementor-38998 .elementor-element.elementor-element-9a3b476{width:100%;}}/* Start custom CSS for section, class: .elementor-element-ee43602 *//* ===============================
   FARASHI CASE STUDY BASE STYLE
   clean + modular + Elementor safe
================================= */

/* ---------- GLOBAL CASE SECTION ---------- */
.fe-case-study {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 18px;
}

/* ---------- TEXT ---------- */
.fe-case-text {
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
  margin-bottom: 14px;
}

/* paragraph spacing */
.fe-case-text p {
  margin-bottom: 12px;
}

/* ---------- HEADINGS ---------- */
.fe-case-heading h1,
.fe-case-heading h2,
.fe-case-heading h3 {
  font-weight: 600;
  margin: 26px 0 12px;
  line-height: 1.3;
  color: #111;
}

/* ---------- IMAGE BLOCK ---------- */
.fe-case-image {
  margin: 18px 0;
  text-align: center;
}

/* image itself */
.fe-case-image img {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

/* hover subtle zoom */
.fe-case-image img:hover {
  transform: scale(1.01);
}

/* ---------- LIST STYLE (What We Found) ---------- */
.fe-case-text ul {
  padding-left: 18px;
  margin-top: 10px;
}

.fe-case-text ul li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* ---------- CTA SECTION ---------- */
.fe-case-cta {
  margin-top: 40px;
  padding: 30px 20px;
  background: #1a1a2e;
  border-radius: 12px;
  text-align: center;
}

/* CTA text */
.fe-case-cta h2,
.fe-case-cta p {
  color: #fff;
  margin-bottom: 10px;
}

/* CTA button */
.fe-case-cta a {
  display: inline-block;
  background: #FFC107;
  color: #111;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}

.fe-case-cta a:hover {
  background: #ffcd38;
}

/* ---------- MOBILE FIX ---------- */
@media (max-width: 768px) {
  .fe-case-study {
    padding: 10px 12px;
  }

  .fe-case-text {
    font-size: 15px;
  }

  .fe-case-image img {
    max-width: 100%;
  }
}
/* ===============================
   FARASHI CASE STUDY - CLEAN FIX
   no layout break, no fake structure
================================= */

/* ===== TEXT (includes headings inside editor) ===== */
.fe-case-text {
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
}

/* headings inside same text block */
.fe-case-text h1,
.fe-case-text h2,
.fe-case-text h3 {
  margin: 22px 0 10px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

/* paragraphs */
.fe-case-text p {
  margin-bottom: 12px;
}

/* lists */
.fe-case-text ul {
  padding-left: 18px;
  margin: 10px 0;
}

.fe-case-text li {
  margin-bottom: 6px;
}

/* ===== IMAGE ===== */
.fe-case-image {
  margin: 18px 0;
}

.fe-case-image img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* ===== CTA (FIXED - clean, not ugly box) ===== */
.fe-case-cta {
  margin-top: 35px;
  padding: 26px 18px;
  border-radius: 12px;
  background: #1a1a2e;
  text-align: center;
}

/* CTA text */
.fe-case-cta,
.fe-case-cta p,
.fe-case-cta h1,
.fe-case-cta h2,
.fe-case-cta h3 {
  color: #fff !important;
}

/* CTA button fix (important part) */
.fe-case-cta a {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 20px;
  background: #FFC107;
  color: #111 !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

/* hover */
.fe-case-cta a:hover {
  background: #ffd84d;
}

/* ===== MOBILE CLEAN ===== */
@media (max-width: 768px) {
  .fe-case-text {
    font-size: 15px;
  }

  .fe-case-image img {
    max-width: 100%;
  }

  .fe-case-cta {
    padding: 22px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7df20df */.fe-cta-box {
  max-width: 720px;
  margin: 50px auto 20px;
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid rgba(26,26,46,0.15);
  border-radius: 12px;
  text-align: center;
}

/* Title */
.fe-cta-box h3 {
  font-size: 20px;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Text */
.fe-cta-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* Button */
.fe-cta-box a {
  display: inline-block;
  background: #FFC107;
  color: #111;
  padding: 11px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

/* Hover */
.fe-cta-box a:hover {
  background: #ffcd38;
  transform: translateY(-1px);
}/* End custom CSS */