/*
Theme Name: Locanit
Theme URI: https://locanit.com
Author: ahmad esmaeili majd
Author URI: https://ahmadesmaeili.ir
Description: locanit website
Version: 1.0.1
*/

@charset "UTF-8";
@font-face {
    font-family: iransans;
    src: url(./assets/fonts/iransans/IRANSansX-Regular.woff2) format("woff2");
}

@font-face {
    font-family: iransansfa;
    src: url(./assets/fonts/iransans/IRANSansXFaNum-Regular.woff) format("woff2");
}

* {
    font-family: iransansfa;
    box-sizing: border-box !important;
}

html, body {
    overflow-x: visible !important;
    width: 100% !important;
    max-width: 100% !important;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}


.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}
.padding-left-100 {
    padding-left: 100px;
}
@media screen and (max-width: 1200px) {
    .padding-left-100 {
        padding-left: 0;
    }
}
.btn-outlained {
    border: 2px solid #8414ff;
    padding: 10px 45px;
    border-radius: 5px;
    width: 176px;
    height: 58px;
    font-size: 1.1em;
    color: #fff;
    background-color: transparent;
}

.btn-light-outlained {
    border: 2px solid #fff;
    padding: 10px 40px;
    border-radius: 5px;
    width: 176px;
    height: 48px;
    font-size: 1em;
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease, border 0.3s ease;
}
.btn-light-outlained:hover {
    border: 2px solid #5303af;
    background-color: #5303af;
}
.dropdown-base li:nth-child(4) {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-brand-identity {
    border: none;
    width: 245px;
    height: 45px;
    padding: 7px 25px;
    border-radius: 15px;
    margin: 5px 0;
    text-align: justify;
    color: #14002F;
    background-color: #fff;
    transition: 0.2s ease all;
}

.btn-brand-identity:hover {
    background-color: #ece4ff;
}

.btn-brand-identity.active {
    border: none;
    background-color: #ece4ff;
    width: 245px;
    height: 45px;
    padding: 7px 25px;
    border-radius: 15px;
    margin: 5px 0;
    text-align: justify;
    color: #14002F;
    font-weight: bold;
}

.brand-title {
    color: #333;
    font-weight: bold;
    font-size: 1.1rem;
}

.brand-text {
    color: #7A7A7A;
}

.custom-padding {
    padding: 10px 14px !important;
    height: 58px !important;
    width: 234px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-get-demo-logo {
    border: none;
    padding: 16px 27px;
    border-radius: 5px;
    height: 58px;
    font-size: 1.1em;
    color: #fff;
    background-color: #8414ff;
    transition: background-color 0.3s ease;
}
.btn-get-demo-logo:hover {
    background-color: #5303af;
}

.btn-get-demo-logo-demo-section {
    border: none;
    background-color: #8414FF;
    width: 178px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.btn-get-demo-logo-demo-section img {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.btn-get-demo-logo-sticky {
    min-width: 136px;
    min-height: 40px;
    border-radius: 4px;
    padding: 4px 12px;
    border: none;
    background-color: #8414FF;
    color: #fff;
    font-size: 12px;
}

.btn-get-demo-logo-sticky img {
    width: 17px;
    height: 14px;
}

@media screen and (max-width: 992px) {
    .btn-get-demo-logo {
        border: 3px solid #8414ff;
        padding: 6px 21px;
        border-radius: 5px;
        width: 136px;
        height: 40px;
        font-size: 12px;
        color: #fff;
        background-color: #8414ff;
    }
    .btn-get-demo-logo-offcanvas {
        border: 3px solid #8414ff;
        padding: 10px 20px;
        border-radius: 5px;
        width: 176px;
        height: 58px;
        font-size: 17px;
        color: #fff;
        background-color: #8414ff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-get-demo-logo-offcanvas img {
        width: 25px !important;
        height: 20px !important;
        margin-left: 10px;
    }

    .btn-get-demo-logo img {
        width: 14px !important;
        height: 11px !important;
        margin-left: 5px;
    }
}

.btn-no-bg {
    border: none;
    padding: 15px 25px;
    font-size: 1.1em;
    color: #8414ff;
    background-color: transparent;
    transition: all 0.3s ease;
}
@media screen and (min-width: 992px){
    .btn-no-bg:hover {
        background-color: #5303af;
        color: #fff;
        border-radius: 5px;
    }
}


@media screen and (max-width: 992px) {
    .btn-no-bg {
        font-size: 12px;
        margin: 0 !important;
    }

}

.btn-solution {
    border: 2px solid #fff;
    padding: 10px 50px;
    border-radius: 5px;
    width: 234px;
    height: 58px;
}

.nav-item .nav-link {
    transition: color 0.3s ease;
    color: #000;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
    color: #a673ff !important;
}
.nav-bg {
    background-color: #14002F;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
}

.custom-dropdown {
    background-color: #14002F;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    min-width: 280px;
    text-align: right;
    transition: all 1s ease;
    width: 215px;
    top: 71px !important;
}

.custom-dropdown .dropdown-header-custom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler .custom-icon {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler .custom-icon::before,
.navbar-toggler .custom-icon::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler .custom-icon::before {
    top: -8px;
}

.navbar-toggler .custom-icon::after {
    top: 8px;
}

.navbar-toggler.active .custom-icon {
    background-color: transparent;
}

.navbar-toggler.active .custom-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.active .custom-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

.custom-dropdown .dropdown-header-custom img {
    margin-left: 10px;
}

.custom-dropdown .dropdown-divider {
    border-top: 2px solid #a673ff;
    margin: 15px 0;
}

.dropdown-toggle {
    font-weight: 500 !important;
}

.nav-menu-toggle-custom {
    font-weight: 500 !important;
}

.navbar-toggler-icon {
    background-image: none;
}


.navbar-toggler {
    border: none;
}

.custom-dropdown .dropdown-item {
    color: white;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.4s ease;
    background: transparent;
    border: 1px solid transparent;
}

.custom-dropdown .dropdown-item::before {
    content: url("./assets/img/menu-arrow-right.svg");
    margin-left: 0;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
}

.custom-dropdown .dropdown-item:hover {
    border-color: #a673ff;
    color: #a673ff;
    background: rgba(166, 115, 255, 0.05);
}

.custom-dropdown .dropdown-item:hover::before {
    width: 20px;
    margin-left: 2px;
    opacity: 1;
}

.custom-dropdown .badge-soon {
    background-color: #dbcdff;
    color: #320077;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

@media screen and (max-width: 996px) {
    .custom-dropdown {
        min-width: 280px;
    }
}

.mega-menu {
    background-color: #14002F !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    width: 90vw;
    max-width: 1000px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    top: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.mega-menu .mega-menu-header {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mega-menu .mega-menu-header i {
    margin-left: 10px;
    color: white;
}

.mega-menu .dropdown-divider-light {
    border-top: 2px solid #a673ff;
    margin: 15px 0;
    opacity: 1;
}

.mega-menu .dropdown-item {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.4s ease;
    background: transparent;
    border: 1px solid transparent;
}

.mega-menu .dropdown-item::before {
    content: url("./assets/img/menu-arrow-right.svg");
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    vertical-align: middle;
}

.mega-menu .dropdown-item:hover {
    border: 1px solid #a673ff;
    color: #a673ff;
    background: rgba(166, 115, 255, 0.05);
}

.mega-menu .dropdown-item:hover::before {
    width: 20px;
    opacity: 1;
    margin-left: 8px;
}

.mega-menu .dropdown-item.active-outline {
    border: 1px solid #a673ff;
    color: #a673ff;
}

.mega-menu .dropdown-item.active-outline::before {
    width: 20px;
    opacity: 1;
    margin-left: 8px;
}

.mega-menu .btn-show-all {
    background-color: #dbcdff;
    color: #320077;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 25px;
    border: none;
    transition: 0.3s;
}

.mega-menu .btn-show-all:hover {
    background-color: white;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 996px) {
    .mega-menu {
        min-width: 100% !important;
        position: relative !important;
    }

    .mega-menu .row {
        flex-direction: column !important;
    }
}

.header-right h4 {
    font-size: 2.5rem;
    font-weight: 600;
}

.header-right h1 {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 600;
    line-height: 1.2;
}

.header-right h2 {
    font-size: 1.25rem;
    line-height: 42px;
    font-weight: 500;
}

.header-right p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.625rem;
    margin:54px 0;
}

.header-right ul li {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 40px;
}

.tooltip-btn {
    position: relative;
    cursor: pointer;
}

.tooltip-text {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #8414ff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.tooltip-btn:hover .tooltip-text {
    opacity: 1;
}

/*slider index start*/


.slider-container {
    position: relative;
    border: 4px solid #8414FF;
    border-radius: 27px;
    width: 75%;
    height: 530px;
    margin: auto;
}

/* آیکون‌ها بالا */
.top-icons {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

/* دکمه آیکون */
.top-icons button {
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background-color: transparent;
}

/* تصویر داخل دکمه */
.top-icons button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.slide {
    display: none;
    width: 100%;
    border-radius: 18px;
    position: relative;
    z-index: 2;
    opacity: 0.4;
    transform: scale(0.9);
    transition:
            opacity 0.8s ease-in-out,
            visibility 0.8s ease-in-out,
            transform 0.8s ease-in-out;
}

.slide.active {
    display: block;
    opacity: 1;
    z-index: 20;
}


.slides {
    position: relative;
}

.slides img {
    position: absolute;
    transform: scale(1.3);
    top: 100px;
    right: 40px;
}


.slides::before {
    content: "";
    position: absolute;
    inset: 10px;
    background: #f3f3f3;
    border-radius: 22px;
    z-index: 1;
}

.top-icons button {
    transition: 0.5s ease;
    filter: grayscale(100%);
}

.top-icons button.active {
    transform: scale(1.3);
    filter: unset;
}

/*slider index end*/

.vision-header h2 {
    font-size: 2rem;
    font-weight: bold;
}

.vision-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: justify;
}

.card-locanit {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 382px;
    height: 372px;
}
.card-item .card-locanit {
    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease;
}

.card-item:hover .card-locanit {
    transform: translateY(-4px);
    box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-img {
    display: flex;
    justify-content: center;
}

.card-text span {
    font-size: 2rem;
    color: #5303af;
}

@media screen and (max-width: 1400px) {
    .card-wrapper {
        margin-top: 20px;
    }

    .card-item-mobile {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        padding: 10px 15px;
        margin: 0.5rem 0;
    }

    .badget-soon-mobile {
        background-color: #dbcdff;
        border-radius: 2.3rem;
        padding: 3px 6px;
        width: 39px;
        height: 19px;
        font-size: 8px;
        left: 10px;
        top: 10px;
    }

}

.img-about-us-logo-with-line {
    margin: 30px 0;
}

@media screen and (max-width: 992px) {
    .img-about-us-logo-with-line {
        margin: 20px 0;
    }
}
@media screen and (min-width: 1400px) {
    .solution-text-wrapper {
        padding-right: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .solution-text-wrapper {
        margin-right: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .solution-title-responsive {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .solution-title-responsive {
        display: block;
        font-size: clamp(1.2rem, 1.3rem, 1.6rem);
        color: #fff;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .desktop-card-vision {
        display: none;
    }
    .mobile-card-vision {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (min-width: 1401px) {
    .mobile-card-vision {
        display: none;
    }
    .desktop-card-vision {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }
}
.badget-soon {
    background-color: #dbcdff;
    border-radius: 2.3rem;
    padding: 5px 10px;
    top: 20px;
    right: 20px;
}

.badget-soon span {
    color: #320077;
}

.soloution-wrapper {
    background-color: #14002F;
    padding: 120px 20px;
}

.solution-text-wrapper h2 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    text-align: justify;
}

.solution-text-wrapper h3 {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.87rem;
    text-align: justify;
    padding-left: 39px;
}

.solution-img-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.pattern-img {
    top: 350px;
}
.pattern-img-contact-us {
    top: 270px;
}
.contact-form-wrapper {
    z-index: 1;
}

@media (max-width:768px) {
    .solution-img-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .solution-img {
        aspect-ratio: 1/1;
        width: 78px;
        height: 78px;
    }
    .solution-img a img {
        width: 46px;
        height: 36px;
    }
    .solution-desc {
        font-size: 6px !important;
    }
}

/*@media (min-width: 351px) {*/
/*    .solution-img-wrapper {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*        gap: 10px;*/
/*    }*/
/*}*/

/*@media (min-width: 450px) {*/

/*    .solution-img-wrapper {*/
/*        grid-template-columns: repeat(3, 1fr);*/
/*        gap: 10px;*/
/*    }*/

/*    .solution-img {*/
/*        max-width: 100%;*/
/*    }*/

/*    .solution-img img {*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/

/*    .solution-desc {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

.solution-img-wrapper .solution-img {
    background: #F4F0FF;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.solution-desc {
    font-weight: 500;
    font-size: 0.9rem;
    color: #320077;
}

.solution-img {
    aspect-ratio: 1/1;
    min-width: 78px;
    min-height: 78px;
}


.solution-img-wrapper .solution-img img {
    background-color: transparent;
}

@media (max-width: 768px) {
    .solution-img-wrapper .solution-img:nth-child(3n+2) {
        transform: none;
    }
}

.solutions-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    height: 685px;
    overflow: hidden;
    position: relative;
}

/* rails */
.rail {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
    will-change: transform;
}

.rail-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
}
.rail {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}
.rail-center {
    margin-top: 25px;
}

.rail-left {
    animation: down 25s linear infinite;
}

.rail-right {
    animation: up 25s linear infinite;
}

@keyframes up {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

@keyframes down {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}
/* card style (Ant Design vibe) */
.solution-img {
    background: #F4F0FF;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease;
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-img:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    transform: translateY(-4px);
}

.solution-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.solution-desc {
    margin-top: 10px;
}

/* animations */
.rail-left {
    animation: railDown 30s linear infinite;
}

.rail-right {
    animation: railUp 30s linear infinite;
}

/* infinite movement */
@keyframes railUp {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

@keyframes railDown {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}

/* UX polish */
.rail:hover {
    animation-play-state: paused;
}

@media (max-width: 1200px) {
    .solutions-section {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
        gap: 16px;
        height: auto;
        overflow: visible;
    }

    .rail,
    .rail-group {
        display: contents !important;
    }
    .rail,
    .rail-left,
    .rail-right {
        animation: none !important;
        transform: none !important;
    }

    .solution-img {
        width: 100%;
        transition: none !important;
        transform: none !important;
        will-change: auto;
    }

    .solution-img:hover {
        transform: none !important;
    }
}

.report-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    max-width: 612px;
    max-height: 262px;
    padding: 25px 0 25px 0;
    transition: all 0.3s ease;
}
.report-card:hover {
    transform: translateY(-4px);
    box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.12);
}

.report-card h5 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.report-card span {
    font-size: 1.1rem;
    display: block;
    line-height: 30px;
    padding: 0 30px;
}

.report-card .report-btn {
    border: 2px solid #8414ff;
    font-size: 1.1rem;
    color: #8414ff;
    font-weight: bold;
    background-color: transparent;
    padding: 10px 50px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.report-card .report-btn:hover {
    border: 2px solid #5303af;
    background-color: #5303af;
    color: #fff;
}

.demo-text h2 {
    font-size: 2.2rem;
    font-weight: bold;
}

.demo-text h4 {
    font-size: 1.1rem;
    line-height: 1.76rem;
}

.customer {
    width: 82%;
}

.customer-header h2 {
    font-size: 2.2rem;
    color: #14002F;
    font-weight: bold;
}

.customer-img img {
    border-radius: 15px 15px 0 0;
}

.btn-get-demo-logo img {
    width: 25px;
    height: 25px;
}

.customer-card {
    border: 5px solid #7700ff;
    padding: 50px;
    border-radius: 10px;
}

.customer-card .customer-card-absolute {
    max-width: 360px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    left: -170px;
    top: 40px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.customer-card .customer-card-absolute:hover {
    transform: translateY(-4px);
    box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .customer-p2 {
        padding-left: 30px;
    }
}
@media screen and (max-width: 992px) {
    .customer-card .customer-card-absolute {
        display: none !important;
    }

}


.customer-card .customer-text {
    padding: 0 10px;
}

.customer-card .customer-text p {
    font-size: 1rem;
    font-weight: bold;
}

.customer-card .customer-continue-link {
    text-align: left;
    margin-left: 15px;
    padding-bottom: 15px;
}

.customer-card .customer-continue-link a {
    text-decoration: none;
    color: #BABABA;
    transition: all 0.3s ease;
}
.customer-card .customer-continue-link a:hover {
    color: #a673ff;
}

.customer span {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 10px;
}

.customer-p2 {
    line-height: 26px;
}
@media screen and (max-width: 992px) {
    .customer-p2 {
        font-size: 14px;
    }
}
.customer-card-link {
    font-size: 1rem;
    font-weight: bold;
    color: #BABABA;
    transition: all 0.3s ease;
}

.customer-card-link:hover {
    color: #000;
}


#question .faq-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: right;
}

#question .faq {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#question .faq-item {
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#question .faq-item .faq-question:hover {
    background-color: #ECE4FF;
}

#question .faq-item.active .faq-question {
    background-color: #dccdff;
}

#question .faq-item .faq-answer {
    background-color: #fff;
}

#question .faq-item .faq-question {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #F1EFF4;
    border-radius: 10px;
}

#question .faq-item .faq-question {
    background-color: #F1EFF4;
}

#question .faq-item .faq-question .icon {
    order: -1;
}

#question .faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    margin-top: 0;
    opacity: 0;
    background-color: #fff;
}

#question .faq-item.active .faq-answer {
    max-height: 100px;
    opacity: 1;
    padding-right: 70px;
    padding-top: 10px;
}

#question .faq-item.active .icon {
    transform: rotate(180deg);
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding: 0;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-btn {
    width: 220px;
    height: 35px;
}

/* فقط موبایل */
@media (min-width: 769px) {
    .mobile-cta {
        display: none !important;
    }
}

#footer {
    background-color: #14002F;
    margin-top: 250px;
}

.footer-bulut {
    color: transparent;
}

.footer-absoloute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-70%);
    background-color: #8414ff;
    border-radius: 10px;
    padding: 45px 135px;
}

.footer-absoloute .footer-absolute-text {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
}

.footer-demo-header {
    font-size: 1.6rem;
    font-weight: 500;
}

.footer-get-demo {
    border: none;
    background-color: #fff;
    border-radius: 5px;
    color: #7700ff;
    padding: 10px 20px;
    width: 176px;
    height: 58px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.3s ease;
}
.footer-absoloute .footer-get-demo:hover {
    background-color: #5303af;
    color: #fff;
}
.footer-get-demo img.icon-hover,.footer-get-demo img.icon-default {
    width: 25px;
    height: 20px;
}
.footer-get-demo .icon-hover {
    display: none;
}
.footer-absoloute .footer-get-demo:hover img.icon-hover {
    display: block;
}
.footer-absoloute .footer-get-demo:hover img.icon-default {
    display: none;
}
.footer-right h3 {
    color: #fff;
    font-size: 1.2rem;
}

.footer-right h4 {
    color: #fff;
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 25px;
    width: 50%;
    text-align: justify;
}

.footer-center h3 {
    color: #fff;
    font-size: 1.2rem;
}

.footer-center span {
    color: #fff;
}

.phone-footer {
    font-family: iransansfa !important;
    direction: ltr;
    text-align: right;
}

.footer-left h3 {
    color: #fff;
    font-size: 1.2rem;
}

.footer-left .footer-access a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}
.footer-left .footer-access a:hover {
    color: #A673FF;
}

.footer-bottom {
    margin-top: 40px;
}

.footer-bottom .footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.footer-bottom-content {
    font-size: 14px;
    color: #fff;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom .footer-social {
    display: flex;
    gap: 15px;
}

.footer-bottom .footer-social img {
    width: 24px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-bottom .footer-social img:hover {
    opacity: 1;
}

.footer-bottom .footer-copy {
    text-align: center;
}

.footer-bottom .footer-logo img {
    width: 40px;
}

.slider-img img {
    max-width: 412px;
    max-height: 322px;
}

.locanit .locanit-slider {
    position: relative;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    z-index: 10;
    background: #fff;
    max-width: 583px;
    height: 670px;
    margin-top: 40px;
}

.locanit .locanit-slider .slider-wrapper {
    position: relative;
    overflow: hidden;
    height: 505px;
}

.locanit .locanit-slider .slider-wrapper .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.locanit .locanit-slider .slider-wrapper .slide.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.locanit .locanit-slider .slider-wrapper .slide img {
    max-width: 100%;
    margin-bottom: 20px;
}

.locanit .locanit-slider .slider-wrapper .slide p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    border-top: 1px solid #0C111D;
    padding-top: 25px;
    max-width: 412px;
    max-height: 322px;
}

.locanit .locanit-slider .slider-controls button {
    width: 62px;
    height: 62px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    background-color: transparent;
}

.locanit .locanit-slider .slider-controls button:hover {
    color: #fff;
}

.locanit .locanit-slider .slider-controls .prev {
    position: relative;
    top: -31px;
}

.locanit .locanit-slider .slider-controls .next {
    position: relative;
    top: 72px;
}

.locanit .locanit-slider .slider-controls.top {
    margin-bottom: 10px;
}

.locanit .locanit-slider .slider-controls.bottom {
    margin-top: 10px;
}

.locanit .locanit-features {
    padding-left: 40px;
}

.locanit .locanit-features h3 {
    margin-bottom: 67px;
    font-weight: bold;
}

.locanit .locanit-features ul {
    list-style: none;
    padding: 0;
}

.locanit .locanit-features ul li {
    margin-bottom: 31px;
    position: relative;
    color: #444;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.5rem;
}

.locanit .locanit-features ul li.active {
    color: #7c3aed;
    font-weight: bold;
    font-size: 1.5rem;
    padding-right: 25px;
}

.locanit .locanit-features ul li.active::before {
    content: url(./assets/img/foundation_arrow-left.svg);
    position: absolute;
    right: 0;
}

.locanit .locanit-features ul li.active::before {
    content: url(./assets/img/foundation_arrow-left.svg);
    position: absolute;
    right: 0;
    transform: translateX(5px);
    transition: 0.3s;
    top: 8px;
}

.locanit .locanit-features ul li:hover {
    color: #7c3aed;
}

.shape {
    position: absolute;
    border: 3px solid #7c3aed;
    border-radius: 20px;
    width: 250px;
    height: 250px;
    z-index: 1;
}

.shape.shape-top {
    top: 0;
    right: -41px;
}

.shape.shape-bottom {
    bottom: 15px;
    left: 20px;
    width: 178px;
    height: 178px;
}

.locanit-stats {
    background: #14002F;
    padding: 80px 0;
}

.locanit-stats .stats-hero {
    margin-bottom: 40px;
}

.locanit-stats .stats-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: right;
}

.locanit-stats .stats-items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

.locanit-stats .stats-items .stat-item {
    text-align: center;
    color: #fff;
}

.locanit-stats .stats-items .stat-item h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.locanit-stats .stats-items .stat-item p {
    font-size: 14px;
    color: #cfcfcf;
}

.locanit-stats .stats-items .divider {
    width: 2px;
    height: 112px;
    background: #7c3aed;
}

.locanit-services-get-demo h3 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    padding: 0px 69px;
}

.concern-text h2 {
    font-size: 3.25rem;
    line-height: 83px;
    font-weight: bold;
}

.concern-text h3 {
    font-size: 2.2em;
    margin-bottom: 25px;
    font-weight: bold;
}

.concern-text h4 {
    font-size: 1.6rem;
    line-height: 41px;
    text-align: justify;
}

.contact-header {
    margin: 50px 0;
    font-size: 3.375rem;
    color: #14002F;
    font-weight: 600;
}
.contact-text {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 165px;
    line-height: 34px;
    text-align: justify;
    padding-left: 55px;
}
.contact-social-text {
    font-size: 1.125rem;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: 500;
}
.contact-social-icons {
    padding-top: 40px;
}
.contact-social-icons .linkedin, .contact-social-icons .instagram {
    margin-right: 36px;
}
.btn-contact-us-new {
    width: 176px;
    height: 58px;
    padding: 10px 50px;
    background-color: #8414FF;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-contact-us-new:hover {
    background-color: #5303af;;
}

.error {
    border: 1px solid red !important;
}

.contact-form-input {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    background-color: transparent;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 30px;
    height: 52px;
}
.contact-form-input-textarea {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.contact-form-input:focus {
    border: 1px solid #5303af;
    box-shadow: none !important;
}

.contact-form-input::-moz-placeholder {
    text-align: right;
}

.contact-form-input::placeholder {
    text-align: right;
}

.after-contact-form {
    border-top: 1px solid #7700ff;
    border-bottom: 1px solid #7700ff;
}

.contact-title-city {
    font-size: 1.5rem;
    font-weight: bold;
}

.contact-title-address {
    font-size: 1.25rem;
    font-weight: 500;
    padding-left: 10px;
}

.contact-title-number {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-title-number-az {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 55px;
    margin-bottom: 20px;
}
.neshan-routing {
    height: 48px;
    padding: 10px 50px;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 2px solid #8414FF;
    background-color: transparent;
}
.neshan-btn-wrapper {
    margin-top: 20px;
}
.neshan-btn-wrapper span {
    color: #8414FF;
}
.contact-us-mobile-icons-footer-text {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.contact-us-mobile-icons-footer-img {
    padding-top: 10px;
}
.contact-us-mobile-icons-footer-img .email img,
.contact-us-mobile-icons-footer-img .linkedin img,
.contact-us-mobile-icons-footer-img .instagram img{
    width: 14px;
    height: 14px;
}


.contact-us-mobile-icons-footer-text span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    font-variant: all-small-caps;
}

.map-icon {
    margin-left: 25px;
}

.solution-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.solution-header p {
    font-size: 1.1rem;
    line-height: 28px;
}

/* 🎨 استایل کلی صفحه راهکارها */
.solutions-wrapper {
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
}

/* 🔍 فیلد جستجو */
#solutionSearch {
    width: 100%;
    max-width: 715px;
    padding: 12px 45px 12px 18px;
    border: 1px solid #DADADA; /* رنگ بوردر */
    border-radius: 30px;
    outline: none;
    font-size: 15px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    background: url('data:image/svg+xml;utf8,<svg fill="%23DADADA" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M416 208c0 45.9-14.9 88.3-40 122.7l86.6 86.6c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-86.6-86.6C296.3 401.1 253.9 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208zM208 352c79.5 0 144-64.5 144-144S287.5 64 208 64S64 128.5 64 208s64.5 144 144 144z"/></svg>') no-repeat right 15px center;
    background-size: 20px;
}

#solutionSearch:focus {
    border-color: #0074ff;
    box-shadow: 0 0 5px rgba(0, 116, 255, 0.3);
}

.solutions-title {
    line-height: 4rem;
}

.solution-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.solution-card {
    width: calc(20% - 20px); /* 5 تایی بودن */
    border-radius: 20px;
    padding: 25px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-card:hover {
    background: #e9f1ff;
    transform: translateY(-5px);
    border-color: #0074ff;
}

.solution-card img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

.solution-card p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #1b1b1b;
}
@media screen and (max-width: 1200px) {
    .tablet-solution {
        display: none;
    }
}
/* 📱 ریسپانسیو */

@media (max-width: 576px) {
    #solutionSearch {
        max-width: 90%;
    }

    .solution-card {
        width: calc(30% - 20px);
        padding: 0 0 20px 0;
        border: unset;
    }

    .solution-card p {
        font-size: 10px;
    }


    .solution-card:hover {
        background: unset;
        transform: unset;
        border-color: unset;
    }
}

@media (min-width: 577px) {
    .solution-card {
        width: calc(20% - 20px);
        border: unset;
    }

    .solution-card:hover {
        background: unset;
        transform: unset;
        border-color: unset;
    }
}

@media (min-width: 1000px) {
    .solution-card {
        width: calc(20% - 20px);
    }
}


@media (max-width: 992px) {
    .solution-grid a img {
        width: 78px;
        height: 78px;
    }
}

/*know-base start*/
.know-base-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.know-base-text {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 29px;
}



.know-base-card-wrapper {
    background-color: #f4f0ff;
    padding: 25px;
}

.know-base-card-title a {
    text-decoration: none;
    color: #132057;
    font-size: 1.4rem;
    font-weight: bold;
}

.card-time, .card-source {
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: 10px;
}

.card-download {
    margin-left: 40px;
}

.card-download a {
    text-decoration: none;
}

.card-img-know-base img {
    max-height: 278px;
    max-width: 278px;
}

.know-base-card-wrapper p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
    color: #132057;
}

.after-excerpt {
    margin-top: 50px;
}

.btn-get-demo-logo {
    text-decoration: none;
}

.card-category {
    top: 1px;
    right: 13px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.card-category a {
    color: white;
    text-decoration: none;
}

.card-category a:hover {
    text-decoration: none;
}

/*know-base end*/

/*solutions start*/
.solutions-text h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #14002F;
}

.solutions-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #14002F;
}

.industry-text-p1 {
    font-size: 1.75rem;
    color: #14002F;
    margin-top: 32px;
    line-height: 28.8px;
}

.industry-text-p2 {
    font-size: 1.12rem;
    color: #14002F;
    margin-top: 32px;
    line-height: 28.8px;
}

.industry-text-p3 {
    font-size: 1.12rem;
    color: #132057;
    margin-top: 32px;
    line-height: 28.8px;
}

.accordion {
    margin: 0 auto;
    display: grid;
    gap: 16px;
    background-color: transparent;
}

/* هر آیتم آکاردئون */
.item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* سربرگ (summary) */
.item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    background: #ECE4FF;
    border-bottom: 1px solid rgba(15, 23, 36, 0.04);
    transition: background 0.3s ease;
    list-style: none;
    padding: 0;
    outline: none;
    height: 60px;
    border-radius: 15px;
    margin-top: 25px;
}

.item summary:hover {
    background: #DBCDFF;
}

.item summary::-webkit-details-marker {
    display: none;
}

.item summary .title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #5303AF;
    font-weight: bold;
}

.item summary .toggler {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 25px;
}

/* + آیکون */
.item summary .toggler::before,
.item summary .toggler::after {
    content: "";
    position: absolute;
    background: #5303AF;
    transition: transform 0.3s ease;
}

.item summary .toggler::before {
    width: 16px;
    height: 2px;
}

.item summary .toggler::after {
    height: 16px;
    width: 2px;
}

/* زمان باز شدن -> تبدیل + به - */
.item[open] summary .toggler::after {
    transform: rotate(90deg) scaleX(0.001);
}

/* پنل داخلی */
.item .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 0 0 0;
}

.item[open] .panel {
    max-height: 2000px;
}

/* محتوای پنل */
.panel-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

/* هدر ردیف عنوان‌ها */
.header-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 1px;
}

.header-row h3 {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #320077;
}

.section-title {
    border-radius: 16px 0 0 0;
}

.section-title-right {
    border-radius: 0 15px 0 0;
}

/* ردیف‌های جفتی */
.paired-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.paired-row .cell {
    min-height: 90px;
    display: flex;
    align-items: center;
    background: #ECE4FF;
    padding: 0 25px;
    border: 1px solid rgba(15, 23, 36, 0.06);
    font-size: 14px;
    line-height: 1.7;
    color: #14002F;
    margin: 0;
}

.paired-row.alt .cell {
    background: #F7F4FF;
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .panel-content {
        gap: 1px;
    }

    .header-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .header-row h3 {
        height: 90px;
        border-radius: 0;
        justify-content: center;
    }

    .paired-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .item summary .title {
        font-size: 15px;
    }

    .section-title-right {
        border-radius: 5px 5px 0 0 !important;
    }

    .section-title {
        border-radius: 0 0 5px 5px !important;
        margin-bottom: 5px !important;
    }

    .header-row h3,
    .section-title,
    .section-title-right {
        font-size: 15px;
    }
}

@media only screen and (max-device-width: 640px) {
    .title {
        margin-top: 0;
        margin-bottom: 0px !important;
    }
}

/*accordion end*/
.get-industry-demo-wrapper {
    background-color: #0c111d;
    height: 150px;
}

.get-demo-right-text span {
    color: #fff;
    margin-left: 100px;
    font-size: 1.5rem;
}

.get-demo-left a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.get-demo-input-for-industry {
    height: 50px;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    background-color: transparent;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.get-demo-input-submit-for-industry {
    color: #fff;
    background-color: #8414ff;
    font-size: 18px;
    padding: 15px;
    width: 211px;
    height: 47px;
    border: none;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-img .img-desktop img, .demo-img .img-mobile img{
    max-height: 300px;
}
@media screen and (max-width: 992px) {
    .demo-img .img-desktop{
        display: none;
    }
    .footer-top-absolute {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-absoloute {
        padding: 30px 135px;
    }
}

@media screen and (min-width: 992px) {
    .demo-img .img-mobile{
        display: none;
    }
}


/*solutions end*/

/*our-teams-start*/
.our-teams-header {
    font-weight: 600;
    font-size: 3.375rem;
    line-height: 2rem;
    color: #14002f;
}

.our-team-card-wrapper {
    min-width: 343px;
    min-height: 335px;
    border-radius: 10px;
    padding: 40px;
    background-color: #fff;
}

.our-team-shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.our-teams-header-detail {
    font-weight: 400;
    color: #14002F;
    font-size: 1.375rem;
    line-height: 2.125rem;
}

.card-head {
    border-bottom: 2px solid #7810EC;
}

.card-head-title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #8414ff;
    line-height: 1.625rem;
}

.our-team-body-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #14002F;
    text-align: justify;
}

.our-teams-icon img {
    width: 75px;
    height: 75px;
}

.bg-pattern-img {
    /*aspect-ratio: 16/9;*/
    object-fit: scale-down;
    /*width: 100vw !important;*/
    flex: fit-content !important;
    /*height: 100vh !important;*/
    background-size: contain !important;
}


.bg-pattern-our-team {
    width: 100%;
    /*height: 500px;*/
    top: 50px;
    z-index: 0;
    display: flex;
    justify-content: center !important;

    justify-items: center;
}

/*our-teams-end*/
/*about-us-start*/
.font-about {
    font-weight: bold;
    margin: 15px 0;
}

.about-header {
    color: #14002F;
    text-align: right;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .about-header {
        font-size: 25px;
    }
}

@media screen and (min-width: 996px) and (max-width: 1200px){
    .slider-container {
        height: 450px;
    }
}

/*about-us-end*/

/*single start*/
.single-author {
    border: 1px solid #132057;
    padding: 15px;
    border-radius: 5px;
}

.article h1 {
    color: #132057;
    font-size: 2.2rem;
    font-weight: 700;
}

.single-similar-text {
    color: #132057;
    font-size: 2.2rem;
    font-weight: 700;
}

.profile-single-author {
    width: 50px;
    height: 50px;
}

.coming-soon-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.56rem;
}

/*single end*/

/*single start*/
.get-demo-h1 {
    font-size: 2.875rem;
    font-weight: 500;
    line-height: 2.125rem;
}

.get-demo-h2 {
    font-size: 1.1rem;
    font-weight: 400;

}

/*single end*/


/*get_demo_start*/
#demoForm {
    background: #fff;
    width: 93%;
    padding: 0 15px 0 0;
}

.get-demo-form-title {
    font-size: 2.875rem;
    font-weight: 500;
    line-height: 2.125rem;
}

.get-demo-form-desc {
    font-size: 1.1rem;
    font-weight: 400;
}

.get-demo-form-btn {
    margin-top: 15px;
}

.get_demo_input {
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 12px 18px;
    margin-bottom: 15px;
}

.get_demo_input::placeholder {
    color: #D4D4D4;
    text-align: right;
}

.get_demo_input::-webkit-input-placeholder {
    color: #D4D4D4;
    text-align: right;
}

.get_demo_input:-ms-input-placeholder {
    color: #D4D4D4;
    text-align: right;
}

.get_demo_input::placeholder {
    direction: rtl;
}

.get_demo_img {
    position: relative;
    z-index: 2;
    max-height: 570px;
    width: 580px;
}

.get_demo_input.error {
    border: 1px solid red !important;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #212529;
}

.container-fluid.position-relative {
    position: relative;
    overflow: hidden;
}

.bg-pattern {
    position: absolute;
    inset: 0;
    background-image: url('./assets/img/get_demo_pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}


.form-wrapper {
    position: relative;
    z-index: 2;
}

/*get_demo_end*/

/*breadcrumb-start*/
.breadcrumbs {
    font-size: 14px;
    color: #888;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/*breadcrumb-end*/


/*brand-identity start*/
.banner-identity {
    background-color: #14002F;
    border-radius: 15px;
    padding: 10px 20px;
}

.banner-identity .title {
    font-size: 1.1rem;
    color: #fff;
}

.brand-identity-detail {
    color: #C4C4C4;
    font-size: 0.8em;
    font-weight: 500;
}

#mobileCta {
    display: none;
}

#v-pills-tab {
    border-left: 1px solid #efefef;
}

.col-md-3 {
    display: flex;
}

/* لایه‌بندی اصلی */
.brand-layout {
    display: flex;
    gap: 30px;
}

/* سایدبار */
.sidebar {
    width: 25%;
}

/* محتوا */
.content {
    width: 75%;
}

.brand-title-header {
    font-size: 2.4rem;
    font-weight: bold;
}

/* sticky */
.sticky-sidebar {
    position: sticky;
    top: 50px;
    align-self: flex-start;
    padding-left: 25px;
}

.parent-wrapper {
    overflow: visible;
    transform: none;
}

/*brand-identity end*/


/*Responsive style start*/
.accordion-button:not(.collapsed) {
    background-color: #dbcdff;
}

.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-button::after {
    color: #fff !important;
}

.navbar-toggler {
    color: unset !important;;
}

@media screen and (min-width: 992px) {
    .mobile-logo {
        display: none;
    }

    .nav-link img {
        display: none;
    }

    .de-none {
        display: none;
    }
}
.address-wrapper {
    z-index: 1;
}
@media screen and (max-width: 1700px) {
    .pattern-img, .pattern-img-contact-us {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .offcanvas-header {
        display: none !important;
    }
    .header-get-demo-mobile {
        display: none !important;
    }
}
@media (max-width: 576px) {

    .offcanvas {
        width: 100% !important;
        max-width: 100% !important;
        height: 100vh;
    }

}

@media screen and (max-width: 992px) {
    .menu-close-btn {
        border: none;
        background: transparent;
    }
    .offcanvas-body {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .offcanvas-header {
        padding: 24px 20px;
    }
    .header-get-demo-mobile-down {
        color: #320077;
        font-weight: bold;
    }
    .navbar-toggler {
        padding: 0;
    }

    .navbar-brand img {
        width: 114px;
        height: 32px;
    }

    .nav-link {
        color: #320077 !important;
        padding: 20px 0;
    }
    .header-get-demo-desktop {
        display: none;
    }

    .nav-link:not(:last-child) {
        border-bottom: 1px solid #320077;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

    .menu-icon {
        transition: transform 0.3s ease;
        margin-left: 10px;
    }

    .nav-link.show .menu-icon {
        transform: rotate(180deg);
    }

    .nav-item:not(:last-child) .nav-link:not(.show) {
        border-bottom: 1px solid #320077;
    }

    .nav-link.show {
        border-top: 3px solid #A673FF;
        border-bottom: 3px solid #A673FF;
        background-color: #F1EBFF;
        font-weight: bold;
        padding: 18px 0;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .dropdown-divider {
        display: none !important;
    }

    /*.dropdown-item {*/
    /*    border-bottom: 2px solid #A673FF !important;*/
    /*    border-radius: unset !important;*/
    /*}*/
    .dropdown-menu li:nth-child(3),
    .dropdown-menu li:nth-child(4) {
        border-bottom: 2px solid #A673FF !important;
        border-radius: unset !important;
    }
    .dropdown-border-mobile a:nth-child(1), .dropdown-border-mobile a:nth-child(2), .dropdown-border-mobile a:nth-child(3){
        border-bottom: 2px solid #A673FF !important;
        border-radius: unset !important;
    }
    .dropdown-menu-our-company li:nth-child(3),
    .dropdown-menu-our-company li:nth-child(4),
    .dropdown-menu-our-company li:nth-child(5),
    .dropdown-menu-our-company li:nth-child(6) {
        border-bottom: 2px solid #A673FF !important;
        border-radius: unset !important;
    }
    .dropdown-base li:nth-child(3),
    .dropdown-base li:nth-child(4),
    .dropdown-base li:nth-child(5) {
        border-bottom: 2px solid #A673FF !important;
        border-radius: unset !important;
    }

    .dropdown-item span {
        color: #320077;
    }

    .dropdown-item.disabled {
        color: #6A6471;
    }

    .custom-dropdown .dropdown-item.active-style:hover {
        background: unset;
    }

    .custom-dropdown .dropdown-item:hover {
        color: unset;
        border: unset;
    }

    .custom-dropdown .dropdown-item:before {
        display: none;
    }

    .custom-dropdown .dropdown-item {
        border: unset;
    }

    .dropdown-header-custom {
        display: none !important;
    }

    .dropdown-menu {
        background-color: transparent;
    }

    .mega-menu {
        width: unset;
        background: #fff !important;
        box-shadow: unset !important;
        padding: 0.5rem !important;
    }

    .mega-menu-header, .mega-menu .dropdown-divider-light {
        display: none !important;
    }

    .mega-menu .dropdown-item {
        padding: 18px 0;
        color: #14002F;
    }

    .dropdown-item.show:hover {
        color: unset;
        border: unset;
    }

    .m-none {
        display: none !important;
    }

    .mega-menu .dropdown-item:before {
        display: none !important;
    }

    .mega-menu .dropdown-item:hover {
        background: transparent;
        color: #14002F;
    }

    .all-solutions-btn-m-menu {
        border: none;
        display: flex;
        background-color: #DBCDFF;
        padding: 10px;
        width: 250px;
        height: 50px;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }

    .de-none {
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
    }

    .mega-menu .dropdown-item {
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
    }

    .custom-dropdown .dropdown-item {
        color: #14002F !important;
    }
}

/*index*/
@media screen and (max-width: 992px) {
    .header-right h1 {
        font-size: 24px;
        line-height: 22px;
        font-weight: bold;
        color: #14002F;
    }

    .header-right p {
        font-size: 14px;
        line-height: 22px;
        color: #14002F;
    }

    .our-team-shadow {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    }

    .slider-container {
        max-width: 249px;
        max-height: 246px;
    }

    .slides img {
        max-width: 332px !important;
        max-height: 196px !important;
        position: absolute;
        transform: scale(1.3);
        top: 50px;
        right: 0;
    }

    .top-icons {
        position: absolute;
        top: -16px;
        left: 50%;
    }

    .top-icons button img {
        width: 25px;
        height: 25px;
    }

    .icon img {
        width: 34px;
        height: 34px;
    }

    .faq-question {
        height: 44px;
    }

    .card-wrapper {
        justify-content: center;
    }

    .vision-header h2 {
        font-size: 24px;
        line-height: 42px;
        font-weight: bold;
    }

    .vision-text h3 {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        color: #14002F;
    }

    .card-locanit {
        max-width: 100px;
        max-height: 110px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
    }

    .card-img {
        max-width: 70px;
        max-height: 70px;
    }

    .badget-soon {
        border-radius: 15px;
        display: flex;
        justify-items: center;
        align-items: center;
        width: 30px;
        padding: 1px 5px;
        top: 4px;
        right: 6px;
    }

    .badget-soon span {
        font-size: 6px;
    }

    .soloution-wrapper {
        padding: 60px 10px;
    }



    .solution-img-header {
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        color: #fff !important;
        margin: 0;
    }

    .solution-img-mobile {
        background: #F4F0FF;
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        width: 81px;
        height: 78px;
    }

    #question .faq-title {
        margin-bottom: 25px;
    }

    .faq {
        margin-top: 0;
    }

    .solution-img-mobile a img {
        max-width: 46px;
        max-height: 36px;
    }

    #question .faq-item .faq-answer {
        transition: unset;
    }

    #question .faq-item.active .faq-answer {
        padding-right: 45px;
    }

    .all-solution-btn a button {
        border: 1px solid #fff;
        width: 145px;
        height: 32px;
        padding: 6px 27px;
        font-size: 10px;
        border-radius: 3px;
        background-color: transparent;
        color: #fff;
    }

    #solutionSearch {
        border-radius: 3px;
    }

    .demo-text h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
    }

    .demo-text h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .customer-header h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
    }

    .customer-header {
        display: flex;
        align-items: center;
    }

    .customer-card {
        padding: 15px;
    }

    .customer {
        width: 100%;
    }

    #question .faq-title {
        font-size: 24px;
        line-height: 42px;
        font-weight: bold;
    }

    #question .faq-item .faq-question {
        font-size: 14px;
        font-weight: 600;
    }

    #question .faq-item.active .faq-answer {
        font-size: 12px;
        font-weight: 400;
        padding-left: 20px;
    }

    #footer {
        margin-top: 75px;
    }

    .footer-right h4 {
        width: 100%;
    }

    .footer-bottom .footer-social img {
        width: 24px;
        height: 24px;
    }

    .footer-bottom .footer-divider {
        margin-bottom: 10px;
    }

    .footer-bottom .footer-divider {
        width: 100%;
        height: 1px;
        background: #fff;
        margin-bottom: 0;
    }

    .footer-center h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .footer-center span {
        font-size: 14px;
        font-weight: 400;
    }

    .footer-left h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .footer-access a {
        font-size: 14px;
        font-weight: 500;
    }

    .footer-bottom-content {
        padding-top: 10px !important;
        padding-bottom: 85px !important;
    }

    .mt-25-0 {
        margin-top: 0;
    }

    .mt-25-320 {
        margin-top: 25px;
    }

    .mb-25-320 {
        margin-bottom: 25px;
    }

    .mt-50-320 {
        margin-top: 50px;
    }

    .mt-75-320 {
        margin-top: 75px;
    }
}

/*tracking*/
@media screen and (max-width: 992px) {
    .header-right h2 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .header-right ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

    .mobile-bullet {
        padding: 0 15px;
    }

    .mobile-slider-title h2 {
        font-size: 24px;
        font-weight: bold;
        color: #14002F;
        text-align: right;
    }

    .slider-box {
        min-width: 304px;
        height: 370px;
        margin: auto;
        background: #fff;
        padding: 35px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    }

    .slider-box img {
        max-width: 213px;
        max-height: 166px;
    }

    .slider-box p {
        font-size: 8px;
        text-align: justify;
        line-height: 17px;
    }

    #locanitSliderMobile {
        border-radius: unset;
    }

    .carousel-inner, .carousel-inner {
        border-radius: unset !important;
    }

    .carousel-indicators button {
        background-color: #ccc;
    }

    .carousel-indicators .active {
        background-color: #6f42c1;
    }

    .mobile-slide {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
    }

    .slider-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    }

    .mobile-slider-title-in {
        font-size: 12px;
        font-weight: bold;
        line-height: 17px;
        color: #7810EC;
        border-bottom: 1px solid #0C111D;
        padding-bottom: 15px;
    }

    .mob-carousel-control-prev, .mob-carousel-control-next {
        background-color: #F4F0FF;
        width: 42px;
        height: 42px;
        border-radius: 100%;
    }

    .mob-carousel-control-prev {
        top: 50%;
        right: -30px;
        transform: translate(-50%, -50%);
    }

    .mob-carousel-control-next {
        top: 50%;
        left: 12px;
        transform: translate(-50%, -50%);
    }

    .carousel-indicators-custom {
        padding: 0 15px;
    }

    .carousel-indicators-custom-btn-class {
        background-color: #F4F0FF;
        border: none;
        width: 25px;
        height: 10px;
        border-radius: 8px;
    }

    .carousel-indicators-custom-btn-class.active {
        background-color: #7810EC;
        transform: scale(1.1);
    }

    .locanit-stats .stats-hero {
        top: -140px;
    }

    .locanit-stats .stats-title {
        font-size: 15px;
        font-weight: bold;
        line-height: 42px;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .locanit-services-get-demo h3 {
        font-size: 17px;
        font-weight: 500;
        line-height: 28px;
        padding: 0;
    }

    .concern-text {
        width: 100% !important;
        font-weight: 600;
        line-height: 42px;
    }

    .concern-text h3 {
        font-size: 22px;
        line-height: 42px;
    }

    .concern-text h4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-align: justify;
    }

    .mt-25-320 {
        margin-top: 25px;
    }

    . {
        margin-bottom: 25px;
    }

    .mt-50-320 {
        margin-top: 50px;
    }

    .mt-75-320 {
        margin-top: 75px;
    }

    .mt-100-320 {
        margin-top: 100px;
    }

    .mt-125-320 {
        margin-top: 125px;
    }

    .stats-wrapper {
        margin: -140px;
    }
}

/*coming-soon*/
@media screen and (max-width: 992px) {
    .coming-soon-text {
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
        color: #14002f;
    }
}

/*get-demo*/
@media screen and (max-width: 992px) {
    .bg-pattern {
        display: none;
    }

    .get-demo-form-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }

    .get-demo-form-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .get-demo-form-btn {
        justify-content: center !important;
    }

    .get_demo_input::placeholder {
        font-size: 12px;
    }

    .get_demo_img {
        display: none !important;
    }

    #question .faq-item .faq-question {
        border-radius: 3px;
    }


}

/*contact-us*/
@media screen and (max-width: 992px) {
    .contact-form-input::placeholder {
        font-size: 12px;
    }

    .mobile-btn-contact-us {
        display: flex;
        justify-content: center;
    }

    .contact-header {
        color: #14002F;
        text-align: right;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
    }
    .contact-text {
        color: #000;
        text-align: justify;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding-left: 0;
        margin-bottom: 0;
    }
    .contact-form-input {
        display: flex;
        height: 36px;
        padding: 9px 13px;
        justify-content: flex-end;
        align-items: center;
        gap: 7px;
        align-self: stretch;
        border-radius: 7px;
        border: 1px solid #B1B1B1;
        margin-bottom: 20px;
    }
    .btn-contact-us-new {
        display: flex;
        width: 87px;
        height: 40px;
        padding: 7px 34px;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .contact-social, .contact-social-icons {
        display: none !important;
    }
    .contact-form-input-textarea {
        margin-bottom: 20px;
    }
    .contact-form-input::placeholder, .contact-form-input-textarea::placeholder {
        font-size: 12px !important;
    }

    .contact-title-city {
        font-size: 15px;
        margin-top: 10px !important;
    }

    .contact-title-address, .contact-title-number {
        font-size: 12px;
        margin-top: 10px !important;
    }

    .map-icon img {
        width: 17px;
        height: 17px;
        vertical-align: -13px;
    }

    .map-icon {
        margin-left: 10px;
    }

    .social-icon {
        margin: 22px 0;
    }

    .linkedin, .email, .instagram {
        width: 25px;
        height: 25px;
        margin: 0 15px !important;
    }
    .address-map {
        display: none !important;
    }
    .map-address-mobile img {
        width: 15px;
        height: 15px;
    }
    .map-address-mobile span {
        color: #000;
        text-align: right;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-right: 10px;
    }
    .map-address-mobile-detail span {
        margin-top: 10px;
        color: #000;
        text-align: right;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
    }
    .map-address-mobile-detail-inner img {
        margin-top: 10px;
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }
    .neshan-btn-wrapper {
        justify-content: center !important;
        margin-left: 0;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 992px) {
    .map-address-mobile, .map-address-mobile-detail {
        display: none !important;
    }
}

/*our-team*/
@media screen and (max-width: 992px) {
    .bg-pattern-our-team {
        display: none !important;
    }

    .bg-pattern-img {
        display: none !important;
    }

    .our-teams-header {
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
    }

    .our-teams-header-detail {
        font-size: 14px;
        line-height: 22px;
        color: #14002F;
    }

    .our-team-card-wrapper {
        min-width: unset;
        min-height: 300px;
        padding: 20px;
        margin-top: 15px;
    }

    .our-teams-icon img {
        width: 50px;
        height: 50px;
    }

    .card-head-title {
        font-size: 18px;
    }

    .our-team-body-text {
        font-size: 14px;
    }
}

/*about-us*/
@media screen and (max-width: 992px) {
    .font-about {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .about-right p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

/*single*/
@media screen and (max-width: 992px) {
    .know-base-title {
        font-size: 24px;
    }

    .know-base-text {
        font-size: 14px;
    }

    .know-base-card-title {
        margin-top: 15px;
    }

    .know-base-card-title a {
        font-size: 16px;
    }

    .know-base-card-wrapper p {
        font-size: 14px;
        line-height: 28px;
    }

    .single-thumbnail img {
        max-block-size: fit-content;
    }

    .after-excerpt {
        margin-top: 15px;
        flex-direction: column;
        gap: 10px;
    }

    .detail-more {
        margin-top: 15px;
        justify-content: center !important;
    }

    .detail-more div a.btn-get-demo-logo {
        width: 114px;
        font-size: 12px;
    }

    #demoForm {
        padding: 0 !important;
        width: 100%;
    }

    .card-img-know-base img {
        max-height: 250px;
        max-width: 250px;
    }

    .article h1 {
        margin-top: 25px;
        font-size: 14px;
        line-height: 32px;
    }

    .article div {
        margin-top: 25px;
        font-size: 14px;
    }

    .single-similar-text {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .related-post h5 {
        font-size: 18px;
    }

    .related-post a {
        color: #14002F;
        text-decoration: none;
    }

    .card-category {
        padding: 3px 6px;
        font-size: 12px;
    }

    .single-author {
        margin-top: 25px;
        padding: 10px;
    }

    .single-author-detail {
        font-size: 12px;
    }

    .profile-single-author {
        width: 40px;
        height: 40px;
    }
}

/*solution*/
@media screen and (max-width: 992px) {
    .solutions-text {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .industry-text-p1 p, .industry-text-p2 p, .industry-text-p3 p {
        font-size: 14px;
        font-weight: 500;
    }

    .solution-header h1 {
        font-size: 24px;
    }

    .solution-header p {
        font-size: 12px;
    }

    .solution-search-class::placeholder {
        font-size: 12px;
    }
}

/*brand-identity*/
@media screen and (max-width: 992px) {
    .banner-identity {
        flex-direction: column;
    }

    .banner-identity .title {
        margin-bottom: 25px !important;
    }
}

/*Rewrite bootstrap*/
@media screen and (max-width: 992px) {

    .container,
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .row {
        --bs-gutter-x: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padding-rewrite {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}
@media screen and (max-width: 992px) {
    .contact-us-mobile-icons-footer-img .email ,
    .contact-us-mobile-icons-footer-img .linkedin ,
    .contact-us-mobile-icons-footer-img .instagram {
        margin: 5px !important;
    }
}
@media screen and (min-width: 992px) {
    .contact-us-mobile-icons-footer {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-title-number-az {
        margin-top: 22px;
    }
}

/*Responsive style end*/



/*dashboard start*/

 #dashboard-wrapper {
     display: flex;
     min-height: 100vh;
     position: relative;
     direction: rtl;
 }

/* ===== Overlay (برای موبایل) ===== */
#sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#sidebar-overlay.active {
    display: block;
    opacity: 1;
}

/* ===== Toggle Button ===== */
#sidebar-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1001;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: #212529;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: background 0.3s ease;
}

#sidebar-toggle:hover {
    background: #a673ff;
}

/* ===== Sidebar ===== */
#sidebar {
    width: 280px;
    min-width: 280px;
    background: #14002F;
    color: #fff;
    transition: all 0.3s ease;
    padding: 20px;
    padding-top: 70px;
    flex-shrink: 0;
    overflow-y: auto;
    height: 100vh;
    position: sticky;
    top: 0;
}

#sidebar.closed {
    margin-right: -280px;
}

#sidebar h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.25rem;
}

#sidebar .nav-link {
    color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px 15px;
    display: block;
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 0.95rem;
}

#sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

#sidebar .nav-link.active {
    background: #a673ff;
    color: #fff;
}

#sidebar .btn-danger {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
}

/* ===== Content ===== */
#content {
    flex: 1;
    padding: 30px;
    padding-top: 70px;
    min-width: 0;
    width: 100%;
}

#content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.table-responsive {
    background: #fff;
    border-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.table th,
.table td {
    white-space: nowrap;
    vertical-align: middle;
}

.pagination {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 4px;
}

.pagination .page-link {
    padding: 8px 14px;
    font-size: 0.9rem;

}
.pagination .active>.page-link {
    background-color: #14002F;
    border-color: unset;
}

/* ========================================
   Responsive Breakpoints
   ======================================== */

/* ===== تبلت و موبایل (زیر 992px) ===== */
@media (max-width: 991.98px) {
    #sidebar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 1000;
        box-shadow: -5px 0 20px rgba(0,0,0,0.3);
    }

    #sidebar.closed {
        transform: translateX(100%);
        margin-right: 0;
    }

    #sidebar:not(.closed) {
        transform: translateX(0);
    }

    #content {
        padding: 20px;
        padding-top: 70px;
        width: 100%;
    }
}

/* ===== موبایل (زیر 768px) ===== */
@media (max-width: 767.98px) {
    #sidebar-toggle {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    #sidebar {
        width: 260px;
        min-width: 260px;
        padding: 15px;
        padding-top: 60px;
    }

    #sidebar.closed {
        transform: translateX(100%);
    }

    #sidebar h4 {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    #sidebar .nav-link {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    #content {
        padding: 15px;
        padding-top: 65px;
    }

    #content h2 {
        font-size: 1.2rem;
    }

    #content h4 {
        font-size: 1rem;
    }

    .table {
        font-size: 0.8rem;
    }

    .table th,
    .table td {
        padding: 8px 6px;
    }

    .pagination .page-link {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
}

/* ===== موبایل کوچک (زیر 480px) ===== */
@media (max-width: 479.98px) {
    #sidebar {
        width: 85%;
        min-width: unset;
        max-width: 280px;
    }

    #content {
        padding: 10px;
        padding-top: 60px;
    }

    #content h2 {
        font-size: 1.05rem;
    }

    .table {
        font-size: 0.75rem;
    }

    .table th,
    .table td {
        padding: 6px 4px;
    }

    .pagination .page-link {
        padding: 5px 8px;
        font-size: 0.75rem;
    }
}

/* ===== دسکتاپ بزرگ (بالای 1200px) ===== */
@media (min-width: 1200px) {
    #content {
        padding: 40px;
        padding-top: 30px;
    }

    #sidebar {
        width: 300px;
        min-width: 300px;
    }

    #sidebar.closed {
        margin-right: -300px;
    }
}
@media screen and (max-width: 992px) {
    .dashboard-nav-link {
        color: #fff !important;
    }
}
/*dashboard end*/
/*# sourceMappingURL=style.css.map */

