.elementor-130 .elementor-element.elementor-element-bfbd566{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3c72b8c *//* ========================= */
/* ABOUT PAGE */
/* ========================= */

.cf-about-wrapper {
  background: #f6f7fb;
}

/* HERO */
.cf-about-hero {
  position: relative;
  padding: 140px 20px;
  text-align: center;
  border-radius: 24px;
  margin: 40px auto;
  color: #fff;
  overflow: hidden;
  background-image: url("http://crown-field.co.uk/wp-content/uploads/2026/02/8254661.jpg");
  background-size: cover;
  background-position: center;
}

.cf-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

.cf-about-hero .cf-container {
  position: relative;
  z-index: 2;
}

.cf-about-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #ffffff;
}

.cf-about-hero p {
  font-size: 18px;
  opacity: 0.9;
}

/* INTRO */
.cf-about-intro {
  padding: 80px 0;
}

.cf-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  align-items: center;
}

.cf-about-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.cf-about-text p {
  margin-bottom: 15px;
  color: #555;
  font-size: 15px;
}

.cf-about-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

/* MISSION */
.cf-mission-section {
  padding: 80px 0;
}

.cf-mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.cf-mission-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.cf-mission-card:hover {
  transform: translateY(-5px);
}

.cf-mission-card h3 {
  margin-bottom: 15px;
}

/* STATS */
.cf-stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
}

.cf-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.cf-stat h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.cf-stat p {
  font-size: 15px;
  opacity: 0.9;
}

/* TEAM */
.cf-team-section {
  padding: 100px 0;
  text-align: center;
}

.cf-team-section h2 {
  font-size: 32px;
  margin-bottom: 60px;
}

.cf-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.cf-team-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.cf-team-card:hover {
  transform: translateY(-5px);
}

.cf-team-img {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #e9ecff, #f8f9ff);
  border-radius: 16px;
  margin-bottom: 20px;
}

.cf-team-card h4 {
  margin-bottom: 5px;
}

.cf-team-card span {
  font-size: 14px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .cf-about-hero h1 {
    font-size: 32px;
  }

  .cf-about-text h2 {
    font-size: 26px;
  }

  .cf-team-section h2 {
    font-size: 26px;
  }

}/* End custom CSS */