/* 
    Created on : Nov 19, 2025, 11:12:47 AM
    Author     : mladen
*/

/* Relocation Salary Calculator Sales Page CSS */

  .sales-info-container {
      /*max-width: 1200px;
      /*margin: 0 auto; */
      background-color: #ffffff;
      /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  }

  /* Hero Section */
  .hero-section {
      background: linear-gradient(135deg, #1B3B6F 0%, #2c5aa0 100%);
      color: #ffffff;
      padding: 24px 20px;
      text-align: center;
  }

  .hero_h1 {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.2;
      margin: 15px 0px;
  }

  .hero-subtitle {
      font-size: 22px;
      font-weight: 300;
      color: #e8f0fe;
  }

  /* Intro Section */
  .intro-section {
      padding: 15px 40px;
      background-color: #ffffff;
  }

  .intro-text {
      font-size: 16px;
      line-height: 1.6;
      color: #555;
      margin-bottom: 15px;
  }

  .value-prop {
      font-size: 17px;
      color: #1B3B6F;
      text-align: center;
      padding: 15px;
      background-color: #f5f7fa;
      border-left: 5px solid #1B3B6F;
      margin-top: 30px;
  }

  /* Benefits Section */
  .benefits-section {
      padding: 10px 40px;
      background-color: #f9fafb;
  }

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

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

  .benefit-item {
      display: flex;
      align-items: flex-start;
      padding: 25px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .benefit-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(27, 59, 111, 0.15);
  }

  .benefit-icon {
      font-size: 32px;
      color: #1B3B6F;
      font-weight: bold;
      margin-right: 20px;
      flex-shrink: 0;
  }

  .benefit-content h3 {
      font-size: 16px;
      color: #1B3B6F;
      margin-bottom: 10px;
  }

  .benefit-content p {
      font-size: 15px;
      color: #666;
      line-height: 1.6;
  }

  /* Scenario Section */
  .scenario-section {
      padding: 20px 40px;
      background-color: #ffffff;
  }

  .scenario-section h2 {
      font-size: 19px;
      color: #1B3B6F;
      margin-bottom: 15px;
      text-align: center;
  }

  .scenario-box {
      background-color: #f5f7fa;
      padding: 15px 35px;
      border-radius: 8px;
      border-left: 5px solid #1B3B6F;
  }

  .scenario-title {
      font-size: 17px;
      margin-bottom: 25px;
      color: #333;
  }

  .comparison {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-bottom: 15px;
  }

  .comparison-item {
      padding: 20px;
      border-radius: 6px;
  }

  .comparison-item.without {
      background-color: #ffe8e8;
      border-left: 4px solid #e74c3c;
  }

  .comparison-item.with {
      background-color: #e8f5e9;
      border-left: 4px solid #27ae60;
  }

  .comparison-item h4 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #333;
  }

  .comparison-item p {
      font-size: 14px;
      color: #555;
  }

  .result {
      font-size: 17px;
      color: #1B3B6F;
      text-align: center;
      padding-top: 20px;
      border-top: 2px solid #ddd;
  }

  /* Audience Section */
  .audience-section {
      padding: 20px 40px;
      background-color: #f9fafb;
  }

  .audience-section h2 {
      font-size: 19px;
      color: #1B3B6F;
      margin-bottom: 9px;
      text-align: center;
  }

  .audience-list {
      list-style: none;
      max-width: 800px;
      margin: 0 auto;
  }

  .audience-list li {
      padding: 10px 20px;
      margin-bottom: 14px;
      background-color: #ffffff;
      border-left: 4px solid #1B3B6F;
      border-radius: 4px;
      font-size: 16px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .audience-list li strong {
      color: #1B3B6F;
  }

  /* Trust Section */
  .trust-section {
      padding: 20px 40px;
      background-color: #ffffff;
      text-align: center;
  }

  .trust-section h2 {
      font-size: 19px;
      color: #1B3B6F;
      margin-bottom: 25px;
  }

  .trust-section p {
      font-size: 16px;
      line-height: 1.8;
      color: #555;
      max-width: 900px;
      margin: 0 auto;
  }

  /* CTA Section */
  .cta-section {
      padding: 60px 40px;
      background: linear-gradient(135deg, #1B3B6F 0%, #2c5aa0 100%);
      color: #ffffff;
      text-align: center;
  }

  .cta-section h2 {
      font-size: 36px;
      margin-bottom: 40px;
      color: #ffffff;
  }

  .pricing-options {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
  }

  .pricing-card {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 30px;
      border-radius: 8px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      transition: all 0.3s ease;
  }

  .pricing-card:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: scale(1.05);
  }

  .pricing-card h3 {
      font-size: 22px;
      margin-bottom: 15px;
      color: #ffffff;
  }

  .pricing-card p {
      font-size: 15px;
      color: #e8f0fe;
  }

  .cta-text {
      font-size: 20px;
      margin: 40px 0 30px 0;
      line-height: 1.6;
  }

  .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
  }

  .btn {
      display: inline-block;
      padding: 15px 35px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 6px;
      transition: all 0.3s ease;
      border: 2px solid transparent;
  }

  .btn-primary {
      background-color: #d35400;
      color: #ffffff;
      border-color: #d35400;
  }

  .btn-primary:hover {
      background-color: #e67e22;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(211, 84, 0, 0.4);
  }

  .btn-secondary {
      background-color: transparent;
      color: #ffffff;
      border-color: #ffffff;
  }

  .btn-secondary:hover {
      background-color: #ffffff;
      color: #1B3B6F;
      transform: translateY(-2px);
  }

  /* Footer Trust */
  .footer-trust {
      padding: 40px;
      background-color: #f5f7fa;
      text-align: center;
  }

  .footer-trust p {
      font-size: 16px;
      color: #666;
      line-height: 1.8;
      max-width: 900px;
      margin: 0 auto;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .hero-section h1 {
          font-size: 32px;
      }

      .hero-subtitle {
          font-size: 22px;
      }

      .benefit-grid,
      .pricing-options {
          grid-template-columns: 1fr;
      }

      .cta-buttons {
          flex-direction: column;
          align-items: center;
      }

      .btn {
          width: 100%;
          max-width: 300px;
      }
  }

  
 /* Additional CSS for International Salary Equivalent Calculator */

  /* Data tables */
  .data-table,
  .comparison-table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
      background-color: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      font-size: 14px;
  }

  .data-table th,
  .comparison-table th {
      background-color: #1B3B6F;
      color: #ffffff;
      padding: 15px;
      text-align: left;
      font-weight: bold;
      font-size: 15px;
  }

  .data-table td,
  .comparison-table td {
      padding: 12px 15px;
      border-bottom: 1px solid #e8e8e8;
      color: #333;
  }

  .data-table tbody tr:hover,
  .comparison-table tbody tr:hover {
      background-color: #f9fafb;
  }

  .data-table tbody tr:last-child td,
  .comparison-table tbody tr:last-child td {
      border-bottom: none;
  }

  .comparison-table td:first-child {
      background-color: #fff5f5;
  }

  .comparison-table td:last-child {
      background-color: #f0f9ff;
      font-weight: 500;
  }

  /* Responsive tables */
  @media (max-width: 768px) {
      .data-table,
      .comparison-table {
          font-size: 12px;
      }

      .data-table th,
      .data-table td,
      .comparison-table th,
      .comparison-table td {
          padding: 8px 10px;
      }
  }
