@font-face{
    font-family: 'tahoma';
    src: url("font/tahoma.ttf") format("truetype");
    font-display: swap;
}

@font-face{
    font-family: 'B Yekan';
    src: url("font/B-Yekan.ttf") format("truetype");
    font-display: swap;
}


@font-face{
    font-family: 'B Koodak Bold';
    src: url("font/B-Koodak-Bold.ttf") format("truetype");
    font-display: swap;
}

/* ===================================================================
   ریست پایه و تنظیمات عمومی برای یکسان دیدن سایت در همه سیستم‌ها
   =================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: #e9eef4;
  margin: 0;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/* ------------------------هدر بالا------------------------------------------------------------------ */

.nav-header {
  background: #150459;
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  color: #fff;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
  direction: rtl;
  box-sizing: border-box;
  gap: 8px;
}

.name-website {
  font-size: 24px;
  margin-right: 40px;
}

.javazkasb {
  font-size: 14px;
  text-align: center;
  margin: 0 15px;
  flex: 1;
  font-size: 16px;
}

.number-phone {
  font-size: 17px;
  margin-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-header {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .name-website {
    padding-left: 50px;
    font-size: 20px;
  }

  .javazkasb {
    padding-left: 20px;
    font-size: 12px;
    margin: 0;
  }

  .number-phone {
    padding-right: 15px;
    font-size: 14px;
  }
}




/* -----------------------------منو و زیر منو------------------------------------------------------------- */

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; /* منو راست، دکمه چپ */
  gap: 10px;
  padding: 15px 20px;   /* فاصله بالا/پایین برای پایین آمدن و مرکز شدن منو */
  margin: 15px 0;       /* فاصله از nav-header و بنر */
  box-sizing: border-box;
  direction: rtl;
}

.join-button-wrapper {
  flex-shrink: 0;
  margin-left: 80px;
}

.main-menu {
  position: relative;
  z-index: 9999;
  direction: rtl;
}

/* دکمه منوی موبایل (پیش‌فرض مخفی، فقط در موبایل نمایش داده می‌شود) */
.mobile-menu-button {
  display: none;
  background: rgb(25, 134, 197);
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
}

/* منوی دسکتاپ */
.desktop-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* آیتم‌های اصلی منو */
.desktop-menu > li {
  list-style: none;
  position: relative;
}

.desktop-menu > li > a {
  background: rgb(25, 134, 197);
  min-width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  text-decoration: none;
  color: #ffffff;
  padding: 12px 14px;
  white-space: nowrap;
  direction: rtl;
}

/* گرد کردن فقط اولین دکمه منوی اصلی */
.desktop-menu > li:first-child > a {
  border-radius: 0 8px 8px 0;
}

/* گرد کردن فقط آخرین دکمه منوی اصلی */
.desktop-menu > li:last-child > a {
  border-radius: 8px 0 0 8px;
}

.desktop-menu > li > a:hover {
  background: #08a8f9;
}

/* زیرمنوها */
.desktop-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgb(25, 134, 197);
}

.desktop-menu li:hover > ul {
  display: block;
}

.desktop-menu li ul li a {
  display: block;
  font-size: clamp(12px, 0.9vw, 15px);
  text-align: center;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
  color: #ffffff;
  padding: 8px 4px;
  text-decoration: none;
  white-space: normal;
  line-height: 1.4;
}

.desktop-menu li ul li a:hover {
  background: #08a8f9;
}
/*-------------------------------------------*/

/* منوی موبایل (سایدبار) */

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(244, 239, 239, 0.4);
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  backdrop-filter: blur(10px);
  padding-top: 40px;
  margin: 0;
}

.sidebar li {
  list-style: none;
  width: 100%;
}

.sidebar a {
  display: block;
  width: 100%;
  padding: 12px 12px;
  text-decoration: none;
  color: #333;
  font-size: 17px;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
  text-align: right;
}

.sidebar a:hover {
  background: rgba(25, 134, 197, 0.7);
  color: #fff;
  width: 210px;
}

.mobile-menu-button,
.close-btn {
  background: rgb(25, 134, 197);
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
  font-size: 17px;
}

.mobile-menu-button:active,
.close-btn:active {
  background: #08a8f9;
}


/* ریسپانسیو منوی موبایل */
@media (max-width:768px) {

    /* منوی دسکتاپ مخفی شود */
    .desktop-menu {
        display: none;
    }

    header {
        width: 100%;
        display: block;
        padding: 15px 0;
        margin: 10px 0;
    }

    .main-menu {
        width: 100%;
    }

    .mobile-menu-button {
        width: 98%;
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
    }

}

/*-------------------------------------------------------------*/




/* --------------------------دکمه ورود و ثبت نام--------------------------------------------------------------- */

.join-button{
    background-color: white;
    border-color: rgba(8, 127, 217);
    border-style: solid;
    border-width: 1px;
    color: rgba(75, 16, 239);
    min-width: 110px;
    padding: 10px 16px;
    border-radius: 5px;
    cursor: pointer;
    transition:  0.5s,color 0.5s;
    vertical-align: top;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: clamp(13px, 1vw, 15px);
    direction: rtl;
    box-sizing: border-box;
}

.join-button:hover{
    background-color: rgba(3, 122, 212);
    color: white;
    opacity: 0.5;
}
.join-button:active{
    opacity: 0.5;
}

    @media (max-width: 768px){
        .join-button{
            display: none;
        }
    }




/* نوار جستجو -----------------------------------------------*/


.Search-bar {
  width: 180px;
  height: 38px;
  font-size: 14px;
  padding: 10px;
  margin-top: 7px;
  margin-left: 90px;
  border: 1px solid blue;
  border-radius: 5px;
  display: block;
  float: left;
  direction: rtl;
  box-sizing: border-box;
  font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
}

@media (max-width: 768px) {
  .Search-bar {
    display: none;
  }
}

@media (max-width: 1525px) {
  .Search-bar {
    width: 150px;
    height: 38px;
    font-size: 16px;
    padding: 10px;
    margin-top: 4px;
    margin-left: 90px;
  }
}

@media (max-width: 1450px) {
  .Search-bar {
    width: 120px;
    height: 38px;
    font-size: 16px;
    padding: 10px;
    margin-top: 4px;
    margin-left: 60px;
  }
}

@media (max-width: 1420px) {
  .Search-bar {
    width: 120px;
    height: 38px;
    font-size: 16px;
    padding: 10px;
    margin-top: 4px;
    margin-left: 30px;
  }
}

@media (max-width: 1400px) {
  .Search-bar {
    width: 120px;
    height: 38px;
    font-size: 16px;
    padding: 10px;
    margin-top: 4px;
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  .Search-bar {
    display: none;
  }
}


/* ----------------------------------بنر اسلایدشو اتوماتیک-------------------------------------------------------- */




/* کانتینر اصلی */
.baner-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 15px;
    box-sizing: border-box;
    direction: rtl;
}

/* --- اسلایدشو اصلی --- */
.slideshow-container {
    flex: 2 1 500px;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0, 0.2);
    display: block;
}

.slideshow-container .mySlides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.slideshow-container .mySlides.active {
    opacity: 1;
    z-index: 1;
}


.slideshow-container .mySlides img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

/* دکمه‌های tap (راست و چپ) */
.tap-area {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    cursor: pointer;
    z-index: 9;
}

.tap-left { left: 0; }
.tap-right { right: 0; }

/* نوار پیشرفت اتوپلی */
.autoplay-progress {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #00f;
    z-index: 20;
}

.autoplay-progress svg {
    position: absolute;
    width: 100%; height: 100%;
    stroke-width: 4px;
    stroke: #00f;
    fill: none;
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 0s linear;
    opacity: 1;
}

.autoplay-progress span {
    z-index: 1;
    color: white;
}

/* کانتینر دکمه‌های نقطه‌ای */
.dot-container {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 15px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.dot:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.2);
}

.dot.active {
    background-color: #1e90ff;
    border-color: #fff;
}

/* --- ستون سمت راست --- */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 300px;
    min-width: 280px;
    max-width: 500px;
}

/* --- اسلایدر دستی ------------------------------------------------------- */


#slider {
    width: 100%;
    max-width: 500px;
    height: 211px;
    position: relative;
    border: 10px solid white;
    box-shadow: 0px 0px 5px 2px #ccc;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#slider #box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

button.next, button.prew {
    padding: 10px 15px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    z-index: 10;
    transition: background-color 0.3s ease;
}

/* موقعیت‌دهی دقیق‌تر دکمه‌ها */
.next {
    right: 15px;
}

.prew {
    left: 15px;
}

/* هاور (Hover) برای زیباتر شدن */
button.next:hover, button.prew:hover {
    background: rgba(0, 0, 0, 0.8);
}

#slider::before, #slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 9;
}
.next-arrow-background {
    right: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.prev-arrow-background {
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}


/* --- گروه عکس‌های کوچک --- */
.small-photos {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.photo-1, .photo-2 {
    width: calc(50% - 5px);
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}



/* ----------------------------- */
/*          📱 موبایل           */
/* ----------------------------- */
@media (max-width: 768px) {
    .baner-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: 20px;
        width: 100%;
        padding: 0 10px;
    }

    .slideshow-container {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 220px;
        flex: none;
    }

    .slideshow-container .mySlides img {
        border-radius: 12px;
    }

    .tap-area { display: none; }

    .autoplay-progress {
        bottom: 10px;
        right: 10px;
    }

    .dot-container {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .dot {
        height: 10px;
        width: 10px;
    }

    .right-column {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    #slider {
        width: 100%;
        height: 180px;
        border-width: 6px;
        margin: 0;
    }

    #slider #box img {
        height: 180px;
    }

    button.next, button.prew {
        padding: 8px 12px;
        font-size: 12px;
    }

    .next { right: 10px; }
    .prew { left: 10px; }


    .small-photos {
        width: 100%;
        justify-content: center;
        gap: 8px;
        margin-top: 10px;
    }

    .photo-1, .photo-2 {
        width: 48%;
        height: 120px;
    }
}


/* ----------------------------------دکمه های رنگی-------------------------------------------------- */

.container-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #e9eef4;
    padding: 20px;
    gap: 20px;
    direction: rtl;
}

.container-button button{
    color: #fff;
    border: none;
    border-radius: 20px;
    flex: 1 1 260px;
    max-width: 300px;
    min-height: 120px;
    font-size: clamp(15px, 1.4vw, 20px);
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
}

/* رنگ‌ها */
.computer-button{ background:#e7ae46; }
.Voip-button{ background:#ac71ea; }
.attendance-button{ background:#08ad97; }
.programing-button{ background:#0379c3; }

/* حالت موبایل */
@media (max-width: 768px) {
    .container-button button{
        flex: 1 1 44%;
        max-width: 48%;
        min-height: 90px;
        font-size: 14px;
    }
}




/*----------------------------------اسلاید محصولات---------------------------------*/



/* Slider Container */
.slider-container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    padding: 11px 20px 20px 20px;
    box-sizing: border-box;
}

.slide-text h3{
    margin: 0px 8px 20px 0px;
    text-align: right;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 18px;
    color: #1d0889;
}

/* Slider Wrapper */
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    direction: rtl;
}

/* Card Styles */
.card {
    flex: 0 0 auto;
    min-width: 280px;
    width: 280px;
    max-width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
}

.card-content p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}

/* Navigation Buttons */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.slider-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider-nav.prev {
    right: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    direction: rtl;
}

.slider-nav.next {
    left: 30px;
    right: auto;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    direction: rtl;
}


/* When disabled */
.slider-nav:disabled {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
    opacity: 0.6;
}

/* Responsive adjustments (example) */
@media (max-width: 768px) {

    .slider-nav.prev {
        right: 15px;
        left: auto;
    }
    .slider-nav.next {
        left: 15px;
        right: auto;
    }

    .slide-text h3{
        background-color: #dae1e0;
        border-radius: 5px;
        margin: 0px 8px 20px 0px;
        text-align: center;
        font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
        font-size: 14px;
        color: #5f5a77;
    }
    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
        gap: 8px;
        direction: rtl;
    }
    .card {
        min-width: 120px;
        width: 120px;
        height: 211px;
    }

    .card-content h3 {
        margin-top: 0;
        margin-bottom: 0px;
        font-size: 15px;
        color: #1b076d;
    }

    .card-content p {
        font-size: 0.9em;
        color: #666;
        line-height: 1.5;
    }

    .slider-container {
        padding: 15px;
    }

    .slider-nav.prev {
        display: none;
    }
    .slider-nav.next {
        display: none;
    }

}


/*------------------------عنوان شبکه های کامپیوتری--------------------------------------------------------------*/


.text-main-1, .text-computer h1 , .text-attendance h1, .text-voip h1, .licensesales-text h1{
    width: 100%;
    background-color: rgb(216, 216, 225);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    color: #373148;
    border-radius: 5px;
}


.text-main-1{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-main-1 h1{
    margin-top: -18px;
    font-size: 15px;
}
}


.text-main-2{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 17px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-main-2 h3{
    font-size: 15px;
}
}

.text-main-3{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 17px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-main-3 h3{
    font-size: 15px;
}
}

.text-computer-1{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-computer-1 h1{
    font-size: 15px;
}
}



.text-attendance-1{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-attendance-1 h1{
    font-size: 15px;
}
}

.text-voip-1{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-voip-1 h1{
    font-size: 15px;
}
}


.text-programing-1{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-programing-1 h1{
    font-size: 15px;
}
}



.text-licensesales-1{
    width: 100%;
    background-color: rgb(50, 135, 141);
    margin: 70px 0px 15px 0px;
    text-align: center;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 11px;
}

@media (max-width: 768px) {
.text-licensesales-1 h1{
    font-size: 15px;
}
}


/*

.text-main-1{
    margin-top: 0;
}

.text-main-2{
    margin-top: 0;
}

.text-main-3{
    margin-top: 0;
}

.text-computer-2{
    margin-top: 0;
}

.text-computer-3{
    margin-top: 0;
}

.text-computer-4{
    margin-top: 0;
}

.text-computer-5{
    margin-top: 0;
}

.text-computer-6{
    margin-top: 0;
}

*/

/*------------------------------------text-computer voip attendance programing-title-----------------------------*/

.text-computer-title,
.text-voip-title,
.text-attendance-title,
.text-programing-title{
    direction: rtl;
    max-width: 1200px;
    margin: 60px auto;
    padding: 35px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    line-height: 2.2;
    text-align: justify;
    color: #333;
    box-sizing: border-box;
}

.text-computer-title h2,
.text-voip-title h2,
.text-attendance-title h2,
.text-programing-title h2{
    font-size: 30px;
    color: #0b5ed7;
    margin-bottom: 25px;
    text-align: center;
}

.text-computer-title h3,
.text-voip-title h3,
.text-attendance-title h3,
.text-programing-title h3{
    font-size: 22px;
    color: #7a2ea8;
    margin-top: 35px;
    margin-bottom: 15px;
}

.text-computer-title p,
.text-voip-title p,
.text-attendance-title p,
.text-programing-title p{
    font-size: 18px;
    margin-bottom: 18px;
}


/*----------------------------------------------دکمه های اطلاعات بیشتر و خرید-------------------------------------------------*/


.computer-button-1, .voip-button-1, .attendance-button-1, .programing-button-1, .licensesales-button-1, .download-button-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}



.button-computer-1, .button-voip-1, .button-attendance-1 , .button-programing-1 ,.button-licensesales-1{
    width: 111px;
    height: 40px;
    background-color: rgb(33, 93, 156);
    color: white;
    margin: 0;
    border: none;
    padding: 0 14px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 14px;
    border-radius: 35px;
    cursor: pointer;
    transition: box-shadow 0.5s;
    box-sizing: border-box;
}

.button-computer-1:hover, .button-voip-1:hover, .button-attendance-1:hover, .button-programing-1:hover, .button-licensesales-1:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.button-computer-1-order, .button-voip-1-order, .button-attendance-1-order, .button-programing-1-order, .button-licensesales-1-order{
    width: 111px;
    height: 40px;
    background-color: #a04a89;
    color: white;
    margin: 0;
    border: none;
    padding: 0 14px;
    border-radius: 35px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 1s;
    box-sizing: border-box;
}

.button-computer-1-order:hover, .button-voip-1-order:hover, .button-attendance-1-order:hover, .button-programing-1-order:hover, .button-licensesales-1-order:hover{
    background-color: rgb(162, 30, 202);
    opacity: 0.5;
}

.button-computer-1-order:active, .button-voip-1-order:active, .button-attendance-1-order:active ,.button-programing-1-order:active, .button-licensesales-1-order:active {
    background-color: blueviolet;
    opacity: 0.7;
}

.nav-price-status{
    background: #0f9395;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: #ffffff;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    direction: rtl;
    box-sizing: border-box;
    border-radius: 6px;
}

/* -------------------------------------- عکس ها و توضیحات ردیف اول---------------------------------------------------- */

.container-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    width: 100%;
    max-width: 1400px;
    margin: 50px auto 0 auto;
    margin-top: 0px;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
}

.product-card {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-card a {
    text-decoration: none;
    color: inherit;
}

.product-img-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.product-img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 11px 11px;
    object-fit: cover;
    display: block;
}

.description {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.description p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.description p:last-child {
    margin-bottom: 0;
    margin-top: auto;
    color: #888;
    font-size: 12px;
    text-align: left;
}

/* برای حالت ریسپانسیو */
@media (max-width: 1000px) {
    .container-product {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .container-product {
        grid-template-columns: 1fr;
    }
    .product-card {
        max-width: 400px;
        margin: 0 auto;
    }
}




/* ------------------------------------------Footer------------------------------------------------ */


.footer-box {
    background-color: #212934;
    width: 100%;
    height: auto;
    margin-top: 100px;
    direction: rtl;
    padding-bottom: 20px;
}

.Container-Footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.title-text,
.container-footer-detials,
.container-footer-about,
.container-footer-enamad{
    flex: 1;
    min-width: 220px;
}

.title-text {
    color: #59ab6e;
    font-size: 18px;
    padding-top: 30px;
    padding-right: 20px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    box-sizing: border-box;
}

.title-text-h4 {
    color: rgb(221, 221, 239);
}

.title-text-email {
    font-family: tahoma;
    color: rgb(217, 217, 229);
}

.container-footer-detials,
.container-footer-about,
.container-footer-enamad{
    padding-right: 20px;
    margin-bottom: 30px;
}

.detials-footer,
.about-footer,
.enamad-footer{
    width: 100%;
    padding-top: 30px;
    color: #59ab6e;
    font-size: 20px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
}

.center-text,
.about-center-text{
    list-style: none;
    padding-right: 0;
}

.center-text a,
.about-center-text a{
    text-decoration: none;
    font-size: 20px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    color: #ffffff;
}

.center-text a:hover,
.about-center-text a:hover{
    color: #59ab6e;
}

.enamad-footer{
    text-align: center;
}

.enamad-footer img{
    width: 120px;
    height: auto;
    margin-top: 15px;
}

.container-copyight {
    background-color: #091830;
    width: 100%;
    height: 80px;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.text-copyight-1 {
    color: rgb(194, 180, 28);
    font-size: 20px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    padding-right: 20px;
}

.text-copyight-2 {
    color: rgb(194, 180, 28);
    font-size: 18px;
    font-family: tahoma;
    padding-left: 20px;
}

/* ---------- موبایل ---------- */

@media (max-width:768px){

    .Container-Footer{
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .title-text,
    .container-footer-detials,
    .container-footer-about,
    .container-footer-enamad{
        width: 90%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .detials-footer,
    .about-footer,
    .enamad-footer{
        width: 100%;
    }

    .center-text,
    .about-center-text{
        padding-right: 0;
        text-align: center;
    }

    .center-text a,
    .about-center-text a{
        display: block;
        margin-bottom: 10px;
    }

    .container-copyight{
        flex-direction: column;
        height: auto;
        padding: 15px 10px;
    }

    .text-copyight-1{
        width: 100%;
        text-align: center;
        margin-bottom: 11px;
        padding-right: 0;
        font-size: 15px;
    }

    .text-copyight-2{
        display: none;
    }
}






/* --------------------------------------درباره ما---------------------------------------------------- */

.text-about h3{
    background-color: rgb(216, 216, 225);
    margin: 70px 0px 15px 0px;
    padding-right: 50px;
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    font-size: 17px;
    color: #373148;
    border-radius: 5px;
    direction: rtl;
}


.text-aboute-title{
    direction: rtl;
    max-width: 1250px;
    margin: 11px auto;
    padding: 45px;
    background: linear-gradient(180deg,#ffffff,#f8fbff);
    border: 1px solid #d9e7f5;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    font-family: 'B Yekan', 'B Koodak Bold', tahoma, sans-serif;
    line-height: 2.3;
    text-align: justify;
    color: #333;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* نوار رنگی بالا */
.text-aboute-title::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#0d6efd,#00b894,#6f42c1);
}

/* عنوان اصلی */
.text-aboute-title h2{
    font-size: 34px;
    color: #0d47a1;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
}

/* عنوان هر بخش */
.text-aboute-title h3{
    font-size: 24px;
    color: #6a1b9a;
    margin-top: 35px;
    margin-bottom: 18px;
    border-right: 5px solid #0d6efd;
    padding-right: 12px;
}

/* پاراگراف ها */
.text-aboute-title p{
    font-size: 18px;
    line-height: 2.3;
    margin-bottom: 20px;
    color: #444;
}

/* اگر لیست استفاده کردی */
.text-aboute-title ul{
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.text-aboute-title li{
    font-size: 18px;
    margin-bottom: 14px;
    padding: 12px 18px;
    background: #f5f9ff;
    border-right: 4px solid #0d6efd;
    border-radius: 10px;
    transition: .3s;
}

.text-aboute-title li:hover{
    background: #eaf4ff;
    transform: translateX(-5px);
}

/* متن های بولد */
.text-aboute-title strong{
    color: #0d47a1;
}

/* موبایل */
@media (max-width:768px){

    .text-aboute-title{
        padding:25px;
        margin:30px 15px;
    }

    .text-aboute-title h2{
        font-size:26px;
    }

    .text-aboute-title h3{
        font-size:20px;
    }

    .text-aboute-title p,
    .text-aboute-title li{
        font-size:16px;
    }

}