.elementor-93 .elementor-element.elementor-element-df04e6b{--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-c6f1075 *//* ========================= */
/* RESET */
/* ========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.crownfield-wrapper {
  font-family: 'Inter', sans-serif;
  background: #f6f7fb;
  color: #1b1b1f;
}

/* ========================= */
/* CONTAINER */
/* ========================= */
.cf-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* ========================= */
/* HERO SECTION */
/* ========================= */
/* ========================= */
/* HERO WITH BACKGROUND IMAGE */
/* ========================= */

.cf-hero {
  position: relative;
  padding: 160px 20px;
  text-align: center;
  border-radius: 24px;
  margin: 40px auto;
  overflow: hidden;
  color: #fff;

  background-image: url("http://crown-field.co.uk/wp-content/uploads/2026/02/8254661.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark Overlay */
.cf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); /* Black overlay */
  z-index: 1;
}

/* Keep text above overlay */
.cf-hero .cf-container {
  position: relative;
  z-index: 2;
}

/* Text Adjustments for dark background */
.cf-pretitle {
  color: rgba(255,255,255,0.8);
}

.cf-hero h1 {
  color: #ffffff;
}

.cf-subtitle {
  color: rgba(255,255,255,0.9);
}


/* Hero Buttons */
.cf-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cf-btn-primary,
.cf-btn-outline {
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
}

.cf-btn-primary {
  background: #4f46e5;
  color: #fff;
}

.cf-btn-primary:hover {
  background: #3730a3;
}

.cf-btn-outline {
  border: 2px solid #4f46e5;
  color: #4f46e5;
}

.cf-btn-outline:hover {
  background: #4f46e5;
  color: #fff;
}

/* ========================= */
/* FEATURES SECTION */
/* ========================= */
.cf-features {
  padding: 80px 0;
  text-align: center;
}

.cf-features h2 {
  font-size: 36px;
  margin-bottom: 50px;
}

.cf-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.cf-card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.cf-card:hover {
  transform: translateY(-5px);
}

.cf-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.cf-card p {
  color: #666;
  font-size: 15px;
}

/* ========================= */
/* USE CASE SECTION */
/* ========================= */
.cf-usecases {
  padding: 80px 0;
}

.cf-usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.cf-use-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.cf-use-text p {
  margin-bottom: 25px;
  color: #555;
}

.cf-btn-secondary {
  padding: 14px 28px;
  border: 2px solid #4f46e5;
  border-radius: 12px;
  text-decoration: none;
  color: #4f46e5;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
}

.cf-btn-secondary:hover {
  background: #4f46e5;
  color: #fff;
}

.cf-use-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ========================= */
/* TESTIMONIAL SECTION */
/* ========================= */
.cf-testimonials {
  padding: 100px 0;
}

.cf-testimonials h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.cf-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.cf-testimonial-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.cf-testimonial-card:hover {
  transform: translateY(-5px);
}

.cf-quote {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.cf-client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cf-avatar {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 50%;
}

.cf-client h4 {
  font-size: 15px;
  margin-bottom: 3px;
}

.cf-client span {
  font-size: 13px;
  color: #777;
}

/* ========================= */
/* NEWSLETTER SECTION */
/* ========================= */
.cf-newsletter {
  padding: 100px 20px;
}

.cf-newsletter-box {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  padding: 60px;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.cf-news-text {
  flex: 1 1 300px;
}

.cf-news-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.cf-news-text p {
  font-size: 15px;
  opacity: 0.9;
}

.cf-news-form {
  flex: 1 1 300px;
  display: flex;
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.cf-news-form input {
  flex: 1;
  border: none;
  padding: 16px;
  font-size: 14px;
  outline: none;
}

.cf-news-form button {
  border: none;
  background: #1b1b1f;
  color: #fff;
  padding: 0 25px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.cf-news-form button:hover {
  background: #000;
}

/* ========================= */
/* RESPONSIVE BREAKPOINTS */
/* ========================= */

@media (max-width: 1024px) {

  .cf-hero h1 {
    font-size: 40px;
  }

  .cf-features h2,
  .cf-use-text h2,
  .cf-testimonials h2 {
    font-size: 30px;
  }

  .cf-newsletter-box {
    flex-direction: column;
    text-align: center;
  }

  .cf-news-form {
    max-width: 100%;
  }

}

@media (max-width: 768px) {

  .cf-hero {
    padding: 80px 20px;
  }

  .cf-hero h1 {
    font-size: 32px;
  }

  .cf-subtitle {
    font-size: 16px;
  }

  .cf-hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cf-btn-primary,
  .cf-btn-outline,
  .cf-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .cf-news-form {
    flex-direction: column;
    border-radius: 18px;
  }

  .cf-news-form input {
    border-radius: 18px 18px 0 0;
  }

  .cf-news-form button {
    padding: 16px;
    border-radius: 0 0 18px 18px;
  }

}

@media (max-width: 480px) {

  .cf-hero h1 {
    font-size: 26px;
  }

  .cf-card,
  .cf-use-card,
  .cf-testimonial-card {
    padding: 25px 20px;
  }

  .cf-newsletter-box {
    padding: 35px 20px;
  }

}/* End custom CSS */