.elementor-46564 .elementor-element.elementor-element-1ed4cc6{margin-top:20px;margin-bottom:0px;}@media(min-width:768px){.elementor-46564 .elementor-element.elementor-element-0fea093{width:100%;}}/* Start custom CSS for section, class: .elementor-element-1ed4cc6 *//* ----- استایل‌های پایه منحصربفرد (rtn-) ----- */
        .rtn-landing * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .rtn-landing {
            direction: rtl;
            width: 100%;
            max-width: 100%;
            overflow-x: hidden;
        }
        .rtn-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }
        /* هیرو */
        .rtn-hero {
            background: linear-gradient(125deg, #153d8a 0%, #142c00 100%);
            border-radius: 0 0 48px 48px;
            padding: 60px 24px 80px;
            text-align: center;
            margin-bottom: 48px;
        }
        .rtn-hero-badge {
            background: rgba(255,255,255,0.2);
            backdrop-filter: blur(4px);
            display: inline-block;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #fef9c3;
            margin-bottom: 24px;
        }
        .rtn-hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: white;
            margin-bottom: 20px;
        }
        .rtn-hero h1 span { color: #f2b600; }
        .rtn-hero p {
            font-size: 1.2rem;
            color: #e2e8f0;
            max-width: 700px;
            margin: 0 auto 32px;
        }
        .rtn-btn-group {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            justify-content: center;
        }
        .rtn-btn-primary {
            background-color: #f2b600;
            color: #142c00;
            padding: 14px 32px;
            border-radius: 40px;
            font-weight: 800;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: 0.2s;
            box-shadow: 0 8px 14px rgba(0,0,0,0.1);
        }
        .rtn-btn-primary:hover { background-color: #e0a500; transform: translateY(-2px); }
        .rtn-btn-outline {
            background: transparent;
            border: 2px solid rgba(255,255,255,0.4) !important;
            color: white !important;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .rtn-btn-outline:hover { background: rgba(255,255,255,0.1); }
        
        /* عنوان بخش‌ها */
        .rtn-section-title {
            display: flex;
            align-items: baseline;
            gap: 12px;
            margin-bottom: 32px;
            border-right: 5px solid #f2b600;
            padding-right: 20px;
        }
        .rtn-section-title h2 {
            font-size: 1.9rem;
            font-weight: 800;
            color: #153d8a;
        }
        .rtn-section-title.green-border { border-right-color: #00a436; }
        
        /* کارت‌ها */
        .rtn-grid-2 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
            gap: 32px;
            margin-bottom: 64px;
        }
        .rtn-grid-3 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 32px;
            margin-bottom: 48px;
        }
        .rtn-card {
            background: white;
            border-radius: 32px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.05);
            transition: 0.3s;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .rtn-card:hover { transform: translateY(-8px); box-shadow: 0 24px 40px rgba(0,0,0,0.1); }
        .rtn-card-icon {
            background: #f0f6ff;
            padding: 0 0;
            text-align: center;
            font-size: 0;
            margin: 20px 20px 0;
            border-radius: 28px;
            color: #153d8a;
        }
        .rtn-card-icon img{
            width: 100%;
            height:auto;
            border-radius: 28px;
        }
        .rtn-card-content { padding: 24px 26px 28px; flex: 1; }
        .rtn-card h3 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 12px;
            color: #0f172a;
        }
        .rtn-salary {
            background: #e6f7ec;
            display: inline-block;
            padding: 6px 16px;
            border-radius: 60px;
            font-size: 0.8rem;
            font-weight: 700;
            color: #00a436;
            margin: 12px 0 16px;
            border-right: 3px solid #00a436;
        }
        .rtn-desc { color: #334155; font-size: 0.9rem; margin-bottom: 18px; }
        .rtn-list {
            list-style: none;
            margin-bottom: 28px;
        }
        .rtn-list li {
            font-size: 0.85rem;
            padding-right: 18px;
            position: relative;
            margin-bottom: 8px;
            color: #475569;
        }
        .rtn-list li::before {
            content: "✓";
            position: absolute;
            right: 0;
            color: #00a436;
            font-weight: bold;
        }
        .rtn-btn-apply {
            background-color: #f2b600;
            color: #142c00;
            text-align: center;
            padding: 12px;
            border-radius: 24px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            cursor: pointer;
            border: none;
            width: 100%;
        }
        .rtn-btn-apply:hover { background-color: #e0a500; }
        
        /* ===== فرم استخدام با استایل یکسان برای select و input file ===== */
        .rtn-form-section {
            background: #e8ecf3;
            padding: 64px 24px;
        }
        .rtn-form-box {
            background: white;
            border-radius: 40px;
            padding: 40px;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
            max-width: 880px;
            margin: 0 auto;
        }
        .rtn-form-title {
            text-align: center;
            margin-bottom: 32px;
        }
        .rtn-form-title h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #153d8a;
        }
        .rtn-form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }
        .rtn-field-full { grid-column: span 2; }
        .rtn-field label {
            display: block;
            font-weight: 700;
            margin-bottom: 8px;
            color: #1e293b;
        }
        
        /* استایل پایه برای select و input (از جمله فایل) */
        .rtn-field select,
        .rtn-field input[type="text"],
        .rtn-field input[type="tel"],
        .rtn-field input[type="email"],
        .rtn-field input[type="file"] {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #cbd5e1;
            border-radius: 24px;
            font-size: 0.95rem;
            background: #ffffff;
            transition: all 0.2s;
            font-family: inherit;
        }
        
        /* استایل اختصاصی select (دراپ‌دان) با آیکون سفارشی و حذف ظاهر پیش‌فرض */
        .rtn-field select {
            appearance: none;
            -webkit-appearance: none;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23153d8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
            background-repeat: no-repeat;
            background-position: left 18px center;
            background-size: 18px;
            padding-left: 48px;
            cursor: pointer;
        }
        
        /* استایل فیلد آپلود فایل (رزومه) - هماهنگ با سایر فیلدها */
        .rtn-field input[type="file"] {
            padding: 8px 18px;   /* کاهش padding عمودی برای جایگیری بهتر دکمه */
            background-color: #ffffff;
            border: 1px solid #cbd5e1;
            border-radius: 24px;
            cursor: pointer;
        }
        /* استایل دکمه داخل فیلد فایل */
        .rtn-field input[type="file"]::file-.elementor-46564 .elementor-element.elementor-element-1ed4cc6-button {
            background-color: #f2b600;
            color: #142c00;
            border: none;
            padding: 8px 20px;
            border-radius: 40px;
            font-weight: 700;
            margin-left: 16px;
            cursor: pointer;
            transition: 0.2s;
            font-family: inherit;
        }
        .rtn-field input[type="file"]::file-.elementor-46564 .elementor-element.elementor-element-1ed4cc6-button:hover {
            background-color: #e0a500;
        }
        
        /* فوکوس */
        .rtn-field select:focus,
        .rtn-field input:focus {
            outline: none;
            border-color: #f2b600;
            box-shadow: 0 0 0 3px rgba(242,182,0,0.2);
        }
        
        .rtn-submit-btn {
            background-color: #f2b600;
            border: none;
            width: 100%;
            padding: 16px;
            font-size: 1.1rem;
            font-weight: 800;
            color: #142c00;
            border-radius: 40px;
            margin-top: 32px;
            cursor: pointer;
            transition: 0.2s;
        }
        .rtn-submit-btn:hover { background-color: #e0a500; }
        .rtn-star { color: #00a436; font-weight: bold; }
        
        @media (max-width: 700px) {
            .rtn-form-grid { grid-template-columns: 1fr; }
            .rtn-field-full { grid-column: span 1; }
            .rtn-hero h1 { font-size: 2rem; }
            .rtn-section-title h2 { font-size: 1.5rem; }
            .rtn-card-content { padding: 20px; }
        }

        .c_select{
            width: 100%;
    padding: 14px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    font-size: 0.95rem;
    background: #ffffff;
    transition: all 0.2s;
    font-family: inherit;
        }

        .rtn-form-section {
    background: #e8ecf3;
    padding: 64px 24px;
    border-radius: 40px;
    margin-bottom: 50px;
}/* End custom CSS */