@import url(../fonts/vazirmatn/Vazirmatn.css);

:root {
    --logo-name: #800480;
    --font-web: Vazirmatn;
    --font-web2: Btir;
    --font-web-weight: 500;
    --font-logo-weight: 700;
    --heading-color: #1b1b19;
    --accent-bg: #2b4dff;
    --color-white: #fff;
    --light-bg3: #eef1ff;
    --light-bg1: #f5f6f7;
    --accent-color: #2b4dff;
    --dark-bg: #040d43;
    --light-color1: #e3e3ec;
    --body-color: #585b6f;
    --light-color2: #ced0df;
    --light-bg2: #e2e3ec;
    --light: #f8f9fa;
    --primary: #1a3a5f;
    --dark: #1e2a36;
    --border: #d1d1d1;
    --shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}
* {
    direction: rtl;
    font-family: var(--font-web);
    font-weight: var(--font-web-weight);
}
.text-normal {
    white-space: normal !important;
}
a {
    text-decoration: none !important;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h2,
h2 {
    font-size: 48px !important;
    line-height: 1.15em !important;
    letter-spacing: -0.03em !important;
    color: var(--heading-color) !important;
    font-weight: 800 !important;
}
.h5,
h5 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: -0.02em !important;
    color: var(--heading-color) !important;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}
/* ===== header Start ===== */
.header_main {
    position: relative;
    width: 85%;
    left: 0;
    /* border: 1px solid red; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
.header_bottom {
    width: 100%;
    display: flex;
}
.header_bottom .nav_container {
    width: 100%;
    display: flex;
    background-color: var(--color-white);
    /* border: 1px solid blue; */
    padding: 5px 18px;
    border-radius: 15px;
}
.header_bottom .nav_container .right ul {
    /* border: 1px solid rgb(255, 0, 217); */
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.header_bottom .logo {
    width: 60px;
    height: auto;
}
.header_bottom .logo img {
    width: 100%;
    height: 100%;
}
.header_bottom .brand-logo .logo_name {
    font-size: 25px;
    color: var(--logo-name);
    font-weight: var(--font-logo-weight);
}
.header_bottom .nav_item {
    display: flex;
    gap: 12px;
    align-items: center;
    /* border: 1px solid black; */
    color: var(--heading-color);
    font-size: 17px;
    font-weight: var(--font-web-weight);
    line-height: 30px;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-out;
}
.header_bottom .nav_item a {
    color: var(--heading-color);
}
.header_bottom .nav_item i {
    transition: all 0.4s ease-in;
}

.header_bottom .header_seacrh i {
    font-size: 25px;
}
.btn1 {
    width: fit-content !important;
    font-size: 17px !important;
    border-radius: 12px;
    padding: 15px 18px !important;
    font-weight: 600 !important;
    text-align: center;
    background: linear-gradient(to right, #3498db, #2c3e50) !important;
    color: var(--color-white) !important;
}
.btn2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 25px;
    align-items: center;
    justify-content: center;
}
.tgmobile__menu-box {
    display: flex;
    flex-direction: column;
    width: 300px;
    position: absolute;
    top: 0;
    right: -350px;
    background-color: #f8f9fa;
    transition: right 0.4s ease;
    z-index: 999;
}
.tgmobile__menu-box.active {
    right: 0px;
}
.tgmobile__menu-box .top__menu {
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #e0e0e0 !important;
}
.tgmobile__menu-box .close {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: 1px solid #e0e0e0;
}
.nav-container {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: var(--heading-color) !important;
}

.nav-links {
    display: flex;
    list-style: none;
    width: 100%;
}

.nav-links li {
    position: relative;
    flex: 1;
    text-align: right;
}

.nav-links a,
.nav-links .dropdown-toggle {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 1rem;
    width: 100%;
    color: var(--heading-color);
}
.nav-links a .btn1 {
    color: var(--color-white) !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    color: #040d43;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    z-index: 1000;
}

.dropdown-menu.active {
    max-height: 300px;
}

.dropdown-menu a {
    color: var(--heading-color) !important;
    padding: 15px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.dropdown-menu a:hover {
    background: #f8f9fa;
}

.dropdown-menu a:last-child {
    border-bottom: none;
}

.content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
}

h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
}

.instructions {
    background: #e8f4fc;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.instructions h3 {
    color: var(--heading-color);
    margin-bottom: 10px;
}

footer {
    text-align: center;
    margin-top: auto;
    padding: 20px;
    color: #7f8c8d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .nav-links {
        flex-direction: column;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
    }
}
/* ===== header End ===== */

/* ===== hero-section Start ===== */
.optech-hero-section {
    padding: 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.main-container {
    max-width: 1290px;
    width: 100%;
}

.content-card {
    /* background: white; */
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
}

/* استایل بخش اسلایدر */

.slide-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.slide-overlay p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
    color: var(--color-white);
}

/* دکمه‌های کنترل اسلایدر */
.hero {
    height: 100%;
    /* background: var(--color-white); */
    border-radius: 24px;
    /* box-shadow: var(--shadow); */
    overflow: hidden;
}
.hero__viewport {
    position: relative;
    height: 100%;
}
.hero__track {
    position: relative;
    height: 100%;
}
.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}
.hero__slide.is-active {
    /* position: relative; */
    opacity: 1;
    z-index: 1;
}
.hero__slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}
.top_hero__caption {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    inset-inline: 13px;
    font-size: 12px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero__caption {
    position: absolute;
    inset-inline: 13px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    padding: 10px;
    background-color: #00000078;
    border-radius: 8px;
}
.hero__title {
    padding: 0;
    margin: 0;
    color: #fff !important;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    font-size: 18px !important;
}
.hero__cta {
    margin-inline-start: auto;
    background: rgba(255, 255, 255, 0.155);
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid rgb(255, 255, 255);
    font-size: 15px;
    backdrop-filter: blur(px);
}
.hero__time {
    display: none;
}
.hero__badge {
    display: none;
}
.hero__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    cursor: pointer;
}
.hero__nav--prev {
    inset-inline-start: 12px;
}
.hero__nav--next {
    inset-inline-end: 12px;
}
.hero__dots {
    position: absolute;
    inset-inline: 0;
    bottom: 12px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.hero__dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.hero__dots button[aria-selected="true"] {
    background: #fff;
    width: 28px;
    border-radius: 999px;
}

/* Responsive */
@media (max-width: 992px) {
    .layout {
        width: auto;
        transform: none;
        grid-template-columns: 1fr;
    }
    .profile {
        order: 3;
    }

    .news__list {
        max-height: unset;
    }
    .hero__title {
        font-size: 13px;
    }
    .hero__cta {
        font-size: 12px;
    }
    .hero__viewport {
        height: 200px;
    }
}

/* استایل بخش پروفایل */
.profile-section {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
    padding: 17px 0px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    margin-right: 33px;
}

.profile-pic {
    width: 181px;
    height: 171px;
    border-radius: 20px;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.profile-pic img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
}

.profile-pic img:hover {
    transform: scale(1.05);
}

.profile-name {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #2c3e50;
    margin-bottom: 10px;
}

.profile-title {
    color: #3498db;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.profile-bio {
    color: #7f8c8d;
    margin-bottom: 30px;
    max-width: 300px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3498db;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #3498db;
    color: white;
}

.contact-btn {
    background: linear-gradient(to right, #3498db, #2c3e50);
    color: white;
    border: none;
    padding: 10px 24px;
    font-size: 1.1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.6);
}

/* استایل برای صفحه‌های کوچک */
@media (max-width: 768px) {
    .slider-section {
        height: 400px;
    }

    .profile-section {
        height: auto;
        padding: 30px 20px;
        margin-right: 0;
    }

    .profile-pic {
        width: 150px;
        height: 150px;
    }

    .slide-overlay {
        padding: 30px 15px 15px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .slider-section {
        height: 350px;
    }

    .profile-name {
        font-size: 1.5rem;
    }

    .profile-title {
        font-size: 1rem;
    }

    .slide-overlay h3 {
        font-size: 1.3rem;
    }

    .slide-overlay p {
        font-size: 0.9rem;
    }
}
/* ===== hero-section End ===== */
/* ===== section Start ===== */
.extra-padding-tb {
    padding: 100px 0 56px;
}
.optech-iconbox2 {
    gap: 24px;
    display: flex;
    margin-bottom: 24px;
}
.optech-iconbox-icon2 {
    width: 90px;
    height: 90px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--light-bg3);
}
.optech-iconbox-data2 {
    text-align: right;
}
.optech-iconbox-data2 h5 {
    margin-bottom: 8px !important;
    font-size: 1.5rem;
}
.optech-iconbox-data2 p {
    color: #6e636f !important;
}

/* ===== section End ===== */
.large-padding-tb {
    padding: 130px 0 220px;
}
.extra-mr {
    margin-left: 150px;
}
.optech-thumb {
    position: relative;
    z-index: 0;
}
img {
    max-width: 100%;
}
.optech-thumb-position {
    position: absolute;
    width: 64%;
    bottom: -100px;
    left: -120px;
}
.optech-shape1 {
    position: absolute;
    top: 70px;
    left: -82px;
    z-index: -1;
}
.optech-shape2 {
    position: absolute;
    bottom: -92px;
    right: 200px;
    z-index: -1;
}
.preserve-newlines {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.ml40 {
    margin-right: 40px;
}
.optech-default-content h2,
.optech-default-content h5 {
    margin-bottom: 20px;
}
.optech-default-content p {
    color: #6e636f !important;
}
.optech-extra-mt {
    margin-top: 40px;
}
/* ==== */
/* === */
.optech-section-padding {
    padding: 130px 0;
}
.bg-light1 {
    background-color: var(--light-bg1);
}
.optech-section-title {
    padding-bottom: 50px;
}

.optech-section-title.center {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
#slider {
    position: relative;
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    /* margin: 0px auto; */
    overflow: hidden;
}
#slider #gallery {
    /* border: 1px solid red; */
    width: 700%;
    height: 100%;
    position: relative;
    transition: 0.5s;
    left: 0%;
    display: flex;
    gap: 20px;
    align-items: center;
}
#slider .slide-item {
    width: 314px;
    padding: 30px 28px;
    height: fit-content;
    transition: all 0.4s;
    background-color: var(--color-white);
    border-radius: 18px;
}

.slide-item-icon {
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 0.4s;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 10px;
    justify-content: center;
    /* background-color: var(--light-bg3); */
}
.slide-item-icon img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.slide-item-data {
    text-align: center;
}

.optech-icon-btn {
    line-height: 22px;
    font-weight: 600;
    align-items: center;
    transition: all 0.4s;
    color: var(--accent-color);
    border: 1px solid red;
}
.arrow-text-container {
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* margin: 25px; */
    cursor: pointer;
    /* backdrop-filter: blur(10px); */
    overflow: hidden;
    line-height: 22px;
    font-weight: 600;
    align-items: center;
    transition: all 0.4s;
    color: var(--accent-color);
    /* border: 1px solid red; */
    padding: 5px 20px;
}
.text {
    font-size: 1.3rem;
    font-weight: 600;
    padding-inline: 10px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.arrow-text-container:hover .text {
    transform: translateX(-15px);
}

.arrow-left {
    left: 20px;
    opacity: 0;
    visibility: hidden;
}

.arrow-right {
    right: 25px;
    transition: all 0.3s ease-out;
}

.arrow-text-container:hover .arrow-left {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.arrow-text-container .arrow-right {
    opacity: 1;
}

.arrow-text-container:hover .arrow-right {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease-in;
}
.optech-portfolio-wrap {
    margin-bottom: 24px;
    text-align: center;
}
.optech-portfolio-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.optech-portfolio-thumb:before {
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 1;
    background: linear-gradient(
        -180deg,
        rgba(4, 13, 67, 0) 52.38%,
        #040d43 91.91%
    );
}
.optech-portfolio-thumb img {
    transition: all 0.4s;
}
.optech-portfolio-btn {
    top: 50%;
    right: 50%;
    opacity: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    transition: all 0.4s;
    position: absolute;
    z-index: 3;
    padding: 18px;
    overflow: hidden;
    font-size: 30px;
    transform: translate(50%, -50%) scale(0);
    background-color: var(--white-bg);
}
.optech-portfolio-btn::after {
    content: "\ea70";
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
}
.optech-portfolio-btn:hover::before {
    opacity: 1;
}
.optech-portfolio-btn::before {
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
}
.optech-portfolio-data {
    bottom: 0;
    z-index: 2;
    padding: 28px 15px;
    width: 100%;
    position: absolute;
    transition: all 0.4s;
}
.optech-portfolio-data h4 {
    margin-bottom: 4px;
    color: var(--color-white);
}
.optech-portfolio-data p {
    color: var(--color-white);
}
.optech-portfolio-thumb::after {
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0;
    background: linear-gradient(-180deg, rgba(43, 77, 255, 0) 0, #2b4dff 100%);
}
.optech-portfolio-thumb:hover img {
    transform: scale(1.1);
}
.optech-portfolio-thumb:hover .optech-portfolio-btn {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
}

.optech-portfolio-btn .p-btn-wraper {
    /* color: var(--color-white); */
    background-color: var(--color-white);
    padding: 15px 20px;
    border-radius: 15px;
    line-height: 1;
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.optech-center-btn {
    text-align: center;
    margin-top: 28px;
}

.dark-bg {
    background-color: var(--dark-bg);
}
.optech-section-title.light-color h2 {
    color: var(--heading-color) !important;
}
.optech-team-wrap {
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s;
    background-color: var(--white-bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.optech-team-thumb {
    position: relative;
    overflow: hidden;
}
.optech-team-thumb img {
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.optech-team-data {
    padding: 24px;
    background: var(--color-white);
    text-align: center;
}
.optech-team-data h5 {
    margin-bottom: 2px;
}
.optech-team-wrap:hover .optech-team-thumb img {
    transform: scale(1.1);
}
.optech-team-wrap:hover .optech-social-icon-box.position {
    opacity: 1;
    right: 20px;
}

.optech-social-icon-box.position {
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 0;
    transition: all 0.6s;
}
.optech-social-icon-box.style-three ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 8px;
}
.optech-social-icon-box.style-three ul li a {
    color: var(--heading-color);
    background-color: var(--color-white);
}

.optech-social-icon-box ul li a {
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 18px;
    border-radius: 6px;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    background: rgb(30, 38, 86);
}
/* ===== section weblog Start ===== */

.optech-section-padding2 {
    padding: 130px 0 106px;
}
.optech-blog-wrap {
    border-radius: 18px;
    margin-bottom: 24px;
    transition: all 0.4s;
    overflow: hidden;
    border: 1px solid var(--light-color1);
}
.optech-blog-content.reduced-padding {
    padding: 28px;
}
.optech-blog-meta {
    margin-bottom: 15px;
}
.optech-blog-meta ul {
    line-height: 1;
}
.optech-blog-meta ul li {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.optech-blog-content h3,
.optech-blog-content h4 {
    transition: all 0.4s;
    margin-bottom: 20px;
    color: var(--heading-color);
}
.optech-blog-meta ul li a {
    transition: all 0.4s;
    color: var(--body-color);
}
/* ===== section weblog End ===== */

/* ==== section 8  Start ==== */
.bg-cover {
    background-size: cover;
    background-position: center;
}
.optech-cta-wrap {
    background-size: cover;
    background-position: center;
}
.optech-cta-content.center {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.optech-cta-content h2 {
    font-size: 64px !important;
    margin-bottom: 20px;
    color: var(--color-white) !important;
}
.optech-cta-content p {
    color: var(--light-color2);
}
/* ==== section 8  End ==== */
/* ==== footer Start ==== */
.footer {
    background-color: #ffffff;
    color: #0a2459;
    padding: 170px 20px 40px 60px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

#map,
#map1 {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.footer-map {
    display: flex;
    gap: 30px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #0a2459;
    border-bottom: 2px solid #0a2459;
    width: fit-content;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.footer-column li {
    margin-bottom: 15px;
    cursor: pointer;
    transition: color 0.3s;
    color: var(--heading-color) !important;
}

.footer-column li:hover {
    color: #061431;
}

.footer-logo {
    text-align: center;
    color: #000000;
    width: 150px;
    display: block;
}

.footer-logo span {
    font-size: 13px;
    display: block;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
}

.center-logo {
    width: 75px;
    cursor: pointer;
}

.border-footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -133px;
    width: 79px;
    z-index: 10;
}

#kanoon-name-footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: -137px;
}

/* Responsive Design */
@media (max-width: 1355px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    /* .footer-logo {
        position: static;
        transform: none;
    } */

    .center-logo {
        width: 85px;
        transform: translateX(-50%);
        margin: 0px -10px;
        display: block;
    }

    .footer-map {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .footer-column {
        align-items: center;
        text-align: center;
    }
}

#kanoon-name-footer {
    top: 28px;
    transform: translateX(-50%) scale(1.4);
}

.border-footer {
    top: 20px;
    width: 95px;
}

.footer-box.large {
    height: auto;
}
@media (max-width: 575px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .footer-boxes {
        margin-top: 220px;
    }
}
.copyright {
    background: rgb(10, 36, 89);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.copyright-p {
    color: #fff !important;
    font-size: 15px;
    margin: 0;
}

.copyright-p a {
    text-decoration: none;
    color: #a4b4ff;
}
/* ==== footer End ==== */
/*icon style*/
.fa-check-double {
    color: var(--dark-bg);
    font-size: 20px;
    padding-left: 5px;
}
.optech-counter-wrap3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;
    justify-content: space-between;
}
.optech-counter-icon3 {
    width: 70px;
    height: 70px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--light-bg3);
}
.optech-counter-number3 {
    width: 160px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
    color: var(--heading-color);
}
@media (max-width: 767px) {
    .optech-counter-number3 {
        font-size: 34px;
        width: 100%;
    }
}
.optech-counter-data3 {
    display: flex;
    gap: 20px;
}
@media (max-width: 991px) {
    .optech-counter-data3 {
        flex: 0 0 50%;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .optech-counter-data3 {
        display: block;
    }
}
.optech-counter-right p {
    color: #6e636f !important;
}
.optech-divider {
    height: 1px;
    background-color: var(--light-color1);
}
.optech-divider.color2 {
    background-color: var(--light-color1);
}

.myTeamSwiper {
    padding-bottom: 40px;
}

.myTeamSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myTeamSwiper .optech-team-wrap {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.myTeamSwiper .swiper-slide-active .optech-team-wrap {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ==== section 9==== */
.custom-tabs {
    display: flex;
    gap: 10px;
    border-bottom: none;
    justify-content: start;
    font-family: var(--font-web);
    font-weight: var(--font-web-weight);
}

.custom-tabs .nav-link {
    background: var(--light-bg2);
    color: var(--heading-color);
    border-radius: 12px 12px 0 0;
    padding: 10px 25px;
    transition: all 0.3s;
    font-weight: 600;
}

.custom-tabs .nav-link.active {
    background: var(--accent-bg);
    color: var(--color-white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-tabs .nav-link:hover {
    background: var(--accent-bg);
    color: var(--color-white);
}
.download-app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vw 4vw;
    background-color: var(--white);
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

.download-content h2 {
    font-size: 2.4rem;
    font-weight: 1000;
    color: var(--text-dark);
    padding-top: 2rem;
}

.download-content .accent {
    font-size: 48px;
    font-weight: 900;
    color: #ff9600;
}

.download-content p {
    color: #0a165e;
    font-size: 14px;
    padding-bottom: 2rem;
    padding-left: 18rem;
    padding-right: 18rem;
    line-height: 1.9;
}
.logo-container img {
    width: 90px;
    height: 90px;
}

.platform-toggle {
    background-color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
    gap: 10px;
}

.toggle-btn {
    font-size: 10px;
    border: none;
    border-radius: 50px;
    padding: 14px 50px;
    background-color: transparent;
    color: #444;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e3e5ed;
    border-radius: 50px;
}

.toggle-btn:hover {
    background-color: #f3f4f7;
    color: #000;
}
.download-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.download-row {
    background-color: white;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 420px;
    max-width: 420px;
    max-height: 75px;
    border-radius: 20px;

    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
    overflow: hidden;
}

.download-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.inside-1 {
    width: 100%;
    padding-right: 4px;
}
.inside-2 {
    width: 100%;
    padding-left: 4px;
    height: calc(100%-4px);
}
.inner-box {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    background-color: #fff;
    border: 1px solid #e3e5ed;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.inner-box:hover {
    background-color: #f5f8ff;
    border-color: #d6dcff;
    transform: translateY(-2px);
}

.inner-box img {
    width: 30px;
    height: 30px;
    order: 2;
    padding: 5px;
    transform: rotate(180deg);
}

.inner-box .text {
    text-align: right;
    flex-grow: 1;
    padding-right: 0.5rem;
}

.inner-box span {
    font-size: 13px;
    display: block;
    color: #777;
    margin-bottom: 3px;
    padding-top: 7px;
}

.inner-box h3 {
    font-size: 13px;
    font-weight: 800;
    color: var(--text-dark);
    padding-bottom: 7px;
}

.last {
    justify-content: center;
}
.last img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-right: 5vw;
    width: 70%;
    height: 70%;
    padding-top: 2rem;
}

text {
    font-size: 10px;
}

@media (max-width: 768px) {
    .download-row {
        flex-direction: column;
        max-width: 90%;
    }
    .btn-third-div {
        flex-direction: column;
    }
    .download-row .download-item:first-child {
        border-left: none;
        border-bottom: 1px solid #e8e9ef;
    }

    .inner-box {
        width: 95%;
        justify-content: center;
    }

    .inner-box img {
        order: 0;
        margin-left: 0;
    }

    .last img {
        width: 100%;
        height: 100%;
    }

    .inner-box h3 {
        font-size: 4vw;
    }
}
#sideMenu {
    position: fixed;
    height: 100vh;
}
.third-div {
    padding: 0 70px;
    margin: 150px 0 80px 0;
    position: relative;
}

.custom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    background: linear-gradient(90deg, #000fff, #0069e8 0, #00343c 86%);
    /* Dark green background */
    border-radius: 20px;
    /* Add your image for the lines here */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: relative;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.texture {
    position: absolute;
    left: 0;
    height: 100%;
}

.content1 {
    text-align: right;
    color: white !important;
    display: flex;
    width: 100%;
}

.third-btns {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    align-items: end;
    gap: 10px;
    flex-direction: column;
}
.third-info {
    position: relative;
    z-index: 1100;
}
.btn-third-div {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 10000;
}

h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-consultation {
    background-color: #fff;
    color: #005a81;
    padding: 15px 0;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-consultation:hover {
    background-color: #e0e0e0;
}

#app-dl-banner {
    overflow: hidden;
    height: 300px;
    background: url("/assets1/img/main/banner/banner.png");
}
.btn-third-div {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 10000;
}

.modile-img {
    position: absolute;
    bottom: -51px;
    left: -31px;
    transform: scale(0.8);
    z-index: 10;
}

@media (max-width: 768px) {
    .custom-container {
        padding: 20px;
        text-align: center;
        background-position: top center;
    }

    h1 {
        font-size: 1.6rem;
    }

    p {
        font-size: 1rem;
    }
}
.nature-slider {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.slider {
    display: flex;
    width: 400%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.slide {
    width: 25%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
}

.title-container {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 80%;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.slide h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.slide p {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
    color: #e9e9e9;
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.slider-dot.active {
    background-color: #2c5530;
    transform: scale(1.2);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    z-index: 10;
}

.slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.prev {
    right: 15px;
}

.next {
    left: 15px;
}

/* رسپانسیو با استفاده از کلاس‌های بوت‌استرپ */
@media (max-width: 768px) {
    .nature-slider {
        height: 300px;
    }

    .slide h2 {
        font-size: 1.4rem;
    }

    .slide p {
        font-size: 0.95rem;
    }

    .title-container {
        padding: 15px 20px;
        max-width: 90%;
    }

    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .nature-slider {
        height: 250px;
    }

    .overlay {
        padding: 15px;
    }

    .title-container {
        padding: 12px 15px;
    }

    .slide h2 {
        font-size: 1.2rem;
    }

    .slide p {
        font-size: 0.85rem;
    }
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #333;
}

.modal-header {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 22px;
}

.message-content {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 100px;
}
