/* ======================================================
   PARSSIM – FORCE COPPER THEME
   Exact replacement of theme-middle-blue
   ====================================================== */
.theme-middle-blue ::selection,
.theme-middle-blue .main .image-container .box,
.theme-middle-blue .btn-primary,
.theme-middle-blue .opinion .box,
.news-item-1 .body {
  background: linear-gradient( 135deg, #ff6c00 0%, #ffa42e 45%, #ff3227 100% ) !important;
}
.logo {
  width: 100px !important;
}
/* ================= BUTTONS ================= */

.theme-middle-blue .btn-primary,
.theme-middle-blue .btn-secondary {
  background: linear-gradient(
          135deg,
          #fb8500 0%,
          #ffb703 50%,
          #ffd166 100%
  ) !important;

  border: 1px solid #ffb703 !important;
  color: #023047 !important;

  box-shadow:
          0 6px 14px rgba(251, 133, 0, 0.35),
          inset 0 -2px 0 rgba(0, 0, 0, 0.12);

  transition: all .25s ease;
}

/* hover / focus / active */
.theme-middle-blue .btn-primary:hover,
.theme-middle-blue .btn-primary:focus,
.theme-middle-blue .btn-primary:active {
  background: linear-gradient(
          135deg,
          #ffb703 0%,
          #fb8500 55%,
          #f77f00 100%
  ) !important;

  border-color: #fb8500 !important;
  color: #023047 !important;

  box-shadow:
          0 10px 22px rgba(251, 133, 0, 0.45),
          inset 0 -3px 0 rgba(0, 0, 0, 0.15);

  outline: none !important;
}

/* ================= OUTLINE BUTTON ================= */

.theme-middle-blue .btn-primary-outline {
  background: transparent !important;
  border: 2px solid #fb8500 !important;
  color: #fb8500 !important;

  box-shadow: none !important;
  transition: all .25s ease;
}

.theme-middle-blue .btn-primary-outline:hover,
.theme-middle-blue .btn-primary-outline:focus {
  background: linear-gradient(
          135deg,
          #fb8500 0%,
          #ffb703 100%
  ) !important;

  border-color: #ffb703 !important;
  color: #023047 !important;

  box-shadow:
          0 8px 18px rgba(251, 133, 0, 0.4);

  outline: none !important;
}
/* ================= BOXES ================= */

.theme-middle-blue .why-us .box,
.theme-middle-blue .about-us .image-container .box {
  background: #FFB703;
  color: #023047 !important;
}
/* ================= ICONS ================= */

.theme-middle-blue .pricing .card .header .mdi {
  color: #ff8c1a !important;
}

/* ================= IMAGES ================= */

.main .image-container .box div .image {
  width: 600px !important;
  transform: translate(140px, 80px) rotate(0deg) !important;
}

.products-slider-item .card .img {
  width: 250px;
  height: 250px;
  border-radius: 25px;
}
.products-slider-item .card span {
  height: 85px;
}

.about-us .image {
  border-radius: 100%;
}
#news .news-item .image {
  border-radius: 10px;
  max-height: 105px;
}
#news .news-list-item a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-slider .body{
  direction: rtl !important;
}
/* ===== pro3 image premium animation — ONLY this image ===== */

#aboutus img[src*="pro3"] {
  animation: pro3PremiumFloat 8s ease-in-out infinite;
  transform-origin: center;
  transition: transform .45s ease, filter .45s ease, box-shadow .45s ease;
  will-change: transform;
  box-shadow: 0 25px 55px rgba(0,0,0,.18);
}

/* حرکت نرم چندمحوره برای حس زنده بودن */
@keyframes pro3PremiumFloat {
  0% {
    transform: translate3d(0,0,0) rotate(0deg) scale(1);
  }

  20% {
    transform: translate3d(6px,-10px,0) rotate(.6deg) scale(1.015);
  }

  40% {
    transform: translate3d(-4px,-18px,0) rotate(-.4deg) scale(1.02);
  }

  60% {
    transform: translate3d(5px,-12px,0) rotate(.5deg) scale(1.018);
  }

  80% {
    transform: translate3d(-3px,-6px,0) rotate(-.3deg) scale(1.01);
  }

  100% {
    transform: translate3d(0,0,0) rotate(0deg) scale(1);
  }
}

/* هاور حرفه‌ای ولی کنترل‌شده */
#aboutus img[src*="pro3"]:hover {
  transform: translateY(-12px) scale(1.05) rotate(1deg);
  filter: brightness(1.06) contrast(1.06);
  box-shadow: 0 35px 75px rgba(0,0,0,.28);
}
/* ===============================
 PARSSIM – LIGHT HYBRID (NEU + GLASS)
================================ */

#parssim{
  --accent:#fb8500;
  --accent-soft:#ffb703;
  --bg:#023047;
  --glass:rgba(2,48,71,.65);
  --border:rgba(142,202,230,.18);
  --text:#e6f2f8;

  color:var(--text);
}

/* ===============================
 CARD
================================ */

#parssim .parssim-card{
  background:linear-gradient(180deg,#023047,#011c2a);
  border-radius:32px;
  padding:3rem 2rem 2.5rem;
  position:relative;
}
/* ===============================
 BADGE
================================ */

#parssim .parssim-badge{
  background:linear-gradient(135deg,#ffb703,#fb8500);
  color:#023047;
  font-weight:700;
  padding:.35rem 1.2rem;
  border-radius:999px;
  letter-spacing:.5px;
}

/* ===============================
 TITLE & DESC
================================ */

#parssim .parssim-title{
  font-size:1.7rem;
  font-weight:800;
  margin-top:1.1rem;
  margin-bottom:.75rem;
  color:#ffb703;
  position:relative;
  display:inline-block;
}

#parssim .parssim-title::after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  margin:.75rem auto 0;
  border-radius:8px;
  background:linear-gradient(90deg,#ffb703,#fb8500);
  box-shadow:0 4px 14px rgba(251,133,0,.45);
}

#parssim .parssim-desc{
  max-width:760px;
  margin-inline:auto;
  font-size:.95rem;
  line-height:1.9;
  opacity:.9;
}

/* ===============================
 TABLE WRAPPER (SCROLL SAFE)
================================ */

#parssim .parssim-table-wrapper{
  margin-top:1.5rem;
  border-radius:22px;

  max-height:58vh;
  overflow-y:auto;
  overflow-x:hidden;

  background:var(--glass);
  backdrop-filter: blur(14px);

  box-shadow:
          inset 1px 1px 2px rgba(255,255,255,.04),
          inset -1px -1px 2px rgba(0,0,0,.45);

  scroll-behavior:smooth;
}

/* Scrollbar */
#parssim .parssim-table-wrapper::-webkit-scrollbar{
  width:8px;
}
#parssim .parssim-table-wrapper::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#ffb703,#fb8500);
  border-radius:10px;
}
#parssim .parssim-table-wrapper::-webkit-scrollbar-track{
  background:rgba(2,48,71,.6);
  border-radius:10px;
}

/* ===============================
 TABLE BASE
================================ */

#parssim .parssim-table{
  margin:0;
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  color:var(--text);
}

/* ===============================
 TABLE HEADER (STICKY)
================================ */

#parssim .parssim-table thead th{
  position:sticky;
  top:0;
  z-index:10;

  background:linear-gradient(180deg,#023047,#011c2a);
  color:#ffb703;
  font-size:.8rem;
  font-weight:600;
  text-align:center;
  padding:1rem .5rem;
  border-bottom:1px solid rgba(251,133,0,.35);
}

/* Icons */
#parssim .parssim-icon{
  width:16px;
  height:16px;
  fill:#ffb703;
  margin-bottom:4px;
}

/* ===============================
 TABLE BODY
================================ */

#parssim .parssim-table tbody td{
  text-align:center;
  font-size:.88rem;
  padding:.75rem .5rem;
  border-bottom:1px solid rgba(142,202,230,.18);
}

/* ===============================
 ELECTRIC HOVER
================================ */

#parssim .parssim-table tbody tr{
  position:relative;
  overflow:hidden;
}

#parssim .parssim-table tbody tr:hover{
  background:linear-gradient(
          90deg,
          rgba(251,133,0,.18),
          rgba(251,133,0,.04)
  );
}

#parssim .parssim-table tbody tr::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
          120deg,
          transparent 0%,
          rgba(255,183,3,.32) 45%,
          rgba(255,255,255,.12) 50%,
          rgba(255,183,3,.32) 55%,
          transparent 100%
  );
  transform:translateX(-120%);
  transition:transform .8s ease;
  pointer-events:none;
}

#parssim .parssim-table tbody tr:hover::after{
  transform:translateX(120%);
}

#parssim .parssim-table tbody tr:hover td:first-child{
  color:#ffb703;
  font-weight:600;
}

/* ===============================
 MOBILE (SCROLL PRESERVED)
================================ */

@media(max-width:768px){
  #parssim .parssim-table-wrapper{
    max-height:60vh;
  }

  #parssim .parssim-title{
    font-size:1.4rem;
  }

  #parssim .parssim-desc{
    font-size:.9rem;
  }
}

/* ===============================
 MOBILE – BLOCK TABLE + SCROLL (SAFE)
================================ */

@media (max-width:768px){
  #parssim{
    direction: rtl;
  }

  #parssim .parssim-table tr{
    text-align: right;
  }

  #parssim .parssim-table td{
    text-align: right;
    padding-right: 6.5rem;
    padding-left: .75rem;
  }

  #parssim .parssim-table td::before{
    right: .75rem;
    left: auto;
    text-align: right;
    white-space: nowrap;
  }

  #parssim .parssim-table thead{
    display:none;
  }

  #parssim .parssim-table,
  #parssim .parssim-table tbody,
  #parssim .parssim-table tr,
  #parssim .parssim-table td{
    display:block;
    width:100%;
  }

  #parssim .parssim-table tr{
    margin-bottom:1rem;
    border-radius:18px;
    background:#023047;
    box-shadow:0 10px 25px rgba(0,0,0,.45);
  }

  #parssim .parssim-table td{
    text-align:right;
    position:relative;
    padding:.6rem .75rem;
  }

  #parssim .parssim-table td::before{
    content:attr(data-label);
    position:absolute;
    left:.75rem;
    font-weight:600;
    color:#ffb703;
  }

  #parssim .parssim-table-wrapper{
    max-height:60vh;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
  }

  #parssim .parssim-table-wrapper{
    scroll-snap-type: y mandatory;
    scroll-padding: 1rem;
  }

  #parssim .parssim-table tr{
    scroll-snap-align: start;
  }
}
/* ===============================
  VISUAL ONLY – NO LAYOUT CHANGE
================================ */

#customers .employer-link{
  background:#ffffff;
  border-radius:16px;
}

/* icon */
#customers .employer-link i{
  color:#fb8500;
  transition:transform .3s ease, color .3s ease;
}

/* text */
#customers .employer-link span{
  color:#023047;
  transition:color .3s ease;
}

/* hover effect */
#customers .employer-link:hover{
  transform:translateY(-6px);
  background:linear-gradient(
          180deg,
          #ffffff 0%,
          #fff7e0 100%
  );
}

#customers .employer-link:hover i{
  color:#ffb703;
  transform:scale(1.15);
}

#customers .employer-link:hover span{
  color:#fb8500;
}
/*footer*/
footer.site-footer {
  background-color: #fff0 !important;

}
footer .canv1{
  padding: 5rem 1rem !important;
}
.site-footer canvas{
  position: absolute;
  width:100%;
  height: 100%;
  z-index: -1;
}
.contact {
  padding: 120px 0;
  direction: rtl;
}

/* ===== Heading ===== */
.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.contact .heading h2 span {
  color: #ff9100;
}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #8c8c8c;
  margin: 20px 0 60px;
}

/* ===== Form ===== */
.contact .form-control {
  padding: 18px 20px;
  font-size: 13px;
  margin-bottom: 12px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: none;
}

.contact .form-control:focus {
  border-color: #ff9100;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255,145,0,.1);
}

.contact textarea.form-control {
  resize: none;
}

.contact button.btn {
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  background: #ff9100;
  color: #ffffff;
  transition: all .3s ease;
}

.contact button.btn:hover {
  background: #e68100;
}

/* ===== Left Content ===== */
.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 1.7;
  margin: 0 0 40px;
}

/* ===== Info Items ===== */
.contact .content .info {
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
}

.contact .content .info i {
  font-size: 26px;
  color: #02434b;
  margin-left: 15px;   /* RTL */
  margin-right: 0;
  min-width: 24px;
  text-align: center;
}

.contact .content .info h4 {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.contact .content .info h4 span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #8c8c8c;
  margin-top: 4px;
}
/*blog-edit*/
.page-header .img-container .img {
  left: -200px !important;
  width: 400px !important;
}
@media only screen and (max-width: 768px) {
  .page-header .img-container .img {
    left: -70px !important;
    width: 280px !important;
  }
}
/* Pagination شیک */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pagination li {
  margin: 0 4px;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 8px 14px;
  color: #0074a2;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.pagination li a:hover {
  background-color: #0074a2;
  color: #fff;
}

.pagination .current {
  background-color: #005577;
  color: #fff;
  border-color: #005577;
}
.single-post h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.single-post h3 {
  font-size: 1rem;
  font-weight: bold;
}
.slick-prev,
.slick-next {
  background: #022e44 !important;
  z-index: 10 !important;
  border: none !important;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: auto !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

/* فلش چپ */
.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") !important;
}

/* فلش راست */
.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E") !important;
}
.employer-slider button {
  display: none !important;
}
#model-underline {
  width: 120px; /* طول خط */
  height: 2px;  /* ضخامت خط */
  background: #012233; /* رنگ اصلی */
  border-radius: 4px;  /* گوشه‌های گرد */
  margin: 8px 0 30px 0; /* فاصله از متن و پایین */
  box-shadow: 0 4px 12px rgba(1, 34, 51, 0.3); /* عمق و زیبایی */
}
.box {
  background-color: #f4f4f4;
  border-right: 5px solid #fdb900;
}
#product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}







