/* ==========================================================================
   About Us Page Styles
   Extracted from style.css — applies to content inside .about-us
   ========================================================================== */

   .premium-section {
    padding: 90px 0;
    font-family: 'Graphie', sans-serif;
}

.bg-navy {
    background-color: #13294b;
    color: #fff;
}

.bg-light-grey {
    background-color: #f7f7f7;
}

.text-gold {
    color: #ea5650;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ea5650;
    margin-bottom: 10px;
    display: block;
}

.premium-title {
    font-family: 'GabrielaStencil', serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #13294b;
}

.bg-navy .premium-title {
    color: #fff;
}

.section-divider {
    width: 50px;
    height: 3px;
    background-color: #ea5650;
    margin-bottom: 30px;
}

.section-divider-center {
    margin: 0 auto 30px auto;
}

.premium-text {
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 20px;
    font-weight: 500;
}

.bg-navy .premium-text {
    color: #ccc;
}

/* Single source for `.img-elegant` corner radius (used by wrappers, e.g. auction doc image). */
:root {
    --hamptons-img-elegant-radius: 15px;
}

.img-elegant {
    display: block;
    border-radius: var(--hamptons-img-elegant-radius);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    border: none !important;
}

.leader-card {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin-bottom: 40px;
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.leader-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #f9f9f9;
}

.leader-name {
    font-family: 'GabrielaStencil', serif;
    font-size: 24px;
    font-weight: 700;
    color: #13294b;
    margin-bottom: 5px;
}

.leader-role {
    font-size: 13px;
    color: #ea5650;
    text-transform: uppercase;
    font-weight: 600;
}

.timeline-box {
    padding: 35px 40px;
    border-left: 2px solid #ea5650;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.timeline-box:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.timeline-year {
    font-weight: 800;
    color: #ea5650;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: 'Graphie', sans-serif;
    letter-spacing: 1px;
}

.timeline-title {
    font-family: 'GabrielaStencil', serif;
    font-size: 24px;
    color: #13294b;
    font-weight: 600;
    margin-bottom: 12px;
}

.stat-number {
    font-family: 'GabrielaStencil', serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ea5650;
}

.icon-box-small {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}

.icon-box-small i {
    font-size: 20px;
    color: #ea5650;
    margin-right: 20px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

.icon-box-small h5 {
    font-family: 'Graphie', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #13294b;
    margin-bottom: 6px;
}

.icon-box-small p {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 400;
}

.teamSwiper {
    padding: 20px 0 50px;
}

.swiper-pagination-bullet-active {
    background: #13294b !important;
}

/* Property Management — USP strip (navy) */
.pm-usp-section .pm-usp-head {
    margin-bottom: 48px;
}

.pm-usp-section .pm-usp-head .premium-title {
    color: #fff;
}

.pm-usp-item {
    text-align: center;
    height: 100%;
}

.pm-usp-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    border: 2px solid rgba(234, 86, 80, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-usp-icon-wrap i {
    font-size: 28px;
    color: #ea5650;
}

.pm-usp-title {
    font-family: 'GabrielaStencil', serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}

.pm-usp-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #c8c8c8;
    margin-bottom: 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}