﻿.marginauto{
    margin: 0 auto;
}
.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}
    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: $shadow-4;
    }

/* ===== Responsive Adjustments ===== */
@media (max-width: 1023px) {
    .col-md-4,
    .col-md-6 {
        width: 100%;
    }

    .service-card h2::after {
        width: 30px;
        height: 2px;
    }
}

/*h2 {
    margin-top: -15px;
    margin-bottom: -10px;
}*/
.service-icon {
    width: 80px;
    height: 80px;
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}
.rounded-full {
    border-radius: 9999px !important;
}

/* Our Promise Section */
.promise-section {
    background-color: #f0fdf4; /* bg-green-50 */
    border-radius: 0.75rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (min-width: 640px) {
    .promise-section {
        border-radius: 0.75rem; /* sm:rounded-xl */
        padding: 2rem; /* sm:p-8 */
        margin-bottom: 0rem; /* sm:mb-16 */
    }
}

/* Heading */
.promise-heading {
    font-size: 1.25rem; /* text-xl */
    font-weight: 700; /* font-bold */
    text-align: center; /* text-center */
    margin-bottom: 0rem; /* mb-6 */
}

@media (min-width: 640px) {
    .promise-heading {
        font-size: 1.5rem; /* sm:text-2xl */
        margin-bottom: 0rem; /* sm:mb-8 */
    }
}

@media (min-width: 768px) {
    .promise-heading {
        font-size: 1.875rem; /* md:text-3xl */
    }
}

/* Grid Layout */
.promise-grid {
    display: grid; /* grid */
    grid-template-columns: 1fr; /* grid-cols-1 */
    gap: 1.5rem; /* gap-6 */
}

@media (min-width: 768px) {
    .promise-grid {
        grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
        gap: 2rem; /* sm:gap-8 */
    }
}

/* Promise Item */
.promise-item {
    margin-bottom: 0.75rem; /* mb-3 */
}

.promise-item-title {
    font-size: 1.125rem; /* text-lg */
    font-weight: 600; /* font-semibold */
    color: #15803d; /* text-green-700 */
    margin-bottom: 0.75rem; /* mb-3 */
}

@media (min-width: 640px) {
    .promise-item {
        margin-bottom: 1rem; /* sm:mb-4 */
    }

    .promise-item-title {
        font-size: 1.25rem; /* sm:text-xl */
    }
}

/* List Styles */
.promise-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* space-y-2 */
}

@media (min-width: 640px) {
    .promise-list {
        gap: 0.75rem; /* sm:space-y-3 */
    }
}

.promise-list-item {
    display: flex;
    align-items: flex-start;
}

.promise-checkmark {
    color: #16a34a; /* text-green-600 */
    margin-right: 0.5rem; /* mr-2 */
}

.promise-text {
    font-size: 0.875rem; /* text-sm */
}

@media (min-width: 640px) {
    .promise-text {
        font-size: 1rem; /* sm:text-base */
    }
}

/* Section container */
.founder-section {
    padding: 16px;
}

/* Card styling - must override Quasar's default styles */
.founder-card {
    width: 100%;
    max-width: 280px;
    padding: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.founder-card-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

/* Image styling */
.founder-image {
    margin-bottom: 16px;
    border-radius: 8px !important; /* Important needed to override QImg */
}

/* Text styling */
.founder-title {
    margin-bottom: 8px;
}

.founder-name {
    margin-bottom: 4px;
}

.founder-position {
    margin-bottom: 8px;
}

/* Responsive adjustments */
@media (min-width: 600px) {
    .founder-section {
        padding: 24px;
    }

    .founder-title {
        font-size: 1.5rem;
    }

    .founder-position,
    .founder-description {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .founder-section {
        padding: 32px;
    }

    .founder-title {
        font-size: 1.75rem;
    }
}

/* Hero Section Container */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-section:hover {
        background-color: rgba(0, 0, 0, 0.6) !important;
    }

/* Content Container */
.hero-content {
    max-width: 1200px;
    width: 100%;
    padding: 0 16px;
}

/* Typography */
.hero-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.hero-section:hover .hero-title {
    transform: translateY(-5px);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem;
    transition: all 0.3s ease;
}

.hero-section:hover .hero-subtitle {
    transform: scale(1.02);
}

/* CTA Button */
.hero-cta {
    transition: all 0.3s ease;
}

    .hero-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

/* Responsive Adjustments */
@media (min-width: 600px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.75rem;
    }
}