@charset "UTF-8";
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/IRANSansWeb-e43cfbc1a67d90e910398ded8345cd32.eot) format('eot'), url(../fonts/IRANSansWeb-7ad4712a06deaddd16af3b402b87db0d.ttf) format('truetype'),
    url(../fonts/IRANSansWeb-7fd87b0ef317f31e81d6fa919919aabd.woff2) format('woff2'), url(../fonts/IRANSansWeb-10da947b0fc67e5da69ce64afdb8de60.woff) format('woff');
}
:root {
    --main-color: #855ABF;
}

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
    font-weight: 400;
    font-family: 'IRANSans', Inter, Helvetica, 'sans-serif';
    color: var(--main-color);
}
.navbar-nav {
    margin: 0 auto; /* برای قرار گرفتن در وسط */
}

/* دکمه سفارشی */
.btn-main {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 42px;
}

/* لینک‌های منو هنگام hover */
.navbar .nav-link:hover {
    color: var(--main-color);
}
.navbar-nav .nav-link {
    font-weight: 500 !important;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
}
.footer {
    background-color: rgba(133, 90, 191, 0.1); /* رنگ برند با 10٪ شفافیت */
}

.footer p {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

.footer img {
    max-height: 50px;
}
.footer-link:hover {
    color: var(--main-color);
}
/* استایل آیکون‌های شبکه اجتماعی */
.social-icon {
    text-decoration: none; /* حذف خط زیر لینک */
}
.social-icon img {
    transition: transform 0.3s ease, filter 0.3s ease;
    /*filter: brightness(0) saturate(100%) invert(32%) sepia(57%) saturate(643%) hue-rotate(240deg) brightness(90%) contrast(85%);*/
}

.social-icon:hover img {
    transform: scale(1.2);
    /*filter: brightness(0) saturate(100%) invert(53%) sepia(78%) saturate(330%) hue-rotate(242deg) brightness(100%) contrast(90%);*/
}
.slider-section {
    /*margin-top: -50px; !* کمی اسلایدر زیر منو رود *!*/
}

/* تصاویر تمام عرض و واکنش‌گرا */
.slider-section .carousel-inner img {
    width: 100%;
    height: 600px;
    display: block;
}

/* افکت نرم تغییر تصویر */
.carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
}
.slider-section .custom-prev,
.slider-section .custom-next {
    position: absolute;
    bottom: 10px;
    background: none;
    border: none;
    width: auto;
    height: auto;
}

.slider-section .custom-prev {
    left: 10px;
}

.slider-section .custom-next {
    right: 10px;
}

.slider-section .custom-prev svg,
.slider-section .custom-next svg {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

/* حذف آیکن پیش‌فرض bootstrap */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}
.info-title {
    font-weight: 700;        /* بولد */
    color: var(--main-color);
    font-size: 18px;         /* اندازه فونت */
    line-height: 1.5;        /* فاصله بین خطوط */
    margin-bottom: 1rem;     /* فاصله پایین (اختیاری) */
}
.info-description {
    font-weight: 500;        /* بولد */
    color: var(--main-color);
    font-size: 18px;         /* اندازه فونت */
    line-height: 1.5;        /* فاصله بین خطوط */
    margin-bottom: 1rem;     /* فاصله پایین (اختیاری) */
    text-align: justify;
}
.cta-section{
    height: 400px;
    background-color: #855ABF;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}
.cta-title {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}
.btn-cta {
    background-color: #fff;
    color: var(--main-color);
    font-weight: 700;
    border: none;
}
.btn-cta img{
    color: var(--main-color);
}
.btn-cta:hover {
    background-color: #f3f3f3;
    color: var(--main-color);
}
.accordion-button {
    font-weight: 500;
    color: #331E4F;
}

.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    color: #855ABF;
}

.accordion-body {
    color: #555;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    text-align: justify;
}

p {
    text-align: justify;
}

.color-black {
    color: #1a1d20;
}

.linear-bg {
    background: linear-gradient(to bottom, #edeaf2 0%, #a38dc100 100%);
}
.rounded-image {
    width: 100%;
    height: auto;
    border-radius: 50px; /* مقدار را هرچقدر خواستی زیاد/کم کن */
}
.project-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;            /* برای اینکه تصویر هم گرد شود */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.project-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;           /* برای اینکه تصویر درست کراپ شود */
}

.project-card-body {
    padding: 20px;
}

.project-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.project-desc {
    margin-bottom: 20px;
    line-height: 1.8;
}

.project-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}
.purple-border {
    border: 4px solid #A38DC1; 
    padding: 4px;            
    border-radius: 50%;       
}
.team-img {
    width: 150px;     
    height: 150px;
    object-fit: cover;
}
.news-card {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.news-banner {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
}
.news-title a {
    text-decoration: none;
}
.news-meta span {
    margin-left: 15px;
}
.comments-list .comment-item {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #eee;
}
.sidebar-widget {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.sidebar-list li {
    margin-bottom: 8px;
}
.sidebar-list li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.comment-form .form-control {
    border-radius: 12px;
}

.blog-wrapper .border-wrap {
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: #FFC300;
  color: #0D0D0F;
  font-size: 26px;
  line-height: 1.4;
  font-family: "iranyekan", sans-serif;
  font-weight: 600;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: #fff;
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: #3f4040;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  left: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: #fff;
  z-index: -1;
  opacity: .1;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: #FFC300;
  background-image: url("../img/quotepost.png");
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .post-meta span, .blog-wrapper .single-blog-post.format-quote .post-meta span {
  color: #0D0D0F !important;
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: right;
  overflow: hidden;
  margin-left: 30px;
  color: #0D0D0F !important;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
  color: #0D0D0F !important;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  color: #0D0D0F !important;
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 2px solid #ededed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: #3f4040;
}

.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
}

@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: #0D0D0F;
  display: inline-block;
  background-color: #FFC300;
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  color: #FFF;
  background-color: #3f4040;
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #202426;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-left: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-left: 15px;
  float: right;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-left: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 600;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-left: 3px;
  }
}