    @keyframes rajabi-sunlight {
      0% {
        background-position: 0% 50%;
      }
      100% {
        background-position: 100% 50%;
      }
    }

    .rajabi-header {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem 1rem;
      z-index: 10;
    }

    .rajabi-container {
      max-width: 1200px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2rem;
      position: relative;
      flex-wrap: wrap;
    }

    .rajabi-text-content {
      flex: 0 0 60%;
      text-align: right;
    }

    .rajabi-text-content h1 {
      font-size: 3rem;
      color: #1e3a8a;
      margin-bottom: 0.5rem;
    }

    .rajabi-typing-wrapper {
      margin-top: 0.5rem;
      font-size: 1.6rem;
      color: #1e3a8a;
      font-weight: bold;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      border-right: 3px solid #1e3a8a;
      width: fit-content;
      max-width: 100%;
      min-height: 40px;
	  font-family: 'YekanBakhFaNum-Bold';

    }

    .rajabi-text-content p {
      font-size: 1.2rem;
      color: #333;
      line-height: 2;
      margin-top: 1.5rem;
      margin-bottom: 2rem;
    }

    .rajabi-cta-btn {
      background-color: #1e3a8a;
      color: #fff;
      border: none;
      padding: 0.8rem 2rem;
      font-size: 1rem;
      border-radius: 0.5rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .rajabi-cta-btn:hover {
      background-color: #162e6b;
    }

    .rajabi-earth-wrapper {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 700px;
      width: 350px;
      overflow: hidden;
      z-index: 1;
      display: block;
    }

    .rajabi-earth {
      height: 100%;
      width: auto;
      position: absolute;
      left: -350px;
      animation: rajabi-rotateEarth 200s linear infinite;
      pointer-events: none;
    }

    @keyframes rajabi-rotateEarth {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

    .rajabi-particles {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
    }

    .rajabi-particle {
      position: absolute;
      top: 20%;
      right: -100px;
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(200, 200, 200, 0.03));
      border-radius: 10px;
      animation: rajabi-moveParticle 12s linear infinite;
      opacity: 0.2;
      transform: rotate(-10deg);
    }

    .rajabi-particle::after {
      content: '';
      position: absolute;
      right: 0;
      top: -2px;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
    }

    .rajabi-particle.delay1 { top: 35%; animation-delay: 3s; }
    .rajabi-particle.delay2 { top: 50%; animation-delay: 6s; }
    .rajabi-particle.delay3 { top: 65%; animation-delay: 9s; }
    .rajabi-particle.delay4 { top: 80%; animation-delay: 12s; }

    @keyframes rajabi-moveParticle {
      0% {
        transform: translateX(0) translateY(0) rotate(-10deg);
        opacity: 0.1;
      }
      50% {
        opacity: 0.2;
      }
      100% {
        transform: translateX(-120vw) translateY(20px) rotate(-10deg);
        opacity: 0;
      }
    }

    @media (max-width: 768px) {
.rajabi-header {

  min-height: 70vh;}
      .rajabi-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .rajabi-text-content {
        width: 100%;
        order: 1;
      }

      .rajabi-earth-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        order: 2;
      }

      .rajabi-earth {
        position: static;
        width: 300px;
        height: auto;
        left: 0;
      }
    }




    .container {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .video-section, .text-section {
      flex: 1 1 500px;
    }
    .video-section video {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .text-section {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      line-height: 1.8;
    }
    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        padding: 10px;
      }
    }



.about-summary {margin-top: 50px;
  padding: 60px 20px;
  background-color: #fff; /* یا رنگ کرم روشن اگر دوست داشته باشی */
  text-align: center;
}

.about-summary h2 {
  font-size: 32px;
  color: #1e3a8a;
  margin-bottom: 24px;
}

.about-summary p {
  max-width: 800px;
  margin: 0 auto 32px auto;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.about-summary .read-more {
  display: inline-block;
  background-color: #bb9a65;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.about-summary .read-more:hover {
  background-color: #a78452;
}



    .section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
    }

    .card {
      background: #ffffff;
      border-radius: 16px;
      padding: 30px 24px;
      text-align: center;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .card .icon {
      font-size: 40px;
      color: #1e3a8a;
      margin-bottom: 16px;
    }

    .card h3 {
      font-size: 20px;
      color: #1e3a8a;
      margin-bottom: 12px;
    }

    .card p {
      color: #374151;
      line-height: 1.9;
    }

    /* Optional: Icon fonts via Unicode */
    .icon-consult::before { content: "📞"; }
    .icon-pro::before { content: "🎓"; }
    .icon-contract::before { content: "📄"; }
    .icon-followup::before { content: "🕵️"; }

    @media (max-width: 600px) {
      .card {
        padding: 24px 16px;
      }
    }

 

    .section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
    }

    .section h2 {
      font-size: 26px;
      color: #1e3a8a;
      margin-bottom: 20px;
      text-align: center;
    }

    .section p {
      line-height: 2;
      color: #374151;
      margin-bottom: 40px;
      text-align: justify;
    }

    .countries-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 16px;
    }

    .country-box {
      background-color: #ffffff;
      padding: 16px 12px;
      text-align: center;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      color: #1e3a8a;
      font-weight: bold;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .country-box:hover {
      background-color: #1e3a8a;
      color: #ffffff;
      transform: translateY(-4px);
    }

    a.country-box {
      text-decoration: none;
      display: block;
    }



    .section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
    }

    .section h2 {
      font-size: 26px;
      color: #1e3a8a;
      margin-bottom: 20px;
      text-align: center;
    }

    .section p {
      line-height: 2;
      color: #374151;
      text-align: justify;
      margin-bottom: 40px;
    }

    .jobs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 16px;
    }

    .job-box {
      background-color: #ffffff;
      padding: 16px 12px;
      text-align: center;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      color: #1e3a8a;
      font-weight: bold;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .job-box:hover {
      background-color: #1e3a8a;
      color: #ffffff;
      transform: translateY(-4px);
    }

    a.job-box {
      text-decoration: none;
      display: block;
    }


    .section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
    }

    .section h2 {
      font-size: 26px;
      color: #1e3a8a;
      margin-bottom: 20px;
      text-align: center;
    }

    .section p {
      line-height: 2;
      color: #374151;
      text-align: justify;
      margin-bottom: 40px;
    }

    .study-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 16px;
    }

    .study-box {
      background-color: #ffffff;
      padding: 16px 12px;
      text-align: center;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      color: #1e3a8a;
      font-weight: bold;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .study-box:hover {
      background-color: #2563eb;
      color: #ffffff;
      transform: translateY(-4px);
    }

    a.study-box {
      text-decoration: none;
      display: block;
    }


    .section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
    }

    .section h2 {
      font-size: 28px;
      color: #1e293b;
      margin-bottom: 20px;
      text-align: center;
    }

    .section p {
      line-height: 2;
      color: #475569;
      text-align: justify;
      margin-bottom: 40px;
    }

    .investment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 16px;
    }

    .investment-box {
      background-color: #ffffff;
      padding: 16px;
      text-align: center;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      font-weight: bold;
      color: #334155;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .investment-box:hover {
      background-color: #10b981;
      color: white;
      transform: translateY(-4px);
    }
 


    .section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
    }

    .section h2 {
      font-size: 28px;
      color: #1e293b;
      margin-bottom: 20px;
      text-align: center;
    }

    .section p {
      line-height: 2;
      color: #475569;
      text-align: justify;
      margin-bottom: 40px;
    }

    .medical-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 16px;
    }

    .medical-box {
      background-color: #ffffff;
      padding: 16px;
      border-radius: 12px;
      text-align: center;
      font-weight: bold;
      color: #334155;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .medical-box:hover {
      background-color: #3b82f6;
      color: white;
      transform: translateY(-4px);
    }



    .carousel-container {
      max-width: 1200px;
      margin: 40px auto;
      overflow: hidden;
direction:ltr;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease;
      width: fit-content;
    }

    .carousel-slide {
      flex: 0 0 25%;
      padding: 10px;
      box-sizing: border-box;
    }

    .carousel-slide img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      vertical-align: top;
    }

    @media (max-width: 992px) {
      .carousel-slide {
        flex: 0 0 33.33%;
      }
    }

    @media (max-width: 768px) {
      .carousel-slide {
        flex: 0 0 50%;
      }
    }

    @media (max-width: 480px) {
      .carousel-slide {
        flex: 0 0 100%;
      }
    }
