.services-overview .container{gap: 2rem;max-width:var(--container-max);margin:0 auto;grid-template-columns: 1fr;}

.services-overview{padding:6rem 2rem;}
.services-overview .section-header{display:flex;flex-direction:column;margin-bottom:3rem;align-items:center;text-align:center}
.services-overview .section-title{margin:0;color:var(--text-dark);font-weight:700;}
.section-lead{color:var(--text-muted);max-width:760px;margin:0}

.overview-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch;margin-top:1.25rem}

.overview-left .featured-vertical{
  background: linear-gradient(180deg, rgba(232,252,255,1), #fff);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,146,68,0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  box-shadow: 0 20px 60px rgba(2,36,31,0.06);
  position: relative;
}
.featured-media{display:block;flex:1 1 auto;}
.featured-media img{width:100%;height:600px;object-fit:cover;object-position:0 -70px;display:block}
.featured-body{padding:1.5rem 1.6rem}
.featured-title{margin:0 0 .5rem;font-size:1.75rem;color:var(--text-dark);font-weight:800}
.featured-text{color:var(--text-muted);margin:0 0 .9rem;font-size:1rem}

.overview-left .featured-vertical::before{
  content: 'Signature';
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--yellow);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight:700;
  font-size:0.85rem;
  box-shadow: 0 6px 18px rgba(252,195,0,0.12);
}
.featured-list{margin:0 0 1rem;padding-left:1.1rem;color:var(--text-dark)}

.overview-right .right-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.service-card{background:var(--card-bg);border:1px solid rgba(2,36,31,0.04);padding:1rem;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(2,36,31,0.06);border-color:rgba(0,146,68,0.12)}

.service-icon{width:48px;height:48px;border-radius:10px;background:rgba(0,146,68,0.06);display:inline-flex;align-items:center;justify-content:center;color:var(--green);font-size:18px}
.service-title{font-size:1rem;margin:0;color:var(--text-dark);font-weight:700}
.service-summary{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

@media (max-width:1024px) {
  .featured-media img{height:470px; }
}
@media (min-width: 1100px){
  .overview-right .right-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 900px){
  .overview-grid{grid-template-columns:1fr;}
  .overview-left{order:1}
  .overview-right{order:2}
  .overview-right .right-grid{grid-template-columns:repeat(2,1fr)}
  .featured-media{flex:unset}
  .featured-media img{height:300px;}
}
@media (max-width: 768px){
  .services-overview{padding:4rem 2rem;}
}
@media (max-width: 640px){
  .overview-right .right-grid{grid-template-columns:1fr}
  .featured-media img{height:220px; object-position: 0 0px; }
  .services-overview{padding:3rem 1.5rem}
}

.card-head{display:flex;align-items:center;gap:.75rem;flex-direction: column;} 


/* Services Page Custom Styles */

/* Note: Main colors are inherited from style.css */
/* 
   --brand-green: #009244;
   --brand-yellow: #fcc300;
   --brand-red: #EB1C24;
   --soft-blue: #F0F8FF;
*/

/* General Layout */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0rem 0rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header p {
    color: var(--text-gray);
    font-size: 1.1rem;
}

/* 1. Hero Section */
.services-hero {
    background: var(--gradient-bg);
    padding: 4rem 2rem;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Decorative Background Elements */
.hero-bg-circle {
    position: absolute;
    border-radius: 50%;
    background: var(--yellow-lighter);
    z-index: 0;
}

.circle-1 {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -100px;
    background: var(--yellow-lighter);
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: 50px;
    left: -50px;
    background: var(--green-lighter);
}

/* Decorative Background Elements */
.hero-bg-circle {
    position: absolute;
    border-radius: 50%;
    background: var(--yellow-lighter);
    z-index: 0;
}

.circle-1 {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -100px;
    background: var(--yellow-lighter);
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: 50px;
    left: -50px;
    background: var(--green-lighter);
}

.services-hero-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services-hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.services-hero-content h1 span {
    color: var(--yellow-primary);
}

.hero-subtext {
    font-size: 1.2rem;
    color: var(--text-gray);
    margin-bottom: 2rem;
    max-width: 500px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.img-placeholder {
    width: 100%;
    height: 400px;
    background-color: var(--soft-blue);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--green-primary);
    font-size: 1.2rem;
    text-align: center;
}

.img-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* 2. Services Overview Grid */
.services-overview {
    background: linear-gradient(135deg, var(--warm-cream) 0%, var(--soft-peach) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}

.services-overview::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(252, 195, 0, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-overview::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(252, 195, 0, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.service-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 146, 68, 0.1);
    /* Green shadow */
    border-color: var(--green-primary);
}

.large-card {
    grid-column: span 2;
    background-color: var(--yellow-lightest);
    border-color: var(--yellow-primary);
}

.card-icon {
    width: 50px;
    height: 50px;
    background-color: var(--soft-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-primary);
    font-size: 1.5rem;
}

.service-card h3 {
    color: var(--text-dark);
    font-size: 1.2rem;
    margin: 0;
}

.service-card p {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* 3. Featured Service */
.featured-service {
    padding: 6rem 2rem;
    background: var(--gradient-bg);
    position: relative;
}

.featured-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 1s ease-in-out;
    position: relative;
    z-index: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.featured-label {
    display: inline-block;
    background-color: var(--yellow-primary);
    color: var(--text-dark);
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.featured-content h2 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.featured-content p {
    color: var(--text-gray);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.featured-benefits {
    list-style: none;
    margin-bottom: 2rem;
}

.featured-benefits li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-dark);
    font-weight: 500;
}

.featured-benefits li i {
    color: var(--green-primary);
}

.img-placeholder-large {
    width: 100%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--green-primary);
    text-align: center;
}

.img-placeholder-large i {
    font-size: 5rem;
    margin-bottom: 1rem;
}

/* 4. Category Filtering (Removed) */


/* 5. Why Choose Us */
.why-choose-us {
    /* Warm gradient background similar to Team Preview */
    background: linear-gradient(135deg, #fef9f3 0%, #fff5ed 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.why-choose-us::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 146, 68, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* 5. Why Choose Us */
.why-choose-us {
    background: linear-gradient(135deg, #fef9f3 0%, #fff5ed 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.why-choose-us::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 146, 68, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.why-choose-us::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 176, 80, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.benefit-box {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: var(--yellow-lighter);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow-dark);
    font-size: 1.5rem;
}

.benefit-box h3 {
    color: var(--text-dark);
    font-size: 1.3rem;
    margin: 0;
}

.benefit-box p {
    color: var(--text-gray);
    margin: 0;
}

/* 6. Comparison Table */
.comparison-section {
    /* background-color: white; */
    background: var(--gradient-bg);
}

.table-responsive {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.comparison-table th,
.comparison-table td {
    padding: 1.25rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.comparison-table th {
    background-color: var(--green-primary);
    color: white;
    font-weight: 600;
}

.comparison-table th.highlight-col {
    background-color: var(--yellow-primary);
    color: var(--text-dark);
}

.comparison-table td.highlight-col {
    background-color: var(--yellow-lightest);
    font-weight: 500;
    color: var(--text-dark);
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.row-header {
    font-weight: 600;
    color: var(--text-dark);
}

/* 7. Appointment CTA */
.appointment-cta {
    background: var(--gradient-cta);
    /* Red gradient for CTA */
    padding: 5rem 2rem;
    text-align: center;
    color: white;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid-layout {
        grid-template-columns: repeat(3, 1fr);
    }

    .large-card {
        grid-column: span 1;
    }
}

@media (max-width: 992px) {
    .services-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-subtext {
        margin-left: auto;
        margin-right: auto;
    }

    .featured-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .featured-benefits li {
        justify-content: center;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .services-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-hero-content h1 {
        font-size: 2.5rem;
    }

    .services-overview {
        padding: 4rem 2rem;
    }
}

@media (max-width: 640px) {
    .services-overview {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .services-grid-layout {
        grid-template-columns: 1fr;
    }

    .filter-list {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }
}