/* Home Page Specific Styles */

/* Sidebar */
.home-sidebar .row .col-6 {
    padding: 0 15px;
}

.home-sidebar .row .col-6:last-child {
    border-left: #c3b495 1px solid;
}

/* Main Content (sec-main) */
.sec-main-home {
    padding: 20px 40px;
    margin-top: 20px;
}

.home-h1 {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
}

.home-intro-p {
    font-size: 1.4rem;
    color: #475569;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home-section-h2 {
    color: #a15350;
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 25px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}

.home-check-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.35rem;
    line-height: 2.1;
    color: #334155;
}

.home-check-list li strong {
    color: #16a34a;
    margin-right: 12px;
    font-size: 1.5rem;
}

.home-how-it-works-list {
    font-size: 1.35rem;
    line-height: 2.0;
    color: #334155;
    padding-left: 30px;
    list-style-position: outside;
}

.home-how-it-works-list li {
    margin-bottom: 15px;
}

.home-how-it-works-list li strong {
    color: #0f172a;
}

.home-services-grid {
    margin-bottom: 60px;
    background: #f8fafc;
    padding: 50px 25px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.home-services-title-cont {
    text-align: center;
    margin-bottom: 40px;
}

.home-services-title-cont h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.3rem;
    margin-bottom: 15px;
}

.home-services-title-cont p {
    font-size: 1.35rem;
    color: #64748b;
}

.service-feature-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    height: 100%;
    border-top: 5px solid #3b82f6; /* Default color */
}

.service-feature-card.blue { border-top-color: #3b82f6; }
.service-feature-card.purple { border-top-color: #8b5cf6; }
.service-feature-card.red { border-top-color: #ef4444; }

.service-feature-card h4 {
    color: #1e293b;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.service-feature-card ul {
    padding-left: 20px;
    color: #475569;
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 0;
}

.home-pricing-card {
    background: #ffffff;
    padding: 25px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.home-pricing-card p {
    font-size: 1.25rem;
    color: #334155;
    margin-bottom: 25px;
}

.home-pricing-card h4 {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.home-pricing-card ul {
    list-style: none;
    padding-left: 0;
    color: #475569;
    line-height: 2.0;
    font-size: 1.35rem;
}

.home-pricing-card ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.home-pricing-card ul li:last-child {
    border-bottom: none;
    margin-top: 25px;
    font-size: 1.6rem;
}

.home-pricing-card .total-label { color: #0f172a; font-weight: bold; }
.home-pricing-card .total-value { color: #16a34a; font-weight: bold; }

.pricing-note {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-top: 20px;
    margin-bottom: 0;
}

.home-trust-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.35rem;
    line-height: 2.3;
    color: #334155;
}

.home-trust-list li strong {
    color: #f59e0b;
    font-size: 1.6rem;
    margin-right: 15px;
    vertical-align: middle;
}

.hague-info-box {
    padding-right: 25px;
}

.hague-info-box h2 {
    color: #0f172a;
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 20px;
}

.hague-info-box p {
    font-size: 1.35rem;
    color: #475569;
    line-height: 1.9;
}

.notary-info-box {
    background: #fff8f6;
    border-left: 6px solid #a15350;
    padding: 35px;
    border-radius: 0 8px 8px 0;
    height: 100%;
}

.notary-info-box h2 {
    color: #a15350;
    font-weight: 700;
    font-size: 2.0rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.notary-info-box p {
    font-size: 1.35rem;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 0;
}

.faq-container {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.faq-container h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 50px;
}

.faq-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 25px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    color: #a15350;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.faq-item p {
    color: #475569;
    font-size: 1.35rem;
    margin: 0;
    line-height: 1.8;
}

/* Spacing Utilities */
.mb-60 { margin-bottom: 60px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-60 { margin-top: 60px !important; }

/* Themes & Modifiers */
.day.black-day {
    background-color: #000 !important;
    color: #fff !important;
    pointer-events: none;
}

.text-shadow-sm {
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.mb-50 { margin-bottom: 50px !important; }


