.elementor-3087 .elementor-element.elementor-element-e938eb0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-facf823{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-68c9455{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-819d985{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-425ffc9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-adbf2b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-c7c88c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-be087d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-e9430b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3087 .elementor-element.elementor-element-53ac3f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8a4b066 */body {
    margin: 0;
    font-family: sans-serif;
    background: #0f172a;
    color: #fff;
}

/* HERO */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 20px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.hero-container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

/* TEXT */
.hero-text {
    flex: 1;
    text-align: justify;
}

.hero-text h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #cbd5e1;
    
}

.hero-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #cbd5e1;
    margin-bottom: 30px;
}

/* CTA BUTTONS */
.cta-group {
    display: flex;
    flex-wrap: nowrap; /* 👈 مهم: جلوگیری از رفتن به خط بعد */
    gap: 12px;
    margin-top: 10px;
}

/* BASE BUTTON */
/* BASE BUTTON (UPDATED FOR EQUAL SIZE) */
.btn {
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* مهم */
    gap: 8px;

    min-width: 180px; /* 👈 همه دکمه‌ها یک عرض پایه */
    text-align: center;
}

/* WHATSAPP */
.btn-whatsapp {
    background: #25D366;
    color: #0b1f14;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
}

/* BALE */
.btn-bale {
    background: #00B2FF;
    color: white;
}

.btn-bale:hover {
    background: #0094d6;
}

/* CALL */
.btn-call {
    background: #f59e0b;
    color: #1f2937;
}

.btn-call:hover {
    background: #d97706;
}

/* VALUE BOX */
.hero-box {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.hero-box ul {
    list-style: none;
    padding: 0;
}

.hero-box li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 25px;
    color: #e2e8f0;
}

.hero-box li::before {
    content: "✔";
    position: absolute;
    right: 0;
    color: #22c55e;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .cta-group {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef6f42f */.trust-bar {
    background: rgba(255,255,255,0.03);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 40px 20px;
}

.trust-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* ITEM */
.trust-item {
    flex: 1;
    text-align: center;
    padding: 10px;
    transition: 0.3s;
}

.trust-item:hover {
    transform: translateY(-4px);
}

.trust-number {
    font-size: 28px;
    font-weight: bold;
    color: #22c55e;
    margin-bottom: 8px;
}

.trust-label {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .trust-container {
        flex-wrap: wrap;
    }

    .trust-item {
        flex: 1 1 45%;
    }
}

@media (max-width: 500px) {
    .trust-item {
        flex: 1 1 100%;
    }

    .trust-number {
        font-size: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df792b6 *//* SECTION */
.problem-light {
    padding: 90px 20px;
    background: #f8fafc;
    color: #0f172a;
}

/* CONTAINER */
.problem-light .container {
    max-width: 1100px;
    margin: auto;
}

/* TITLE */
.problem-light h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* INTRO */
.problem-light .intro {
    text-align: center;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 1.9;
    font-size: 16px;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* ITEM (NO CARD FEEL - CLEAN ROW STYLE) */
.item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: 0.25s;
}

/* hover */
.item:hover {
    transform: translateY(-4px);
    border-color: #22c55e;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* NUMBER BADGE */
.badge {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

/* TEXT */
.text {
    font-size: 15px;
    color: #334155;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .problem-light h2 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3365f47 *//* SECTION */
.services-timeline {
    padding: 90px 20px;
    background: #ffffff;
    color: #0f172a;
}

.container {
    max-width: 900px;
    margin: auto;
}

/* TITLE */
.services-timeline h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 15px;
}

/* INTRO */
.services-timeline .intro {
    text-align: center;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto 60px auto;
    line-height: 1.9;
}

/* TIMELINE */
.timeline {
    position: relative;
    padding-right: 20px;
    border-right: 3px solid #e2e8f0;
}

/* ITEM */
.timeline-item {
    display: flex;
    margin-bottom: 35px;
    position: relative;
}

/* DOT */
.dot {
    width: 14px;
    height: 14px;
    background: #22c55e;
    border-radius: 50%;
    position: absolute;
    right: -9px;
    top: 5px;
    box-shadow: 0 0 0 4px rgba(34,197,94,0.15);
}

/* CONTENT */
.content {
    padding-right: 30px;
}

.content h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #0f172a;
}

.content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
}

/* HOVER */
.timeline-item:hover .dot {
    transform: scale(1.2);
    transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .services-timeline h2 {
        font-size: 26px;
    }

    .timeline {
        border-right: none;
        padding-right: 0;
    }

    .dot {
        right: auto;
        left: 0;
    }

    .content {
        padding-left: 25px;
        padding-right: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87fce6b *//* =======================
   PRICE SECTION
======================= */

.price-section {
    padding: 100px 20px;
    background: #ffffff;
}

.price-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 36px;
    color: #0f172a;
    margin-bottom: 15px;
}

.section-header p {
    color: #64748b;
    line-height: 2;
    font-size: 16px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.price-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    transition: .3s;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15,23,42,.08);
}

.featured {
    border: 2px solid #22c55e;
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 25px;
    background: #22c55e;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 30px;
}

.label {
    display: block;
    color: #334155;
    font-weight: 700;
    margin-bottom: 15px;
}

.price {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.5;
}

.price.free {
    color: #22c55e;
}

.price-card p {
    margin-top: 20px;
    color: #64748b;
    line-height: 1.9;
}

.price-note {
    margin-top: 40px;
    padding: 20px;
    background: #f8fafc;
    border-right: 4px solid #22c55e;
    border-radius: 12px;
    color: #475569;
    line-height: 1.9;
}

/* Responsive */

@media (max-width: 992px){

    .price-grid{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:30px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f7e9ac *//* =========================
   BEFORE / AFTER SECTION
========================= */

.before-after {
    padding: 100px 20px;
    background: #f8fafc;
}

.before-after .container {
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.before-after h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    color: #0f172a;
}

.before-after .intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #64748b;
    line-height: 1.9;
}

/* GRID */
.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* ITEM */
.item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: .3s;
}

.item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,23,42,0.08);
}

/* IMAGE */
.item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

/* LABEL */
.label {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.before {
    background: #ef4444;
}

.after {
    background: #22c55e;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .gallery {
        grid-template-columns: 1fr;
    }

    .before-after h2 {
        font-size: 28px;
    }

    .item img {
        height: 220px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5302158 *//* =========================
   FINAL CTA SECTION
========================= */

.cta-final {
    padding: 110px 20px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* soft glow effect */
.cta-final::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(34,197,94,0.25), transparent 60%);
    top: -150px;
    left: -150px;
    filter: blur(40px);
}

.cta-final .container {
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.cta-final h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 800;
}

.cta-final .intro {
    color: #cbd5e1;
    line-height: 1.9;
    margin-bottom: 40px;
    font-size: 16px;
}

/* CTA BOX */
.cta-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* BUTTON BASE */
.btn {
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    transition: 0.3s;
}

/* CALL */
.call {
    background: #f59e0b;
    color: #1f2937;
}

.call:hover {
    background: #d97706;
    transform: translateY(-3px);
}

/* WHATSAPP */
.whatsapp {
    background: #25D366;
    color: #0b1f14;
}

.whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
}

/* BALE */
.bale {
    background: #00b2ff;
    color: #fff;
}

.bale:hover {
    background: #0094d6;
    transform: translateY(-3px);
}

/* NOTE */
.note {
    margin-top: 10px;
    font-size: 14px;
    color: #94a3b8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cta-final h2 {
        font-size: 26px;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }
}/* End custom CSS */