/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2026 | 12:55:53 */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
}

body {
    overflow: hidden !important;
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    height: auto !important;
}

.css-js-section {
    display: none !important;
}

.elementor {
    overflow: visible !important;
    overflow-y: visible !important;
}

.elementor-inner,
.elementor-section-wrap {
    overflow: visible !important;
}

.wp-site-blocks,
.has-global-padding {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.btn-primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px 36px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #4775BB !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(71, 117, 187, 0.3) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(71, 117, 187, 0.4) !important;
    background: #3a64a8 !important;
}

.btn-primary.btn-lg {
    padding: 18px 44px;
    font-size: 17px;
}

.btn-outline {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px 36px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 10px !important;
    transition: all 0.3s;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.btn-outline:hover {
    border-color: #4775BB !important;
    background: rgba(71, 117, 187, 0.15) !important;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.section-tag {
    display: inline-block !important;
    padding: 6px 18px !important;
    background: #dbeafe !important;
    color: #1e40af !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.elementor-widget-html:has(.section-tag) {
    text-align: center;
}

.section-header:has(.section-tag) {
    text-align: center;
}

.section-tag-dark {
    display: inline-block !important;
    padding: 6px 18px !important;
    background: rgba(71, 117, 187, 0.2) !important;
    color: #7cb3ff !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.section-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.intro-section {
    max-width: 780px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
}

.intro-section::before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #4775BB, #7cb3ff);
    border-radius: 3px;
    margin: 0 auto 32px;
}

.intro-section p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.85 !important;
    color: #555 !important;
    margin: 0 0 16px !important;
    text-align: center !important;
}

.intro-section p:last-child {
    margin-bottom: 0 !important;
}

.feature-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 28px 36px;
    flex: 0 1 calc(33.333% - 24px);
    min-width: 240px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 2px solid rgba(71, 117, 187, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(71, 117, 187, 0.15);
    border-color: #4775BB;
}

.feature-card-icon {
    background: #4775BB;
    border-radius: 14px;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}

.feature-card-icon svg {
    width: 34px;
    height: 34px;
    stroke: #ffffff !important;
    stroke-width: 2px;
    fill: none;
}

.feature-card-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 1.45;
}

.feature-card-grid-alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

.feature-card-alt {
    background: #ffffff;
    border-radius: 18px;
    padding: 44px 24px 36px;
    flex: 0 1 calc(33.333% - 24px);
    min-width: 240px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card-alt:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(71, 117, 187, 0.2);
    border-color: rgba(71, 117, 187, 0.5);
}

.feature-card-icon-alt {
    background: rgba(71, 117, 187, 0.12);
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}

.feature-card-icon-alt svg {
    width: 34px;
    height: 34px;
    stroke: #4775BB;
    stroke-width: 2px;
    fill: none;
}

.feature-card-alt .feature-card-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.45;
}

.feature-grid-dark {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 44px;
    margin-bottom: 44px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

.feature-block-dark {
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 40px 24px 32px;
    flex: 0 1 calc(33.333% - 24px);
    min-width: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-block-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(71, 117, 187, 0.18);
    border-color: #4775BB;
}

.feature-block-dark-icon {
    background: #4775BB;
    border-radius: 14px;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.feature-block-dark-icon svg {
    width: 34px;
    height: 34px;
    stroke: #ffffff;
    stroke-width: 2px;
    fill: none;
}

.feature-block-dark-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 1.45;
}

.glass-grid-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 24px 0 !important;
    list-style: none !important;
}

.glass-grid-list .glass-list-item {
    margin-bottom: 0 !important;
    height: 100% !important;
}

.detail-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.detail-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 28px 32px;
    flex: 0 1 calc(50% - 24px);
    min-width: 280px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 2px solid rgba(71, 117, 187, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(71, 117, 187, 0.15);
    border-color: #4775BB;
}

.detail-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin: 0 0 10px;
}

.detail-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.glass-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.glass-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(71, 117, 187, 0.12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #444;
    transition: all 0.3s ease;
}

.glass-list-item:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(71, 117, 187, 0.3);
    box-shadow: 0 4px 16px rgba(71, 117, 187, 0.1);
    transform: translateX(4px);
}

.glass-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(71, 117, 187, 0.1), rgba(71, 117, 187, 0.05));
    border-radius: 10px;
    border: 1px solid rgba(71, 117, 187, 0.15);
}

.glass-panel {
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 16px;
    border: 1px solid rgba(71, 117, 187, 0.1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.seo-check-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    max-width: 900px !important;
    margin: 24px auto !important;
    list-style: none !important;
    padding: 0 !important;
}

.seo-check-list li {
    list-style: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(71, 117, 187, 0.12) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s;
}

.seo-check-list li::before,
.seo-check-list li::marker {
    display: none !important;
    content: none !important;
}

.seo-check-list li:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(71, 117, 187, 0.3) !important;
    transform: translateX(4px);
}

.seo-check-list li svg {
    flex-shrink: 0;
}

.dark-check-list {
    list-style: none !important;
    padding: 0 !important;
    max-width: 600px !important;
    margin: 24px auto !important;
}

.dark-check-list li {
    list-style: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.6 !important;
    padding: 12px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.dark-check-list li::before,
.dark-check-list li::marker {
    display: none !important;
    content: none !important;
}

.dark-check-list li svg {
    flex-shrink: 0;
}

.about-check-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 24px auto !important;
    max-width: 700px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-check-list li {
    list-style: none !important;
    list-style-type: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(71, 117, 187, 0.12) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s;
}

.about-check-list li::before {
    display: none !important;
    content: none !important;
}

.about-check-list li::marker {
    display: none !important;
    content: none !important;
    font-size: 0 !important;
}

.about-check-list li:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(71, 117, 187, 0.3) !important;
    box-shadow: 0 4px 16px rgba(71, 117, 187, 0.1) !important;
    transform: translateX(4px);
}

.about-check-list li svg {
    flex-shrink: 0;
}

.about-check-list-2col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    max-width: 900px !important;
    margin: 24px auto !important;
    list-style: none !important;
    padding: 0 !important;
}

.about-check-list-2col li {
    list-style: none !important;
    list-style-type: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(71, 117, 187, 0.12) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s;
}

.about-check-list-2col li::before,
.about-check-list-2col li::marker {
    display: none !important;
    content: none !important;
}

.about-check-list-2col li:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(71, 117, 187, 0.3) !important;
    box-shadow: 0 4px 16px rgba(71, 117, 187, 0.1) !important;
    transform: translateX(4px);
}

.about-check-list-2col li svg {
    flex-shrink: 0;
}

.step-col .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.step-col .elementor-widget {
    flex: 1 !important;
    display: flex !important;
}

.step-col .elementor-widget-container {
    width: 100% !important;
    display: flex !important;
}

.step-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 20px 32px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 2px solid rgba(71, 117, 187, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(71, 117, 187, 0.18);
    border-color: #4775BB;
}

.step-icon-wrap {
    position: relative;
    margin-bottom: 20px;
}

.step-icon-bg {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: rgba(71, 117, 187, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.step-card:hover .step-icon-bg {
    background: rgba(71, 117, 187, 0.15);
}

.step-icon-bg svg {
    width: 36px;
    height: 36px;
    stroke: #4775BB;
    stroke-width: 2;
    fill: none;
}

.step-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    background: #0E1D40;
    color: #fff;
    border-radius: 50%;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(14, 29, 64, 0.3);
}

.step-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.4;
}

.step-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.step-col {
    position: relative;
}

.step-col::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234775BB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center;
    opacity: 0.5;
}

.step-col:last-child::after {
    display: none;
}

.step-arrow {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    z-index: 10;
}

.step-arrow svg {
    width: 32px;
    height: 32px;
    opacity: 0.6;
}

.step-icon {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.step-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #4775BB;
    margin-bottom: 8px;
}

.size-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    width: 96vw;
    max-width: 96vw;
    margin-left: calc(50% - 48vw);
    padding: 0;
}

.size-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.size-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(71, 117, 187, 0.15);
    border-color: rgba(71, 117, 187, 0.2);
}

.size-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.size-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.size-card:hover .size-card-img img {
    transform: scale(1.05);
}

.size-card-body {
    padding: 22px 20px 28px;
    text-align: center;
}

.size-card-badge {
    display: inline-block;
    padding: 4px 14px;
    background: linear-gradient(135deg, #dbeafe, #ede9fe);
    color: #4338ca;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.5px;
}

.size-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #111;
    margin: 0 0 10px;
}

.size-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.size-card-grid-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.size-card-grid-5 .size-card {
    width: calc(33.333% - 20px);
}

.why-us-image img,
.situations-image img,
.pricing-image img,
.sameday-image img,
.whatfits-image img {
    border-radius: 16px;
    transition: transform 0.6s;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    width: 100%;
}

.why-us-image:hover img,
.situations-image:hover img,
.pricing-image:hover img,
.sameday-image:hover img,
.whatfits-image:hover img {
    transform: scale(1.02);
}

.premium-shadow {
    border-radius: 16px !important;
    overflow: hidden;
}

.premium-shadow img {
    border-radius: 16px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
}

.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 24px 0;
}

.faq-question {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-top: 12px;
    display: none;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-arrow {
    transition: transform 0.3s;
    font-size: 20px;
    color: #4775BB;
}

.faq-item.open .faq-arrow {
    transform: rotate(180deg);
}

.faq-toggle .elementor-toggle-item {
    background: #fff;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-toggle .elementor-tab-title {
    padding: 20px 24px !important;
}

.faq-toggle .elementor-tab-content {
    padding: 0 24px 20px !important;
}

.faq-toggle .elementor-toggle-icon {
    color: #4775BB !important;
}

/* Location overview pills */
.phx-pill {
    display: inline-flex;
    align-items: center;
    background: #4775BB;
    color: #fff;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: all 0.3s;
    cursor: default;
    margin-bottom: 4px;
    text-decoration: none;
}

.phx-pill:hover {
    background: #3a64a8;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(71, 117, 187, 0.3);
}

.phx-pill .arrow {
    margin-left: 12px;
    transition: transform 0.3s;
}

.phx-pill:hover .arrow {
    transform: translateX(3px);
}

a.phx-pill {
    cursor: pointer;
    color: #fff;
}

a.phx-pill:hover {
    color: #fff;
}


.blog-intro {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.blog-intro p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.elementor-top-section:last-child .elementor-widget,
.elementor-top-section:last-child .reveal,
.elementor-top-section:last-child .reveal-left,
.elementor-top-section:last-child .reveal-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.dumpster-sizes-cards {
    background: #f0f2f5 !important;
}

.img-breakout-section {
    width: 100% !important;
    max-width: 100% !important;
}

.img-breakout-section>.elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

.img-breakout-section>.elementor-container>.elementor-column:first-child {
    padding: 80px 40px 80px 80px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.img-breakout-section>.elementor-container>.elementor-column:last-child {
    padding: 80px 80px 80px 0 !important;
    display: flex !important;
    align-items: center !important;
}

.img-breakout-section .elementor-widget-image img,
.img-breakout-section .premium-shadow img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    min-height: 350px;
}

@media (min-width: 992px) {
    .img-breakout-section>.elementor-container>.elementor-column:first-child .elementor-widget {
        text-align: left !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:first-child .elementor-widget-wrap {
        align-items: flex-start !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:first-child .section-header {
        text-align: left !important;
        margin: 0 !important;
        max-width: none !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:first-child .elementor-widget-html {
        text-align: left !important;
        width: 100% !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child .elementor-widget {
        text-align: left !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child .elementor-widget-wrap {
        align-items: flex-start !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child .section-header {
        text-align: left !important;
        margin: 0 !important;
        max-width: none !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child .elementor-widget-html {
        text-align: left !important;
        width: 100% !important;
    }
}

.location-pin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
    padding: 20px 24px;
    margin: 16px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fafafa;
}

.location-pin-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.location-pin-item svg {
    flex-shrink: 0;
}

.hero-section {
    min-height: 450px !important;
    padding: 40px 0 !important;
}

.hero-section>.elementor-container {
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-section .elementor-column {
    display: flex !important;
    padding: 0 80px !important;
}

.hero-section .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.hero-section .elementor-widget {
    width: 100% !important;
}

.hero-section .elementor-widget .elementor-widget-container {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
}

.hero-section .elementor-widget-heading .elementor-widget-container {
    display: block !important;
    text-align: center !important;
}

.hero-section .elementor-widget-spacer {
    pointer-events: none;
}

.hero-section .elementor-widget-spacer .elementor-widget-container {
    display: block !important;
}

.hero-section .elementor-widget-spacer .elementor-spacer {
    height: 10px !important;
}

.hero-section h1.elementor-heading-title {
    font-size: 64px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-section h2.elementor-heading-title {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.hero-section p {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.hero-section .elementor-widget-text-editor p {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    text-align: center !important;
    margin: 0 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subtlePulse {

    0%,
    100% {
        box-shadow: 0 4px 16px rgba(71, 117, 187, 0.3);
    }

    50% {
        box-shadow: 0 4px 28px rgba(71, 117, 187, 0.5);
    }
}

.hero-section .elementor-widget {
    animation: fadeIn 0.8s ease-out both;
}

.hero-section .elementor-widget:nth-child(2) {
    animation-delay: 0.1s;
}

.hero-section .elementor-widget:nth-child(3) {
    animation-delay: 0.2s;
}

.hero-section .elementor-widget:nth-child(4) {
    animation-delay: 0.3s;
}

.hero-section .elementor-widget:nth-child(5) {
    animation-delay: 0.4s;
}

.hero-section .elementor-widget:nth-child(6) {
    animation-delay: 0.5s;
}

.hero-section .elementor-widget:nth-child(7) {
    animation-delay: 0.6s;
}

.hero-section .btn-primary {
    animation: subtlePulse 3s ease-in-out infinite;
}

.hero-section .btn-primary:hover {
    animation: none;
}


.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.stagger-1 {
    transition-delay: 0.1s !important;
}

.stagger-2 {
    transition-delay: 0.2s !important;
}

.stagger-3 {
    transition-delay: 0.3s !important;
}

.stagger-4 {
    transition-delay: 0.4s !important;
}

@media (max-width: 1024px) {
    .hero-section .elementor-column {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 900px) {

    .feature-card,
    .feature-card-alt {
        flex: 0 1 calc(50% - 24px);
    }

    .feature-block-dark {
        flex: 0 1 calc(50% - 24px);
    }
}

@media (max-width: 767px) {
    .elementor-top-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    .elementor-top-section:not(.css-js-section)>.elementor-container {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    .elementor-top-section:not(.css-js-section)>.elementor-container>.elementor-column {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-section {
        position: relative !important;
        min-height: 320px !important;
        height: auto !important;
        padding: 50px 0 40px 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .hero-section .elementor-container {
        min-height: 100% !important;
        height: 100% !important;
        position: relative !important;
        z-index: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-section .elementor-column {
        padding: 0 20px !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .hero-section .elementor-widget-wrap {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
    }

    .hero-section h1.elementor-heading-title {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }

    .hero-section h2.elementor-heading-title {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .hero-section .elementor-widget-text-editor p {
        font-size: 15px !important;
    }

    .elementor-widget-heading h2.elementor-heading-title {
        font-size: 28px !important;
        line-height: 1.25 !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:first-child {
        padding: 40px 20px !important;
        text-align: center !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:first-child .elementor-widget-html,
    .img-breakout-section>.elementor-container>.elementor-column:first-child .section-header {
        text-align: center !important;
        margin: 0 auto !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child {
        padding: 0 20px 40px !important;
        text-align: center !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child .section-header,
    .img-breakout-section>.elementor-container>.elementor-column:last-child .elementor-widget-html {
        text-align: center !important;
        margin: 0 auto !important;
    }

    .img-breakout-section>.elementor-container>.elementor-column:last-child .elementor-widget-wrap {
        align-items: center !important;
    }

    .img-breakout-section .elementor-widget-text-editor p {
        text-align: center !important;
    }

    .img-breakout-section .elementor-widget-text-editor {
        text-align: center !important;
    }

    /* Keep checklists LEFT-aligned and full-width on mobile */
    .img-breakout-section .about-check-list,
    .img-breakout-section .about-check-list-2col {
        text-align: left !important;
        width: 100% !important;
    }

    .img-breakout-section .about-check-list li,
    .img-breakout-section .about-check-list-2col li {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .img-breakout-section .about-check-list-2col {
        grid-template-columns: 1fr !important;
    }

    .img-breakout-section .elementor-widget-image img,
    .img-breakout-section .premium-shadow img {
        min-height: 250px;
    }


    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-outline {
        justify-content: center;
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .btn-primary,
    .btn-outline {
        max-width: 100% !important;
    }

    .section-header {
        padding: 0 4px;
    }

    .intro-section {
        padding: 0 8px;
    }

    .intro-section p {
        font-size: 15px !important;
    }

    .step-card {
        padding: 24px 16px;
        min-height: auto !important;
    }

    .step-col::after {
        display: none !important;
    }

    .step-arrow {
        display: none !important;
    }

    .feature-card-grid {
        gap: 12px !important;
        padding: 0 !important;
    }

    .detail-card {
        flex: 0 1 100% !important;
    }

    .detail-card-grid {
        gap: 16px !important;
    }

    .seo-check-list {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    .about-check-list-2col {
        grid-template-columns: 1fr !important;
    }

    .dark-check-list {
        max-width: 100% !important;
    }



    .size-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 0 16px;
    }

    .size-card-grid-5 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 0 16px;
        gap: 20px;
    }

    .size-card-grid-5 .size-card {
        width: 100%;
    }

    .size-card-title {
        font-size: 16px;
    }

    .size-card-desc {
        font-size: 13px;
    }

    .location-pin-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .glass-list-item {
        padding: 12px 14px;
    }

    .glass-panel {
        padding: 24px 20px;
    }

    .premium-shadow img {
        border-radius: 12px !important;
    }

    .faq-question {
        font-size: 16px !important;
    }
}

@media (max-width: 560px) {

    .feature-card,
    .feature-card-alt {
        flex: 0 1 100% !important;
    }

    .feature-block-dark {
        flex: 0 1 100% !important;
    }

    .step-card {
        flex: 0 1 100%;
    }
}

/* Blog post cntent styling */
.elementor-widget-theme-post-content {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.elementor-widget-theme-post-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin: 48px 0 16px;
}

.elementor-widget-theme-post-content h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin: 36px 0 12px;
}

.elementor-widget-theme-post-content h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
    margin: 28px 0 10px;
}

.elementor-widget-theme-post-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 24px 24px;
    padding: 0;
}

.elementor-widget-theme-post-content li {
    margin-bottom: 8px;
}

.elementor-widget-theme-post-content strong {
    color: #333;
    font-weight: 700;
}

.elementor-widget-theme-post-content a {
    color: #4775BB;
    text-decoration: none;
    border-bottom: 1px solid rgba(71, 117, 187, 0.3);
    transition: all 0.2s;
}

.elementor-widget-theme-post-content a:hover {
    color: #3a64a8;
    border-bottom-color: #3a64a8;
}

.elementor-widget-theme-post-content blockquote {
    border-left: 4px solid #4775BB;
    background: #f5f7fa;
    margin: 32px 0;
    padding: 24px 28px;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #444;
}

.elementor-widget-theme-post-content hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 40px 0;
}

.elementor-widget-theme-post-content figure.wp-block-table {
    margin: 32px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.elementor-widget-theme-post-content figure.wp-block-table table,
.elementor-widget-theme-post-content table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    border: none;
}
.elementor-widget-theme-post-content figure.wp-block-table table tr:first-child,
.elementor-widget-theme-post-content table thead tr,
.elementor-widget-theme-post-content table tr:first-child {
    background: #4775BB !important;
}
.elementor-widget-theme-post-content figure.wp-block-table table tr:first-child td,
.elementor-widget-theme-post-content figure.wp-block-table table tr:first-child th,
.elementor-widget-theme-post-content table thead th,
.elementor-widget-theme-post-content table tr:first-child td,
.elementor-widget-theme-post-content table tr:first-child th {
    color: #fff !important;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    border: none;
}
.elementor-widget-theme-post-content figure.wp-block-table table td,
.elementor-widget-theme-post-content table td,
.elementor-widget-theme-post-content table th {
    padding: 12px 16px;
    color: #555;
    border: none;
    border-bottom: 1px solid #eee;
}
.elementor-widget-theme-post-content figure.wp-block-table table tr:nth-child(even),
.elementor-widget-theme-post-content table tbody tr:nth-child(even),
.elementor-widget-theme-post-content table tr:nth-child(even) {
    background: #f5f7fa;
}
.elementor-widget-theme-post-content img {
    border-radius: 12px;
    margin: 24px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
