@font-face {
  font-family: "IranSans";
  src: url("../fonts/iransans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.shape {
  top: -33px;
  right: 0;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #f5f5f7;
  clip-path: path("M 0 0 L 40 0 A 40 40 0 0 0 0 40 Z");
  rotate: 180deg;
}
.left-shape {
  top: -76px;
  right: calc(100% - 40px);
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #f5f5f7;
  clip-path: path("M 0 0 L 40 0 A 40 40 0 0 0 0 40 Z");
  transform: rotate(360deg) scaleX(-1);
}
.navbar-custom {
  padding: 10px 30px;
  position: relative;
  height: 70px;
  font-size: 20px;
}

.btn-rounded {
  border-radius: 30px;
  padding: 8px 20px;
}

.icon-button {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);


}


.nav-link.active {
  background-color: rgba(173, 216, 230, 0.6);
  border-radius: 5px;
}

.custom-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@property --a {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}




.mobile-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #20b5a4;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  width: 60px;
}

.mobile-nav-item i {
  font-size: 20px;
  margin-bottom: 5px;
}

.mobile-nav-item:hover {
  color: #3c4847;
}


.mobile-nav-logo {
  width: 60px;
  height: 60px;
  background: #20b5a4;
  border-radius: 50%;
  padding: 8px;
  margin-top: -35px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

      @media (min-width: 1080px) {
        .mobile-navbar {
          display: none !important;
        }
      }
.navbar {
  --r: 26px;
  --s: 99px;
  --a: 47deg;
  height: 140px;
  padding: 0 !important;
  position: relative;
  top: -132px !important;
  z-index: 0;
  background: linear-gradient(to left, #dffff5 0%, #36eee0 50%, #dffff5 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.fake-radius {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.navbar-content {
  border-radius: 40px;
}

/* .navbar::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: calc(var(--s) / 2 + var(--r) / 4) 0 0 0;
  background: #f5f5f7;
  --_m: 0 / calc(2 * var(--r)) calc(2 * var(--r)) no-repeat
    radial-gradient(50% 50%, #000 calc(100% - 1px), #0000);
  --_d: (var(--s) + var(--r)) * cos(var(--a));
  mask: calc(50% + var(--_d)) var(--_m), calc(50% - var(--_d)) var(--_m),
    radial-gradient(
        var(--s) at 50% calc(-1 * sin(var(--a)) * var(--s)),
        #0000 100%,
        #000 calc(100% + 1px)
      )
      0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat,
    linear-gradient(
      90deg,
      #000 calc(50% - var(--_d)),
      #0000 0 calc(50% + var(--_d)),
      #000 0
    );
} */

.logo-container {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.nav-links {
  display: flex;
  gap: 2rem;
  z-index: 2;
  position: relative;
}
.nav-link {
  color: #ffffff;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #c6f2db;
}

.navbar-custom {
  background-color: #1f8f81;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  /* بالا بیاد روی shape */
}

@media (max-width: 1080px) {
  .hidden-nav {
    display: none !important;
  }
  .navbar-custom {
    display: none !important;
  }

  .shape,
  .left-shape {
    display: none !important;
  }
}

.btn-rounded {
  border-radius: 30px;
  padding: 8px 20px;
}

.icon-button {
  display: flex;
  align-items: center;
  gap: 8px;
}





      .hero-section {
        position: relative;
      }
      .hero-img {
        max-width: 750px;
        border-radius: 10px;
      }
      @media (max-width: 991px) {
        .hero-img {
          display: none !important;
        }
        .custom-input{
          font-size: 14px;
        }
      }
      .hero-title {
        font-size: 4.1rem;
        font-weight: bold;
      }
      .hero-title span {
        color: #1f8f81;
      }
      .custom-input {
        border-radius: 30px;
        border: 1px solid #ccc;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
      }
      .btn-custom {
        background-color: #1f8f81;
        color: white;
        border-radius: 30px;
        border: none;
        width: 185px;
      }
      .stats {
        background: linear-gradient(90deg, #1f8f81, #13a89b);
        border-radius: 20px;
        align-items: center;
        color: #fff;
        margin: 2px;
      }
      .stats-box {
          border-radius: 20px;
          padding: 15px;
          text-align: center;
          font-size: 14px;
          white-space: nowrap;
      }
      .stats-box b {
        display: block;
        font-size: 1.5rem;
        color: #fff;
      }
      .consult-box {
        background-color: #222;
        color: #fff;
        border-radius: 15px;
        padding: 15px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 0.9rem;
      }
      .consult-box small {
        color: #0ff;
      }

      .consult-box {
        position: fixed;
        bottom: 20px;
        width: 200px;
        background: #2b2b2b;
        color: #fff;
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
        z-index: 9999;
        font-family: "IRANSans", sans-serif;
        text-align: center;
        direction: rtl;
      }

      .consult-box h4 {
        color: #32dbc6;
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: bold;
      }

      .consult-box .phone {
        font-size: 18px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
      }

      .consult-box .phone i {
        color: #ccc;
        font-size: 18px;
      }

      .consult-box .btn-reserve {
        background-color: #32dbc6;
        color: #2b2b2b;
        padding: 10px;
        display: block;
        border-radius: 12px;
        margin-top: 16px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
      }

      .consult-box .btn-reserve:hover {
        background-color: #00a3b4;
      }

      .close-btn {
        position: absolute;
        top: 10px;
        right: 14px;
        color: #999;
        font-size: 24px;
        cursor: pointer;
        transition: color 0.3s ease;
      }

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

      @media (max-width: 576px) {
        .consult-box {
          display: none;
        }
        .consult-box h4 {
          font-size: 16px;
        }
        .consult-box .phone {
          font-size: 16px;
        }
      }




.btn-rounded {
  border-radius: 30px;
  padding: 8px 20px;
}

.icon-button {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link.active {
  background-color: rgba(173, 216, 230, 0.6);
  border-radius: 5px;
}

.custom-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.offcanvas-body {
  height: 100vh;
}
.offcanvas-fullscreen {
  width: 100vw !important;
}

.offcanvas-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.offcanvas-body li {
  margin: 1rem 0;
}

.offcanvas-body a,
.navbar-nav .nav-link {
  font-size: 1.1rem;
  color: rgb(92, 100, 112) !important;
  text-decoration: none !important;
}

.navbar-nav {
  text-align: right;
}

.navbar-nav .nav-item {
  margin-left: 1rem;
}
body {
  font-family: "IranSans", sans-serif;
  background-color: #007A75;
  background-image: linear-gradient(rgba(245, 245, 247, 0.9), rgba(245, 245, 247, 0.9)), url("../images/pattern.png");
  background-repeat: repeat;       
  background-size: 437px;
  margin: 0;
  padding: 0;
  color: #2c2f35;
  text-align: center;
}
.container {
  padding: 2rem 1rem;
  margin: auto;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

h2 {
  font-size: 2.2rem;
  margin: 1rem 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.highlight-img {
  width: 180px;
  height: 80px;
  object-fit: cover;
  border-radius: 40px;
  filter: grayscale(100%);
}
.highlight-img:hover {
  filter: grayscale(0%);
  transform: scale(1.2);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-filled {
  background-color: #4cb7b5;
  color: white;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

.btn-outline {
  border: 2px solid #cfd4dc;
  background: none;
  color: #5c6470;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
}

svg {
  width: 1.8rem;
  height: 1.8rem;
  stroke: #4cb7b5;
}

@media (max-width: 600px) {
  h1,
  h2 {
    font-size: 1.7rem;
  }

  .highlight-img {
    width: 120px;
    height: 60px;
  }
}

.title {
  font-size: 4.3rem;
  margin: 0.5rem 0;
  color: rgb(46, 50, 56);
}

@media (max-width: 600px) {
  .title {
    font-size: 2.7rem;
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-right {
  animation: slideInRight 1s ease-out forwards;
  opacity: 0;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  animation: slideInLeft 1s ease-out forwards;
  opacity: 0;
}

.english-btn {
  border-color: rgb(227, 229, 232);
}

section.services {
  padding: 120px 20px;
}

.services h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.services p {
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.scrolling-tags-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  overflow: hidden;
}

.scrolling-line {
  width: 100%;
  overflow: hidden;
  direction: ltr;
}

.scrolling-track {
  display: flex;
  width: max-content;
  animation: scroll-left 80s linear infinite;
}

.scrolling-line.line2 .scrolling-track {
  animation: scroll-right 80s linear infinite;
}

.scrolling-line.line3 .scrolling-track {
  animation: scroll-left 80s linear infinite;
}

.scrolling-track span {
  display: inline-block;
  padding: 0 30px;
  font-size: 29px;
  opacity: 0.3;
  white-space: nowrap;
}

.image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-box img {
  width: 250px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.image-box.vertical img:last-child {
  margin-bottom: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.swiper {
  direction: rtl;
  overflow: visible;
  padding: 0 5%;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  width: auto; /* مهم برای اینکه سایز به اندازه کارت باشه */
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* کارت پروژه */
.project-card {
  background: white;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  direction: rtl;
  margin: auto; /* اضافه‌شده برای وسط‌چینی دقیق */
}

.project-card img {
  max-width: 67%;
  height: auto;
  border-radius: 20px;
}

.project-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: right;
  flex: 1;
}

  @media (max-width: 768px) {
    .project-card {
      flex-direction: column-reverse;
      gap: 20px;
    }

    .project-card img {
      max-width: 100%;
    }
  }

.testimonial-scroll-container {
  height: calc(100vh * 4.2);
  position: relative;
    background: linear-gradient(#1f8f81, #13a89b), url(../static/images/pattern.png);
  overflow: hidden;
}

.testimonial-cards-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.testimonial-title {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: rgb(102, 213, 217);
  text-align: center;
}

.testimonial-card {
  position: absolute;
  width: 80%;
  max-width: 900px;
  height: auto;
  min-height: 400px;
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(300px) rotate(-15deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  padding: 30px;
  transition: none;
  overflow: hidden;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.testimonial-image {
  height: 100%;
  width: auto;
  max-width: 240px;
  border-radius: 12px;
  object-fit: cover;
}

.testimonial-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}

.testimonial-header {
  margin-bottom: 1.5rem;
}

.testimonial-name {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.testimonial-position {
  font-size: 1rem;
  color: #666;
}

.testimonial-description {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  text-align: justify;
}

/* ✅ ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .testimonial-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 220px;
    border-radius: 12px;
  }

  .testimonial-title {
    font-size: 2.5rem;
  }

  .testimonial-details {
    padding: 10px 0 0;
  }
}

.image-box {
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 12px;
  background: white;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* تصویر افقی */
.image-box.single-horizontal {
  width: 400px;
  height: 400px;
}

.image-box.single-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* تصویر عمودی */
.image-box.single-vertical {
  width: 300px;
  height: 400px;
}

.image-box.single-vertical img {
  width: 100%;
  height: 100%;
  display: block;
  background: white;
}

.image-box.vertical-double {
  height: 400px;
  width: 300px;
  flex-direction: column;
}

/* نیمه بالا و پایین */
.half-box {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* تصویر داخل نیمه */
.half-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* جعبه آمار */
.stat-box {
  color: white;
  font-size: 24px;
  font-weight: bold;
  flex-direction: column;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); /* حذف سایه اضافی داخل vertical-double */
}

/* استایل‌های مربوط به اسکرول */
.scrolling-tags-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}

.scrolling-line {
  width: 100%;
  padding: 20px 0;
}

.scrolling-track {
  display: flex;
  align-items: center;
  will-change: transform;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}

.team-card {
  margin: 10px;
  width: 300px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .team-card {
    width: 230px;
    height: 310px;
  }
}

.card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.team-card:hover .card-image img {
  filter: grayscale(0%);
}

.card-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background: white;
  border-radius: 16px;
  padding: 16px;
  direction: rtl;
  text-align: right;
  transition: transform 0.4s ease;
  z-index: 2;
  overflow: hidden;
  height: 50px;
}

.team-card:hover .card-info {
  height: 80px;
  transition: 0.5s;
}

.name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.role {
  font-size: 14px;
  color: gray;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 4px;
}

.team-card:hover .role {
  opacity: 1;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  padding: 40px 0;
  justify-content: center;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}
.blog-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  margin: 0 10px;
  max-width: 100%;
}

.blog-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

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

.card-body {
  padding: 1.5rem;
  text-align: right;
}

.category {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.blog-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-body {
    padding: 1rem;
  }
  .blog-title {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-title {
    font-size: 0.95rem;
  }
}

.faq-section {
  background-color: #2c2f35;
  padding: 10rem;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 5rem 1rem;
  }
}

.faq {
  max-width: 700px;
  margin: 0 auto;
  color: white;
}

.faq-item {
  border-bottom: 1px solid #444;
  padding: 1rem 0;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-icon {
  font-size: 1.5rem;
  color: #7d8daa;
  transition: transform 0.3s ease;
}

.faq-question {
  font-size: 1.1rem;
  flex: 1;
}

.faq-answer {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  margin-top: 0;
}

.faq-item.open .faq-answer {
  max-height: 500px; /* large enough for content */
  opacity: 1;
  margin-top: 0.75rem;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

/* ====== فوتر پارالاکس ====== */
.parallax-footer-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.parallax-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #1e1e1e, #0e0f11);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ccc;
  will-change: transform;
}

.contact-section {
  padding: 60px 0 60px;
  direction: rtl;
}

.contact-container {
  max-width: 100%;
  margin: auto;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-title h1 {
  font-size: 36px;
  color: #222;
  margin: 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #333;
}

.contact-item i {
  width: 24px;
  color: #555;
  text-align: center;
  font-size: 20px;
}
.contact-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none; /* حذف underline */
  color: inherit; /* همرنگ متن اطراف */
}

@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .contact-title h1 {
    font-size: 28px;
  }
}




@media (max-width: 991px) {
  .desktop-version {
    display: none;
  }
  .testimonial-description{
    font-size: 0.9rem;
  }
  .consult-box {
    bottom: 90px;
  }
    #raychat_widget {
    bottom: 70px;
  }
}
@media (min-width: 991px) {
  .mobile-version {
    display: none;
  }
}

    .section-title {
      color: white;
      text-align: center;
      margin-bottom: 30px;
    }
.ios-switch {
  display: flex;
  justify-content: center;
}

.switch-bg {
    position: relative;
    background: #00b39a;
    border-radius: 999px;
    display: flex;
    width: 350px;
    height: 80px;
    padding: 6px;
}

.switch-btn {
  flex: 1;
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 20px;
  color: #474747;
  border-radius: 999px;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.switch-btn.active {
  color: #474747;
  background: linear-gradient(#bcfff7,#e1fff6);
  z-index: 3;
}

.switch-slider {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(50% - 12px);
  height: 48px;
  background: #00b39a;
  border-radius: 999px;
  z-index: 1;
  transition: left 0.3s ease;
}
.pricing-content {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    padding: 30px;
}
    .pricing-card {
      background-color: white;
      border-radius: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .pricing-card h4 {
      font-weight: bold;
      color: #474747;
      text-align: right;
    }
    .pricing-card h5 {
      font-weight: bold;
      color: #1f8f81!important;
      text-align: right;
      font-size: 2.5rem;
    }
    .pricing-card p {
      font-weight: bold;
      color: #1f8f81;
      text-align: right;
    }

    .pricing-card ul {
      padding-right: 0;
      list-style: none;
    }

    .pricing-card ul li::before {
      content: "✔";
      color: #00c6a5;
      margin-left: 10px;
    }

    .btn-custom {
      background-color: #00c6a5;
      color: white;
      border: none;
      border-radius: 20px;
      padding: 10px 20px;
    }

    .btn-custom:hover {
      background-color: #00b39a;
    }

    /* انیمیشن تب */
    .tab-pane {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 0;
    }

    .tab-pane.active.show {
      opacity: 1;
      transform: translateY(0);
      z-index: 1;
      position: relative;
    }




      .industry-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #333;
  }

  .industry-card {
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
  }

  .industry-card:hover {
    transform: translateY(-5px);
  }

  .industry-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .industry-card-body {
    padding: 1rem;
  }

  .industry-card-title {
    color: #0aa489;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: right;
  }

  .industry-card-text {
    font-size: 0.9rem;
    color: #555;
    text-align: right;
  }



  /* اسلایدر موبایل */
.swiper-mobile {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 1rem 0;
  box-shadow: none !important;
}

/* استایل اسلاید‌ها */
.swiper-slide-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
    background: #fff;
    border-radius: 20px;
}

.swiper-slide-active {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  border: none;
}
/* کارت موبایل با گوشه‌های گرد و بک‌گراند سفید */
.card-mobile-pricing {
  width: 87%;
  box-sizing: content-box;
  padding: 1.5rem;

}

/* آیتم‌های ویژگی با تیک سبز */
.feature-item {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.feature-item i {
  font-weight: bold;
  color: #198754; /* سبز Bootstrap */
}

 .border-responsive {
  /* پیش‌فرض موبایل: خط بالا و پایین */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  border-right: none;
}

/* در دسکتاپ (md و بالاتر): خط راست و چپ */
@media (min-width: 768px) {
  .border-responsive {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.ios-switch { display: none !important; }

  .swiper-pagination {
    margin-top: 1.5rem;
    text-align: center;
    position: relative;
  }
  .old-price {
    color: gray;
    position: relative;
    font-size: 1.5rem;
    text-decoration-line: line-through !important;
    text-decoration-color: red!important;
  }

