* {
    font-family: Yekan Bakh FaNum;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    direction: rtl;
    background-color: #fff;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.img {
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

/* color s */
:root {
    --white: #FFFFFF;
    --black: #000000;
    --light-blue: #EBF3FF;
    --blue: #1667FF;
    --blue-2: #1169E4;
}

/* color e */
/* header s */
h2 {
    color: var(--black);
}

.main-header {
    background: url('../img/warranty-page/warr-bg-header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-nav {
    padding-top: 32px;

}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 16px;
    position: relative;
}

.logo {
    padding: 16px;
}
.logo img,
.logo-mobile img,
.mobile-open-menu img{
    width: 135px;
}

.menu {
    display: flex;
    align-items: center;
}

.menu-item {
    padding: 16px;
    color: #070D14;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.menu-item:hover {
    background-color: #F7F5F5;
}

.cta-menu {
    gap: 16px;
    display: flex;
    padding: 16px;
}

.phone-call {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #070D14;
}

.phone-call img {
    margin-right: 8px;
}

.btn-inquiry-warranty {
    padding: 16px;
    border: 1px solid #070D14;
    border-radius: 8px;
    color: #070D14;
    font-size: 14px;
    font-weight: 600;
}

.btn-repair-request {
    padding: 16px;
    background-color: var(--black);
    border-radius: 8px;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

.mega-menu {
    background-color: var(--white);
    margin-top: 16px;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0px 4px 10px 0px #0000001A;
    position: absolute;
    top: 80px;
    right: 0;
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transform: translateY(10px);
    transition: all 300ms ease-out;
    overflow: hidden;
    z-index: 1;
}

.mega-menu.show {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    transform: translateY(0px);
}

.single-mega {
    display: block !important;
}

.single-mega li {
    padding: 24px;
    border-radius: 16px;
}

.single-mega li:hover {
    background-color: var(--light-blue);
    transition: .3s;
}

.single-mega li a {
    color: #070D14;
    font-size: 16px;
    font-weight: 600;
}

.mobile-main-nav {
    display: none;
}

.main-top-head {
    padding-top: 148px;
    position: relative;
}


.img-top-head {
    margin-top: -100px;
}


.top-head h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
}

.top-head h1 span {
    color: var(--blue);
}

.top-head p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 75%;
}

.services-form {
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: #FFFFFF99;
    padding: 24px;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #E2E2E2;
    position: absolute;
}

.enter-phone-number label {
    display: block !important;
    margin-bottom: 8px;
}


.enter-phone-number input {
    padding: 16px;
    width: 600px;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
}

.enter-phone-number input::placeholder {
    color: #AFAFAF;
}

.btn-send-request button {
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    color: var(--white);
    background-color: var(--blue-2);
    cursor: pointer;
}

.m-services-form {
    display: none;
}

.column {
    flex: 1 1 18%;
    box-sizing: border-box;
}

.br-l-none {
    border-left: none !important;
}

.br-b-none {
    border-bottom: none !important;
}

.why-marian {
    margin-top: 96px;
}

.head-sec {
    padding: 47px 0;
    position: relative;
}

.head-sec h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.head-sec p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}

.sin-box {
    background: linear-gradient(180deg, rgba(253, 253, 253, 0.9) 0%, rgba(248, 251, 255, 0.9) 100%);
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    text-align: center;
    padding: 32px;
}

.sin-box h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.sin-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.head-img-why {
    display: flex;
    justify-content: center;
}

.step-services {
    margin-top: 136px;
    position: relative;
}

.step-services h2 {
    font-size: var(--text-sizel);
    font-weight: 700;
    line-height: var(--text-height3);
    text-align: right;
}

.main-step-services {
    max-width: 35%;
    z-index: 999;
    position: relative;
}

.step-services p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
}

.sin-content-active {
    display: flex;
    align-items: start;
    border: 1px solid #FF7445;
    border-radius: 16px;
    padding: 8px;
    background-color: #FFFFFFE5;
}

.sin-content {
    margin-top: 10px;
    display: flex;
    align-items: start;
    border: 1px solid #EEE;
    border-radius: 16px;
    padding: 8px;
    background-color: #FFFFFFE5;
}

.img-num {
    padding-top: 10px;
}

.sin-text {
    margin-right: 24px;
}

.bg-ser {
    background: url('../img/warranty-page/step-service.webp');
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: center;
    padding: 60px;
    margin-top: 64px;
    background-size: contain;
    border-radius: 16px !important;
    position: relative;
}

.bosch-logo-step {
    position: absolute;
    border-radius: 12px;
    top: 48px;
    left: 48px;
}

.m-bg-ser {
    display: none;
}

.after-sales-service {
    margin-top: 96px;
}

.head-sales-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-sales-service h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}


.head-sales-service a {
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #070D14;
    background-color: #fff;
    color: #070D14;
    display: flex;
    align-items: center;
}

.sub-sales-service p{
    max-width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}



.head-sales-service a img {
    margin-right: 8px;
}

.sin-sales-iteam {
    background-color: #F9F9FA;
    padding: 24px;
    border-radius: 16px;
}

.sin-sales-iteam h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.sin-sales-iteam p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.sales-alin-center {
    margin-top: 72px;
    display: flex;
    align-items: center;
}
@media (max-width:992px) {
    .head-sales-service h2 {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
        text-align: center !important;
    }

    .sub-sales-service p{
        max-width: 100%;
        text-align: center;
    }
    .sin-sales-iteam h2 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
    .sin-sales-iteam p {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .sale-image{
        margin-top: 48px;
    }
}
.buy-bosch {
    display: none;
}

.swiper {
    width: 100%;
    padding: 20px;
}

.swiper-slide {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.faq {
    margin-top: 104px;
}

.faq-r {
    margin-top: 104px;
    max-width: 80%;
}

.faq-r span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.faq-r h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 32px;
}

.faq-r a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #070D14;
    border-radius: 8px;
    padding: 16px 24px;
    margin-top: 64px;
}

.faq-r a img {
    margin-right: 8px;
}



.accordion {
    margin: auto;
}

.accordion-item {
    border-radius: 5px;
    margin-bottom: 24px;
}

.accordion-header {
    background-color: #fff;
    padding: 38px 32px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E4E4E5;
    border-radius: 16px;
}

.accordion-header:hover {
    background-color: #EBF3FF;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 32px;
    background-color: #EBF3FF;
    border-radius: 0 0 16px 16px;
}

.accordion-content p {
    margin: 16px 0 40px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.accordion-header.active {
    background-color: #EBF3FF;
    border-radius: 16px 16px 0 0;
    border: none;
}

.icon {
    background-color: #5F96FF;
    border-radius: 50%;
    padding: 4px 13px;
    color: #fff;
}

.accordion-header .icon {
    font-size: 20px;
    transition: transform 0.3s;
}

.accordion-header.active .icon {
    transform: rotate(180deg);
}

.content-box {
    background-color: #F7F5F5;
    margin-top: 104px;
}

.content-box-heading {
    padding-top: 96px;
    text-align: center;
    padding-bottom: 48px;
}

.content-box-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 46px;
}

.br-b-none-2 {
    border-bottom: none;
}

.content-box {
    margin: 20px 0;
}

.content-box-p {
    /* max-height: 200px; */
    /* ارتفاع اولیه */
    overflow: hidden;
    /* مخفی کردن محتوا اضافی */
    transition: max-height 0.5s ease;
    /* انیمیشن نرم */
}

.toggle-button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: transparent;
    color: #070D14;
    border: 1px solid #070D14;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 16px 24px;
    margin-top: 46px;
    margin-bottom: 96px;
}

.footer-icon-box {
    flex: 0 0 20%;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}

.footer-icon-box:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #CBCBCB;
}

.footer-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

.main-footer-icon {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E4E4E5;
    padding-bottom: 40px;
    margin-top: 32px;
}

.footer-icon-box img {
    margin: 0 auto;
    display: flex;
}

.footer-icon-box p {
    text-align: center;
}

.footer-logo {
    margin-top: 24px;
}
.footer-logo img{
    width: 164px;
}

.footer-info {
    display: flex;
}
.footer-info a,
.footer-menu a{
    color: #202024;
}
.quest {
    display: flex;
    align-items: center;
}

.quest img {
    margin-left: 4px;
}

.quest p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.answ {
    margin-right: 56px;
}

.answ p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer-menu h4 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}

.footer-menu ul li {
    margin-bottom: 16px;
}

.footer-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #202024;
}
.footer-menu p{
    text-align: right;
    font-size: 1rem;
}

.mid-footer-l-m {
    display: none;
}

.align-items-center {
    display: flex;
    align-items: center;
}



.copyright {
    padding: 4px 0;
    background-color: #F9F9FA;
    margin-top: 24px;
}

.copyright-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #182025;
}

.icon-footer {
    display: flex;
    justify-content: end;
}

.icon-footer img {
    margin-left: 8px;
}

@media (max-width:992px) {

    .footer-accordion-header span {
        font-size: 14px;
    }

    .mid-footer-l-m {
        margin-top: 48px;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-2 {
        order: 2 !important;
    }

    .icon-footer {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }

}


@media (max-width: 800px) {
    .column {
        flex: 1 1 48%;
    }

    .br-l-none {
        border-left: 1px solid #E4E4E5 !important;
    }

    .br-b-none {
        border-bottom: 1px solid #E4E4E5 !important;
    }

    .head-sec p {
        max-width: 100%;
    }

    .copyright-right {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .main-top-head {
        padding-top: 64px;
    }

    .container-full {
        width: 100% !important;
    }

    .nav {
        display: none;
    }

    .mobile-main-nav {
        display: flex;
        position: relative;
        z-index: 2;
    }

    .main-nav {
        padding-top: 0px;
    }

    .mobile-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        background-color: var(--white);
        border-radius: 0 0 16px 16px;
        box-shadow: 0px 4px 20px 0px #0000001A;
        position: relative;
    }

    .main-mobile-menu {
        background-color: var(--white);
        width: 100vw;
        height: 100vh;
        position: absolute;
        max-width: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        transition: right 0.3s ease;
    }

    .footer-mobile-m {
        background-color: var(--white);
        height: 100vh;
        max-width: 100%;
        box-sizing: border-box;
        transition: right 0.3s ease;
    }

    .main-mobile-menu.show {
        right: 0;
    }

    .head-mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        background-color: var(--white);
        border-radius: 0 0 16px 16px;
        box-shadow: 0px 4px 20px 0px #0000001A;
        max-width: 100%;
    }

    .mobile-menu {
        padding: 16px;
    }

    .mobile-menu ul li {
        padding-top: 16px;
        padding-bottom: 26px;
        border-bottom: 1px solid #E4E4E5;
    }

    .mobile-menu ul li a {
        width: 100%;
        max-width: 100%;
        color: #070D14;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sub-menu-mobile {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        list-style: none;
        transition: max-height 0.3s ease-out;
    }

    .sub-menu-mobile.open {
        max-height: 200px;
    }

    .sub-menu-mobile li {
        margin-top: 32px;
        border-bottom: none !important;
        padding: 0 !important;

    }

    .sub-menu-mobile li a {
        font-size: 12px !important;
    }

    .mobile-menu ul li a:focus,
    .mobile-menu ul li a:active {
        color: var(--blue);
    }

    .footer-mobile-menu {
        position: absolute;
        bottom: 24px;
    }

    .btn-repair-request-mobile {
        padding: 16px;
        background-color: var(--blue);
        border-radius: 8px;
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
    }

    .btn-inquiry-warranty-mobile {
        padding: 16px;
        border: 1px solid #070D14;
        border-radius: 8px;
        color: #070D14;
        font-size: 14px;
        font-weight: 600;
    }

    .top-head h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .top-head p {
        font-size: 12px;
        line-height: 24px;
        max-width: 100%;
    }

    .services-form {
        display: none;
    }

    .img-top-head {
        margin-top: 24px;
    }

    .m-services-form {
        display: block;
        background-color: #FFFFFF99;
        border: 1px solid #E2E2E2;
        border-radius: 16px;
        padding: 24px;
    }

    .m-lable {
        margin-bottom: 8px;
    }

    .m-select select {
        background-color: var(--white);
        border: 1px solid #E2E2E2;
        width: 100%;
        padding: 16px;
        border-radius: 12px;
        color: #AFAFAF;
    }

    .bg-ser {
        display: none;
    }

    .bosch-logo-step {
        display: none;
    }

    .m-bg-ser {
        display: block;
        background: url('../img/warranty-page/step-service.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        width: 100%;
        margin-top: 41px;
        position: relative;
    }

    .m-bosch-logo-step {
        position: absolute;
        border-radius: 12px;
        top: 22px;
        right: 22px;
    }

    .m-sin-content-active {
        margin-top: 243px;
        display: flex;
        background-color: #fff;
        padding: 8px;
        border-radius: 16px;
        border: 1px solid #FF7445;
        margin-right: 15px;
        margin-bottom: 25px;
    }

    .m-sin-content {
        margin-top: 243px;
        display: flex;
        background-color: #fff;
        padding: 8px;
        border-radius: 16px;
        border: 1px solid #EEE;
        margin-right: 15px;
        margin-bottom: 25px;
    }

    .m-img-num {
        padding-top: 20px;
    }

    .m-sin-text h2 {
        font-size: 14px;
        font-weight: 700;
        text-align: right;
    }

    .m-sin-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-align: right;
    }

    .sec-head-r h2 {
        text-align: center;
    }

    .sec-head-r p {
        text-align: center;
    }
    .faq {
        margin-top: 72px !important;
    }

    .faq-r {
        max-width: 100%;
        text-align: center;
        margin-bottom: 48px;
    }

    .faq-r span {
        text-align: center;
        font-size: 12px;
        font-weight: 400px;
    }

    .faq-r h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .accordion-header {
        font-size: 14px;
        padding: 30px 16px;
    }

    .accordion-content {
        padding: 0 16px;
    }

    .accordion-item {
        margin-bottom: 16px;
    }

    .footer-icon-box {
        flex: 0 0 auto;
        width: 40%;
        max-width: 80%;
    }

    .head-sales-service a {
        display: none;
    }

    .buy-bosch {
        padding: 16px 24px;
        border-radius: 8px;
        border: 1px solid #070D14;
        background-color: #fff;
        color: #070D14;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}