/* Custom styles for How to Start Real Estate Business page */

.lead-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #2a3037;
    text-align: left;
}

.growth-corridor-img {
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}

.growth-badge {
    margin-right: -15px;
    margin-bottom: 20px;
    border-left: 4px solid #C9252B;
}

strong {
    color: #C9252B;
    font-weight: 600;
}

b {
    color: #C9252B;
    font-weight: 600;
}

.growth-badge-text {
    color: #C9252B;
}

.dark-section {
    background-color: #2a3037;
    color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.dark-section p {
    color: #e2e2e5 !important;
}

.networking-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.85;
    min-height: 300px;
}

.tilted-img-wrapper {
    transform: rotate(2deg);
    transition: transform 0.3s ease-in-out;
}

.tilted-img-wrapper:hover {
    transform: rotate(0deg);
}

.infrastructure-img {
    border: 1px solid #f1f1f1;
}

.premium-summary-container {
    background: linear-gradient(135deg, #ffffff 0%, #fcfdfe 100%);
    border-left: 6px solid #C9252B;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(42, 48, 55, 0.08);
    overflow: hidden;
}

.premium-summary-container::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(201, 37, 43, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.premium-summary-badge {
    display: inline-block;
    background-color: rgba(201, 37, 43, 0.08);
    color: #C9252B;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.premium-summary-text {
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: left;
}

.premium-highlight-box {
    border-top: 1px solid rgba(42, 48, 55, 0.08);
}

.premium-summary-highlight {
    font-size: 1.15rem;
    color: #2a3037;
    text-align: left;
    line-height: 1.8;
}

p {
    font-size: 16px !important;
}