﻿@font-face {
    font-family: landing-font;
    src: url(/Landings/css/fonts/IRANSansWeb300.woff);
}

@font-face {
    font-family: landing-font1;
    src: url(/Landings/css/fonts/IRANSansWeb500.woff);
}

body {
  /*  margin: auto;
    background-color: #FFFFFF;*/
}

.landing-title {
    font-family: landing-font !important;
    width: 78%;
    margin: auto;
    padding: 70px 50px;
    display: flex;
    flex-direction: row;
    gap: 70px;
    background-color: #F7FAFD;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.landing-title-p {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 15px;
}

.landing-title-p1 {
    text-align: right;
    margin-top: 20px;
}

    .landing-title-p1 h1 {
        color: #24417C;
        font-size: 32px;
        margin-top: -5px;
        font-family: landing-font1;
    }

.landing-title img {
    width: 400px;
    height: 500px;
    margin: auto;
    border-radius: 10px 40px;
}
.landing-modal-demo-content > select {
    font-family: landing-font;
    width: 85%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}
   
.landing-demo {
    transition: all 0.3s ease;
    animation: pulse 0.1s infinite;
}

    .landing-demo button {
        margin-top: 30px;
        padding: 5px 15px;
        border-radius: 5px;
        color: #FFFFFF;
        background-color: #24417C;
        max-width: 40%;
        border: none;
        cursor: pointer;
    }

    .landing-demo > button:hover {
        color: black;
        background-color: #ED4237;
        transform: scale(1.05);
    }

    .landing-demo h6 {
        font-family: landing-font1;
        font-size: 13px;
        text-align: center;
        margin: 5px;
    }

.landing-desc {
    width: 84.5%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 7px;
    padding: 20px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #24417C;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.landing-desc-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0px;
}

.landing-desc-button {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.landing-desc-body button {
    display: flex;
    flex-direction: row;
    width: 350px;
    height: 50px;
    gap: 15px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.landing-desc > hr {
    background-color: #F7FAFD;
    height: 1px;
    width: 1070px;
    margin-top: 20px;
    margin-bottom: -42px;
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    color: gray;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.landing-desc > div {
    background-color: #24417C;
    padding: 0px 20px;
}
.landing-desc > div > h1 {
    text-align: center;
    color: #F7FAFD;
    font-size: 25px;
    font-family: landing-font1;

}
/*.landing-desc > div {
    display: block;
    unicode-bidi: isolate;
    background-color: #24417C;
    padding: 0px 20px;
}
    */
.landing-btn {
    font-family: landing-font1 !important;
    width: 325px;
    background: #F7FAFD;
    color: #24417C;
    padding: 7px 7px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    font-size: 15px;
}

    .landing-btn:hover {
        transform: scale(1.03);
    }

.landing-intro {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 75px;
    gap: 100px;
}

    .landing-intro img {
        width: 400px;
        height: 400px;
        border-radius: 40px;
    }

.landing-intro-body {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding-left: 30px;
}
.landing-intro > .landing-intro-body > span {
    font-size: 16px;
    color: #24417C;
    font-family: landing-font;
}
.landing-intro > .landing-intro-body > h3 {
    text-align: right;
    color: #24417C;
    font-size: 30px;
    font-family: landing-font1;
}
.landing-container1 {
    font-family: landing-font !important;
    margin: 120px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 75px;
    padding: 50px 0px;
    background-color: #24417C;
}
    .landing-container1 > .landing-buttons > .landing-buttons-title {
        color: #F7FAFD;
        font-family: myfont;
        font-size: 25px;
        margin-top: -15px;
        font-family: landing-font1;
    }
    
    .landing-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 25%;
        margin-right: 15px;
        text-align: center;
    }

    .landing-buttons button {
        font-family: landing-font !important;
        font-size: 12px;
        color: #24417C;
        background: #F7FAFD;
        border: none;
        padding: 12px;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

        .landing-buttons button.active,
        .landing-buttons button:hover {
            background: #ED4237;
            color: white;
        }

.landing-buttons1,
.landing-buttons2,
.landing-buttons3 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.landing-content {
    width: 55%;
    color: #555;
    background: #F7FAFD;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .landing-content img {
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
    }

.landing-slider {
    position: relative;
    display: inline-block;
}

    .landing-slider img {
        border-radius: 10px;
        display: block;
    }

    .landing-slider button {
        font-family: landing-font1 !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        font-size: 14px;
        padding: 5px 8px;
        cursor: pointer;
        border-radius: 50%;
        transition: background 0.3s;
    }

        .landing-slider button:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    .landing-slider .landing-prev {
        left: 7px;
    }

    .landing-slider .landing-next {
        right: 7px;
    }

.landing-faq-section {
    font-family: landing-font !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 70%;
    margin: 150px auto;
    padding: 0 10px;
}

.landing-faq-info {
    width: 25%;
    align-items: center;
    justify-content: right;
    margin: auto;
}

    .landing-faq-info h2 {
        font-family: landing-font1 !important;
        font-size: 24px;
        color: #24417C;
        margin-bottom: 12px;
    }

    .landing-faq-info p {
        font-size: 16px;
        color: #707070;
        line-height: 1.5;
        margin-bottom: 25px;
    }

.landing-faq-list {
    width: 65%;
}

    .landing-faq-list ul {
        list-style: disc;
        padding: 0;
        margin: 0;
    }

    .landing-faq-list li {
        font-family: landing-font1 !important;
        font-size: 16px;
        color: #555;
        padding: 14px 20px;
        margin-bottom: 10px;
        border: 1px solid #eee;
        border-radius: 6px;
        position: relative;
        cursor: pointer;
        transition: 1s;
    }

        .landing-faq-list li:hover {
            color: #24417C;
        }

.landing-faq-answer {
    display: none;
    font-size: 14px;
    color: #555;
    background-color: #F7FAFD;
    padding: 10px;
    margin-top: 5px;
    border-radius: 6px;
    line-height: 1.8;
}

.landing-faq-item.active .landing-faq-answer {
    display: block;
}

/* ادامه */
.landing-call {
    font-family: landing-font;
    width: 1000px;
    height: 210px;
    border-radius: 100px;
    background-color: #F7FAFD;
    display: flex;
    flex-direction: row;
    margin: 100px auto;
    margin-top: 80px;
}

.landing-call-title {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 110px;
    width: 40%;
}
    .landing-call-title > h2 {
        color: #24417C;
        font-family: landing-font1;
        display: block;
        font-size: 1.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
    }
    .landing-call-title > p {
        color: #24417C;
        font-size: 16px;
        margin-top: -5px;
    }
    .landing-call img {
        margin-top: -155px;
        margin-right: 65px;
    }

.landing-btn2 {
    font-family: landing-font1 !important;
    font-size: 15px;
    width: 50%;
    display: flex;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 10px 17px;
    background: #24417C;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.landing-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    header{display: none;}
}

.landing-overlay.open {
    display: flex;
}

.landing-modal {
    background: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    width: 700px;
    height: 450px;
    overflow-y: auto;
}

    .landing-modal h2 {
        font-family: landing-font1 !important;
        margin-top: 0;
        font-size: 18px;
    }

.landing-modal-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    padding-top: 1rem;
}

.landing-modal-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    text-align: left;
    padding-bottom: 1rem;
}

.landing-item {
    font-family: landing-font !important;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.landing-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 8px;
    margin-top: 3px;
}

.landing-black {
    background: rgba(0, 0, 0, 0.859);
}

.landing-close-btn {
    font-family: landing-font !important;
    margin-top: 12px;
    padding: 6px 12px;
    background: #24417C;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.landing-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.landing-modal-demo {
    font-family: landing-font !important;
    background: #fff;
    width: 90%;
    max-width: 650px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    padding: 30px;
    position: relative;
    animation: landing-fadeIn 0.3s ease-in-out;
}

@keyframes landing-fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.landing-close-btn-m {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}

.landing-modal-demo img {
    width: 250px;
    height: 200px;
    margin: auto;
}

.landing-modal-demo-content {
    flex: 1;
}

    .landing-modal-demo-content h2 {
        margin: 0 0 10px;
        font-size: 20px;
        color: #222;
    }

    .landing-modal-demo-content p {
        font-size: 14px;
        color: #555;
        margin-bottom: 30px;
    }

.landing-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.landing-input {
    font-family: landing-font;
    width: 85%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

.landing-select {
    font-family: landing-font !important;
    width: 91%;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

button.landing-submit-btn {
    font-family: landing-font1 !important;
    width: 90%;
    padding: 12px;
    background: #24417C;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .landing-modal-demo {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .landing-modal-demo img {
            width: 150px;
        }
}
