/* ==============================
   MODERN WEBSITE STYLING
   All improvements scoped to .custom-page-content
   ============================== */

/* ==============================
   Typography & Base
   ============================== */

.custom-page-content {
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-page-content h2.heading_text,
.custom-page-content h2.pricing-heading,
.custom-page-content h3.pricing-card-title {
    letter-spacing: -.02em;
}

/* ==============================
   Modern, simple buttons
   ============================== */
.custom-page-content .btn {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    border-radius: 8px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;
    text-transform: none;
    border: 2px solid transparent;
    transition: all 180ms ease;
}

.custom-page-content .btn:before {
    display: none !important;
}

/* Primary Button */
.custom-page-content .btn-primary {
    background: var(--bs-primary);;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(239, 11, 19, 0.30);
}

.custom-page-content .btn-primary:hover {
    background: var(--bs-primary-hover);;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(239, 11, 19, 0.35);
}

.custom-page-content .btn-primary:active {
    transform: translateY(0);
}

/* Secondary Button */
.custom-page-content .btn-outline-light,
.custom-page-content .btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(4px);
}

.custom-page-content .btn-outline-light:hover,
.custom-page-content .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff !important;
    transform: translateY(-1px);
}

.custom-page-content .btn-outline-light:active,
.custom-page-content .btn-secondary:active {
    transform: translateY(0);
}

/* Focus states */
.custom-page-content .btn:focus-visible {
    outline: 2px solid rgba(239, 11, 19, 0.50);
    outline-offset: 2px;
}

.custom-page-content .btn-outline-light:focus-visible,
.custom-page-content .btn-secondary:focus-visible {
    outline-color: rgba(255, 255, 255, 0.60);
}

/* ==============================
   Hero Section - Modern & Clean
   ============================== */

/* .custom-page-content .hero_section_4{
    padding: clamp(140px, 14vw, 220px) 0 clamp(100px, 10vw, 180px);
    position: relative;
} */

/* Add subtle overlay for better text readability */
.custom-page-content .hero_section_4::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* .custom-page-content .hero_section_4 > .container{
    position: relative;
    z-index: 1;
} */

/* Hero Title - Cleaner sizing */
.custom-page-content .hero_section_4 .hero_title {
    font-size: clamp(36px, 4.2vw, 58px);
    font-size: clamp(36px, 4.2vw, 55px);
    line-height: 1.12;
    letter-spacing: -.01em;
    margin-bottom: 18px;
    font-weight: 700;
}

/* Hero Description */
.custom-page-content .hero_section_4 .hero_section_content p{
    padding: 0;
    max-width: 60ch;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255,255,255,.88);
    margin-bottom: 22px;
}

/* Review Badges */
.custom-page-content .hero-reviews {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.custom-page-content .hero-reviews img {
    height: 60px;
    width: auto;
    opacity: .94;
    transition: opacity 220ms ease;
}

.custom-page-content .hero-reviews img:hover {
    opacity: 1;
}

/* CTA Buttons */
.custom-page-content .hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

/* Customer Review Quote */
.custom-page-content .hero-trust-quote {
    margin-top: 32px;
    max-width: 68ch;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .32);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(4px);
}

.custom-page-content .hero-trust-stars {
    color: #FFD700;
    letter-spacing: .15em;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-page-content .hero-trust-text {
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 10px;
}

.custom-page-content .hero-trust-source {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

/* Tone down background outline text */
.custom-page-content .hero_section_4 .outline_text {
    opacity: .06;
}

/* ==============================
   Hero quote form (desktop only)
   ============================== */

.hero-quote-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.hero-quote-panel {
    margin-top: 0;
    background: rgba(18, 22, 30, 0.88);
    /* background: rgb(18 22 30 / 76%); */
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    padding: 22px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, .08) inset;
    backdrop-filter: blur(12px);
}

.hero-quote-panel .form-group,
.quote-panel .form-group {
    margin-bottom: 0px;
}

.hero-quote-title {
    color: rgba(255, 255, 255, 0.97);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 8px;
}

.hero-quote-subtitle {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    margin-bottom: 20px;
}

.hero-quote-panel .quote-form {
    margin-top: 0;
}

.hero-quote-panel .quote-grid {
    gap: 14px;
}

.hero-quote-panel textarea.form-control {
    min-height: 90px;
}

.hero-quote-panel .quote-options {
    grid-template-columns: 1fr;
    gap: 8px;
}

.hero-quote-panel .quote-option {
    padding: 10px 12px;
    border-radius: 10px;
    transition: all 180ms ease;
}

.hero-quote-panel .quote-option:hover {
    background: rgba(0, 0, 0, .42);
    border-color: rgba(255, 255, 255, .18);
}

.hero-quote-panel .quote-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .90);
}

.hero-quote-panel .quote-status {
    flex-basis: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {

    /* .custom-page-content .hero_section_4{
        padding: clamp(100px, 10vw, 140px) 0 clamp(80px, 8vw, 100px);
    }
     */
    .custom-page-content .hero-trust-quote {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .custom-page-content .hero_section_4 .hero_title {
        font-size: clamp(30px, 7vw, 42px);
        margin-bottom: 14px;
    }

    .custom-page-content .hero_section_4 .hero_section_content p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .custom-page-content .hero-reviews {
        margin-bottom: 18px;
    }

    /* .custom-page-content .hero-reviews img{
        height: 32px;
    } */

    .custom-page-content .hero-cta {
        margin-top: 18px;
    }
}

@media (min-width: 992px) {
    .hero-quote-panel .quote-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-quote-panel .quote-grid-wide {
        grid-column: 1 / -1;
    }
}

/* ==============================
   Quote + Pricing (simplified)
   ============================== */

.quote-section {
    padding: 84px 0;
    background: transparent;
    /* background-image: url(https://betterbuiltla.com/wp-content/uploads/2024/09/review-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}

.custom-page-content .quote-panel {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(20, 24, 32, .70);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 28px;
    box-shadow: none;
}

.custom-page-content .quote-panel-head {
    margin-bottom: 24px;
}

.custom-page-content .quote-heading {
    margin: 0;
    font-size: clamp(26px, 2.8vw, 38px);
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 700;
}

.custom-page-content .quote-description {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .75);
    max-width: 70ch;
    font-size: 16px;
    line-height: 1.5;
}

.custom-page-content .quote-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.custom-page-content .quote-steps .quote-step {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.custom-page-content .quote-form {
    margin-top: 20px;
}

.custom-page-content .quote-label {
    display: block;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: 8px;
}

.custom-page-content .quote-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.custom-page-content .quote-grid-wide {
    grid-column: 1 / -1;
}

.custom-page-content .quote-form .form-control {
    background: rgba(0, 0, 0, .30) !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    color: #fff !important;
    border-radius: 8px !important;
    height: 46px;
    padding: 12px 14px;
    font-size: 15px;
    transition: all 180ms ease;
}

.custom-page-content .quote-form textarea.form-control {
    height: auto;
    min-height: 100px;
}

.custom-page-content .quote-form .form-control:focus {
    box-shadow: 0 0 0 3px rgba(239, 11, 19, .18) !important;
    border-color: rgba(239, 11, 19, .50) !important;
    background: rgba(0, 0, 0, .35) !important;
}

.custom-page-content .quote-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.custom-page-content .quote-option {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .88);
    cursor: pointer;
    user-select: none;
    transition: all 180ms ease;
}

.custom-page-content .quote-option:hover {
    background: rgba(0, 0, 0, .35);
    border-color: rgba(255, 255, 255, .18);
}

.custom-page-content .quote-option input {
    width: 18px;
    height: 18px;
    accent-color: var(--bs-primary);;
}

.custom-page-content .quote-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.custom-page-content .quote-status {
    flex: 1 1 240px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

@media (min-width: 768px) {
    .custom-page-content .quote-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-page-content .quote-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .custom-page-content .quote-panel {
        padding: 22px;
    }

    .custom-page-content .quote-actions .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {

    /* Quote form lives in the hero on desktop */
    .custom-page-content .quote-section {
        display: none;
    }
}

/* ==============================
   Service Packages & Pricing - Modern Clean Design
   ============================== */

.custom-page-content .pricing-section {
    padding: clamp(80px, 10vw, 120px) 0;
    background: linear-gradient(rgb(0 0 0 / 47%), rgba(0, 0, 0, 0.88)), url(images/maintenance-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.custom-page-content .pricing-panel {
    max-width: 1100px;
    margin: 0 auto;
}

.custom-page-content .pricing-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
}

.custom-page-content .pricing-heading {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.custom-page-content .pricing-description {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    max-width: 70ch;
    line-height: 1.5;
}

.custom-page-content .pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.custom-page-content .pricing-card {
    background: rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.085);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: all 300ms ease;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    height: max-content;
}

.custom-page-content .pricing-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 48px rgba(0, 0, 0, .4);
}

.custom-page-content .pricing-card.is-featured:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 48px rgba(0, 0, 0, .45), 0 0 0 1px rgba(239, 11, 19, 0.2) inset;
}

.custom-page-content .pricing-card.is-featured {
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(239, 11, 19, 0.15) inset;
}

.custom-page-content .pricing-card.is-featured::before {
    /* content: "POPULAR"; */
    position: absolute;
    top: -12px;
    right: 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.custom-page-content .pricing-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.custom-page-content .pricing-card-title {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.custom-page-content .pricing-card-price {
    color: var(--bs-primary);;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -.01em;
    text-shadow: 0 2px 12px rgba(239, 11, 19, 0.5);
    white-space: nowrap;
}

.custom-page-content .pricing-bullets {
    list-style: none;
    padding: 20px 0;
    margin: 20px 0;
    display: grid;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-page-content .pricing-bullets li {
    position: relative;
    padding-left: 26px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

.custom-page-content .pricing-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--bs-primary);;
    font-weight: 900;
    font-size: 16px;
}

.custom-page-content .pricing-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.custom-page-content .pricing-addons {
    margin-top: 32px;
    background: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.085);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.custom-page-content .pricing-addons-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.custom-page-content .pricing-addons-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.custom-page-content .pricing-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 24px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 500;
    transition: all 200ms ease;
}

.custom-page-content .pricing-chip:hover {
    background: rgba(239, 11, 19, 0.2);
    border-color: rgba(239, 11, 19, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 11, 19, 0.3);
}

.custom-page-content .pricing-addons-cta {
    margin-top: 24px;
    text-align: center;
}

/* ==============================
   Portfolio Section - Clean Gallery
   ============================== */

.custom-page-content .portfolio-section {
    padding: clamp(70px, 8vw, 100px) 0;
    background: rgba(0, 0, 0, .08);
}

.custom-page-content .portfolio-section .section_heading {
    margin-bottom: 36px;
}

.custom-page-content .portfolio-section .heading_text {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
}

.custom-page-content .portfolio-section .btn-div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}


/* ==============================
   About/Trust Section - Modern Cards
   ============================== */

/* .custom-page-content .about_section{
    padding: clamp(70px, 8vw, 100px) 0;
}

.custom-page-content .about_section .heading_text{
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    margin-bottom: 28px;
}

.custom-page-content .workprocess_item{
    padding: 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    margin-bottom: 16px;
    transition: all 200ms ease;
}

.custom-page-content .workprocess_item:hover{
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.12);
    transform: translateY(-2px);
}

.custom-page-content .workprocess_item .serial_number{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(239,11,19,.15);
    color: var(--bs-primary);;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.custom-page-content .workprocess_item .item_title{
    font-size: 18px;
    font-weight: 700;
}

.custom-page-content .workprocess_item p{
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.5;
}

.custom-page-content .image_widget img{
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,.30);
} */

/* ==============================
   Section Spacing
   ============================== */

.custom-page-content .section_space_lg {
    padding: clamp(70px, 8vw, 100px) 0;
}

/* ==============================
   Responsive Adjustments
   ============================== */

@media (min-width: 768px) {
    .custom-page-content .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .custom-page-content .pricing-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-page-content .pricing-card {
        padding: 24px 20px;
    }

    .custom-page-content .pricing-card-actions {
        flex-direction: column;
    }

    .custom-page-content .pricing-card-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .custom-page-content .pricing-addons {
        padding: 24px 18px;
    }

    .custom-page-content .portfolio-section .btn-div .btn,
    .custom-page-content .hero-cta .btn {
        width: 100%;
    }
}

.trust-section .btn_wrap {
    padding: unset;
}

@media (min-width: 1100px) {
.hero_section_content {
    padding-right: 20px;
}
.hero-quote-panel{
    margin-left: 20px;
}
}

a, body, input, select, textarea, .ui-accordion-content.ui-helper-reset, html .woocommerce ul.products li.product .price, html .woocommerce label.inline, .theme-page-header .theme-page-header-top .theme-page-header-top-social-list>a.theme-icon-meta-cart>span{
    font-family: var(--bs-font-body);
}

        .about_section-bg.section_space_lg {
            position: relative;
            background: url('./images/about-bg.webp') center center/cover no-repeat;
        }
        .about_section-bg.section_space_lg::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(20, 20, 22, 0.68);
            z-index: 0;
        }
        .about_section-bg .container {
            position: relative;
            z-index: 1;
        }
        