     /* استایل های سفارشی برای چیدمان موبایل */
        @media (max-width: 991px) {
            .mobile-user-cart {
                display: flex;
                align-items: center;
                margin-left: 10px;
            }
            
            .mobile-user-cart .quick-cart {
                margin-left: 15px;
            }
            
            .mobile-user-icon {
                color: #da990c;
                font-size: 18px;
            }
            
            /* مخفی کردن آیکون کاربر در نوار بالایی در حالت موبایل */
            #topBar .user-icon {
                display: none;
            }
        }
        
        /* استایل های عمومی */
      
        .cursor-trail {
            position: fixed;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 999999;
        }
        
        .cursor-trail span {
            position: absolute;
            border-radius: 50%;
            opacity: 0.7;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }
        
        .fcolor {
            color:#c7a35e !important;
        }

     #topNav {
         background-color: #012970 !important; 
        
    }
	.header-top::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: -1px;
    width: 70%;
    /* background: #dcb55e; */
    background: #c7a35e;
    box-shadow: rgba(21, 7, 207, 0.8) 0px 3px 3px 0px;
    /* border-radius: 0 0 0 50px; */
    z-index: -1;
}
	ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #012970;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #dcb55e;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;

  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #dcb55e;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
/* .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #dcb55e;
} */
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #c7a35e;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #c7a35e;
    padding: 13px 20px;
    border: 1px solid #c7a35e;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  /* background: #012970; */
  background: linear-gradient(to right, #012970, #0d47a1);
  padding: 25px 0;
  border: #55ACEE;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #c7a35e;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #c7a35e;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
	.header-top {
    padding: 5px 0 5px 0;
    position: relative;
    z-index: 1;
}
.header-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    width: 30%;
    /* background: #dcb55e; */
    background: #c7a35e;
   
    /* border-radius: 0 50px 0 0; */
    z-index: -1;
    box-shadow: rgba(21, 7, 207, 0.8) 2.4px 2.4px 3.2px;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-contact ul li {
    border-color: rgba(255, 255, 255, 0.5);
}
.header-top-contact ul li {
    display: flex;
    gap: 10px;
    border-right: 1px solid #457A90;
    padding-right: 20px;
}
.header-top-contact-icon {
    text-align: center;
    color: var(--theme-color);
}
.fa-regular, .far {
    font-weight: 400;
}
.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
}
.header-top-contact ul li a {
    color:#012970;
    font-weight: 700;
    font-size: 14px;
}
.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-top-social span {
    color: var(--color-white);
    font-weight: 500;
}
.header-top-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #012758;
    font-size: 18px;
    /* background: var(--theme-color2); */
    text-align: center;
    margin-left:20px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}
.fa-brands, .fab {
    font-weight: 400;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.navbar {
    background: var(--color-white);
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand img {
    width: 170px;
}
.mobile-menu-right {
    display: none;
}
.navbar #main_nav {
    justify-content: flex-end;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}

				@media (max-width: 1199.98px) { 
          .header-top{
            display: none!important;
          }
         }








/* footer asl */
#footer {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    background: #313131;
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #012970 0%, #313131 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
#footer ul.footer-links>li>a:before {
    content:unset!important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}

.btn-success {
    color: #012970;
    background-color:#c7a35e ;
    border-color: #c7a35e;
}



  /* استایل های سفارشی دیگر ... */
			
			/* اضافه کردن استایل های جدید برای ارتفاع اسلایدر */
			.slider.fullwidthbanner-container {
				height: 550px !important;
			}
			.tp-banner-container {
				height: 550px !important;
			}
			.revolution-slider {
				height: 550px !important;
			}









.feature-area {
    position: relative;
    margin-top: -90px;
    z-index: 2;
}
.feature-wrapper {
    background: #012970;
    border-radius: 20px;
    box-shadow: #c7a35e;


     text-align: right;
    direction: rtl;
}
.feature-item.active .feature-icon {
    background:#012970 ;
}
.feature-item.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #c7a35e;
    border-radius: 20px;
    transform: scale(1.1);
    z-index: -1;
}
.feature-item {
    position: relative;
    padding: 20px 20px;
    z-index: 2;
    height: 20rem;
}
/* اعمال افکت زرد روی هاور و فوکوس */
.feature-item:hover::before,
.feature-item:focus::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #c7a35e;
    border-radius: 20px;
    transform: scale(1.1);
    z-index: -1;
    transition: transform 0.3s ease;
}
/* حذف transform اضافی در حالت active برای ثبات */
.feature-item.active::before,
.feature-item:hover::before {
    transform: scale(1.1);
}
/* جلوگیری از تداخل z-index در هاور */
.feature-item:hover {
    z-index: 3;
}
.feature-item .count {
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 2px var(--theme-color2);
    -webkit-text-fill-color: transparent;




        right: auto;
    left: 30px; /* تغییر از right به left */
}
.feature-icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color:#ebecee ;
    font-size: 60px;
    background:#c7a35e;
    margin-bottom: 15px;
    box-shadow: 5px 5px 0 rgb(240, 238, 238);
    position: relative;
    transition: var(--transition);
}
.feature-icon img {
    width: 48px;
    filter: brightness(0) invert(1);
}
.feature-content h4 {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.feature-content p {
    color: var(--color-white);
}


/* تغییر پس‌زمینه آیکون به آبی با هاور */
.feature-item:hover .feature-icon {
    background: #012970; /* رنگ تم اصلی */
    transition: background 0.3s ease;
}

/* تغییر رنگ شماره با هاور (اختیاری — برای هماهنگی بیشتر) */
.feature-item:hover .count {
    -webkit-text-stroke: 2px #012970;
}
@media (max-width: 991.98px) {
      .feature-area {
    margin-top: -95px !important; /* افزایش مقدار منفی برای نزدیک‌تر شدن به اسلایدر */
}
}

/* تنظیم موقعیت feature-area در حالت تبلت */
@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-area {
        margin-top: -200px !important; /* مقدار منفی برای سوار شدن روی اسلایدر */
        z-index: 2;
    }

    .feature-wrapper {
        margin: 0 20px; /* فاصله از لبه‌ها برای ظاهر بهتر */
        border-radius: 16px;
    }

    /* اختیاری: کاهش ارتفاع هر آیتم برای فضای بهتر */
    .feature-item {
        height: auto;
        min-height: 170px;
        padding: 16px 12px;
    }
}
@media (max-width: 767px) {
  .slider.fullwidthbanner-container,
  .tp-banner-container,
  .revolution-slider {
    height: 280px !important; /* کاهش ارتفاع اسلایدر در موبایل */
  }

  .feature-area {
    margin-top: -55px !important; /* افزایش مقدار منفی برای نزدیک‌تر شدن به اسلایدر */
    z-index: 3; /* اطمینان از قرارگیری در بالای اسلایدر */
  }
.yy1{
    text-align: center;
}
.site-title {
    
    font-size: 19px!important;
}
.progress-box h5 {
    
    font-size: 10px!important;
    
}
.about-bottom{
    margin-bottom: 3rem;
}
  .feature-wrapper {
    margin: 0 15px; /* اضافه کردن margin برای فاصله از لبه‌ها */
  }
  


   /* کاهش پهنا با اضافه کردن margin افقی */
  .feature-wrapper {
    margin: 0 40px; /* فاصله 15px از چپ و راست */
    border-radius: 16px;
  }


  /* اختیاری: کاهش ارتفاع هر آیتم برای فضای بهتر */
  .feature-item {
    height: auto;
    min-height: 160px;
    padding: 16px 12px;
  }

  .feature-icon img {
    width: 50px;
    height: auto;
  }

  .feature-content h4 {
    font-size: 18px;
  }

  .feature-content p {
    font-size: 13px;
  }
  
}



.feature-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #c7a35e;
    border-radius: 20px;
    transform: scale(1); /* scale کوچکتر در حالت عادی */
    z-index: -1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.feature-item.active::before,
.feature-item:hover::before {
    transform: scale(1.1);
    opacity: 1;
}




/* حالت عادی (بدون هاور و بدون active) - متن زرد */
.feature-item:not(.active) .feature-content h4,
.feature-item:not(.active) .feature-content p {
    color: #c7a35e; /* زرد */
    transition: color 0.3s ease;
}

/* حالت اکتیو یا هاور - متن سفید */
.feature-item.active .feature-content h4,
.feature-item.active .feature-content p,
.feature-item:hover .feature-content h4,
.feature-item:hover .feature-content p {
    color: #012970; /* سفید */
    transition: color 0.3s ease;
}













.wrapper {
  height: 250px;
  width: min(100%, 800px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  transition: gap 0.3s ease-in-out;
  padding-left: 1rem;
  padding-right: 1rem;
 
}


.card {
    margin-bottom: 26px;
    overflow-y: unset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgb(112 25 25) 0px 2px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.027451) 0px 2px 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.027451) 0px 2px 1px;
    box-shadow: rgba(0, 0, 0, 0.027451) 0px 2px 1px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient: vertical; */
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

  .card {
    height: 100%;
    width: 100%;
    background-color: #f7f7f7ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 8px 8px 10px #170fc338;
}

.card:hover > .product_img {
  transform: scale(0.9);
}
.wrapper:hover > :not(:hover) {
  width: 0;
}
.wrapper:hover {
  gap: 0;
}
.product_img {
  display: block;
  width: min(100%, 300px);
  transition: all 0.3s ease-in-out;
}

 #head .container {
      max-width: 1200px;
      margin: 15px auto;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 0;
      padding-right: 0;
      direction: rtl;
    }

    #head .content {
      /* min-height: 50vh; */
      width: 100%;
      /* background-color: #dcb55e; */
/* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);      background-color:  #fff; */
      display: flex;
      align-items: center;
      justify-content: space-between;
      user-select: none;
      padding: 2rem;
      flex-direction: row; /* متن راست، تصویر چپ */
    }

    #head .text,
    #head .view {
      width: 49%;
    }

    /* استایل متن */
    #head .content .text .title {
      font-size: 35px;
      font-weight: 700;
      color: #012970;
      line-height: 1.3;
      margin-bottom: 15px;
      text-align:left;
    }
    .text p.description{
        margin-left: 0!important;
        text-align: left!important;
    }
    #head .content .text .description {
      font-size: 17px;
      width: 80%;
      color: #666;
      text-align: left;
      /* margin: 0 0 0 auto; */
    }

    /* دکمه دسترسی */
    #head .content .access {
      background-color: #fff;
      display: inline-block;
      margin-top: 25px;
      padding: 1rem 1.6rem 1rem 3rem; /* فضای بیشتر در چپ برای پلاس */
      position: relative;
      cursor: pointer;
    }

    #head .content .access h3 {
      font-size: 16px;
      color: #012970;
      text-align: right;
    }

    #head .content .access h4 {
      font-size: 11px;
      margin-top: 5px;
      color: #777;
      text-align: right;
    }

    /* آیکون پلاس */
    #head .content .access span {
      position: absolute;
      top: 50%;
      left: -20px; /* از سمت چپ بیرون می‌زند */
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: #c7a35e;
      text-align: center;
      line-height: 40px;
      color: #012970;
      transform: translateY(-50%);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
      transition: box-shadow 0.2s linear;
    }

    #head .content .access:hover span {
      box-shadow: none;
    }

    /* استایل تصاویر */
    /* #head .content .view {
      position: relative;
    } */

    /* #head .content .view::before,
    #head .content .view::after {
      content: "";
      position: absolute;
      z-index: 1;
    }

    #head .content .view:first-of-type::before {
      background-color: #012970;
      height: 20%;
      width: 80%;
      top: -30px;
      right: 0%; سمت راست بالا 
      border-top: 10px solid rgb(139, 139, 212);
    }

    #head .content .view:last-of-type::after {
      background-color: #012970;
      height: 30%;
      width: 40%;
      left: 10px;  سمت چپ پایین 
      bottom: -5%;
      border-right: 10px solid #dfd8d6;
    } */

    #head .content .view img {
      width: 100%;
      position: relative;
      z-index: 2;
    }

    /* ریسپانسیو برای موبایل */
    @media (max-width: 800px) {
      #head .content {
        flex-direction: column-reverse; /* اول متن، بعد تصویر */
        text-align: center;
        padding: 4rem 2rem;
      }

      #head .content .text,
      #head .content .view {
        width: 100%;
      }

      #head .content .text {
        order: 1; /* متن بالایی */
        margin-bottom: 3rem;
      }

      #head .content .view {
        order: 0;
        margin-bottom: 40px;
      }

      #head .content .text .description {
        width: 100%;
        margin:0;
      }

      #head .content .view img {
        width: 95%;
      }

      #head .content .access {
        padding: 1rem 2rem;
      }

      #head .content .access span {
        left: -20px;
      }
    }

    

/* --- انیمیشن آیکون پلاس --- */
#head .content .access span {
  /* ... استایل قبلی حفظ شده ... */
  transform: translateY(-50%) translateX(100px); /* اول از راست بیرون باشه */
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#head .content .access span.animated {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  box-shadow: 0 8px 25px rgba(1, 41, 112, 0.4);
}

/* --- انیمیشن باکس‌های تصویر --- */
#head .content .view {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

#head .content .view.animated {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* تأخیر برای دومی */
#head .content .view:nth-child(2).animated {
  transition-delay: 0.2s;
}


#head .content .view {
  /* ... استایل‌های قبلی ... */
  border-radius: 20px; /* گوشه‌های گردتر */
  overflow: hidden; /* اگر عکس بیرون رفت، برش بخوره */
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#head .content .view.animated {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); /* شدو عمیق‌تر و برجسته‌تر */
  border-radius: 20px;
}
#head .content .view img {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 18px; /* کمی کمتر از باکس برای افکت لایه‌ای */
  display: block;
}
#head .content .access span {
  /* ... قبلی ... */
  border-radius: 50%; /* قبلاً داشتیم، ولی مطمئن می‌شیم */
  box-shadow: 0 6px 15px rgba(1, 41, 112, 0.3);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#head .content .access span.animated {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  box-shadow: 0 10px 30px rgba(1, 41, 112, 0.5); /* شدو سنگین‌تر و برجسته */
  scale: 1.1; /* کمی بزرگ‌تر شدن برای افکت برجستگی */
}

#head .content .access:hover span {
  scale: 1.15;
  box-shadow: 0 12px 35px rgba(1, 41, 112, 0.6);
}





/* about */


.py-120 {
    padding: 120px 0;
}
:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Yantramanav', sans-serif;
    --theme-color: #c7a35e;
    --theme-color2: #012970;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --theme-bg-light: #F2F3F5;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #19232B;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #012758;
    --footer-bg2: #116E63;
    --footer-text-color: #F5FAFF;
}
.about-left {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}
.about-left::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 10px;
    width: 250px;
    height: 250px;
    background: var(--theme-color2);
   clip-path: polygon(0 0, 100% 100%, 0 100%); /* معکوس clip-path */
    border-radius: 0 0 0 10px; /* قبلی: 0 0 10px 0 */
    z-index: -1;
}
.about-left img {
    width: 100%;
    border-radius: 10px;
}
.about-experience {
    position: absolute;
    bottom: 55px;
    right: -25px;
    text-align: center;
    background: var(--theme-color);
    padding: 10px 10px 10px 10px;
    color: var(--color-white);
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience-icon {
    color: var(--theme-color);
    font-size: 65px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: var(--color-white);
    border-radius: 50px;
    margin-bottom: 5px;
}
.about-experience-icon img {
    width: 65px;
}
.text-start {
    text-align: left!important;
}
.about-left::after {
    content: "";
    position: absolute;
    top: -25px;
    right: -25px;
    width: 250px;
    height: 70%;
    border: 12px solid var(--theme-color);
    border-radius: 20px;
    z-index: -1;
}
.about-right {
    position: relative;
    display: block;
    direction: ltr;
    text-align: left;
}
.site-heading {
    /* margin-bottom: 50px; */
    position: relative;
    z-index: 1;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 25px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
    border-bottom: 2px solid var(--theme-color);
    margin-bottom: 5rem;
}
.site-title-tagline i {
    line-height: 0;
    font-size: 25px;
    margin-right: 1rem;
}
.fa-book-open-reader:before, .fa-book-reader:before {
    content: "\f5da";
   
}
.fa-book-open:before {
    content: "\f518";
     margin-left: 1rem!important;
     color:var(--theme-color) ;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    color: var(--color-dark);
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}
.site-title span {
    color: var(--theme-color);
}
.about-content {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom:none;
}
.about-item {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}
.about-item-icon {
    width: 70px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 12px;
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 45px;
    color: var(--theme-color);
    box-shadow: -5px 5px 0 var(--theme-color-light);
}
.about-item-icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}
.about-item-content {
    flex: 1;
}
.about-item-content h5 {
    font-size: 22px;
    margin-bottom: 5px;
}
.about-item {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}
.about-quote {
    position: relative;
    color: var(--color-dark);
    padding: 20px 22px;
    background: var(--theme-color-light);
    border-radius: 20px;
}
.about-quote i {
    position: absolute;
    font-size: 45px;
    color: var(--theme-color);
    right: 15px;
    bottom: -15px;
}
.fa-quote-right-alt:before, .fa-quote-right:before {
    content: "\f10e";
}
/* .about-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
} */
.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--theme-color2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.theme-btn i {
    margin-left: 5px;
}
.fa-arrow-right-long:before, .fa-long-arrow-right:before {
    content: "\f178";
}
.about-phone {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-phone .icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: var(--theme-color2);
    color: var(--color-white);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: -5px 5px 0 var(--theme-color-light);
}
.fa-light, .fal {
    font-weight: 300;
}
.fa-headset:before {
    content: "\f590";
}
.about-phone .number {
    line-height: 1;
}
.about-phone .number span {
    color: var(--theme-color2);
    font-weight: 500;
}
.about-phone .number h6 {
    font-size: 20px;
    margin-top: 8px;
}





.button:active {
  transform: scale(0.96);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #012970 20%, transparent 30%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #012970 15%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}
 


@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #012970 15%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%);
  background-size:12% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}
 

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


.about-bottom {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 12px;
    margin-top: 0;
    align-items: center; /* مهم: همترازی عمودی */
    justify-content: space-between;
}

.about-bottom .button {
  position: relative;
    padding: 12px 42px;
    line-height: 1.1;
    font-size: 14px;
    border-radius: 6px;
    background-color: #c7a35e;
    color: #012970;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
     box-shadow: 0 4px 8px 0 rgba(5, 94, 204, 0.3), 0 6px 20px 0 rgba(5, 94, 204, 0.3);
     font-weight: 800;
}

.about-phone .number h6 {
    font-size: 18px;
    margin-top: 0;
}

.about-phone .number span {
    font-size: 14px;
}
@media (max-width: 767.98px) { 
    .about-bottom .button {

    padding: 10px 32px;
   
}
.about-left::before {
    content: "";
    
    height: 150px;
   
}
  .mbs{
    margin-top: 5rem;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 6rem;
  }
  .site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
    border-bottom: 2px solid var(--theme-color);
}
.site-title-tagline i {
    line-height: 0;
    font-size: 18px;
}
#head{
  padding-top: 0!important;
}
}











.card1 .card1-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.5rem 1rem; /* فاصله چپ و راست بیشتر */
    gap: 20rem; /* فاصله بین دو عنصر (اگر مرورگر پشتیبانی کند) */
}

.card1 .card1-footer .price {
    margin-right: auto; /* این مقدار را به چپ هل می‌دهد */
    white-space: nowrap;
}

.card1 .card1-footer .stats {
    margin-left: auto; /* این مقدار را به راست هل می‌دهد */
    white-space: nowrap;
}
.card1{
    /* box-shadow: 0 1px 4px 0 rgb(0 0 0/14%); */

    box-shadow: rgb(255, 214, 88) 0px 10px 15px -3px, #012970 0px 4px 6px -2px;

}

.card1 .card1-header.card1-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
}

.card1 .card1-header.card1-header-image img{
    width: 100%;
    border-radius: 6px;
    pointer-events: none;
    /* box-shadow: 0 5px 15px -8px rgb(0 0 0/24%), 0 8px 10px -5px rgb(0 0 0/20%); */
   
    /* box-shadow: #012970 0px 12px 28px 0px, rgb(255, 214, 88) 0px 2px 4px 0px, rgb(255, 214, 88) 0px 0px 0px 1px ; */
box-shadow:#012970 0px 12px 25px 0px, rgb(255, 214, 88) 0px 2px 0px 0px, rgb(255, 214, 88) 0px 0px 0px 2px;
    margin-bottom: 10px;
    z-index: 999;
}

.card1 .card1-footer{
    background: transparent;
}

.card1-product .price h4{
    font-size: 18px;
    color: #999;

    font-weight: 300;
}

.card1 .card1-footer .stats p {
    color: #999;
    font-size: 22px;
}
.card1-description{
    color:  #999;
 
    font-weight: 300;
}

h4.card1-title {
    color: #3c4858;
   
    font-weight: 300;
}

.card1 .card1-body {
    position: relative;
}
.card1 .card1-actions{
    position: absolute;
    z-index: 0;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
}

.card1[data-header-animation=true]{
   transform: translateZ(0);
   transition: all .3s cubic-bezier(.34, 1.61, .7 , 1);
}

.card1:hover [data-header-animation=true]{
    transform: translate3d(0, -50px , 0);
}
.card1-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.card1-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}













/* tamas ali */
.enroll-area {
    position: relative;
    background-image: url(../images/image1/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.enroll-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color2);
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.enroll-left {
    margin-right: 30px;
}
.enroll-form {
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}
.enroll-form-header {
    border-radius: 10px 10px 50px 50px;
    padding: 10px 25px;
    border-bottom: 5px solid var(--theme-color2);
    background: var(--theme-color);
}
.enroll-form-header h3 {
    color: var(--color-white);
}
.enroll-form-header p {
    color: var(--color-white);
}
.enroll-form form {
    padding: 30px;
}
.enroll-form .form-group {
    margin-bottom: 5px;
}
.enroll-form .form-group .form-control {
    padding: 8px 22px;
    font-size: 16px;
    border-radius: 8px;
    color: #6C757D;
    background-color: var(--theme-bg-light);
    border: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--theme-color2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.theme-btn i {
    margin-left: 5px;
}
.fa-arrow-right-long:before, .fa-long-arrow-right:before {
    content: "\f178";
}
.site-heading {
    /* margin-bottom: 50px; */
    position: relative;
    z-index: 1;
  
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing:0;
      font-size: 25px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
    border-bottom: 4px solid var(--theme-color);
}
.site-title-tagline i {
    line-height: 0;
    font-size: 20px;
}
.fa-book-open-reader:before, .fa-book-reader:before {
    content: "\f5da";
}
.site-title {
    font-weight:500;
    text-transform: capitalize;
    font-size: 22px;
    color: var(--color-dark);
    margin-top: 15px;
    margin-bottom: 0;
    position: relative;
}
.site-title span {
    color: var(--theme-color);
}
.site-title span {
    color: var(--theme-color);
}
.progress-box {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.progress-box h5 {
    color: var(--color-white);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.progress-box .progress {
    height: 8px;
    background: var(--color-white);
    border-radius: 50px;
}
.progress-box .progress .progress-bar {
    background: var(--theme-color);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--theme-color2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.theme-btn i {
    margin-left: 5px;
}
.py-130{
  padding: 20px;
}



















.card2__description {
    position: absolute;
    bottom: 20px;
    /* قبل: right: -240px; */
    left: -240px; /* شروع از بیرون سمت چپ */
    width: 220px;
    height: 280px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    z-index: 2;
    box-shadow: 0 10px 30px #012970;
    opacity: 0; /* شفاف در ابتدا */
    transform: translateX(0); /* مهم برای انیمیشن */
    
    /* انیمیشن ورود و هاور */
    transition: 
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease;
}

/* انیمیشن ورود از راست (موقع لود صفحه) */
.card2__description {
    animation: descriptionSlideIn 0.6s ease-out forwards 0.3s;
}

@keyframes descriptionSlideIn {
    to {
        /* قبل: right: -30px; */
        left: -22px; /* وارد شود از چپ به داخل */
        opacity: 1;
    }
}

/* افکت هاور: فقط روی کادر مشخصات وقتی روی کارت هاور شد */
.card2:hover .card2__description {
   /* قبل: right: -15px; */
    left: 32px; /* بیشتر به چپ برود */
    transform: translateX(-15px); /* حرکت نرم به سمت چپ */
}




.card2 {
    position: relative;
    width: 320px;
    height: 400px;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 
        0 8px 15px rgba(12, 5, 209, 0.15),   /* سایه اصلی: نرم‌تر و کم‌عمق‌تر */
        0 4px 6px rgba(25, 1, 210, 0.1);    /* سایه ثانویه: بسیار ملایم */
    background-color: #012970;
    border: 3px solid transparent;
    background: 
        linear-gradient(45deg,) padding-box,
        linear-gradient(45deg, #012970, #c7a35e) border-box;
    background-clip: padding-box, border-box;
}
.card2__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 16px;
    padding: 0.5rem;
}

/* .card2__description {
    position: absolute;
    bottom: 20px;
    right: -30px; 
    width: 220px;
    height: 280px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    z-index: 2;
    box-shadow: 0 10px 30px #012970;
    transform: translateY(0); 
    transition: transform 0.3s ease;
} */

.card2__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    direction: ltr;
}

.card2__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.card2__rating {
    display: flex;
    gap: 4px;
}

.card2__price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.card2__title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px 0;
}

.card2__subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.colors {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.color__title {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
}

.color__container {
    display: flex;
    gap: 8px;
}

.color__item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
}

.color__item:nth-of-type(1) { border-color: #36D1E7; }
.color__item:nth-of-type(2) { background-color: #394282; }
.color__item:nth-of-type(3) { border-color: #6BDA94; }
.color__item:nth-of-type(4) { border-color: #FBCB61; }
.color__item:nth-of-type(5) { border-color: #6A73CF; }

.card2__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 8px;
    color: white;
    background: linear-gradient(to right, #012970, #c7a35e);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    border: none;
    transition: 0.3s ease;
}

.card2__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}



section {
    display: block;
    position: relative;
    padding: 80px 0;
    border-bottom: none!important;
    background-color: #fff;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}


















/* footer */
#footer address .footer-sprite {
    margin-bottom: 20px;
    padding-left: 30px;
    background: none !important;
}



/* donbale mouse */
.cursor-trail {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999999;
  }
  .cursor-trail span {
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }


/* 
  parallax */
  	.overlay.dark-8 {
    background-color: #0129708a!important;
}
    .social-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 30px 0;
        gap: 30px; /* فاصله بین آیتم‌ها */
        list-style: none;
        margin: 0;
    }

    .social-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #c7a35e;
        text-decoration: none;
        flex: 1;
        min-width: 140px; /* حداقل عرض برای ریسپانسیو */
        max-width: 160px;
        transition: all 0.3s ease;
    }

    .social-item:hover {
        transform: translateY(-5px);
    }

    .social-item i {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .social-item h4 {
        font-size: 1rem;
        margin: 5px 0;
        font-weight: 600;
    }

    .social-item span {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
    }

    /* ریسپانسیو: در موبایل به صورت شبکه‌ای با 2 یا 3 ستون */
    @media (max-width: 768px) {
        .social-row {
            gap: 20px;
            padding: 40px 0;
        }
        .social-item {
            min-width: 120px;
            font-size: 0.9rem;
        }
    }

    @media (max-width: 576px) {
        .social-row {
            flex-direction: row;
            flex-wrap: wrap;
        }
        .social-item {
            flex: 0 0 calc(48%);
            min-width: auto;
        }
    }





    /* <!-- blogs --> */
 
  /* استایل عمومی برای اسلایدر و باکس‌ها */
  
  #news .owl-carousel .img-hover {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 105, 148, 0.15); /* سایه آبی ملایم */
    transition: all 0.3s ease;
    padding: 15px;
    border: 1px solid #e0f0f7;
   
  }

  #news .owl-carousel .img-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 123, 255, 0.25);
    border-color: #0d6efd;
  }

  #news .owl-carousel .img-hover img {
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

  #news .owl-carousel .img-hover:hover img {
    transform: scale(1.05);
  }

  #news .owl-carousel h4 a {
    color: #c7a35e;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  #news .owl-carousel h4 a:hover {
    color: #0b5ed7;
  }

  #news .owl-carousel p {
    color: #495057;
    line-height: 1.6;
    font-size: 14px;
  }

  #news .owl-carousel ul {
    margin-top: 10px;
  }

  #news .owl-carousel ul li i {
    color: #dcb55e;
  }

  #news .owl-carousel ul li a {
    color: #6c757d;
  }

  #news .owl-carousel ul li a span {
    color: #0d6efd !important;
  }

  /* هدر و خط */
  #news h2.t-c {
    color: #0d6efd;
    font-weight: 600;
  }

  #news .hrstyle {
    border: 1px solid #0d6efd;
    width: 60px;
    margin: 10px auto 30px;
  }

  /* دکمه‌های اسلایدر (Navigation) */
  #news .owl-buttons div {
    background-color: #0d6efd !important;
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #news .owl-buttons div:before {
    color: white !important;
    font-size: 18px;
  }

  #news .owl-buttons div:hover {
    background-color: #0b5ed7 !important;
  }










/* contactuspage */

  .py-120 {
    padding: 120px 0;
}
.contact-content {
    margin-bottom: 50px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
    background: var(--color-white);
box-shadow: rgba(9, 26, 180, 0.19) 0px 10px 20px, rgba(4, 16, 126, 0.23) 0px 6px 6px;
    transition: var(--transition);
}
.contact-info::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: var(--theme-color);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    height: 20px;
    z-index: -1;
}

.contact-info-icon {
    font-size: 35px;
    color: var(--color-white);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    background: var(--theme-color);
}
.contact-info-icon::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 3px solid var(--theme-color);
    border-radius: 40px;
}
.fa-light, .fal {
    font-weight: 300;
}
.fa-map-location-dot:before, .fa-map-marked-alt:before {
    content: "\f5a0";
}
.contact-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color-dark);
}
.contact-info p {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 16px;
}
.contact-wrapper {
    position: relative;
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: rgba(8, 8, 206, 0.25)0px 50px 100px -20px, rgba(7, 17, 220, 0.3) 0px 30px 60px -30px, rgba(19, 98, 178, 0.35) 0px -2px 6px 0px inset;

    z-index: 1;
}
.contact-img {
    position: relative;
    padding-left: 20px;
}
.contact-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: var(--theme-color);
    border-radius: 10px 0 0 10px;
    clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
}
.contact-img img {
    width: 100%;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);
}
.align-self-center {
    align-self: center!important;
}
.contact-form {
    padding: 25px;
}
.contact-form-header {
    margin-bottom: 30px;
}
.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-dark);
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group .form-control {
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: var(--transition);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow:  rgba(8, 8, 206, 0.25)0px 50px 100px -20px, rgba(7, 17, 220, 0.3) 0px 30px 60px -30px, rgba(19, 98, 178, 0.35) 0px -2px 6px 0px inset;;
    z-index: 1;
}
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--theme-color2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.theme-btn i {
    margin-left: 5px;
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important;
}


/* :root {

  
    --theme-color: #FDA31B;
    --theme-color2: #116E63;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --theme-bg-light: #F2F3F5;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #19232B;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #012758;
    --footer-bg2: #116E63;
    --footer-text-color: #F5FAFF;
} */
.fa-map-location-dot:before, .fa-map-marked-alt:before {
    content: "\f5a0";
}



/* aboutuspage */
.about-section {
    position: relative;
}
.padding {
    padding: 50px 0;
}
.section-heading h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    display: block;
    letter-spacing: -1px;
}
.about-content p {
    margin-bottom: 20px;
}
.about-list {
    margin-bottom: 20px;
}
.about-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.about-list li i {
    color: #012970;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #012970;
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}
.fa-check:before {
    content: "\f00c";
}

.about-list-content {
    flex: 1;
}
.about-list li h3 {
    margin-bottom: 0;
}
.about-content p {
    margin-bottom: 20px;
}
.about-list li:last-child {
    margin-bottom: 0;
}
.about-btn li {
    display: inline-flex;
    align-items: center;
}
.about-btn li a {
    margin-right: 30px;
}
.default-btn {
    display: inline-block;
    background: var(--secondary);
    color: var(--primary);
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.default-btn span {
    background: var(--primary) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.about-btn li .whatsapp {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}
.about-btn li .whatsapp {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}
.fa-solid, .fas {
    font-weight: 900;
}
.about-bg-wrap {
    position: relative;
    z-index: 1;
}
.about-bg-wrap {
    position: relative;
    z-index: 1;
}
.about-bg-wrap .exp-box h3 {
    color: var(--secondary);
    display: block;
    font-size: 62px;
    line-height: 42px;
    margin: 0;
}
.about-bg-wrap .front {
    transform: translateY(120px);
}
.about-bg-wrap .exp-box {
    background-color:#012970;
    padding: 30px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 140px;
    top: 40px;
    z-index: 1;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
.about-bg-wrap .exp-box h3 {
    color: var(--secondary);
    display: block;
    font-size: 62px;
    line-height: 42px;
    margin: 0;
}
.about-bg-wrap .exp-box h3 span {
    color: var(--primary);
    display: block;
    font-size: 15px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}
element.style {
    will-change: transform;
    transform: translate3d(0px, -17px, 0px);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
}
.about-bg-wrap .img-2 {
    width: 370px;
    height: auto;
    position: absolute;
    left: 240px;
    top: 0;
    border-radius: 2px;
    z-index: -1;
}







@keyframes rotateIn {
    from {
        transform: rotate(-90deg) scale(0);
        opacity: 0;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

.rotateIn {
    animation: rotateIn 0.8s ease-out forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeInUp {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}
/* افکت hover برای عکس‌های داخل about-bg-wrap */
.about-bg-wrap .img-1,
.about-bg-wrap .img-2 {
    transition: all 0.4s ease;
    box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(5, 13, 242, 0.12) 0px -12px 30px, rgba(4, 64, 205, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border: 3px solid transparent; /* برای جلوگیری از جابجایی هنگام hover */
}

/* .about-bg-wrap .img-1:hover,
.about-bg-wrap .img-2:hover {
    transform: scale(1.05); /* بزرگ‌تر شدن ملایم */
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(7, 25, 223, 0.12) 0px -12px 30px, rgba(5, 73, 209, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    /* border-color: #012970; حاشیه آبی برای برجسته‌تر شدن */
    /* z-index: 10; بالا آمدن روی سایر المان‌ها */
    /* position: relative; برای کار کردن z-index */
/* } */







/* blogpage */

.product-card {
        position: relative;
        margin: 10px 0px;
        z-index: 1;
        display: block;
        background: #FFFFFF;
        height: 380px;
        /* box-shadow: 12px 15px 20px 0px rgba(7, 108, 191, 0.15); */
        box-shadow: rgba(28, 46, 209, 0.35) 0px 5px 15px;
    
        transition: all 0.3s ease;
    }
    
    .product-card:hover {
        box-shadow: 2px 4px 8px 0px rgba(13, 96, 164, 0.2);
        
    }
    
    .product-card .card-thumbnail {
        background: #000000;
        /* height: 400px; */
        overflow: hidden;
    }
    
    .product-card .card-thumbnail img {
        display: block;
        width: 120%;
        -webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);
        -o-transition: all .3s cubic-bezier(0, .5, .5, 1);
        transition: all .3s cubic-bezier(0, .5, .5, 1);
    }
    
    .product-card:hover .card-thumbnail img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .6;
    }
    
    .fa-send:before {
        color: #fff;
        position: absolute;
        top: 15px;
        left: 13px;
    }
    
    .product-card .card-content {
        position: absolute;
        bottom: 0;
        background: #FFFFFF;
        width: 100%;
        padding: 20px 20px;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    }
    
    .product-card .card-content .send {
        position: absolute;
        top: -30px;
        right: 10px;
        height: 60px;
        width: 60px;
        background: #197;
        border-radius: 50%;
        cursor: pointer;
        transition: all 1s ease;
        transition-delay: 0.3s;
        opacity: 0;
    }
    
    .product-card:hover .card-content .send {
        opacity: 1;
    }
    
    .product-card .card-content .card-title {
        margin: 0;
        padding: 0 0 10px;
        color: #333333;
        font-size:15px;
        font-weight: 700;
        text-transform: capitalize;
    }
    
    .product-card .card-content .card-sub-title {
        margin: 0;
        padding: 0 0 20px;
        color: #666666;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .product-card .card-content .description {
        color: #666666;
        font-size: 12px;
        line-height: 1.8em;
        display: none;
        /* height: 0px; */
    }
    
    .product-card .card-content .post-meta {
        margin: 30px 0 0;
        color: #999999;
    }
    
    .product-card .card-content .post-meta .time-stamp {
        margin: 0 80px 0 0;
    }
    
    .product-card .card-content .post-meta a {
        color: inherit;
        text-decoration: none;
    }

/* Pagination Styles */
.pagination-container {
    margin-top: 30px;
}

.pagination {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-item {
    margin: 0 2px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    border-radius: .25rem;
    transition: all 0.3s ease;
}

.page-link:hover {
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.prev .page-link,
.page-item.next .page-link {
    font-weight: bold;
}




/* detaiblogpage */





.nav-tabs.nav-bottom-border>li.active>a, .nav-tabs.nav-bottom-border>li.active>a:hover {
    border-bottom-color: #c7a35e !important;
}
@media only screen and (max-width: 767px) {
div.side-nav .side-nav-head>h4 {
    line-height: 44px;
    padding-right: 180px!important;
    margin: 0;
}
}


/* productdetail */




.pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #c7a35e;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #c7a35e;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c7a35e;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 30px;
    height: 30px;
    background: #012970;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #c7a35e;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius:3px; 
}
.product-count .qtyplus {
	border-radius: 3px; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}
/* راست‌چین */


/* جابجایی عکس و توضیحات - با تغییر در HTML انجام می‌شود */





/* استایل‌های رنگی */
.round-black-btn {
    background: #012970;
    border: solid 2px #012970;
    color:#c7a35e ;
}

.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #012970;
    border: solid 2px #012970;
}

.rate > input:checked ~ label {
    color: #c7a35e;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #c7a35e;
}

.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #c7a35e;
    color: #012970;
    font-weight: bold;
}

.heading-section h2 {
    color: #012970;
}

.product-dtl label {
    color: #012970;
}



/* product tozih */
  .nav-tabs {
            border-bottom: 3px solid #eaeaea;
            margin-bottom: 20px;
            /* display: flex; */
            justify-content: flex-start;
        }
        .nav-tabs .nav-link {
            color: #495057;
            font-weight: 600;
            padding: 15px 25px;
            border: none;
            border-bottom: 3px solid transparent;
            transition: all 0.3s;
            margin-left: 5px;
        }
        .nav-tabs .nav-link.active {
            color: #012970;
            background-color: transparent;
            border-color: #012970;
        }
        .nav-tabs .nav-link:hover {
            border-color: #8a9bb3;
            background-color: #f8f9fa;
        }
        .tab-content {
            padding: 25px;
            border: 1px solid #eaeaea;
            border-top: none;
            border-radius: 0 0 10px 10px;
            min-height: 400px;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        .review-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 12px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 25px;
            border: 1px solid #eaeaea;
        }
        .review-heading {
            color: #012970;
            border-bottom: 2px solid #012970;
            padding-bottom: 15px;
            margin-top: 0;
            font-weight: 700;
        }
        .rate {
            display: flex;
            flex-direction: row-reverse;
            justify-content: start;
        }
        .rate input {
            display: none;
        }
        .rate label {
            float: right;
            font-size: 28px;
            color: #ccc;
            cursor: pointer;
            transition: color 0.3s;
            margin-left: 5px;
        }
        .rate label:hover,
        .rate label:hover ~ label,
        .rate input:checked ~ label {
            color: #c7a35e;
        }
        .round-black-btn {
            border-radius: 6px;
            background: #012970;
            color: #c7a35e;
            padding: 12px 25px;
            border: none;
            transition: all 0.3s;
            font-weight: 600;
            
            /* width: 100%; */
        }
        .round-black-btn:hover {
            background: #0349a8;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(1, 41, 112, 0.3);
        }
        .table th {
            background-color: #012970;
            color: white;
        }
        .table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(1, 41, 112, 0.05);
        }
        .table-hover tbody tr:hover {
            background-color: rgba(1, 41, 112, 0.1);
        }
        .product-img {
            width: 100%;
            border-radius: 10px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .feature-list {
            list-style: none;
            padding: 0;
        }
        .feature-list li {
            padding: 10px 0;
            border-bottom: 1px dashed #eaeaea;
            position: relative;
            padding-right: 30px;
        }
        .feature-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #012970;
            position: absolute;
            right: 0;
            top: 12px;
        }
        .mb-20 {
            margin-bottom: 20px;
        }
        @media (max-width: 992px) {
            .col-md-4 {
                margin-bottom: 25px;
            }
            .nav-tabs {
                justify-content: center;
            }
        }
        .tab-pane h3 {
            color: #012970;
            border-bottom: 2px solid #012970;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }
        .debug-info {
            background-color: #f8d7da;
            color: #721c24;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            display: none;
        }


/* product tozih */



.sidebar-section {
    /* ... */
    background: rgba(255, 255, 255, 0.7); /* نیمه شفاف */
    backdrop-filter: blur(10px); /* افکت مات کردن پس‌زمینه */
    border: 1px solid rgba(220, 181, 94, 0.2); /* حاشیه نیمه شفاف */
}
/* عنوان سایدبار — خط کامل + زمینه رنگی در هاور */
.sidebar-title {
    position: relative;
    text-align: center; /* ✅ تیتر در وسط */
    font-weight: 700;
    color: var(--primary); /* رنگ آبی تیره */
    font-size: 16px;
    margin: 25px 0 20px;
    padding: 12px 0; /* ✅ padding افقی حذف شد تا متن و خط در عرض کامل باشند */
    transition: background-color 0.3s ease;
    width: 100%; /* ✅ اطمینان از پر کردن عرض */
    box-sizing: border-box; /* ✅ برای در نظر گرفتن padding در عرض */
}

/* خط ثابت زیر تیتر — در عرض کامل */
.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; /* ✅ خط از لبه به لبه */
    height: 2px;
    background-color: var(--secondary); /* رنگ طلایی */
    transition: opacity 0.3s ease;
}

.sidebar-section:hover .sidebar-title {
    /* حذف: background-color: var(--secondary); */
    background: linear-gradient(90deg, var(--secondary) 0%, #c7a35e 100%);
    color: var(--primary);
    border-radius: 8px;
}

.sidebar-section:hover .sidebar-title::after {
    opacity: 0; /* ✅ خط ناپدید می‌شود */
}
.badge-count {
    display: inline-block;
    background: var(--primary);
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-right: 8px; /* چون RTL */
    font-weight: 600;
}









.product-info-tabs .nav-tabs .nav-link.active {
    border-color: #012970;
    color: #012970;
}


 

 .color-picker-container {
      display: inline-flex;
      align-items: stretch; /* ارتفاع هر دو بخش یکسان شود */
      gap: 0; /* بدون فاصله بین دو بخش */
      border-radius: 8px;
      overflow: hidden; /* برای گرد کردن گوشه‌ها به صورت یکپارچه */
      box-shadow: rgba(81, 117, 149, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
      direction: rtl;
    }

    .select-wrapper {
      flex: 1;
      position: relative;
    }

    .select-wrapper select {
        border: 1px solid gray!important;
      width: 100%;
      height: 100%;
      padding: 12px 16px;
      font-size: 16px;
      border: none;
      /* background-color: #007bff; */
      color: gray;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-align: center;
     
    }

    .select-wrapper select:hover {
      background-color: white;
    }

    .color-label {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 8px;
      background-color: #012970;
      color: #c7a35e;
      font-weight: bold;
      font-size: 14px;
      white-space: nowrap;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .color-label:hover {
      background-color: #012970;
    }

    /* فلش داخلی (اختیاری) */
    /* .select-wrapper::after {
      content: '▼';
      font-size: 12px;
      color: white;
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    } */

    /* لیبل بالای فیلد */
    label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
     
    }
    .color-picker-container {
  height: 31px; /* یا هر مقدار دلخواه — مثلاً 32px, 40px */
}
.select-wrapper select {
  padding: 6px 12px;     /* کمتر از قبل — قبلی: 12px 16px */
  font-size: 14px;       /* کوچک‌تر — قبلی: 16px */
  line-height: 1.2;      /* برای جلوگیری از قطع شدن متن */
  height: 100%;          /* برای پر کردن ارتفاع کانتینر */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-weight:600;
	color:#414141;

	margin: 0 0 0 0;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
}
body {
	color:#666;
	background-color:#fff;
	
	-webkit-font-smoothing: antialiased;

	font-size:16px; line-height:1.5;
	margin:0; padding:0;
}




/* ********************** */
#header {
	font-size: 19px!important;
}
#topNav  .sty1 {
    float: right;
    margin-right: 150px;
} 


#topMain.nav-pills > li > a.dropdown-toggle {
	padding-right: 40px!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


#topMain.nav-pills > li > a.dropdown-toggle::after {
	display: block;
	content: none!important;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -5px 0 0;
	font-family: FontAwesome;
	font-size: 12px;
	opacity: .3;
	line-height: 1em;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}

.stylogo{
    width: 8rem; height: 8rem;
}
@media (max-width: 991.98px) { 
    .stylogo{
    width: 4rem; height: 4rem!important;
}
 }




 #header ul.nav-second-main li i {
    font-size: 18px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity:0.9;
    color:#c7a35e;
    filter: alpha(opacity=60);
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}


.badge.badge-corner {
    top: -14px !important;
    border-radius: 20%;
   
}
#header ul.nav-second-main li .badge {
    padding: 1px 6px!important;
}

/* === تغییرات هنگام اسکرول === */
#topNav.scrolled {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#topNav.scrolled .navbar-brand img.stylogo {
    width: 3rem;
    height: 3rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === استایل اولیه لوگو (اختیاری - برای اطمینان) === */
.navbar-brand img.stylogo {
    width: 8rem;
    height: 8rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    min-height: 20rem; /* حفظ ارتفاع ثابت */
}

.feature-icon {
    margin-bottom: 15px;
}

.feature-content h4,
.feature-content p {
    margin: 5px 0;
}

.feature-wrapper .row {
    row-gap: 20px; /* فاصله عمودی در موبایل */
}



 @media (max-width: 991px) {
   .about-experience {
    left: 190px;
    right: 1.5px;
}
.about-left::after {
    right: 1px;
    top: -14px;
}
.about-left {
   
    padding-right:0 !important;
   
}

 }
@media (max-width: 767.98px) {
   
    /* هدر را ثابت کن */
    #header.sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: 100% !important;
        z-index: 1031 !important;
        background: #012970 !important;
    }

    /* فضای جبرانی: به کل #wrapper فضای بالا بده */
    #wrapper {
        padding-top: 60px !important; /* ارتفاع هدر موبایل */
    }

    /* اختیاری: ارتفاع اسلایدر را در موبایل کمی کاهش بده تا صفحه طبیعی‌تر به نظر برسد */
    .slider.fullwidthbanner-container,
    .tp-banner-container,
    .fullwidthbanner {
        height: 280px !important;
    }
}


.button {
  position: relative;
  padding: 12px 42px;
  line-height: 1.1;
  font-size: 14px;
  border-radius: 6px;
  background-color: #c7a35e;
  color: #012970;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 8px 0 rgba(5, 94, 204, 0.3), 0 6px 20px 0 rgba(5, 94, 204, 0.3);
  font-weight: 800;

}

.button:hover {
  background-color: #012970;
  color: #c7a35e;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px 0 rgba(5, 94, 204, 0.4), 0 8px 25px 0 rgba(5, 94, 204, 0.4);
}

/* افکت حباب (اگر در CSS شما وجود دارد) */
.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #012970 20%, transparent 30%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #012970 15%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.button:hover:after {
  bottom: -70%;
  background-image: radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #012970 15%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%),
    radial-gradient(circle, #012970 20%, transparent 20%);
  background-size: 12% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}





.vibrant-wallet-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: linear-gradient(135deg, #00f7ff, #012970, #c7a35e, #c7a35e);
  background-size: 300% 300%;
  animation: gradientShift 3s ease infinite;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V242.1c0-14.8-6.7-28.4-17.7-37.3L381.7 113.3C370.7 104.4 356.3 96 336 96H64zM336 192c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V242.1c0-14.8-6.7-28.4-17.7-37.3L381.7 113.3C370.7 104.4 356.3 96 336 96H64zM336 192c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: drop-shadow(0 0 8px rgba(0, 247, 255, 0.6)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}










/* استایل‌های جدید برای بخش شبکه‌های اجتماعی */
.social-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 58px;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 20px 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(220, 181, 94, 0.3);
    transition: all 0.3s ease;
    min-width: 120px;
    position: relative;
    overflow: hidden;
}

.social-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c7a35e, #012970);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.social-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(1, 41, 112, 0.3);
}

.social-item:hover::before {
    transform: scaleX(1);
}

.social-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 5px;
    background: linear-gradient(45deg, #c7a35e, #012970);
    transition: all 0.3s ease;
}

.social-item:hover img {
    transform: scale(1.1);
    background: linear-gradient(45deg, #012970, #c7a35e);
}

.social-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
  
    transition: all 0.3s ease;
}

.social-item:hover h4 {
    color: #fff !important;
}

/* استایل‌های پاپ‌آپ */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #012970, #1c3d6d);
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 2px solid #c7a35e;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    color: #c7a35e;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(220, 181, 94, 0.2);
    transition: all 0.3s ease;
}

.popup-close:hover {
    background: #c7a35e;
    color: #012970;
    transform: rotate(90deg);
}

.popup-header {
    background: rgba(220, 181, 94, 0.1);
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(220, 181, 94, 0.3);
}

.popup-header i {
    font-size: 40px;
    color: #c7a35e;
    margin-bottom: 10px;
}

.popup-header h3 {
    color: #fff;
    margin: 0;
  
    font-size: 20px;
}

.popup-body {
    padding: 30px 20px;
    text-align: center;
}

#popupAddressText {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    border-right: 3px solid #c7a35e;
}

.popup-footer {
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

/* .popup-footer .button {
    flex: 1;
    padding: 10px;
    font-size: 12px;
} */

/* انیمیشن‌ها */
@keyframes popupIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.7);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.popup-content {
    animation: popupIn 0.3s ease-out;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .social-row {
        gap: 10px;
    }
    
    .social-item {
        min-width: 100px;
        padding: 15px 10px;
    }
    
    .social-item img {
        width: 35px;
        height: 35px;
    }
    
    .social-item h4 {
        font-size: 12px;
    }
    
    .popup-content {
        width: 95%;
        margin: 20px;
    }
    
    .popup-footer {
        flex-direction: column;
    }
}






.footer-logo-st{
   text-align: right;
}
 /* @media (max-width: 991px) {
    .footer-logo-st{
    margin-right: unset;
    text-align: right;
}
 } */


 

 /* english */
 .about-right *,
.about-right p,
.about-right h2,
.about-right h3,
.about-right span,
.about-right b,
.about-right .button,
.about-right .about-phone,
.about-right .about-bottom {
    direction: ltr;
    text-align: left;
}



@media (max-width: 800px) {
  #head .content {
    flex-direction: column-reverse;
  }
}


.description.ltr-text {
    text-align: left !important;
    direction: ltr !important;
}





body {
	color:#666;
	background-color:#fff;
	font-family:unset!important;
	-webkit-font-smoothing: antialiased;

	font-size:16px; line-height:1.5;
	margin:0; padding:0;
}



.font-lato {
	font-weight:300;
	font-family:'Lato',Arial,Helvetica,sans-serif !important;
/* font-family: 'B Yekan'!important; */
}

.card-price {
    display: flex;
    align-items: left;
    gap: 8px; /* فاصله بین قیمت‌ها */
    direction: ltr; /* برای جلوگیری از جابجایی اعداد در محیط فارسی */
}

.card-price .discounted {
    font-weight: 800;
    color: #012970; /* رنگ قرمز یا هر رنگی که دوست داری */
    font-size: 1.5rem;

}

.card-price .original {
    text-decoration: line-through;
    color: #999;
    /* font-size: 0.95em; */
}


/* ****** */
/* تغییر جزییات محصول */
/* استایل برای چیدمان موبایل - فقط برای Size و Color */
@media (max-width: 768px) {
    /* تنظیم سایز و رنگ در یک ردیف در موبایل */
    .hh .col-6 {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .product-price-discount{
        margin-bottom: 2rem;
    }
    /* تنظیمات ظاهری برای موبایل */
    .color-picker-container {
        width: 90%;
        max-width: 140px;
        margin: 0 auto;
        height: 35px;
    }
    
    .select-wrapper select {
        padding: 6px 8px;
        font-size: 14px;
    }
    
    .color-label {
        padding: 0 6px;
        font-size: 12px;
    }
    
    /* محصول کانت */
    .hh .col-md-6:first-child {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .product-count {
        margin-right: 0 !important;
        display: flex;
        justify-content: center;
    }
}

/* برای دسکتاپ - بدون تغییر */
@media (min-width: 769px) {
    .hh .col-md-3 {
        margin-bottom: 0;
    }
}

/* پاکسازی float در موبایل */
@media (max-width: 768px) {
    .hh::after {
        content: "";
        display: table;
        clear: both;
    }
}
/* تغییر جزییات محصول */
