/* Headings */
 h2, h3, h4 {
    font-weight: 700;
    color: #663d29;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.75rem;
    color: #ffffff !important; 
}

h2 {
    font-size: 2rem;
}

h3, h4 {
    font-size: 1.5rem;
}

/* Hero Section */
.technical-seo-container {
    background: linear-gradient(135deg, #663d29, #9a674d);
    padding: 5rem 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Section Containers */
.importance-section, .easefy-section {
    background-color: #fff;
    border-left: 6px solid #e3c56b;
    border-radius: 12px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

/* Section Title Styling */
h2.centered-white-title {
    background-color: #663d29;
    color: #fff;
    padding: 1.2rem 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    font-size: 2rem;
}

/* Feature Cards */
.element {
    background-color: #fff;
    border-left: 6px solid #b97c5d;
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.element:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.element i {
    font-size: 2rem;
    color: #da926e;
    margin-bottom: 0.5rem;
}

.element h4 {
    color: #663d29;
    margin-top: 0.5rem;
    font-size: 1.3rem;
}

/* CTA Section */
.container.text-center h2 {
    color: #9a674d;
    font-weight: 700;
    margin-top: 2rem;
}

.container.text-center p,
p.mb-4 {
    color: #4a4a4a;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Outcome Icons */
.container .fa-3x {
    color: #e3c56b;
    margin-bottom: 1rem;
}

.container .row h4 {
    font-weight: 600;
    color: #663d29;
}

/* CTA Button */
.btn-primary {
    background-color: #b97c5d;
    border: none;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #9a674d;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .element {
        padding: 1.5rem;
    }

    .technical-seo-container {
        padding: 3rem 1rem;
    }
}

/* === Technical SEO Insights Section === */

.text-brand {
  color: #663d29; /* EaseFy brand color */
}

/* Section background and spacing */
.bg-white {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

/* Heading spacing */
section h2 {
  font-size: 2rem;
  font-weight: 600;
}

/* Image styling */
img.img-fluid.rounded.shadow-sm {
  max-width: 70%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Button style */
.btn-lux-outline {
  border: 2px solid #663d29;
  color: #663d29;
  padding: 0.6rem 1.4rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

.btn-lux-outline:hover {
  background-color: #663d29;
  color: #ffffff;
}

/* Text alignment on smaller screens */
@media (max-width: 767px) {
  .text-start {
    text-align: center !important;
  }

  .btn-lux-outline {
    width: 100%;
    margin-top: 1rem;
  }

  section h2 {
    font-size: 1.75rem;
  }
}
