.elementor-2233 .elementor-element.elementor-element-683aacb{--display:flex;}.elementor-2233 .elementor-element.elementor-element-945fa99{--display:flex;}.elementor-2233 .elementor-element.elementor-element-eb76647{--display:flex;}.elementor-2233 .elementor-element.elementor-element-b3eba1d{--display:flex;}.elementor-2233 .elementor-element.elementor-element-e185a99{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:40px;--padding-bottom:40px;--padding-left:12px;--padding-right:12px;}.elementor-2233 .elementor-element.elementor-element-e185a99:not(.elementor-motion-effects-element-type-background), .elementor-2233 .elementor-element.elementor-element-e185a99 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBD11A;}.elementor-2233 .elementor-element.elementor-element-834bb00{--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2233 .elementor-element.elementor-element-b9f16dc .elementor-heading-title{color:#000000;}.elementor-2233 .elementor-element.elementor-element-ebb55a6{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2233 .elementor-element.elementor-element-2f03cc0 .octf-btn{background-color:#EBD11A;padding:10px 50px 10px 50px;opacity:1;color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;}.elementor-2233 .elementor-element.elementor-element-2f03cc0 .octf-btn:hover, .elementor-2233 .elementor-element.elementor-element-2f03cc0 .octf-btn:focus{background-color:#FFFFFF;color:#111111;}.elementor-2233 .elementor-element.elementor-element-2f03cc0 .octf-btn i{font-size:8px;color:#000000;}.elementor-2233 .elementor-element.elementor-element-2f03cc0 .octf-btn svg{width:8px;fill:#000000;}.elementor-2233 .elementor-element.elementor-element-d75a8dc{--display:flex;}.elementor-2233 .elementor-element.elementor-element-3aa7b7a{--display:flex;}@media(max-width:767px){.elementor-2233 .elementor-element.elementor-element-b9f16dc{text-align:center;}.elementor-2233 .elementor-element.elementor-element-ebb55a6{--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-2233 .elementor-element.elementor-element-834bb00{--width:66.6666%;}.elementor-2233 .elementor-element.elementor-element-ebb55a6{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-bf07a4d */:root {
    --hoam-yellow: #f3d22b;
    --hoam-dark: #1b1b1b;
    --hoam-light: #ffffff;
    --hoam-text-muted: #5a5a5a;
    --hoam-bg-subtle: #fcfcfc;
}

.hoam-dl-hero * {
    box-sizing: border-box;
}

.hoam-dl-hero {
    direction: rtl;
    background-color: var(--hoam-light);
    padding: 100px 20px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hoam-dl-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    width: 100%;
    align-items: center;
}

.hoam-dl-badge {
    display: inline-block;
    background-color: var(--hoam-bg-subtle);
    border-right: 3px solid var(--hoam-yellow);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--hoam-dark);
    margin-bottom: 24px;
}

.hoam-dl-title {
    font-size: 42px;
    line-height: 1.4;
    color: var(--hoam-dark);
    font-weight: 800;
    margin: 0 0 20px 0;
}

.hoam-dl-title span {
    position: relative;
    display: inline-block;
}

.hoam-dl-title span::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(243, 210, 43, 0.3);
    z-index: -1;
}

.hoam-dl-description {
    font-size: 17px;
    line-height: 1.8;
    color: var(--hoam-text-muted);
    margin-bottom: 40px;
    max-width: 600px;
}

.hoam-dl-hero-actions {
    display: flex;
    gap: 16px;
}

.hoam-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hoam-dl-btn-main {
    background-color: var(--hoam-dark);
    color: var(--hoam-light);
}

.hoam-dl-btn-main:hover {
    background-color: var(--hoam-yellow);
    color: var(--hoam-dark);
}

.hoam-dl-arrow {
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.hoam-dl-btn-main:hover .hoam-dl-arrow {
    transform: scaleX(-1) translateX(5px);
}

.hoam-dl-btn-outline {
    background-color: transparent;
    color: var(--hoam-dark);
    border: 1px solid rgba(0,0,0,0.1);
}

.hoam-dl-btn-outline:hover {
    border-color: var(--hoam-dark);
    background-color: rgba(0,0,0,0.02);
}

/* بخش گرافیک انتزاعی سمت چپ */
.hoam-dl-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hoam-dl-art-container {
    position: relative;
    width: 300px;
    height: 300px;
}

.hoam-dl-circle {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 1px solid rgba(27, 27, 27, 0.08);
    border-radius: 50%;
}

.pulse {
    animation: hoamPulse 4s infinite linear;
    border-color: var(--hoam-yellow);
}

.delay-1 { animation: hoamPulse 4s infinite linear; animation-delay: 1.3s; }
.delay-2 { animation: hoamPulse 4s infinite linear; animation-delay: 2.6s; }

.hoam-dl-glow {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--hoam-yellow);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(20px);
    opacity: 0.4;
}

@keyframes hoamPulse {
    0% { transform: scale(0.6); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* ریسپانسیو موبایل */
@media (max-width: 991px) {
    .hoam-dl-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    .hoam-dl-badge {
        border-right: none;
        border-bottom: 3px solid var(--hoam-yellow);
    }
    .hoam-dl-description {
        margin-left: auto;
        margin-right: auto;
    }
    .hoam-dl-hero-actions {
        justify-content: center;
    }
    .hoam-dl-hero-visual {
        order: -1; /* تصویر در موبایل بالا بیاید */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49b29c1 */.hoam-dl-services * {
    box-sizing: border-box;
}

.hoam-dl-services {
    direction: rtl;
    background-color: #ffffff;
    padding: 90px 20px;
}

.hoam-dl-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hoam-dl-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.hoam-dl-services-main-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
}

/* خط ظریف زیر عنوان اصلی */
.hoam-dl-services-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #f3d22b;
}

.hoam-dl-services-subtitle {
    font-size: 16px;
    color: #5a5a5a;
    max-width: 700px;
    margin: 25px auto 0 auto;
    line-height: 1.8;
}

.hoam-dl-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.hoam-dl-service-card {
    background-color: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 40px 25px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* افکت هوور کارت‌ها هماهنگ با سبک مدرن سایت */
.hoam-dl-service-card:hover {
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.hoam-dl-card-icon {
    color: #1b1b1b;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: rgba(243, 210, 43, 0.08); /* پس‌زمینه ملایم زرد */
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hoam-dl-service-card:hover .hoam-dl-card-icon {
    background-color: #f3d22b; /* تغییر به زرد کامل در حالت هوور */
    color: #1b1b1b;
}

.hoam-dl-card-title {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.hoam-dl-card-desc {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* ریسپانسیو مانیتورهای کوچک‌تر و تبلت */
@media (max-width: 1024px) {
    .hoam-dl-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* ریسپانسیو موبایل */
@media (max-width: 650px) {
    .hoam-dl-services-grid {
        grid-template-columns: 1fr;
    }
    .hoam-dl-service-card {
        padding: 35px 20px;
    }
    .hoam-dl-services-main-title {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65ae07e */.ham-dl-infra * {
    box-sizing: border-box;
}

.ham-dl-infra {
    direction: rtl;
    background-color: #fcfcfc;
    padding: 100px 20px;
}

.ham-dl-infra-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: stretch; /* تغییر اساسی: هر دو ستون کاملاً هم‌قد و کشیده می‌شوند */
}

/* ستون راست */
.ham-dl-infra-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ham-dl-infra-tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5a5a5a;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.ham-dl-infra-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 45px 0;
}

.ham-dl-infra-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.ham-dl-infra-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ham-dl-infra-num {
    font-size: 20px;
    font-weight: 800;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 4px 10px;
    line-height: 1;
    min-width: 40px;
    text-align: center;
}

.ham-dl-infra-text h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.ham-dl-infra-text p {
    font-size: 14.5px;
    color: #5a5a5a;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

/* ستون چپ - باکس امنیتی تیره با هم‌اندازگی هوشمند */
.ham-dl-infra-left {
    display: flex;
    width: 100%;
}

.ham-dl-security-box {
    background-color: #1b1b1b;
    color: #ffffff;
    padding: 50px 40px;
    border-right: 5px solid #f3d22b;
    position: relative;
    width: 100%;
    height: 100%; /* پر کردن تمام ارتفاع ستون */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* هل دادن فوتر زرد رنگ به پایین‌ترین نقطه هم‌تراز با آیتم ۳ */
}

.ham-dl-sec-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px 12px;
    margin-bottom: 20px;
    color: #f3d22b;
}

.ham-dl-sec-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.ham-dl-sec-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
    margin: 0;
    text-align: justify;
}

.ham-dl-sec-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #f3d22b;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    margin-top: 40px; /* ایجاد فاصله استاندارد از متن بالا در مانیتورهای بزرگ */
}

.ham-dl-status-dot {
    width: 8px;
    height: 8px;
    background-color: #f3d22b;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px #f3d22b;
}

/* ریسپانسیو برای تبلت و موبایل */
@media (max-width: 991px) {
    .ham-dl-infra-container {
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: initial;
    }
    .ham-dl-security-box {
        padding: 40px 30px;
    }
}

@media (max-width: 650px) {
    .ham-dl-infra-title {
        font-size: 26px;
    }
    .ham-dl-infra-item {
        flex-direction: column;
        gap: 12px;
    }
    .ham-dl-infra-num {
        align-self: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d380a65 */.ham-dl-process * {
    box-sizing: border-box;
}

.ham-dl-process {
    direction: rtl;
    background-color: #ffffff;
    padding: 100px 20px;
}

.ham-dl-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ham-dl-process-header {
    text-align: center;
    margin-bottom: 70px;
}

.ham-dl-process-tag {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.ham-dl-process-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.ham-dl-process-subtitle {
    font-size: 16px;
    color: #5a5a5a;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ساختار گرید ۴ ستونه برای فرآیند خطی */
.ham-dl-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.ham-dl-process-step {
    background-color: #fcfcfc;
    border-top: 3px solid #1b1b1b; /* خط تیره بالای هر کارت */
    padding: 40px 25px;
    transition: all 0.3s ease;
    position: relative;
}

/* افکت تغییر رنگ خط بالایی به زرد هنگام هوور */
.ham-dl-process-step:hover {
    background-color: #ffffff;
    border-top-color: #f3d22b; /* زرد برند هام */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    transform: translateY(-3px);
}

.ham-dl-step-number {
    font-size: 36px;
    font-weight: 900;
    color: rgba(27, 27, 27, 0.08); /* شماره کم‌رنگ بزرگ در پس‌زمینه کارت */
    line-height: 1;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.ham-dl-process-step:hover .ham-dl-step-number {
    color: #f3d22b; /* زرد شدن شماره در زمان هوور */
}

.ham-dl-step-title {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.ham-dl-step-desc {
    font-size: 13.5px;
    color: #5a5a5a;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* ریسپانسیو مانیتورهای کوچک و تبلت ها */
@media (max-width: 1024px) {
    .ham-dl-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* ریسپانسیو کاملاً بهینه برای موبایل */
@media (max-width: 650px) {
    .ham-dl-process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ham-dl-process-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .ham-dl-process-step {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b06363 */.ham-dl-contact * {
    box-sizing: border-box;
}

.ham-dl-contact {
    direction: rtl;
    background-color: #fcfcfc;
    padding: 100px 20px;
}

.ham-dl-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    align-items: stretch;
}

/* ستون راست - استایل فرم */
.ham-dl-contact-form-wrapper {
    background-color: #ffffff;
    padding: 50px 45px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.02);
}

.ham-dl-form-title {
    font-size: 24px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 10px 0;
}

.ham-dl-form-subtitle {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    margin-bottom: 35px;
}

.ham-dl-form-group-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.ham-dl-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.ham-dl-form-group label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1b1b1b;
}

.ham-dl-form-group input,
.ham-dl-form-group select,
.ham-dl-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    color: #1b1b1b;
    font-size: 14px;
    outline: none;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.ham-dl-form-group input:focus,
.ham-dl-form-group select:focus,
.ham-dl-form-group textarea:focus {
    border-color: #1b1b1b;
    background-color: #ffffff;
}

.ham-dl-form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231b1b1b' 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 12px center;
    background-size: 16px;
    padding-left: 40px;
}

/* دکمه ارسال با استایل مشکی محکم */
.ham-dl-submit-btn {
    width: 100%;
    background-color: #1b1b1b;
    color: #ffffff;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.ham-dl-submit-btn svg {
    transform: scaleX(-1); /* تراز راست به چپ فلش */
    transition: transform 0.3s ease;
}

.ham-dl-submit-btn:hover {
    background-color: #f3d22b; /* زرد برند هام موقع هوور */
    color: #1b1b1b;
}

.ham-dl-submit-btn:hover svg {
    transform: scaleX(-1) translateX(4px);
}

/* ستون چپ - استایل اطلاعات ارتباطی */
.ham-dl-contact-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ham-dl-info-tag {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.ham-dl-info-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 25px 0;
    line-height: 1.4;
}

.ham-dl-info-desc {
    font-size: 14.5px;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
}

.ham-dl-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.ham-dl-info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-right: 3px solid #f3d22b;
    border-left: 1px solid rgba(0,0,0,0.02);
    border-top: 1px solid rgba(0,0,0,0.02);
    border-bottom: 1px solid rgba(0,0,0,0.02);
}

.ham-dl-info-icon {
    color: #1b1b1b;
    background-color: #fafafa;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ham-dl-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ham-dl-info-text span {
    font-size: 12px;
    color: #8a8a8a;
}

.ham-dl-info-text strong {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 700;
}

/* نوت محرمانگی داده‌ها */
.ham-dl-nda-notice {
    display: flex;
    gap: 15px;
    background-color: rgba(27, 27, 27, 0.03);
    padding: 15px 20px;
    align-items: flex-start;
}

.ham-dl-shield-icon {
    font-size: 20px;
    line-height: 1;
}

.ham-dl-nda-notice p {
    font-size: 12.5px;
    color: #5a5a5a;
    line-height: 1.7;
    margin: 0;
}

/* ریسپانسیو مانیتورهای کوچک و تبلت */
@media (max-width: 991px) {
    .ham-dl-contact-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .ham-dl-info-title {
        font-size: 26px;
    }
}

/* ریسپانسیو کامل موبایل */
@media (max-width: 600px) {
    .ham-dl-form-group-row {
        flex-direction: column;
        gap: 0;
    }
    .ham-dl-contact-form-wrapper {
        padding: 35px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-318a072 */.ham-dl-faq * {
    box-sizing: border-box;
}

.ham-dl-faq {
    direction: rtl;
    background-color: #ffffff;
    padding: 100px 20px;
}

.ham-dl-faq-container {
    max-width: 900px; /* برای خوانایی بهتر سوالات، عرض کانتینر کمی جمع‌تر است */
    margin: 0 auto;
}

.ham-dl-faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.ham-dl-faq-tag {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.ham-dl-faq-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.ham-dl-faq-subtitle {
    font-size: 15px;
    color: #5a5a5a;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* استایل آیتم‌های آکاردئون */
.ham-dl-faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ham-dl-faq-item {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

/* حالت باز شدن آکاردئون */
.ham-dl-faq-item[open] {
    background-color: #ffffff;
    border-color: #1b1b1b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* حذف استایل پیش‌فرض مرورگر برای خلاصه */
.ham-dl-faq-item summary::-webkit-details-marker {
    display: none;
}

.ham-dl-faq-question {
    padding: 22px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #1b1b1b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; /* حذف دات پیش‌فرض در فایرفاکس */
    user-select: none;
}

/* طراحی فلش راهنما سمت چپ */
.ham-dl-faq-arrow {
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 0.3s ease;
}

.ham-dl-faq-arrow::before,
.ham-dl-faq-arrow::after {
    content: '';
    position: absolute;
    background-color: #1b1b1b;
    transition: background-color 0.3s ease;
}

/* ساخت علامت پلاس (+) که با باز شدن تبدیل به منهای (-) می‌شود */
.ham-dl-faq-arrow::before {
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
}

.ham-dl-faq-arrow::after {
    top: 0;
    left: 8px;
    width: 2px;
    height: 18px;
}

/* انیمیشن تغییر علامت پلاس به منهای افقی موقع باز شدن */
.ham-dl-faq-item[open] .ham-dl-faq-arrow {
    transform: rotate(180deg);
}

.ham-dl-faq-item[open] .ham-dl-faq-arrow::after {
    opacity: 0; /* حذف خط عمودی برای تبدیل پلاس به منهای ساده */
}

/* باکس متن پاسخ */
.ham-dl-faq-answer {
    padding: 0 30px 25px 30px;
    border-top: 1px solid transparent;
}

.ham-dl-faq-item[open] .ham-dl-faq-answer {
    border-top-color: rgba(0, 0, 0, 0.04);
}

.ham-dl-faq-answer p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.8;
    margin: 20px 0 0 0;
    text-align: justify;
}

/* ریسپانسیو مانیتور کوچک و موبایل */
@media (max-width: 768px) {
    .ham-dl-faq-title {
        font-size: 26px;
    }
    .ham-dl-faq-question {
        padding: 18px 20px;
        font-size: 14.5px;
        gap: 15px;
    }
    .ham-dl-faq-answer {
        padding: 0 20px 20px 20px;
    }
}/* End custom CSS */