/* Real Estate Marketing Services 2 Styles */
.premium-perf-content p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.p-higlight {
    color: #845EF7;
    display: block;
}

/* ==========================================================================
   Hero Banner Section
   ========================================================================== */
@media (max-width: 991px) {
    .static-premium-banner {
        min-height: 75vh !important;
        padding: 100px 0 60px 0;
    }

    .static-premium-banner .premium-slide {
        background-position: 70% center !important;
    }

    .premium-slide-title {
        font-size: 34px !important;
        line-height: 1.25 !important;
    }

    .premium-slide-subtitle {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 575px) {
    .static-premium-banner {
        min-height: auto !important;
        padding: 90px 0 50px 0;
    }

    .static-premium-banner .premium-slide-content {
        padding: 0 4px;
    }

    .premium-slide-title {
        font-size: 26px !important;
        line-height: 1.25 !important;
        margin-bottom: 16px;
    }

    .premium-slide-subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 22px;
    }

    .premium-pill-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Performance Marketing Intro Section
   ========================================================================== */
@media (max-width: 991px) {
    .p-higlight {
        display: unset;
    }

    .premium-perf-section {
        padding: 60px 0;
    }

    .premium-perf-title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .premium-perf-img-wrap {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .premium-perf-section {
        padding: 50px 0;
    }

    .premium-perf-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .premium-perf-content p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .portfolio-btn {
        padding: 8px 20px 8px 12px;
        font-size: 14px;
    }

    .portfolio-btn .btn-arrow-icon {
        width: 30px;
        height: 30px;
    }
}

/* ==========================================================================
   Our Approach Section
   ========================================================================== */
.real-estate-approach-section {
    padding: 90px 0;
    background-color: #0c0c0d;
    color: #ffffff;
}

.approach-title {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 50px;
}

.approach-steps-wrapper {
    position: relative;
}

.approach-timeline-line {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(132, 94, 247, 0.35);
    z-index: 1;
}

.approach-step-card {
    position: relative;
    z-index: 2;
}

.approach-step-badge-wrap {
    margin-bottom: 24px;
}

.approach-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #845EF7;
    border-radius: 8px;
    background-color: #0c0c0d;
    color: #845EF7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.approach-step-title {
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 18px;
    min-height: 54px;
    font-size: 22px;
}

.approach-step-desc {
    font-size: 16px !important;
    line-height: 1.69;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .real-estate-approach-section {
        padding: 60px 0;
    }

    .approach-timeline-line {
        display: none !important;
    }

    .approach-title {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .approach-step-card {
        margin-bottom: 28px;
    }

    .approach-step-title {
        min-height: auto;
        font-size: 20px;
        margin-bottom: 12px;
    }
}

@media (max-width: 575px) {
    .real-estate-approach-section {
        padding: 50px 0;
    }

    .approach-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .approach-step-badge-wrap {
        margin-bottom: 16px;
    }

    .approach-step-badge {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .approach-step-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .approach-step-desc {
        font-size: 15px !important;
        line-height: 1.65;
    }
}

/* ==========================================================================
   Real Estate Services Section (Alternating Rows)
   ========================================================================== */
.realestate-services-section {
    padding: 100px 0;
    background-color: #0c0c0d;
    color: #ffffff;
}

.realestate-services-heading {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 20px;
}

.realestate-services-subheading {
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.realestate-service-row {
    margin-bottom: 80px;
}

.realestate-service-row:last-child {
    margin-bottom: 0;
}

.realestate-service-img-wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    background-color: #161618;
}

.realestate-service-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.realestate-service-img-wrap:hover .realestate-service-img {
    transform: scale(1.02);
}

.realestate-service-content {
    padding: 10px 0;
}

.realestate-service-tag {
    display: inline-block;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #845EF7;
    background: rgba(132, 94, 247, 0.12);
    border: 1px solid rgba(132, 94, 247, 0.3);
    border-radius: 50px;
    margin-bottom: 18px;
}

.realestate-service-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 18px;
}

.realestate-service-desc {
    font-size: 18px !important;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .realestate-services-section {
        padding: 60px 0;
    }

    .realestate-services-heading {
        font-size: 30px;
    }

    .realestate-services-subheading {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .realestate-service-row {
        margin-bottom: 50px;
    }

    .realestate-service-title {
        font-size: 22px;
    }

    .realestate-service-content {
        padding: 0 !important;
    }
}

@media (max-width: 575px) {
    .realestate-services-section {
        padding: 50px 0;
    }

    .realestate-services-heading {
        font-size: 24px;
        line-height: 1.3;
    }

    .realestate-services-subheading {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .realestate-service-row {
        margin-bottom: 40px;
    }

    .realestate-service-img-wrap {
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .realestate-service-img {
        border-radius: 16px;
    }

    .realestate-service-tag {
        font-size: 12px;
        padding: 5px 16px;
        margin-bottom: 14px;
    }

    .realestate-service-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .realestate-service-desc {
        font-size: 15px !important;
        line-height: 1.65;
    }
}

/* ==========================================================================
   Why Choose BrandStory Section
   ========================================================================== */
.why-choose-re-section {
    position: relative;
    padding: 100px 0 110px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
}

.why-choose-re-header {
    text-align: center;
    margin-bottom: 55px;
}

.why-choose-re-main-title {
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.943);
    margin-bottom: 12px;
    line-height: 1.15;
}

.why-choose-re-main-title .brand-purple {
    color: rgba(132, 94, 247, 0.898);
}

.why-choose-re-subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.why-choose-re-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 35px 30px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.35s ease;
}

.why-choose-re-card:hover {
    transform: translateY(-6px);
    border-color: rgba(132, 94, 247, 0.4);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.why-choose-re-icon-wrap {
    display: flex;
    justify-content: flex-end;
}

.why-choose-re-icon {
    width: 48px;
    height: 48px;
    color: #ffffff;
}

.why-choose-re-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .why-choose-re-section {
        padding: 60px 0;
    }

    .why-choose-re-main-title {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .why-choose-re-subtitle {
        font-size: 22px;
    }

    .why-choose-re-header {
        margin-bottom: 35px;
    }

    .why-choose-re-card {
        min-height: 220px;
        padding: 28px 24px;
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) {
    .why-choose-re-section {
        padding: 50px 0;
    }

    .why-choose-re-main-title {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: 0.5px;
    }

    .why-choose-re-subtitle {
        font-size: 18px;
    }

    .why-choose-re-header {
        margin-bottom: 25px;
    }

    .why-choose-re-card {
        min-height: 180px;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .why-choose-re-icon {
        width: 40px;
        height: 40px;
    }

    .why-choose-re-card-title {
        font-size: 18px;
    }
}

/* ==========================================================================
   Cross-Industry Section
   ========================================================================== */
.cross-industry-section {
    position: relative;
    padding: 100px 0;
    background: radial-gradient(circle at 50% 50%, rgba(74, 43, 138, 0.22) 0%, rgba(12, 12, 13, 1) 75%);
    background-color: #0c0c0d;
    color: #ffffff;
    overflow: hidden;
}

.cross-industry-header {
    text-align: center;
    margin: 0 auto 50px auto;
}

.cross-industry-title {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 22px;
}

.cross-industry-desc {
    font-size: 15px;
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.industry-pills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0 auto;
}

.industry-pill-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 20px;
    background-color: #0b0b0e;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.industry-pill-btn:hover {
    color: #ffffff;
    border-color: #845EF7;
    background-color: #12101c;
    box-shadow: 0 0 20px rgba(132, 94, 247, 0.35);
    transform: translateY(-2px);
}

.industry-pill-btn.active {
    border-color: #845EF7;
    box-shadow: 0 0 15px rgba(132, 94, 247, 0.25);
}

@media (max-width: 991px) {
    .cross-industry-section {
        padding: 60px 0;
    }



    .cross-industry-header {
        margin-bottom: 35px;
        text-align: left;
    }

    .industry-pills-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        max-width: 600px;
    }

    .industry-pill-btn {
        padding: 16px 14px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .cross-industry-section {
        padding: 50px 0;
    }

    .cross-industry-title {
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .cross-industry-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .cross-industry-header {
        margin-bottom: 25px;
    }

    .industry-pills-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 100%;
    }

    .industry-pill-btn {
        padding: 14px 16px;
        font-size: 15px;
        border-radius: 14px;
    }
}

/* ==========================================================================
   Team Behind Success Section
   ========================================================================== */
.team-success-section {
    padding: 100px 0;
    background-color: #0c0c0d;
    color: #ffffff;
}

.team-success-title {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 34px;
}

.team-success-desc {
    font-size: 18px !important;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.team-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.team-stat-card {
    background-color: #0e0e11;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.team-stat-card:hover {
    border-color: rgba(132, 94, 247, 0.4);
    transform: translateY(-3px);
}

.team-stat-card.featured {
    background: linear-gradient(135deg, #845EF7 0%, #6741d9 100%);
    border-color: #845EF7;
    box-shadow: 0 10px 30px rgba(132, 94, 247, 0.35);
}

.team-stat-card.featured:hover {
    box-shadow: 0 14px 35px rgba(132, 94, 247, 0.5);
}

.team-stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #845EF7;
    line-height: 1.1;
    margin-bottom: 12px;
}

.team-stat-card.featured .team-stat-number {
    color: #ffffff;
}

.team-stat-label {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    line-height: 1.35;
}

.team-stat-card.featured .team-stat-label {
    color: #ffffff;
}

@media (max-width: 991px) {
    .team-success-section {
        padding: 60px 0;
    }

    .team-success-title {
        font-size: 30px;
    }

    .team-success-desc {
        font-size: 16px !important;
        margin-bottom: 25px;
    }

    .team-stats-grid {
        margin-top: 15px;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .team-success-section {
        padding: 50px 0;
    }

    .team-success-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .team-success-desc {
        font-size: 15px !important;
        line-height: 1.65;
        margin-bottom: 22px;
    }

    .team-stats-grid {
        gap: 12px;
    }

    .team-stat-card {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .team-stat-number {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .team-stat-label {
        font-size: 13px;
        line-height: 1.35;
    }
}

/* ==========================================================================
   FAQ Section Mobile Adjustments
   ========================================================================== */
@media (max-width: 767px) {
    .dm-faq-section {
        padding: 50px 0 !important;
    }

    .dm-faq-section h2 {
        font-size: 25px !important;
        margin-bottom: 25px !important;
    }

    .dm-faq-section .accordion-button {
        font-size: 15px;
        padding: 16px 14px;
    }

    .dm-faq-section .accordion-body p {
        font-size: 14px !important;
        line-height: 1.6;
    }
}