body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #f7fafd;
      cursor: pointer;
    }
    .destination-card img {
      height: 200px;
      object-fit: cover;
    }
    .hero {
      background: linear-gradient(135deg, #2a5db0, #4f8cff);
      color: white;
      padding: 80px 20px;
      text-align: center;
    }
    .hero h1 { font-size: 2.8rem; font-weight: bold; }
    .hero p { font-size: 1.2rem; margin-top: 10px; }
    .btn-call {
      background: white;
      color: #2a5db0;
      border: none;
      font-weight: bold;
      padding: 14px 32px;
      font-size: 1.1rem;
      border-radius: 30px;
      margin-top: 25px;
    }
    .quick-actions .btn {
      border-radius: 30px;
      font-size: 1rem;
    }
    .feature {
      background: #fff;
      border-radius: 14px;
      padding: 30px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.05);
      text-align: center;
      height: 100%;
      transition: transform 0.2s;
    }
    .feature:hover { transform: translateY(-5px); }
    .footer {
      background: #2a5db0;
      color: white;
      text-align: center;
      padding: 25px 10px;
      margin-top: 50px;
    }
    @media (max-width: 768px) {
      .hero h1 { font-size: 2rem; }
      .btn-call {
        font-size: 1rem;
        padding: 12px 20px;
      }
    }
    .modal-content {
      border-radius: 16px;
      padding: 20px;
      text-align: center;
    }
    .modal-body h5 {
      font-size: 1.2rem;
      margin-bottom: 15px;
    }
    .modal-body a.btn {
      font-size: 1.1rem;
      padding: 12px;
    }
    .btn-model{z-index: 999;}

  .quick-actions .btn-outline-primary {
    background-color: #2a5db0;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }

  .quick-actions .btn-outline-primary:hover {
    background-color: #fff;
    color: #2a5db0;
    border-color: #2a5db0;
  }
