.elementor-78 .elementor-element.elementor-element-2489801{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ========== ریست و پایه ========== */
    .grm24-page * { margin: 0; padding: 0; box-sizing: border-box; }
    .grm24-page { font-family: 'Tahoma', 'Arial', sans-serif; line-height: 1.9; color: #333; background: #f8f9fa; direction: rtl; }
    .grm24-page a { text-decoration: none; color: inherit; }
    .grm24-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

    /* ========== هدر ========== */
    .grm24-header {
        background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 50%, #415a77 100%);
        color: white;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        position: relative;
        z-index: 100;
    }
    .grm24-header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        flex-wrap: wrap;
        gap: 10px;
    }
    .grm24-logo-area {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .grm24-logo-area img {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        border: 2px solid rgba(255,255,255,0.3);
    }
    .grm24-logo-text h2 {
        font-size: 20px;
        margin: 0;
        color: #fff;
        border: none;
    }
    .grm24-logo-text span {
        font-size: 11px;
        opacity: 0.8;
        display: block;
    }
    .grm24-header-phones {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
    }
    .grm24-header-phones a {
        background: rgba(255,255,255,0.12);
        padding: 6px 14px;
        border-radius: 6px;
        font-size: 13px;
        color: #fff;
        direction: ltr;
        transition: background 0.3s;
        white-space: nowrap;
    }
    .grm24-header-phones a:hover { background: rgba(255,255,255,0.25); }
    .grm24-header-phones a.grm24-phone-primary {
        background: #e63946;
        font-weight: bold;
    }

    /* ناوبری */
    .grm24-nav {
        padding: 0;
    }
    .grm24-nav-toggle {
        display: none;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.3);
        color: white;
        padding: 8px 16px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        font-family: Tahoma;
        margin: 10px 0;
    }
    .grm24-nav ul {
        list-style: none;
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    .grm24-nav ul li a {
        display: block;
        padding: 14px 18px;
        font-size: 13px;
        color: rgba(255,255,255,0.85);
        transition: all 0.3s;
        border-bottom: 3px solid transparent;
    }
    .grm24-nav ul li a:hover,
    .grm24-nav ul li a.active {
        color: #fff;
        background: rgba(255,255,255,0.08);
        border-bottom-color: #e63946;
    }

    /* ========== هیرو ========== */
    .grm24-hero {
        background: linear-gradient(135deg, #1b263b 0%, #415a77 100%);
        color: white;
        padding: 50px 0 40px;
        text-align: center;
    }
    .grm24-hero h1 {
        font-size: 2.4em;
        margin-bottom: 15px;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    }
    .grm24-hero .grm24-subtitle {
        font-size: 1.15em;
        opacity: 0.9;
        max-width: 700px;
        margin: 0 auto;
    }
    .grm24-hero-img {
        width: 100%;
        max-height: 450px;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.3);
        margin-top: 30px;
    }

    /* ========== نوار تماس ========== */
    .grm24-contact-bar {
        background: linear-gradient(135deg, #e63946 0%, #d62828 100%);
        color: white;
        padding: 25px 0;
        text-align: center;
        border-radius: 12px;
        margin: 35px auto;
        max-width: 1200px;
        box-shadow: 0 6px 25px rgba(230,57,70,0.35);
    }
    .grm24-contact-bar h3 { font-size: 1.3em; margin-bottom: 15px; }
    .grm24-contact-numbers {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .grm24-phone-box {
        font-size: 1.35em;
        font-weight: bold;
        direction: ltr;
        padding: 12px 25px;
        background: rgba(255,255,255,0.2);
        border-radius: 8px;
        transition: transform 0.3s, background 0.3s;
        color: #fff;
    }
    .grm24-phone-box:hover { transform: scale(1.05); background: rgba(255,255,255,0.3); }

    /* ========== بخش محتوا ========== */
    .grm24-section {
        background: white;
        padding: 35px;
        margin: 25px auto;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.07);
        max-width: 1200px;
    }
    .grm24-page h2 {
        color: #1b263b;
        font-size: 1.75em;
        margin: 0 0 20px;
        padding-bottom: 12px;
        border-bottom: 3px solid #e63946;
        line-height: 1.6;
    }
    .grm24-page h3 {
        color: #415a77;
        font-size: 1.35em;
        margin: 25px 0 12px;
    }
    .grm24-page h4 {
        color: #1b263b;
        font-size: 1.1em;
        margin: 15px 0 8px;
    }
    .grm24-page p { margin-bottom: 15px; }

    /* گرید خدمات */
    .grm24-services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 18px;
        margin: 25px 0;
    }
    .grm24-service-card {
        background: #f8f9fa;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        border-right: 4px solid #e63946;
        transition: transform 0.3s, box-shadow 0.3s;
        font-size: 0.95em;
    }
    .grm24-service-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .grm24-service-card::before {
        content: "✓";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: #2d6a4f;
        color: white;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        margin-left: 8px;
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
    }

    /* تصاویر محتوا */
    .grm24-content-img {
        width: 100%;
        max-width: 600px;
        height: auto;
        border-radius: 12px;
        margin: 20px auto;
        display: block;
        box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    }

    /* دو ستونه */
    .grm24-two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: center;
        margin: 25px 0;
    }

    /* لیست مشکلات */
    .grm24-problems { margin: 20px 0; }
    .grm24-problem-item {
        padding: 18px;
        margin: 12px 0;
        background: #f8f9fa;
        border-right: 4px solid #e63946;
        border-radius: 8px;
        display: flex;
        align-items: flex-start;
        gap: 18px;
        flex-direction: row-reverse;
    }
    .grm24-problem-img {
        width: 110px;
        min-width: 110px;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .grm24-problem-content { flex: 1; }
    .grm24-problem-content h4 { color: #1b263b; margin-bottom: 8px; }

    /* مراحل */
    .grm24-steps {
        background: #e9ecef;
        padding: 25px;
        border-radius: 10px;
        margin: 30px 0;
    }
    .grm24-step {
        background: white;
        padding: 18px;
        margin: 12px 0;
        border-radius: 8px;
        border-right: 5px solid #2d6a4f;
    }
    .grm24-step-num {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: #2d6a4f;
        color: white;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
        font-weight: bold;
        margin-left: 12px;
        font-size: 14px;
    }

    /* مزایا */
    .grm24-advantages {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 18px;
        margin: 25px 0;
    }
    .grm24-adv-box {
        background: linear-gradient(135deg, #1b263b 0%, #415a77 100%);
        color: white;
        padding: 25px;
        border-radius: 12px;
        text-align: center;
        transition: transform 0.3s;
    }
    .grm24-adv-box:hover { transform: translateY(-3px); }
    .grm24-adv-box h4 { margin-bottom: 8px; font-size: 1.15em; }

    /* برندها */
    .grm24-brands {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 12px;
        margin: 20px 0;
    }
    .grm24-brand-item {
        padding: 14px;
        border-radius: 8px;
        text-align: center;
        font-weight: bold;
        font-size: 0.95em;
    }

    /* نکته مهم */
    .grm24-highlight {
        background: #fff3cd;
        padding: 18px;
        border-right: 5px solid #ffc107;
        border-radius: 6px;
        margin: 20px 0;
    }

    /* سوالات متداول */
    .grm24-faq-item {
        background: #f8f9fa;
        padding: 18px;
        border-radius: 8px;
        margin: 12px 0;
        border-right: 4px solid #415a77;
    }
    .grm24-faq-item h4 { color: #1b263b; margin-bottom: 8px; }

    /* CTA */
    .grm24-cta {
        background: linear-gradient(135deg, #e63946 0%, #d62828 100%);
        color: white;
        padding: 45px 30px;
        text-align: center;
        border-radius: 12px;
        margin: 40px auto;
        max-width: 1200px;
        box-shadow: 0 8px 30px rgba(230,57,70,0.3);
    }
    .grm24-cta h2 { color: white; border-bottom-color: rgba(255,255,255,0.4); }
    .grm24-cta-btn {
        display: inline-block;
        background: white;
        color: #e63946;
        padding: 14px 35px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 1.15em;
        margin: 10px;
        transition: transform 0.3s, box-shadow 0.3s;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }
    .grm24-cta-btn:hover { transform: scale(1.05); box-shadow: 0 6px 25px rgba(0,0,0,0.2); }
    .grm24-cta img {
        max-width: 350px;
        width: 90%;
        border-radius: 12px;
        margin: 20px auto;
        display: block;
    }

    /* گالری */
    .grm24-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 18px;
        margin: 25px 0;
    }
    .grm24-gallery-item {
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    }
    .grm24-gallery-item img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        transition: transform 0.4s;
    }
    .grm24-gallery-item:hover img { transform: scale(1.06); }

    /* بخش ویژه */
    .grm24-special-section {
        background: linear-gradient(135deg, #1b263b 0%, #415a77 100%);
        color: white;
        padding: 35px;
        border-radius: 12px;
        margin: 25px auto;
        max-width: 1200px;
    }
    .grm24-special-section h2 { color: white; border-bottom-color: rgba(255,255,255,0.3); }
    .grm24-special-section p { line-height: 2.2; font-size: 1.02em; }

    /* ========== فوتر ========== */
    .grm24-footer {
        background: #0d1b2a;
        color: rgba(255,255,255,0.85);
        padding: 0;
        margin-top: 0;
    }
    .grm24-footer-main {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        padding: 40px 0;
    }
    .grm24-footer-col h4 {
        color: #e63946;
        font-size: 1.1em;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 2px solid rgba(230,57,70,0.3);
    }
    .grm24-footer-col ul {
        list-style: none;
        padding: 0;
    }
    .grm24-footer-col ul li {
        padding: 5px 0;
        font-size: 13px;
    }
    .grm24-footer-col ul li a {
        color: rgba(255,255,255,0.7);
        transition: color 0.3s;
    }
    .grm24-footer-col ul li a:hover { color: #e63946; }
    .grm24-footer-col p { font-size: 13px; line-height: 1.9; opacity: 0.85; }
    .grm24-footer-phones {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 10px;
    }
    .grm24-footer-phones a {
        color: #fff;
        direction: ltr;
        display: inline-block;
        font-size: 14px;
        padding: 6px 12px;
        background: rgba(255,255,255,0.08);
        border-radius: 5px;
        transition: background 0.3s;
    }
    .grm24-footer-phones a:hover { background: rgba(230,57,70,0.3); }
    .grm24-footer-bottom {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 20px 0;
        text-align: center;
        font-size: 12px;
        opacity: 0.7;
    }

    /* ========== ریسپانسیو ========== */
    @media (max-width: 768px) {
        .grm24-hero h1 { font-size: 1.6em; }
        .grm24-page h2 { font-size: 1.35em; }
        .grm24-page h3 { font-size: 1.15em; }
        .grm24-two-col { grid-template-columns: 1fr; }
        .grm24-section { padding: 20px 15px; margin: 15px 10px; }
        .grm24-problem-item { flex-direction: column !important; text-align: center; }
        .grm24-problem-img { width: 100%; max-width: 220px; margin: 0 auto 12px; }
        .grm24-contact-bar { margin: 20px 10px; border-radius: 10px; }
        .grm24-phone-box { font-size: 1.1em; padding: 10px 18px; }
        .grm24-header-top { justify-content: center; text-align: center; }
        .grm24-nav-toggle { display: block; }
        .grm24-nav ul { display: none; flex-direction: column; }
        .grm24-nav ul.grm24-nav-open { display: flex; }
        .grm24-nav ul li a { padding: 12px 18px; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .grm24-hero { padding: 35px 0 25px; }
        .grm24-cta { margin: 25px 10px; padding: 30px 15px; }
        .grm24-footer-main { padding: 25px 0; gap: 20px; }
    }
    @media (max-width: 480px) {
        .grm24-hero h1 { font-size: 1.35em; }
        .grm24-phone-box { font-size: 1em; padding: 8px 14px; }
        .grm24-service-card { padding: 14px; font-size: 0.9em; }
        .grm24-cta-btn { font-size: 1em; padding: 12px 25px; }
        .grm24-header-phones a { font-size: 11px; padding: 5px 10px; }
        .grm24-logo-area img { width: 40px; height: 40px; }
        .grm24-logo-text h2 { font-size: 16px; }
    }/* End custom CSS */