.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4882 .elementor-element.elementor-element-2ed7f1a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4882 .elementor-element.elementor-element-2e2d5eef{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4882 .elementor-element.elementor-element-4775712{text-align:center;}.elementor-4882 .elementor-element.elementor-element-4775712 .elementor-heading-title{color:var( --e-global-color-a29723e );}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b499652 *//* ABOUT PAGE - THIMBLES FABRICS & CRAFTS */

.tf-about-page {
  font-family: Georgia, "Times New Roman", serif;
  color: #164f5c;
  background: #ffffff;
}

.tf-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */
.tf-about-hero {
  min-height: 430px;
  background:url('https://thimblesfabricsncrafts.co.uk/wp-content/uploads/2026/05/Component-1.png');
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tf-about-hero-overlay {
  background: rgba(255, 255, 255, 0.88);
  padding: 45px 55px;
  max-width: 760px;
  border: 2px dashed #0a5968;
}

.tf-small-title,
.tf-section-heading span,
.tf-feature-content span,
.tf-about-cta span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #df6aa2;
  margin-bottom: 12px;
  font-weight: 700;
}

.tf-about-hero h1 {
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #0b4d5a;
}

.tf-about-hero p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

/* INTRO */
.tf-about-intro {
  padding: 70px 0 55px;
  text-align: center;
}

.tf-about-intro h2,
.tf-section-heading h2,
.tf-feature-content h2,
.tf-promise h2,
.tf-about-cta h2 {
  font-size: 34px;
  line-height: 1.25;
  color: #123f49;
  margin: 0 0 18px;
}

.tf-about-intro p {
  max-width: 920px;
  margin: 0 auto 16px;
  font-size: 17px;
  line-height: 1.8;
}

/* COMMON SECTION */
.tf-section {
  padding: 75px 0;
}

.tf-light {
  background: #f8f3f5;
}

.tf-section-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 45px;
}

.tf-section-heading p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* CARDS */
.tf-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.tf-info-card {
  background: #ffffff;
  padding: 28px 22px;
  border: 1px solid #e4d8dc;
  text-align: center;
  min-height: 245px;
  transition: 0.3s ease;
}

.tf-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 60, 70, 0.12);
}

.tf-info-card h3,
.tf-why-card h3 {
  font-size: 21px;
  margin: 0 0 14px;
  color: #113f48;
}

.tf-info-card p,
.tf-why-card p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

/* FEATURE BLOCK */
.tf-feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #ffffff;
}

.tf-feature-content {
  padding: 80px 9%;
}

.tf-feature-content p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.tf-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

.tf-btn {
  display: inline-block;
  background: #031b22;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}

.tf-btn:hover {
  background: #df6aa2;
  color: #ffffff;
}

/* WHY CHOOSE */
.tf-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.tf-why-card {
  background: #ffffff;
  border: 1px solid #d7ecef;
  padding: 30px 22px;
  text-align: center;
}

.tf-icon {
  width: 58px;
  height: 58px;
  background: #004f5e;
  color: #ffffff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 0 auto 18px;
  font-size: 24px;
}

/* PROMISE */
.tf-promise {
  background: #004f5e;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.tf-promise h2 {
  color: #ffffff;
}

.tf-promise p {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 1.85;
}

/* CTA */
.tf-about-cta {
  background: #df6aa2;
  color: #ffffff;
  padding: 75px 0;
  text-align: center;
}

.tf-about-cta h2 {
  color: #ffffff;
}

.tf-about-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.8;
}

.tf-btn-light {
  background: #ffffff;
  color: #003f4b;
}

.tf-btn-light:hover {
  background: #003f4b;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .tf-card-grid,
  .tf-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .tf-about-hero {
    min-height: 360px;
  }

  .tf-about-hero-overlay {
    padding: 35px 25px;
  }

  .tf-about-hero h1 {
    font-size: 34px;
  }

  .tf-feature-block {
    grid-template-columns: 1fr;
  }

  .tf-feature-image img {
    min-height: 360px;
  }

  .tf-card-grid,
  .tf-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .tf-card-grid,
  .tf-why-grid {
    grid-template-columns: 1fr;
  }

  .tf-about-hero h1,
  .tf-about-intro h2,
  .tf-section-heading h2,
  .tf-feature-content h2,
  .tf-promise h2,
  .tf-about-cta h2 {
    font-size: 28px;
  }

  .tf-section,
  .tf-about-intro,
  .tf-feature-content,
  .tf-promise,
  .tf-about-cta {
    padding: 55px 0;
  }
}/* End custom CSS */