.elementor-537 .elementor-element.elementor-element-31819f1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-31819f1 */.sp-profile-page {
    --maroon: #4b1111;
    --dark-maroon: #2d0d0d;
    --gold: #c99d4d;
    --text: #716965;
    --light: #f7f5f2;
    font-family: Arial, sans-serif;
}

.sp-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.sp-label {
    display: block;
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

/* HERO */

.sp-hero {
    padding: 110px 0;
    background: var(--maroon);
    color: #fff;
}

.sp-hero-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    align-items: end;
}

.sp-hero h1 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: .95;
    font-weight: 400;
}

.sp-designation {
    margin: 25px 0;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 21px;
}

.sp-hero-text {
    max-width: 650px;
    color: #d4c8c4;
    font-size: 15px;
    line-height: 1.8;
}

.sp-contact-row {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.sp-contact-row a,
.sp-cta-btn {
    padding: 15px 25px;
    background: var(--gold);
    color: #2d0d0d;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sp-info-item {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.sp-info-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 2px;
}

.sp-info-item strong {
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 400;
}

/* GENERAL */

.sp-section {
    padding: 100px 0;
}

.sp-two-col {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.sp-section-title h2,
.sp-center-heading h2,
.sp-profile-cta h2 {
    margin: 0;
    color: #3a1515;
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
}

.sp-section-content p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.9;
}

.sp-center-heading {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

/* DARK SECTION */

.sp-dark {
    background: var(--maroon);
}

.sp-dark h2,
.sp-dark h3 {
    color: #fff;
}

.sp-dark .sp-center-heading p {
    color: #d0c3bf;
    line-height: 1.8;
}

/* PRACTICE AREAS */

.sp-practice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sp-practice-card {
    min-height: 260px;
    padding: 35px;
    border: 1px solid rgba(255,255,255,.15);
}

.sp-practice-card span {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 35px;
}

.sp-practice-card h3 {
    margin: 35px 0 15px;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
}

.sp-practice-card p {
    color: #cdbfbb;
    font-size: 13px;
    line-height: 1.7;
}

/* LIST */

.sp-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-list li {
    position: relative;
    padding: 15px 0 15px 25px;
    color: #655e5a;
    border-bottom: 1px solid #e5dfda;
    line-height: 1.6;
}

.sp-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* TIMELINE */

.sp-light {
    background: var(--light);
}

.sp-timeline {
    max-width: 900px;
    margin: auto;
}

.sp-timeline-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    padding: 35px 0;
    border-bottom: 1px solid #ddd5cf;
}

.sp-year {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sp-timeline-item h3 {
    margin: 0 0 12px;
    color: #3a1515;
    font-family: Georgia, serif;
    font-size: 23px;
}

.sp-timeline-item p {
    margin: 0;
    color: var(--text);
    line-height: 1.8;
}

/* ACTION CARDS */

.sp-action-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: auto;
}

.sp-action-card {
    padding: 45px;
    border: 1px solid rgba(255,255,255,.18);
    text-decoration: none;
    transition: .3s;
}

.sp-action-card:hover {
    background: var(--gold);
}

.sp-action-card span {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 2px;
}

.sp-action-card h3 {
    margin: 25px 0 35px;
    font-family: Georgia, serif;
    font-size: 27px;
}

.sp-action-card strong {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
}

.sp-action-card:hover span,
.sp-action-card:hover h3,
.sp-action-card:hover strong {
    color: #351010;
}

/* CTA */

.sp-profile-cta {
    padding: 90px 20px;
    background: #fff;
    text-align: center;
}

.sp-profile-cta p {
    max-width: 600px;
    margin: 20px auto 30px;
    color: var(--text);
    line-height: 1.8;
}

.sp-cta-btn {
    display: inline-block;
    background: var(--maroon);
    color: #fff;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .sp-hero-grid,
    .sp-two-col {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sp-practice-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-hero h1 {
        font-size: 60px;
    }
}

@media (max-width: 600px) {
    .sp-hero {
        padding: 70px 0;
    }

    .sp-section {
        padding: 65px 0;
    }

    .sp-hero h1 {
        font-size: 48px;
    }

    .sp-section-title h2,
    .sp-center-heading h2,
    .sp-profile-cta h2 {
        font-size: 32px;
    }

    .sp-practice-grid,
    .sp-action-grid {
        grid-template-columns: 1fr;
    }

    .sp-timeline-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sp-contact-row {
        flex-direction: column;
        align-items: flex-start;
    }
}/* End custom CSS */